/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML */
a:link {
	border-bottom: 1px dotted #AAA;
	text-decoration: none;
}

a:visited {
	border-bottom: 1px dotted;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

body {
	text-align:center;
	font: 62.5%/1.5  Verdana, 'Trebuchet MS', Tahoma, Arial, sans-serif; /* 1.5 sets the line height */
	color: #000000;
/*	background:url(/images/bg_gradient.jpg) repeat-x 0px 100px; */
background:#333;
}

blockquote {
	margin: 5px; 
	padding: 5px 0 5px 20px;  	
  	background-color: #FAFAFA; 
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #0A2B43;  
	font: bold 1.2em/1.2 "Trebuchet MS", Tahoma, sans-serif;
	color: #666666;	
}

blockquote.uncited {
	padding-top: 10px;
}

code {
	margin: 15px;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;  
	font: 1.1em/1.5 'Lucida Console', 'courier new', monospace;
	background: #FAFAFA;
	border: 1px solid #f2f2f2;  
	border-left: 3px solid #0A2B43;
}


h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
    font-size: 2.4em;
	color: #003300;
	border-bottom: 1px solid #CCC;
}
    
h2 {
    font-size: 2.0em;
	color: #222;
}
    
h3 {
    font-size: 1.6em;
	color: #444;
}
    
img.right {
  margin: 5px 0px 5px 15px;  
}

img.left {
  margin: 5px 15px 5px 0px;
}


ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

ul.topiclist, ul.linklist {
	padding:0;
}

p {
    font-size: 1.2em;
} 


textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
/*	height:100px; */
	display:block;
	color:#777;
}


/* IDS */
#advertisement {
	text-align: center;
	clear: both;
}

#container {
	width: 980px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px; /* Adds 10px padding to the top of the content area */
/*	background-color: #FFFFFF;*/
background:#FFF;
border-left:2px solid #eeeecc;
border-right:2px solid #eeeecc;
margin-top:0;
margin-bottom:0;
padding:1em;
}

#container-background {
	background: #fff url(/images/tan-grad.gif) repeat-x 0 0;
}

#content p {
	margin-bottom:1em;
	font-size: 1.1em;
}

#footer {
	background: #333;
	padding: 10px;
	text-align:center;
	border-top: 2px solid #666;
}

#footer p {
	color:#DDD;
	font-size: 1.1em;
}

#footer a {
	text-decoration: none;
	color: #888;
	font-weight: bold;
}
#footer a:hover {
	color: #FFF;	
}

#grass {
	clear: left;
	background: url(/images/footer_grass.jpg) repeat-x 0 0;
	height:50px;
}

#header {
	background: #002A1C url(/images/g2.gif) repeat-x;
	border-bottom: 2px solid #62202F;
	padding: 30px 0;
	text-align:center;
	position: relative;
	overflow: hidden;
	height: 100%; /* IE6 fix - Without this the street sign image pops out of the div and the overflow is ignored */
}

#header-content {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

#logo {
	position: absolute;
	top: 0;
	right: 25px;
}

#cp-menu {
	float:left;
	width: 19%;
	margin-top: 1em;
	margin-bottom: 5px;
}
/* Container for sub-navigation list */
#mcp_navigation, #phpbbnavigation {
	width: 100%;
	padding-top: 36px;
}

#mcp_navigation ul, #phpbbnavigation ul {
	list-style:none;
	margin:0;
	padding:0;
}

/* Default list state */
#mcp_navigation li, #phpbbnavigation li {
	margin: 1px 0;
	padding: 0;
	font-weight: bold;
	display: inline;
}

/* Link styles for the sub-section links */
#mcp_navigation a, #phpbbnavigation a {
	display: block;
	padding: 5px;
	margin: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	background: #cfcfcf none repeat-y 100% 0;
}

#mcp_navigation a:hover, #phpbbnavigation a:hover {
	text-decoration: none;
	background-color: #c6c6c6;
	color: #bcbcbc;
	background-image: none;
}

#mcp_navigation #active-subsection a, #phpbbnavigation #active-subsection a {
	display: block;
	color: #D31141;
	background-color: #F9F9F9;
	background-image: none;
}

#mcp_navigation #active-subsection a:hover, #phpbbnavigation #active-subsection a:hover {
	color: #D31141;
}

#navigation {
	background: url(/images/nav-3.jpg) repeat-x 0 0;
	border-bottom: 4px solid #640000;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	height: 45px;
}

#navigation li
{
	display: inline;
	list-style-type: none;
}

#navigation a { 
	padding: 0 10px;
	display: block;
	float: left;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	border-right: 1px solid #640000;
	border-left: 1px solid #CC0000;
	border-bottom: none;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #FFF;
}

#navigation a:hover{
	color: #FFF;
	background-color: #369;
	text-decoration: none;
	background: url(/images/nav-4.jpg) repeat-x 0 0;
}

#navigation ul li#current a {	
	background: url(/images/nav-2.jpg) repeat-x;
}

#navigation-content {
	width:1004px; /* Ideally this width would be 980px like the others but because of padding added to the container we have to widen this*/
	margin-left: auto;
	margin-right: auto;
}

#site {
	font: bold 3em/1 'Trebuchet MS';
	color: #FFF;
}

#slogan {
	font: normal 1em Arial, Helvetica, sans-serif;
	margin-left: 6em;
	color: #F2F0DC;
}
/* CLASSES */
.clear {
    clear:both;
}

.feed {
	margin-left: 3px;
	padding: 0 0 0 15px;
	background: url("/images/rss.png") no-repeat 0 50%;
}

.imgFrame {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
}

.left {
    float: left;
}

.post-icon a, .reply-icon a, .edit-icon a, .delete-icon a, .report-icon a, .quote-icon a, .info-icon a {
	border:none;
}

.right {
    float: right;
}

.sitewebcolor {
	color: #66cc00;
}