@import url('style_browser_reset.css');

/*================================================================
Typography
==================================================================*/

.hidden {display: none;} /* hides the page title and description */

address {
	font-size: 0.8em;
	color: #666666;
}

a:link, a:visited {
	color: #E8E8E8;
	text-decoration: none;
}
a:hover {color: #ffba00; text-decoration: none; }

p {
	margin: 15px 0px;
}

h2, h3 {
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: .12em;
	color: #E6E6E6;
}

small {font-size: .8em;}

.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#sidebar_left h3, #sidebar_right h3 {
	font-size: 1.4em;
	border-bottom: 1px dotted #666666;
	padding-bottom: 6px;
	font-weight: normal;
	letter-spacing: .12em;
	color: #666666;
	margin-bottom: 20px;
}

/*================================================================
Image floats
==================================================================*/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 2px;
	margin: 0 0 1px 6px;
	display: inline;
	}

img.alignleft {
	padding: 2px;
	margin: 0 6px 1px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/* End Images */

/*================================================================
Site Structure
==================================================================*/	

body {
    height: 100%;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	color: #8a8a8a;
	line-height:1.125em;
	background: #353535 url(images/body.png) repeat-y center top;
}

#top_address {
	margin: auto;
	height: 27px;
	padding-top: 8px;
	padding-right: 10px;
	width: 1014px;
	background: #000 url(images/logo.png) no-repeat;
	text-align: right;}

#header {
	width: 1024px;
	height: 440px;
	margin: auto;
	position: relative;
}

#sub_header {
	margin: auto;
	height: 36px;
	width: 1024px;
	position: absolute;
	bottom: 0;
	z-index: 30;
	background-image: url(images/dropmenu_bg.png);
}

#container {	
    width: 984px;
	margin: auto;
	background: #171717;
	padding: 50px 20px;
	font-size:0.875em;
}

#main_content_left {
	width: 500px;
	float: left;
}

#main_content_right {
	width: 455px;
	float: right;
}

#footer {
	width: 1024px;
	height: 75px;
	padding-top: 50px;
	margin: auto;
	clear: both;
	text-align: center;
}

#center_content {
     width: 500px;
     position:absolute;
} 
/*================================================================
The posts
==================================================================*/

#first_column {
	float: left;
	width: 240px;
}

#second_column {
	float: right;
	width: 240px;
}
}

#third_column {
	float: right;
	width: 455px;
}

.post_header {
}

.post_body {
	height: 120px;
	overflow: hidden;
}

.post_footer{
	margin-bottom: 20px;
	font-size: .8em;
	margin-top: 12px;
	padding-bottom: 20px;
	text-align: right;
	border-bottom: 1px dotted #666666;
}


/*================================================================
Featured Post
==================================================================*/

.featured {
	margin: 0px;
}

.featured h2{
	font-size: 1.8em;
}

.featured_datetime {
	font-size: 0.8em;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

.featured_header {
}

.featured_body {
	overflow: hidden;
	padding-top: 10px;
}

.featured_footer {
	clear: both;
	text-align: right;
	margin-bottom: 25px;
}

.featured_footer p {
	margin: 0px;
	font-size: .8em;
}

/*================================================================
The sidebars
==================================================================*/

#sidebar_left{
    width: 215px;
    float:left;
}

#sidebar_right{
    width: 215px;
	float: right;
}


/*================================================================
Sidebar Navigation
==================================================================*/

.sidebar_nav ul {}
.sidebar_nav li {}
.sidebar_nav ul li {}
.sidebar_nav ul ul li {margin-left: 20px;}
.sidebar_nav ul ul ul li {margin-left: 20px;}

.sidebar_nav {
	margin-bottom: 20px;
}

.sidebar_nav ul
{
background: #1c1c1c;
}

.sidebar_nav a
{
display: block;
padding: 5px;
border-bottom: 1px dotted #515151;
}

.sidebar_nav a:link, #navlist a:visited
{
	color: #E8E8E8;
	text-decoration: none;
}

.sidebar_nav a:hover
{
background: #2b2b2b
}

/* Horizontal Category List (frontpage) */

ul.horizontal_categories
{
clear: both;
text-align: center;
}

.horizontal_categories li
{
display: inline;
}

.horizontal_categories a {
	padding: 5px;
}

.horizontal_categories a:link, .horizontal_categories a:visited
{
	background-color: #1c1c1c;
}

.horizontal_categories a:hover
{
	background-color: #2b2b2b;
}
/*================================================================
Top navigation
==================================================================*/

#dropmenu, #dropmenu ul {
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	z-index:300;
	width:100%;
	font-weight: normal;
	letter-spacing: .18em;
	margin-left: 30px;
}

#dropmenu a {
	display:block;
	padding: 6px 15px;
	text-decoration:none;
	color: #C9C9C9;
}

#dropmenu a:hover {
	color:#ffba00;
	background: #000 url(images/dropdown_a.png) top;
	background-repeat: repeat-x;
}

#dropmenu li {
	float:left;
	position:relative;
}

#dropmenu ul {
	position:absolute;
	display:none;
	width:18em;
	top:1.9em;
	left:-1px;
}

#dropmenu ul a {
	background: #000;
}

#dropmenu li ul {
	width:14.1em;
}

#dropmenu li ul a {
	width:14em;
	height:auto;
	float:left;
}

#dropmenu ul ul {
	top:auto;
}

#dropmenu li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display:none;
}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display:block;
}

