/* CSS Document created by Dieter Schneider 2006 for www.csstemplateheaven.com */

* {margin: 0;
   padding: 0;}
   
body {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #e6ebf3;
}

#container {
	width: 57em;
	margin: 1em auto;
	background-color: #FFFFFF;
	font-size: .8em;
	border: 1px solid #75778E;
	text-align:left;
	padding: 1em;
}

#header {
	margin-bottom: .8em;
	border: 1px solid #996600;
	height: 12em;
	background-color: #FEFDFD;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}


#content {
	float: right;
	width: 39.8em;
	padding: 0.5em;
	border: 1px solid #ccc;
	margin-bottom: 1em;
	background-color: #FCFCFC;
	/* Why was this set? It looks bad... I added the rule below (ul,ol)
	list-style: none;
	list-style-position: inside;
	*/
}

/* Start AW Additions */
#masthead{
	background-color:#960;
	padding:.4em 0;
	font-size:1em;
	margin-top:.5em;
	color:white;
}

#masthead a{
	color:#fff;
	padding:.4em;
}

#masthead a:hover{
	color:#eef;
	background-color:#850;
}

/* Hide stuff */
.not-logged-in .require-is-logged-in, 
.not-logged-out .require-is-logged-out, 
.not-admin .require-is-admin, 
.not-member .require-is-member, 
.not-power .require-is-power,
.not-root .require-is-root{

	display:none !important; 
}

/* END AW ADDITIONS */

#content ul,ol{
	margin: 0.5em 0 .5em 1.5em;
}

#leftbox{
	padding: .5em;
	margin-right: 42em;
	background-color: #fcfcfc;
	margin-top: 1em;
	border: 1px solid #CCCCCC;
	margin-bottom: 1em;
        list-style: none;
}

#leftbox li{
        list-style-type: none;
}
#leftbox ul{
        margin-bottom: 1em;
}

#footer {
	clear: both;
	padding: 0.5em;
     	background-color: #996600;
	color: #CCCCCC;
	text-align: center;
	font-size: .9em;
	border: 1px solid #CCCCCC;
	margin-top: 1px;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: .5em;
    text-indent: 0em !important;

}
p strong {
      color: #996600;
}


h3 {
	font-size: 1em;
	padding: .5em;
        color: #996600;
	/*color: #798196; */
	border: 1px dotted #CCCCCC;
	background-color: #F3F3F3;
}

h2 {
	font-size: 1em;
	padding: 0.5em;
	margin-bottom: .5em;
        color: #996600;
	/* color: #798196; */
	border: 1px solid #EEEEEE;
       
}

h1 {
	font-size: 3.3em!important;
	font-size: 3.3em;
	padding: 0.5em;
	margin-bottom: 1em;
	color: #996600;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

/* space allowance*/
h4 {
	font-size: 1em;
	padding: .5em;
        color: #ffffff;
	/*color: #798196; */
	border: 1px dotted #FCFCFC;
	background-color: #FCFCFC;

}

a:link {color: #676D79;}
a:visited {color: #676D79}
a:hover {color: #820606}
a:active {color: #890000}

/********** Top navigation *************/
#navlist
{
	height: 2.2em !important;
	padding: 1.2em 0em 0.3em 0.4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
        background-color: #996600;
	/* background-color: #646675;*/
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 1px solid #CCCCCC;
padding: .8em 0.4em;
color: #eee;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	border: 1px solid #FFFFFF;
	padding: .88em 0.4em;
	text-decoration: none;
	color: #fff;
}

#navlist li
{
display: inline;
font-size: 1em;
}

#navlist ul
{
margin: 0px;
padding: 0px;
}

#navlist #active a {
	background-color: #CDCDB3;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}
   
dl{
	margin-bottom: 1.5em;
	margin-left: 2em;
    list-style: none;
}


dt{
	
      color: #996600;
	/* color: #798196; */
	font-weight: bold;
}

dd3{
      color: #996600;
      margin-bottom: .3em;
	text-align: right;
}

dd2{
	font-weight: normal;
	color: #996600;
	margin-bottom: .3em;
	text-indent: -0.7em;
        
}
dd{
	margin-bottom: .3em;
	text-indent: 0em;
}
dd strong{
        
}


/* align right */
#right {
  text-align: right;
}

/* center */
#center {
  text-align: center;
}

/* table */

table {
	width:99%;
        border: 1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin:1em auto;
	border-collapse:collapse;
}

caption {
	color: #9ba9b4;
	font-size:.94em;
	letter-spacing:.1em;
	margin:1em 0 0 0;
	padding:0;
	caption-side:top;
	text-align:center;
	}
		
tr.odd td{
	background:#f7fbff;
	}	

td {
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC; 
        border-right:1px solid #CCCCCC;

	text-align:left;
        padding: .3em;
	}				
th {
	font-weight:normal;
	color: #996600;
	text-align:center;
	border-bottom: 1px solid #CCCCCC;
	padding:.2em 1em;
	}							
thead th {
	background:#F3F3F3;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#996600
	}

