/* general reset */
body{
	margin:0;
	font:13px Arial, Helvetica, sans-serif;
	background:#000 url(../images/bg.jpg) no-repeat 50% 0;
	color:#919191;
	display:table;
	width:100%;
}
a{
	color:#919191;
	text-decoration:none;
}
a:hover{ text-decoration:none;}
img{ border-style:none;}
form, fieldset{
	margin:0;
	padding:0;
	border:0;
}
/* main */
#main{
	margin:0 auto;
	width:950px;
	position:relative;
	padding:31px 0 20px;
}
/* logo */
.logo{
	margin:0 0 0 2px;
	background:url(../images/logo.gif);
	width:477px;
	height:129px;
}
.logo a{
	display:block;
	height:100%;
	width:100%;
	overflow:hidden;
}
.logo span{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	cursor:pointer;
}
/* header */
#header{
	position:absolute;
	top:186px;
	left:13px;
	width:880px;
}
/* intro */
#header .intro{
	display:block;
	width:443px;
	height:157px;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/intro.gif) no-repeat;
}
.{
	overflow:hidden;
	width:100%;
	margin:15px 0 0;
}
/* nav */
.nav{
	float:left;
	margin:12px 0 0;
	padding:0 0 0 52px;
	list-style:none;
	width:581px;
	font:bold 14px/34px "Times New Roman", Times, serif;
}
.nav li{
	float:left;
}
.nav a{
	float:left;
	color:#5faef1;
	padding:0 14px;
	white-space:nowrap;
}
.nav a:hover,
.nav a.active,
.nav .current_page_item{
	text-decoration:none;
	background-color:#fff;
	color:#05080f;
}
/* icons */
.icons{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width:220px;
}
.icons li{
	float:left;
	margin:0 13px 0 0;
}
.icons img{ float:left;}
/* center */
#center{
	overflow:hidden;
	width:100%;
	margin:229px 0 0;
}
/* content */
.content{
	float:left;
	width:646px;
	overflow:hidden;
}
/* post */
.post{
	overflow:hidden;
	height:1%;
	margin:0 0 10px;
}
/* post sidebar */
.post-sidebar{
	float:left;
	width:50px;
	overflow:hidden;
	padding:0 0 0 8px;
}
.post-sidebar ul{
	margin:21px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
	text-align:center;
}
.post-sidebar li{
	float:left;
	width:100%;
	margin:10px 0 0;
}
.post-sidebar li a{
	float:left;
	width:100%;
}
.post-sidebar li a.comments{
	padding:1px 0 0;
	background: url(../images/comments-link.gif) no-repeat 1px 0;
	color:#fff;
	text-decoration: none;
}
.post-sidebar li a.comments .num{
	display:block;
	background:#438786 url(../images/comments-num.gif) no-repeat 0 100%;
	font-size:26px;
	font-weight:normal;
	padding:1px 0 12px;
	cursor:pointer;
	text-decoration: none;	
}
.post-sidebar li a.comments .text{
	display:block;
	cursor:pointer;
	background: url(../images/comments-text.gif) no-repeat;
	font-size:8px;
	line-height:16px;
	margin:3px 0 0;
}
.post-sidebar li a.tweets{
	color:#555;
	background: url(../images/tweets-link.gif) no-repeat;
	padding:4px 0 0;
}
.post-sidebar li a.tweets .num{
	display:block;
	font-size:16px;
	font-weight:normal;
	cursor:pointer;
}
.post-sidebar li a.tweets .title{
	display:block;
	font-size:10px;
	cursor:pointer;
}
.post-sidebar li a.tweets .text{
	display:block;
	font-size:9px;
	color:#fff;
	line-height:16px;
	background: url(../images/retweet.gif) no-repeat;
	cursor:pointer;
	margin:10px 0 0;
}
.post-sidebar li a.tweets:hover .text{ text-decoration:underline;}
.post-sidebar li a.facebook{
	padding:45px 0 0;
	background: url(../images/facebook.gif) no-repeat;
	color:#fff;
}
.post-sidebar li a.facebook .text{
	display:block;
	cursor:pointer;
	font-size:9px;
	line-height:16px;
	background: url(../images/facebook-post.gif) no-repeat;
}
/* section */
.post .section{
	float:right;
	width:541px;
	padding:28px 20px 0;
	background-color:#fff;
}
/* post head */
.post .hgroup{
	overflow:hidden;
	height:1%;
}
.post .hgroup h2{
	margin:0;
	font:30px "Times New Roman", Times, serif;
	color:#d27701;
}
.post .hgroup h2 a{ color:#d27701;}
.post .hgroup .posted{
	display:block;
	font-size:11px;
	margin:-1px 0 0;
}
.post .hgroup .posted a{ color:#5faef1;}
/* post body */
.post .body{
	overflow:hidden;
	height:1%;
	margin:7px 0 0;
}
.post .body img{
	display:block;
	margin:0 auto;
}
.post .body p{
	margin:12px 0 0;
	line-height:18px;
}
/* actions */
.post .actions{
	overflow:hidden;
	height:1%;
	margin:10px 0 0;
}
.post .actions .share{
	float:left;
	margin:0 9px 0 0;
	padding:0 0 0 20px;
	background: url(../images/share.gif) no-repeat;
}
.post .actions ul{
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
	float:left;
	background: url(../images/actions-separator.gif) no-repeat 0 50%;
}
.post .actions li{
	float:left;
	margin:0 5px 0 0;
}
.post .actions img{ display:block;}
/* tags */
.post .tags{
	overflow:hidden;
	width:100%;
	padding:0 20px;
	margin:9px -20px 0;
	background-color:#e4e4e4;
	color:#666;
	line-height:33px;
}
.post .tags a{ color:#666;}
.post .tags ul{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
.post .tags li{ display:inline;}
/* comments */
.post .comments{
	overflow:hidden;
	height:1%;
}
.post .comment{
	overflow:hidden;
	height:1%;
	background: url(../images/hor-dotted-separator.gif) repeat-x 0 100%;
	padding:16px 0 0 9px;
}
.post .even{ background-color:#f8f8f8;}
.post h3{
	margin:23px 0 0;
	font-size:17px;
	color:#797979;
}
.post .comments h3{
	background: url(../images/hor-dotted-separator.gif) repeat-x 0 100%;
	padding:0 0 6px;
}
.post .comment img{
	float:left;
}
.post .comment .container{
	float:right;
	width:475px;
	padding:0 6px 18px 0;
}
/* comment head */
.post .comment-head{
	width:481px;
	margin:0 -6px 0 0;
}
.post .comment-head h4{
	margin:0;
	font-size:13px;
	font-weight:normal;
	color:#000;
	padding:0 0 1px;
	background: url(../images/comment-separator.gif) repeat-x 0 100%;
}
/* date */
.post .comment-head .date{
	display:block;
	font-size:9px;
	color:#c2c2c2;
	margin:1px 0 0;
}
.post .comment p{
	margin:0 0 10px;
	line-height:14px;
}
/* reply */
.reply{
	height:1%;
	padding:16px 0 40px;
}
.reply:after{
	content:"";
	display:block;
	clear:both;
}
.reply .form{ padding:12px 0 0;}
.reply .row{
	overflow:hidden;
	height:1%;
	margin:0 0 9px;
}
.reply .row .text{
	float:left;
	background: url(../images/reply-text.gif) no-repeat;
	padding:3px 5px;
	margin:0 5px 0 0;
}
.reply .row .text input{
	float:left;
	background:none;
	border:0;
	padding:0;
	width:198px;
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#7a7a7a;
}
.reply .row label{
	float:left;
}
.reply textarea{
	display:block;
	overflow:auto;
	border:1px solid #9e9e9e;
	background-color:#fafafa;
	padding-left:5px;
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#7a7a7a;
	width:545px;
	height:134px;
	margin:0 -20px 0 0;
	position:relative;
}
.reply .submit{
	overflow:hidden;
	height:1%;
	margin:9px 0 0;
	background: url(../images/hor-dotted-separator.gif) repeat-x 0 4px;
}
.reply .submit input{
	float:right;
}
/* post navigation */
.post-navigation{
	margin:0;
	padding:6px 12px 0 77px;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.post-navigation a{
	float:left;
	color:#ebeceb;
	white-space:nowrap;
	width:200px;
}
.post-navigation .prev{ float:left;}
.post-navigation .next{ float:right;}
.post-navigation .prev a{
	padding:0 0 0 12px;
	background: url(../images/prev-post.gif) no-repeat 0 50%;
}
.post-navigation .next a{
	padding:0 11px 0 0;
	background: url(../images/next-post.gif) no-repeat 100% 50%;
	text-align:right;
}
/* about */
.about{
	overflow:hidden;
	height:1%;
	background-color:#fff;
	padding:28px 16px 18px 20px;
}
/* post head */
.about .hgroup{
	overflow:hidden;
	height:1%;
	padding:0 0 11px;
}
.about .hgroup h2{
	margin:0;
	font:30px "Times New Roman", Times, serif;
	color:#d27701;
}
.about .hgroup h2 a{ color:#d27701;}
.about img{ display:block;}
.about p{
	margin:8px 0 18px;
	line-height:18px;
}
/* actions */
.about .actions{
	overflow:hidden;
	height:1%;
	padding:41px 0 0;
}
.about .actions .share{
	float:left;
	margin:0 9px 0 0;
	padding:0 0 0 20px;
	background: url(../images/share.gif) no-repeat;
}
.about .actions ul{
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
	float:left;
	background: url(../images/actions-separator.gif) no-repeat 0 50%;
}
.about .actions li{
	float:left;
	margin:0 5px 0 0;
}
.about .actions img{ display:block;}
/* sidebar */
.sidebar{
	float:right;
	width:304px;
	overflow:hidden;
	margin:12px 0 0;
}
/* search */
.search{
	overflow:hidden;
	height:1%;
	padding:0 0 0 15px;
}
.sidebar .form .text{
	float:left;
	margin:0 7px 0 0;
	background: url(../images/form-text.gif) no-repeat;
}
.sidebar .form .text .wrapper{
	float:left;
	background: url(../images/form-text-wrap.gif) no-repeat 100% 0;
	padding:7px 13px;
}
.sidebar .form .text input{
	float:left;
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#b5b5b5;
	padding:0;
	background:none;
	border:0;
}
.search .text input{ width:163px;}
/* blocks */
.blocks{
	overflow:hidden;
	height:1%;
	margin:9px 0 0;
}
/* block */
.block{
	overflow:hidden;
	height:1%;
	margin:-1px 0 1px;
	background: url(../images/side-separator.jpg) no-repeat;
	padding:15px 0 18px;
}
.block h3{
	margin:0;
	font:18px "Times New Roman", Times, serif;
	color:#5eaff3;
	padding:0 19px;
}
.block .links{
	overflow:hidden;
	height:1%;
	margin:8px 0 0;
	padding:0;
	list-style:none;
	font-weight:bold;
	line-height:24px;
}
.block .links li{
	float:left;
	width:100%;
	margin:2px 0 0;
	background: url(../images/side-bullet.gif) no-repeat 19px 50%;
}
.block .links a{
	display:block;
	color:#fff;
	padding:0 27px;
	height:1%;
	position:relative;
}
.block .links a:hover{
	text-decoration:none;
	background-image: url(../images/side-links-hover.png);
	background-repeat: repeat-y;
}
/* latest comments */
.latest-comments{
	overflow:hidden;
	height:1%;
	margin:-7px 0 0;
}
.block dl{
	margin:15px 0 0;
	padding:0 19px;
	line-height:14px;
}
.block dt{
	display:inline;
	color:#fff;
	font-weight:bold;
}
.block dd{
	display:inline;
	margin:0;
}
.twitter-banner{
	display:block;
	margin:19px 0 -7px 19px;
}
/* mail */
.sidebar .mail{
	overflow:hidden;
	height:1%;
	padding:2px 20px 0;
}
.sidebar .mail .row{
	overflow:hidden;
	height:1%;
	margin:11px 0 0;
}
.block p{
	margin:0;
	color:#fff;
	font-weight:bold;
	line-height:14px;
}

#twitter_update_list {
margin-top:20px;
}
