/********************************************
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	margin: 0px auto;
	background: #000;
	border: none;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	text-align: center;
}

/* links */
a, a:visited {
	color: #000;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #AD0000;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #555;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 130%;
	line-height: 0%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */
img {
	background: #000;
	border: 2px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}

/********************************************
   LAYOUT
********************************************/ 

#social-images {
	background-color:#000;
	width:	800px;
	float:right;
	text-align: right;
	margin-top: 37px;
}
#social-images img{
	background:	#000;
	border: none;
}
#wrap {
	width: 800px;
	background: #000;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 800px;
	padding: 0;
	margin-bottom: 20px;
	background: #FFF;
	border: 2px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	display: inline;
}
#header {
	width: 800px;
	position: relative;
	background: #000;
}
#header img {
	background: #000;
	border: none;
}
#header p#slogan {
	margin: 0; 
	padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	color: #838181;
	top: 85px; left: 75px;		
}

/* header links */
#header #header-links{
	top: 0px;
	right: 20px;
	float: right;
	color: #838181;
	font-size: 10px;	
}
#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #fde5bf;
}

#header-photo {
	clear: both;
	height: 320px;
	width: 800px;
	margin: 0 auto;
	background: #FFF url(header-photo3.JPG) no-repeat center center;
	border: 2px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;		
}
#header-text {
	background: rgb(253, 229, 191);
	background: rgba(253, 229, 191, 0.6);
	height: 40px;
	margin-top: 280px;
}
#header-text p#slogan {
	margin: 0 0 0 20px; 
	padding: 0;
	font: normal 18px 'Trebuchet MS', Arial, Sans-serif;
	color: #2e2e2e;
}
/* Navigation */

#nav {

height:41px;
	margin:0px;
	padding:0px;
}
#nav ul {

	list-style: none;
	background: #000;
	width: 800px;		
	text-transform: uppercase;
	margin: 10px 0px 0px 10px;
	padding: 5px 5px 0px 5px;	

}
#nav ul li {
	display: inline;
	margin-right: 5px; 
	padding: 0;
	color: #FFF;

}
#nav ul li a {
	float: left;
	width: auto;
	margin-right: 5px;
	padding: 0 14px;
	border-bottom: none;
	color:inherit;
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	

}
#nav ul li span a {
	color: #FF0000;
}
#nav ul li span a:hover, 
#nav ul li span a:active {
	background-color: #FF0000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;		
	color: #FFF;
}
#nav ul li a:hover, .navlinkhover, #nav ul li a:active {
	background-color: #FFF;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;	
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;	
	 -moz-border-radius-topright: 5px;
	 -webkid-border-radius-topright: 5px;
	 -moz-border-radius-topleft: 5px;
	 -webkid-border-radius-topleft:; 5px;
	color: #000000;
}
#nav ul li#current a {	
	background-color: #FFF;	
	border: 0px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;		
	color: #000;
}

/* Notes */
#notes {
	padding: 0px 10px 10px 10px;
	margin: 20px 20px 20px 20px;
	width: 510px;
	float: left;
	background: #FFF;
	border: 2px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
}

#notes h3 {
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #CCC;
	margin-bottom: 20px;
}
#notes p {
	color: #CCC;
}

/* Main Column */
#main {
	width: 67%;
	padding: 10px 0 10px 10px; margin: .5px 0 0 0px;
	display: inline;
}
#main img {
	background: none;
	border: none;
	padding: 0px 10px 0px 10px;
	margin: 20px 20px 0px 20px;
}
#main h2 {
	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #FFF;
	text-transform: none;
	padding: 10px 0 0px 10px;
}
#main h2 a {
	color: #FFF;
	text-decoration: none;
}
#main h3 a {
	margin-left: 5px;
	color: #FFF;
	text-decoration: none;
	display: inline;
}
#main p	{
	color: #838181;
}
#main ul li {
	margin-bottom: 5px;
	color: #838181;
	list-style-type: none;
}
#main a {
	padding: 0px 0 0px 10px;
	text-decoration: none;
	margin-bottom: 5px;
	color: #000;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 20%;
}
#sidebar {
	padding: 0px 10px 10px 10px;
	margin: 20px 20px 20px 20px;
	background: #2e2e2e;
	color: #CCC;
	border: 2px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
}
#sidebar h3 {
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #838181; 		
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	color: #8F8F8F;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666;			
}
#sidebar ul.sidemenu li img {
    border: 5px solid #FFF;
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }
}
#sidebar .donate {
	background: #012d50;
	color: #FFF;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 800px;
	margin 0 auto;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;		
	border: 2px solid #FFF;
	background: #2e2e2e;
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #FFF;	
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	border-top: none;
/*	padding: 10px;	*/
	width: 760px;		
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
/*	background: url(footer-dots.jpg) repeat-x left top;*/
}
#footer-columns li {
/*	background: url(footer-dots.jpg) repeat-x left bottom;*/
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 4px 0 4px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

.hide {
	text-indent:-9999px;
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 800px;
	padding: 10px 0;
	text-align: center;
}

/*copyright*/
#copyright	{
	width: 800px;
	height: 40px;
	clear: both;
    position: relative;
	margin: 0 auto;
	margin-top: 15px;
    background: #2e2e2e;
	border: 2px solid #2e2e2e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#copyright	a:hover{
	color: #FFF;
}

/* postmeta */
.post-footer {
	background: url(post.jpg);
	padding: 5px; 
	margin: 5px 10px 10px 10px;	
	font-size: 95%;	
	color: #AEA471;
	border: 1px solid #E0DBC9;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}
.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #888; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

.subnav {
	padding:5px 5px 5px 5px;
	background-color: #FFF;	
	border: 0px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;		
	color: #000;
}
.subnav a {
	color:#000000;
}
#navcontainer {
	height:85px;
	width:803px;
}