@import url(luna_core.css);

/*------------------*\
|* global interface *|
\*------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #33332e;
	background: #ffffff;
	text-align: center;
	font-family: Arial, Verdana, Times New Roman, sans-serif;
	font-size: 13px;
}

/* links */
a {
  color: #0033CC;
}
a:visited {
  color: #0033CC;
}
a:hover {
  color: #FF6600;
  text-decoration: none;
}

/* forms */
input, textarea {
  font: normal 12px arial, tahoma, geneva, verdana, sans-serif;
}

#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #ffffff;
/* background colour of right sidebar */
  border-right: 200px solid #ffffff;
  background: #ffffff;
}

#content {
  margin: 0px 0px;
  padding: 2px;
  background: #ffffff;
}

/*-----------------*\
|* global elements *|
\*-----------------*/
.shadowtop, .shadowbottom {
  height: 0px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 0px;
  height: 0px;
  font-size: 1px;
}
.shadowtop {
  background: none;
}
.shadowbottom {
  background: none;
}
.shadowleft {
  background: none;
}
.shadowright {
  background: none;
}
.shadowtopleft {
  float: left;
  background: none;
}
.shadowtopright {
  float: right;
  background: none;
}
.shadowbottomleft {
  float: left;
  background: none;
}
.shadowbottomright {
  float: right;
  background: none;
}

/* links */
.linklisting {
  margin: 15px 5px 20px 5px;
}
.linklisting .linkdescription, .review .reviewcontent {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  border: none;
  background: none;
  overflow: hidden;
}
.linklisting p.linkurl {
	font-size: 12px;
	text-decoration: none;
	color: green;
	font-family: Arial, Verdana, sans-serif;
}
.linklisting p.linkurl a {
	font-size: 11px;
	color: #FF9900;
	font-family: Times New Roman, Arial, Verdana, Book Antiqua;
	text-decoration: none;
	font-style: italic;
}
.linklisting p.linkactions {
	margin-left: 0px;
	margin-top: 3px;
}
.linklisting p.linkactions a, #detailed p.actions a, #jump_frame .actions a {
  padding: 1px 4px;
  border: 1px solid #bbbfa1;
  font-size: 9px;
  text-decoration: none;
}

/* lists */
#content ul {
  margin: 10px 0px 0px 10px;
  padding: 0px;
}
#content li {
	font-size: 13px;
}
#content h2 {
	font-size: 13px;
	color: #636363;
	font-family: Arial, Verdana, sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	margin: 15px 0px 5px 0px;
	padding-bottom: 6px;
	font-style: normal;
	font-weight: bold;
	padding-left: 0px;
}
#home #content {
	font-size: 12px;
}
#home #content h1 {
	margin-bottom: 0px;
	margin-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #339900;
	font-size: 15px;
}
#home #content h2 {
	border-bottom-color: #009900;
	border-bottom-style: solid;
	margin-bottom: 5px;
	margin-top: 0px;
}
#home #content h2 a:link {
	color:#FF6600;
	text-decoration: none;
		}

        #home #content h2 a:visited {
	color:#FF6600;
	text-decoration: none;
		}

        #home #content h2 a:active,
        #home #content h2 a:hover {
		color:#009900;
		}
#home dt a {
	font-size: 12px;
	margin-left: 0px;
}
/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
	margin-bottom: 3px;
	padding: 3px 10px;
	border-bottom: 1px solid #57594b;
	background: #edf2cb;
	font-size: 11px;
}

/*---------------*\
|* page specific *|
\*---------------*/
#category dt a {
  font-weight: bold;
  font-size: 13px;
}
#category dt, #category dd {
  margin: 2px 0px 6px 1px;
  list-style-type: square;
  list-style-position: inside;
}

#search li {
  margin: 2px 0px 6px 6px;
  list-style-type: square;
}

#rightsidebar {
	padding: 5px 0px 0px 0px;
	width: 200px;
	float: right;
	position: relative;
	margin-right: -200px;
}
#ftrd {
	width:92%;
	margin: 6px 0px 0px 2px;
	float:right;
	display: inline;
}
#ftrd div {border: 1px solid #CCCCFF; padding:5px 5px 0 7px; margin-bottom:1.0em; background:#F8FBFE;}
#ftrd h4, #ftrd h5, #ftrd p, #ftrd ul { padding:0; margin:0; font-size:90%;  text-indent:0}
#ftrd h4 {
	color:#668AA8;
}
#ftrd p { line-height:1.4em; padding-top:.2em; margin-bottom:1em}
#ftrd ul {list-style:square; margin:0 0 1em 0; }
#ftrd li {margin-left:16px; padding-top:0.2em;}

/* paging */
.paging {
  margin-top: 7px;
}
.crumb {
	font-size: 9px;
	margin-left: 2px;
	text-align: left;
	margin-top: 5px;
}

/*------------*\
|* navigation *|
\*------------*/
ul.primarynav {
  width: 100%;
  background: #009900;
}

/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
	margin-bottom: 3px;
	padding: 3px 10px;
	border-bottom: 1px solid #57594b;
	background: #edf2cb;
	font-size: 11px;
	background-color: #e5ecf9;
}

/*--------*\
|* footer *|
\*--------*/
#footer {
  margin-top: 3px;
  padding: 3px;
  border-top: 1px solid #57594b;
  background-color: #e5ecf9;
}

#footer p {
  margin-left: 10px;
  padding: 3px 0px;
  color: #009900;
  font-size: 10px;
}
/*--------*\
|* loginbar *|
\*--------*/
#loginbar a {
	margin-top: 25px;
	padding: 10px 30px 10px 0px;
	color: #212126;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
/*-------------*\
|* custom page *|
\*-------------*/
#custom h1 {
	margin-bottom: 4px;
	margin-top: 9px;
}
#custom h2 {
	font-size: 13px;
	color: #636363;
	font-family: Arial, Verdana, sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #009900;
	border-bottom-style: solid;
	margin: 10px 0px 6px 0px;
	padding-bottom: 6px;
	font-style: normal;
	font-weight: bold;
	padding-left: 0px;
}
/*-----*\
|* des *|
\*-----*/
.des a,
        .des a:link {
	color: #06890C;
	text-decoration: none;
		}

        .des a:visited {
	color: #06890C;
	text-decoration: none;
		}

        .des a:active,
        .des a:hover {
	color: #0066CC;
	text-decoration: none;
		}
.des h2 {
	margin-bottom: 0px;
}