* { margin: 0; padding: 0; outline: 0 }

body {
	font: 11px 'Verdana', Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #000 url(images/bg.jpg) no-repeat scroll center top;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	text-align: center;
}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #0098e3;			
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #fff;
	border-bottom: 1px dotted #ff470f;
}


/* headers */
h1, h2, h3 {
	font-family: 'Verdana', Tahoma, Arial, Sans-serif;
	color: #0098e3;
}
h1 {
	font-size: 3.4em;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;	
}
h2 {
	font-size: 2em;
	color: #895F30;
	padding: 20px 10px 5px 10px;	
}
h3 {
	font-size: 1.7em;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;	
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none;  }

dt {
  font-weight: bold;
  color: #fff;
}
dd {
  padding-left: 25px; 
}

/* images */


code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Verdana', 'Arial', Monospace ;
  	/* white-space: pre; */
  	background: #111;  
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   background: #111 url(images/quote.png) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Arial', Times, serif;	
	color: #808080;	
}

/* start - table */
table {
	margin: 15px 10px; 
	border-collapse: collapse;			
}
th {
	
	color: #fff;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 1px solid #48780E;
}
tr {
	color: #5b5b5b;
	height: 34px;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #111;	
}
/* end - table */

/* form elements */
form {
	margin: 0px 0px; padding: 0px 0px 0px 0px;
	
}
label {
	display: block;
	font-weight: normal;
	margin: 8px 0;
	
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	background: #eaeae2;  
	border: 1px solid #1C1C1C;
}
textarea {
	width: 400px;
	height: 100px;
	display: block;	
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #33CCFF;
	background: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #1c1c1c;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 0px 0px 0px 0px;	
	width: 270px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 185px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	position: relative;
	width: 900px;	
	margin: 0 auto;
	text-align: left;		
}
#content-feattwit {
	position: relative;
	clear: both;
	height: 100%;
	width: 0px;	
	padding: 0px; 	
	margin-top: 68px;	
	margin-left: 18px;	
	background: transparent;
	float: left;	
	display: inline;		
}
#content-feature {
	float: left;
	width: 100%;
	height: 245px;
    margin-left: 0px;	
	background: transparent;
	background: url(images/) no-repeat;
	}
#content-twitter {
	float: left;
	width: 100%;
	height: 20px;
    margin-left: 10px;	
	background: transparent;
	background: url(images/) no-repeat;
	}
#content-wrap {
	position: relative;
	clear: both;
	width: 850px;	
	padding: 0px; 	
	margin-top: 80px;	
	margin-left: 12px;	
	background: transparent;
	float: left;	
	display: inline;		
}
#header {
	position: relative;
	width: 900px;	
	height: 0px;	
	margin: 0; padding: 0;		
	background: transparent;
	        }

/* header search */
#header form#quick-search {
	position: absolute;
	overflow: hidden;
	background: transparent;
	top: 4px; right: 220px;
	padding: 0; margin: 0; 
	border: none;
	width: 200px; height: 30px;
	z-index: 999999;
}
#header form#quick-search p {
	margin: 5px; padding: 0px;		
}
#header form#quick-search .tbox {
	margin: 2px 0 0 5px; 
	width: 210px;
	background: none;
	border: none;
}
#header form#quick-search label,
#header form#quick-search .btn {
	display: none;	
}

/************************************************
*	Top Sidebar 					     	    * 
************************************************/
	
#top_sidebar {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	line-height: 20px;
	}
	
#top_sidebar h2 {
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 6px 0px;
	border-bottom: 1px dotted #ff470f;
	list-style-type: none;
	}
	
#top_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#top_sidebar p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 15px;
	}
	
/************************************************
*	Left Sidebar 					     	    * 
************************************************/

#l_sidebar {
	float: left;
	width: 110px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	line-height: 20px;
	}
	
#l_sidebar h2 {
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 6px 30px;
	border-bottom: 1px dotted #ff470f;
	}
	
#l_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#l_sidebar p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
/************************************************
*	Right Sidebar 					     	    * 
************************************************/
	
#r_sidebar {
	float: right;
	width: 120px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	line-height: 20px;
	}
	
#r_sidebar h2 {
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 6px 30px;
	border-bottom: 1px dotted #ff470f;
	list-style-type: none;
	}
	
#r_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#r_sidebar p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
/*  Navigation  */
#nav {
	position: absolute;
	margin: 0px; padding: 0px;		
	height: 40px;
	width: 0px;	
	right: 415px;	top: 82px; 
	}
#nav ul {
	float: right;
	list-style: none;
	width: 880px;		
	height: 40px;
	margin: 0 0 0 25px; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: right;
	margin: 0;
	padding: 0 20px;
	font: bold 15px/35px 'Tahoma', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	  
	color: #0098e3;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #005782;
	background: url(images/navbol.png) no-repeat center top;
	border:none;
}
#nav ul li.current_page_item a {
	
	border:none;
}

/************************************************
*	Content backgrfx						    * 
************************************************/

.content_title {
        float: left;
		width: 505px;
		background: url(images/ctitle.png) top no-repeat;
        margin: 0px;
        padding: 0px;
}

.content_body {
        color: #000;	
	    float: left;
		width: 505px;
		background: url(images/cmiddle.png) top ;
        margin: 0;
        padding: 0;
}
.content_bodytwo {
        color: #000;
	    width: 400px;	
		margin-left: 60px;       
}

.content_bottom {
        float: left;
		width: 505px;
		height: 20px;
		background: url(images/cbottom.png) top no-repeat;
        margin: 0;
        padding: 0;
}


/* Main Column */
#main {
	float: left;
	width: 505px;
	padding: 0; margin: 0;
	display: inline;		
}
#main h2 {
	padding-bottom: 3px;
	margin-left: 60px;
	margin-top: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight: normal;
	color: #990000;
	letter-spacing: -1px;
	text-transform: none;	
}
#main h2 a {
	color: #990000;
	text-decoration: none;
	border: none;
}

/************************************************
*	Sidebar 					     	    * 
************************************************/

#sidebar {
	float: right;
	width: 290px;
	padding: 0; margin: 0px 0 0 0;		
	display: inline;	
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 15px 5px 10px 5px; 
	font: normal 1.8em 'Verdana', Tahoma, Helvetica, Arial, sans-serif;				
	color: #fefefe;
}
#sidebar ul {
	text-align: left;
			
}
#sidebar ul li {
	list-style: none;
	padding: 0px 0px;
	margin: 0;		
	
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	border: none;
	color: #5d5d5d; 	
		
	font-weight: normal;		
	font-family: 'Verdana', Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 10px;	
	/* letter-spacing: .5px;  */
}
#sidebar ul li a:hover,
#sidebar ul li a:hover span {	
	color: #fff;	
}
#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { border: none; }

/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 0;
	margin-top: 20px;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;	
	background: #000 url(images/footerbg.jpg) no-repeat center top;
	color: #555;
	width: 100%;
	float: left;	
	display: inline;
	
}
#footer-wrap h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;
	color: #ABABAB;	
}
#footer-content {	
	margin: 0 auto;		
	width: 880px;
	text-align: left;		
}
#footer-content ul.col-list {
	border-top: 1px solid #111;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #555;
	border: none;
}
#footer-content ul.col-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-content ul.col-list li a:hover,
#footer-content ul.col-list li a:hover span {
	color: #fff;
	text-decoration: none;
}

#footer-content .col {
	width: 280px;
	padding: 0 0 30px 0;			
	display: inline;
}
#footer-content .col2 {
	width: 285px;
	padding: 0 0 30px 0;	
	display: inline;	
}
#footer-content .space-sep {
	margin-right: 12px;
}

.postmeta {	
	padding: 4px 5px; margin: 5px 5px 5px 5px;	
	font-family: "Lucida Grande", Tahoma;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	font-size: 1em;	
	margin-left: 60px;
	color: #545454;
		
}
.postmeta .date{ padding: 4px 5px; margin: 0px 1px 0px 5px; margin-left: 60px; color: #444; 	}
.postmeta a.comments { margin: 0px 10px 0px 1px; margin-left: 60px; color: #444;	} 
.postmeta a.readmore { margin: 0px 10px 0px 1px; margin-left: 60px;	 color: #444; }

.posttag {padding: 0 0 0px 0;margin-left: 60px; }

.b-post-info { font-size: .99em; padding-top: 0px; margin-left: 60px; color: #444;	}
.b-post-info a {
	color: #990000;
}
.b-read-info { font-size: .95em; padding-top: 0px; margin: 8px; margin-left: 60px; color: #444; float:right	}
.b-read-info a { color: #BD4200; }
.b-tag-line { font-size: .95em; padding-top: 0px; margin: 0px; margin-left: 60px; color: #444; float:left	}
.b-tag-line a { color: #990000; }
.b-comment { font-size: .95em; padding-top: 0px; margin-left: 60px; color: #444;	}
.b-comment { color: #444; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

