/*-------------------------------------
  Nucleus CMS Stylesheet
  Based freely on default skin
  Additions by Monkeybrain
  www.apehjerne.com
-------------------------------------*/
/*-------------------------------------
  General layout
-------------------------------------*/
body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F7F7F7;
	background-color: #000000;
	background-image: url(images/cr-center-d.gif);
	line-height: 1.4;
	margin: 0;
}

/* General font families for common tags */
font, th, td, p {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;	
	font-size: 13px;
	background-image: url(images/cr-center-d.gif);
	margin: 5px;

}
p {
	margin-top:2px;
	margin-bottom:3px;

}
/* Headers */
h1,h2,h3,h4,h5,h6 {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	margin: 5px;
}
/* Lists */
ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/* Gets rid of the need for border="0" on hyperlinked images */
img {
	border:0px solid;
}
/* General page style */
a:link, a:active, a:visited, a.postlink {
	color: #d0a700;
	text-decoration:none;
}
a:hover {
	color:#DD0000;
}

hr {
	border: 0px solid #A0A0A0;
	border-top-width:1px;
	height:1px;
}
/* Basic classes */
.hidden {
	display: none;
}
.centerize {
	text-align: center;
}
.clearing {
	width: 704px;
	height: 0;
	clear: both;
}
.clearing2 {
	width: 500px;
	height: 10px;
	clear: both;
}
.Spacer {
	background: url(images/transparent.gif);
}
/*-------------------------------
	Banner
-------------------------------*/
#banner {

	background-image: url(images2/aoheader2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	height: 152px;
	border: none;
	padding: 0px 0px 0px 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

}
#banner a:link, #banner a:visited {
    color: #CCCCCC;
	text-decoration: none;
	border-bottom: none;
	margin: 10px;
                   line-height:50px;
}
#banner a:hover {
	color: #DADADA;
	text-decoration: none;
	border-bottom: none;
}

#tagline        {

                   font-size:11px;
                   font-weight:bold;
                   text-align:right;
                   color:#DADADA;
                   line-height: 5px;
                   position:relative;
                }

/*-------------------------------
	Main Content Table
-------------------------------*/
#ContentTable {
	overflow: hidden;
	border: none;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
}
#ContentRow {
	overflow: hidden;
	height: 100%;
}
/*-------------------------------
	Size of each Table within
	the ContentTable
-------------------------------*/
#LeftPane {
	width: 175px;
	table-layout: fixed;
}
#RightPane {
	width: 175px;
	table-layout: fixed;
}
#MiddlePane {
	width: 800px;
	table-layout: fixed;
}
.ContentBoxBody {
	padding: 5px 8px 5px 8px;
}
.ContentBoxTitle {
	font-weight: bold;
	text-align: center;
	background: url(images/gradebar2.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.ContentBoxTitleLeft {
	font-weight: bold;
	text-align: left;
	background: url(images/gradebar2.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	margin-top: 2px;
}
.ContentBoxTitleNoBackground {
	font-weight: bold;
}
.ContentBoxHeader {
	width: 127px;
	background: #440000 url(images/gradebar2.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #F7F7F7;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding-top: 2px;
	padding-left: 3px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 6px;
}
.ContentBoxRuler {
	background: url(images/gradebar1.png) center no-repeat;
}
.ContentBoxRuler1 {
	background: url(images/gradebar1.gif) center no-repeat;
	margin-top: 10px;
}
.ContentShield {
	float: left;
	width: 38px;
	height: 75px;
	padding: 0px 6px 4px 0px;
}
.ContentSword {

	height: 96px;
}
.ContentFan {

	height: 178px;
}
.ContentRights {

	height: 31px;
}
.SmallRights {
	text-align: center;
	font-size: 9px;
}
/*-------------------------------
  Table Styles
-------------------------------*/
.TopLeft {
	background: url(images2/ao-top-left.gif);
	width: 40px;
	height: 40px;
}
.TopRight {
	background: url(images2/ao-top-right.gif);
	width: 40px;
	height: 40px;
}
.TopCenter {
	background: url(images2/ao-top-center.gif);
	height: 7px;
}
.MiddleLeft {
	background: url(images2/ao-left-center.gif);
	width: 7px;
}
.MiddleRight {
	background: url(images2/cr-right-center.gif);
	width: 7px;
}
.BottomLeft {
	background: url(images2/ao-bottom-left.gif);
	width: 40px;
	height: 40px;
}
.BottomRight {
	background: url(images2/ao-bottom-right.gif);
	width: 40px;
	height: 40px;
}
.BottomCenter {
	background: url(images2/ao-bottom-center.gif);
	height: 7px;
}
/*-------------------------------
  Item styles
-------------------------------*/
.BoxDecorDivider {
	background: url(images/ornament.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin: 8px 0 5px 0;
}
.contenttitle h2 {
	padding: 0 0 0 0;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 16px;
	color: #ffa500;
}
.contentbody {
	background-image: url(images/cr-center-l.gif);
	color:#F7F7F7;
	padding: 10px;
	border: 1px #ccaaaa solid;
	text-align:justify;
}
/*-------------------------------------------------
  Archive
-------------------------------------------------*/
.ArchiveList {
    text-transform: capitalize;
	padding: 0 0 3px 30px;
}
.ArchiveBig {
	text-transform: capitalize;
}
.ArchiveBox {
   background: #440000;
   background-position: 5px 5px;
   float: left;
   width: 99%;
   border: 1px solid #B3C492;
   padding: 12px 0 15px 5px;
}
/*-------------------------------
  Item info
-------------------------------*/
.contentitemcategory {

	font-size: 11px;
	font-variant: normal;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby {

	font-size: 11px;
	font-variant: normal;
	line-height: 12px;
	padding: 0 10px 0 0;
}
.contentitemcomments {

	font-size: 11px;
	font-variant: normal;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit {

	font-size: 11px;
	font-variant: normal;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}
.contentitem1 {
	font-size: 10px;
	display: inline;
	padding: 0 0 0 7px;
}
.contentitem2 {
	display: inline;
	padding: 0 30px 0 10px;
}
.contentitem3 {
	display: inline;
	padding: 0 0 0 50px;
}
.contentitem4 {
	display: inline;
	padding: 0 0 0 60px;

}
/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform {
	margin: 5px 0;
}
.commentform, .mailform {
	margin-top: 10px;
	margin-left: 124px;
	padding: 10px;
	background: url(images/cr-center-l.gif);
	width: 300px;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
}
.commentform img {
    margin: 5px 0 0 0;
}
.formfield {
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton {
	font-size: 11px;
	background: #cccccc;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 3px 0 0 0;
}
.searchform .formfield {
	width: 130px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton {
	width: 60px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield {
	width: 130px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton {
	width: 60px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield {
	width: 280px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton {
	width: 200px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name {
    width: 200px;
    font-family: Arial,"Trebuchet MS",Verdana,sans-serif;
	margin-right: 40px;
}
#nucleus_cf_mail {
    width: 200px;
    font-family: Arial,"Trebuchet MS",Verdana,sans-serif;
}
#nucleus_cf_verif {
	width: 100px;
}
.commentform  .formfield {
	width: 290px;
	margin-right: 10px;
}
.commentform textarea, .mailform textarea, .mailform .formfield {
    width: 99%;
}
.commentform .formbutton {
	width: 100px;
	height: 20px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}
.error {
	color: red;
	font-weight: bold;
}
.memberinfopage {
   background: url(images/cr-center-l.gif);
   float: left;
   width: 80%;
   border: 1px solid #B3C492;
   padding: 10px 10px 10px 10px;
}
/*-------------------------------
  Image Wrapers
-------------------------------*/
.ImageBox {
	text-align: center;
	margin: 2px 2px 2px 2px;
}
.ImageBox img {
	float: none;
	background-color: #ccc;
	color: #cce;
	border: 1px solid #a9a5a5;
	padding: 4px;
	margin: 4px;
	clear: both;
}
.ImageBoxClear {
	text-align: center;
	margin: 0px 2px 2px 2px;
}
.ImageBoxClear img {
	float: none;
	border: 1px solid #a9a5a5;
	margin: 2px 8px 4px 4px;
	clear: both;
}
.ImageBoxLeft {
	text-align: right;
	margin: 2px 2px 2px 2px;
}
.ImageBoxLeft img {
	float: left;
	background-color: #ccc;
	color: #cce;
	border: 1px solid #a9a5a5;
	padding: 4px;
	margin: 4px 8px 4px 4px;
	clear: both;
}
.ImageBoxLeftClear {
	text-align: left;
	margin: 0px 2px 2px 2px;
}
.ImageBoxLeftClear img {
	float: left;
	border: 1px solid #a9a5a5;
	margin: 2px 8px 4px 4px;
	clear: both;
}
.ImageBoxRight {
	text-align: right;
	margin: 2px 2px 2px 6px;
}
.ImageBoxRight img {
	float: right;
	background-color: #ccc;
	color: #cce;
	border: 1px solid #a9a5a5;
	padding: 4px;
	margin: 4px 4px 4px 8px;
	clear: both;
}
.ImageBoxRightClear {
	text-align: right;
	margin: 0px 2px 2px 2px;
}
.ImageBoxRightClear img {
	float: right;
	margin: 2px 8px 4px 4px;
	clear: both;
}
/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 1px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 1px solid #ccc;
}
/*-------------------------------
  Comments
-------------------------------*/
.itemcomment {
	background: url(images/cr-center-l.gif);
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	border: 1px solid #B3C492;
}
.itemcomment h3 {
	font-size: 12px;
}
.commentbody {
	padding-bottom: 5px;
}
.commentform {
	margin-top: 10px;
	padding: 10px;
}
.commentform img{
	margin: 5px 0 0 0;
}
/*-------------------------------
	Footer
-------------------------------*/
#footer {
	width: 100%;
	background: black;
	color: #999999;
	clear: both;		
	font-size: 12px;
	text-align: left;
	height: 17px;
	margin-top: 8px;
}
#copyrights {
	color: #999999;
	background-color: black;
}