/* **************************************************** 

Title: 		GetSimple CSS Document
Author: 	Chris Cagle
URL: 			http://www.cagintranet.com/ 
					http://get-simple.info/
Created: 	September 2, 2009

**************************************************** */

/** GLOBAL RESETS **/
:link,:visited {text-decoration:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;font-weight:400;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}

/** GLOBAL SETS **/
.clear {clear:both;}
body {
	text-align:center;
	font-family:arial, verdana, "lucida Grande", helvetica, sans-serif;
	font-size: 14px;
	background: #FFFFFF url(images/headerbg.png) top left repeat-x;
	color:#222;
	}
.wrapper {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	}
	
	
	
/* HEADER */
#header {
	position:relative;
	height:200px;
	text-align:left;
	}
#header .logo{
	position:absolute;
	top:28px;
	left:0px;
	color:#FFF;
	font-family:arial;
	font-weight:bold;
	font-size:45px;
	}
#header .tagline{
	color:#ccc;
	font-family:georgia;
	font-size:18px;
	/*position:absolute;
	top:78px;
	left:0px;*/
  font-style: italic;
  width:320px;
	float:right;
	}

#header #nav{
	position:absolute;
	/*top:129px;*/
  top:104px;   
	left:0px;
	color:#7C1B1B;
	border-top:#2F5677;
	color:#FFF;
	font-size:13px;
  font-family:verdana;
	text-transform:uppercase;
	background:#7C1B1B;
	list-style:none;
	}
	#header #nav li {float:left;border-right:1px solid #1E1E1E;}
	#header #nav li:first-child {border-left:1px solid #1E1E1E;}
	#header #nav li a {
		padding:13px 20px;
		line-height:42px;
		color:#FFF;
	}
	#header #nav li.current a,
	#header #nav li a:hover {
		background:transparent url(images/navbg.png) top left repeat-x;
	}

div.border {
  border: 1px dotted gray;
  padding: 3px;
}
	
	
/* BODY */

#bodycontent {
	width:580px;
	float:left;
	text-align:left;
	}
#bodycontent .post {padding:0 0 55px 0;}
#bodycontent .post h1 {
	font-family:georgia;
	font-size:36px;
	color:#000;
	line-height:36px;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	border-bottom:#ccc 1px dotted;
	}
#bodycontent .post p {
	margin:0 0 18px 0;
	line-height: 20px;
	}

	#bodycontent .post ul, #bodycontent .post ol {
	margin:0 0 18px 25px;
	line-height: 20px;
	}
	#bodycontent .post ul ul, #bodycontent .post ol ul, #bodycontent .post ul ol, #bodycontent .post ol ol {
		margin:0 0 0 25px;
	}
	#bodycontent .post blockquote {
	margin:0 0 18px 30px;
	line-height: 19px;
	font-size:13px;
	color:#666;
	font-style:italic;
	}
	#bodycontent .post code {
	font-size:12px;
	color:#666;
	padding:2px;background:#fafafa;
	border:1px solid #eee;
	}
	#bodycontent .post pre code {
	display:block;
	font-size:12px;
	color:#666;
	padding:8px;background:#fafafa;
	border:1px solid #eee;
	margin-bottom:18px;
	}
	#bodycontent .post h2 {
	font-weight:bold;
	padding:8px 0;
	font-size:20px;
	}
	#bodycontent .post h3 {
	font-weight:bold;
	padding:8px 0;
	font-size:17px;
	}
	#bodycontent .post h4 {
	font-weight:bold;
	padding:8px 0;
	font-size:14px;
	}
	#bodycontent .post a:link, #bodycontent .post a:visited {
		color:#7C1B1B;
		text-decoration:underline;
		}
	#bodycontent .post a:hover {
		color:#ff8a00;
		text-decoration:underline;
		}
	#bodycontent .post .meta {
		margin-top:20px;
		font-size:11px;line-height:18px;
		color:#555;
		border:1px dotted #ccc;
		background:#f9f9f9;
		padding:8px;
	}



/* BODY - EDITOR*/

#bodycontenteditor {
	width:800px;
	float:left;
	text-align:left;
	}
#bodycontenteditor .post {padding:0 0 55px 0;}
#bodycontenteditor .post h1 {
	font-family:georgia;
	font-size:36px;
	color:#000;
	line-height:36px;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	border-bottom:#ccc 1px dotted;
	}
#bodycontenteditor .post p {
	margin:0 0 18px 0;
	line-height: 20px;
	}

	#bodycontenteditor .post ul, #bodycontenteditor .post ol {
	margin:0 0 18px 25px;
	line-height: 20px;
	}
	#bodycontenteditor .post ul ul, #bodycontenteditor .post ol ul, #bodycontenteditor .post ul ol, #bodycontenteditor .post ol ol {
		margin:0 0 0 25px;
	}
	#bodycontenteditor .post blockquote {
	margin:0 0 18px 30px;
	line-height: 19px;
	font-size:13px;
	color:#666;
	font-style:italic;
	}
	#bodycontenteditor .post code {
	font-size:12px;
	color:#666;
	padding:2px;background:#fafafa;
	border:1px solid #eee;
	}
	#bodycontenteditor .post pre code {
	display:block;
	font-size:12px;
	color:#666;
	padding:8px;background:#fafafa;
	border:1px solid #eee;
	margin-bottom:18px;
	}
	#bodycontenteditor .post h2 {
	font-weight:bold;
	padding:8px 0;
	font-size:20px;
	}
	#bodycontenteditor .post h3 {
	font-weight:bold;
	padding:8px 0;
	font-size:17px;
	}
	#bodycontenteditor .post h4 {
	font-weight:bold;
	padding:8px 0;
	font-size:14px;
	}
	#bodycontenteditor .post a:link, #bodycontenteditor .post a:visited {
		color:#009865;
		text-decoration:underline;
		}
	#bodycontenteditor .post a:hover {
		color:#7C1B1B;
		text-decoration:underline;
		}
	#bodycontenteditor .post .meta {
		margin-top:20px;
		font-size:11px;line-height:18px;
		color:#555;
		border:1px dotted #ccc;
		background:#f9f9f9;
		padding:8px;
	}




/* CONTACT FORM */

.contactform {margin:0 0 20px 0;}
.contactform b {display:block;}
.contactform input.text, .contactform textarea, .contactform select {border:1px solid #bbb;width:250px;padding:4px;font-family:arial;font-size:13px;margin:2px 0 7px 0;}
.contactform textarea {height:150px;width:350px;}
.contactform input:focus {background:#ffffcc}
.contactform textarea.text:focus {background:#ffffcc}
.contactform input#contact-submit {padding:4px;width:150px;font-weight:bold;}
.contactform p.contactmsg {padding:4px;border:1px solid #000;background:#f9f9f9;font-weight:bold;}
.contactform p.success {color:#009865;background:#BEF6C5;border:1px solid #009865}
.contactform p.error {color:#CC0000;background:#F9C0B7;border:1px solid #CC0000}
.pot {display:none;}

#sidebar .section input.text:focus, #sidebar .section textarea.text:focus {background:#ffffcc}


/* SIDEBAR */

#sidebar {
	width:320px;
	float:right;
	text-align:left;
	font-size:13px;
	}
	#sidebar .featured {
		background:#FFFFFF url(images/aboutbg2.png) top left repeat-x;
		padding:20px;
		margin:0 0 30px 0;
		color:#000;
		font-family:arial;
		line-height:20px;
	}
	#sidebar .featured h2 {
		color:#000000;
		font-family:arial;
		font-size:24px;
		line-height:24px;
		border-bottom: 1px dotted #888;
		padding:0 0 15px 0;
		margin:0 0 20px 0;
		}
	#sidebar .featured p {
		margin:0 0 17px 0;
		}
	#sidebar a:link, #sidebar a:visited {
		color:#7C1B1B;
		text-decoration:underline;
		}
	#sidebar a:hover {
		color:#ff8a00;
		text-decoration:underline;
		}
		
	#sidebar .featured a:link, #sidebar .featured a:visited {
		color:#7C1B1B;
		text-decoration:underline;
		}
	#sidebar .featured a:hover {
		color:#ff8a00;
		text-decoration:underline;
		}
	#sidebar ul, #sidebar ol {
		margin:0 0 18px 30px;
	}



/* FOOTER */

#footer {

  color:#ccc;
	font-family:georgia;
	font-size:18px;
  font-style: italic;
	text-align:left;
	line-height:18px;
  /*text-transform:uppercase;*/
	border-top:1px solid #435766;
	padding:10px 0 10px 0;
	}
	#footer p.left-footer {text-align:left;float:left;width:450px;}
	#footer p.right-footer {text-align:right;float:right;width:450px;}
	
	#footer a:link, #footer a:visited {
		color: #ffffff;
		text-decoration: none;
		}
	#footer a:hover {
		color: #ff8a00;
		text-decoration: none;
		}
    
/* SIMPLETHEME: Wraps for 100% width */
.wrap1{
 clear: both;
 background: #DDD;
 width: 100%;
 border-top: 1px #E1E4E4 solid;
 border-bottom: 1px #B5BBBE solid;
}

.wrap2{
 border-top: 1px #7C8992 solid;
 border-bottom: 1px #435766 solid;
 background: #0C1538;
 width: 100%;
}    

/* SIMPLETHEME: 2columns.php **/
#featured_left{
 width: 435px;
 padding-right: 40px;
 float: left;
}

#featured_right{
 width: 435px;
 float: right;
}

#featured2 { 
 background: #DDD;
 color: #000;
 width: 922px;
 height: 230px;
 margin: 0 auto;
 padding-top: 25px;
 padding-bottom: 25px;
 text-align:left;
 font-size:13px;
 line-height:20px;
}

 #featured2 a:link, #featured2 a:visited {
		color:#7C1B1B;
		text-decoration:underline;
		}
	#featured2 a:hover {
		color:#ff8a00;
		text-decoration:underline;
		}

#featured2 h2 {
		color:#000000;
		font-family:arial;
		font-size:24px;
		line-height:24px;
		border-bottom: 1px dotted #888;
		padding:0 0 15px 0;
		margin:0 0 20px 0;
		}
#featured2 p {
  margin:0 0 17px 0;
  }
  
#featured2 ul, #featured2 ol {
		margin:0 0 18px 30px;
	}  