@import url('reset.css');

html{
	text-align: center;
}
body{
	display: block;
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: left;
	font: 11px "Trebuchet MS", "Arial", sans-serif;
}
a {
	color: #f88e1e;
}
a:hover{
	color: #000;
	text-decoration: none;
}
/*==========================*/

div#header_wrapper{
	display: block;
	height: 178px;
	background: url(images/headers2.jpg) no-repeat;
}
div#header_wrapper div#header_content{
	display: block;
	height: 178px;
	width: 1126px;
	margin: 0 auto;
}
h1#branding a{
	display: block;
	width: 1126px;
	height: 178px;
	background: url(images/headers.jpg) no-repeat;
	text-indent: -9999px;
	float: left;
	cursor: pointer;
}


/*==========================*/

div#main_wrapper{
	display: block;
	width: 960px;
	margin: 0 auto;
}
div#col_main{
	display: block;
	width: 66%;
	clear: both;
	float: left;
	padding: 0 1.5em;
}
div#col_sub{
	display: block;
	width: 28%;
	float: left;
}

/*==========================*/

div.post_container{
	display: block;
	width: 100%;
	margin: 30px 0 0 0;
	font: 11px "Trebuchet MS", "Arial", sans-serif;


}
div.title_container{
	display: block;
	margin: 0 0 20px 0;
	width: 66%;
}
div.post_date{
	float: left;
	background: #f88e1e;
	padding: 3px;
}
div.post_title{
	float: left;
}
span.month{
	text-transform: lowercase;
	font-size: 12px;
	color: #fff;
	display: block;
}
span.day{
	font-size: 28px;
	color: #fff;
	display: block;
}
div.post_title a{
	color: #f88e1e;
	font-size: 28px;
	margin: 18px 0 0 10px;
	text-decoration: none;
	font-weight: bold;
}
div.post_content{
    color: #636363;
	margin: 0 0 30px 75px;
	font-size: 13px;
}
div.post_content p{
	margin: 12px 0;
	font-size: 13px;
}
span.highlight{
	color: #f88e1e;
}
p textarea#comment{
	width: 80%;
	display: block;
}
li#search{
	margin: 0 0 14px;
}
/*=====================*/
div#col_sub ul{
	margin: 10px 0 6px;
}
div#col_sub ul li{
	font-size: 13px;
}
div#col_sub ul li ul{
	margin: 0;
}
div#col_sub ul li ul li{
	margin: 2px 0 8px;
	font-size: 11px;
}
div#col_sub a{
	color: #f88e1e;
}
div#col_sub a:hover{
	color: #f88e1e;
	text-decoration: none;
}

div#footer {
-x-system-font:none;
border-top:1px solid #CCCCCC;
font-family:"Trebuchet MS","Arial",sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:40px auto 60px;
padding:0 0 50px;
position:relative;
width:90%;
}
div#footer a {
color:#000000;
text-decoration:none;
}
div#footer a:hover {
text-decoration:underline;
}
p#copyright, ul#social_networking, ul#contact_footer, ul#about_footer {
float:left;
margin:5px 0 0;
}
ul#social_networking, ul#contact_footer, ul#about_footer {
margin:5px 0 0 100px;
}
div#footer ul li h3.footer_category {
color:#f88e1e;
}
h4#alan_portrait {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/speaker.jpg) no-repeat scroll 0 0;
bottom:73px;
display:block;
height:163px;
position:absolute;
right:80px;
text-indent:-9999px;
width:153px;
}
h5#rss a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/icon_rss.jpg) no-repeat scroll 0 0;
bottom:84px;
display:block;
height:28px;
position:absolute;
right:40px;
text-indent:-9999px;
width:28px;
}
/*=====================*/
