/* BEGIN GENERAL ELEMENTS */
body{
	background-color: #FFF;
	font-family: Arial, Helvetica, Clean, Sans-Serif;
	font-size: 100%;
	margin: auto;
	min-width: 1020px;
	padding: 0;
	position: relative;
	width: 100%;
}
a img, img{
	border: none;
}
a, a.active, a.visited{
	color: #118;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}
a:hover{
	color: #FC902E;
}
blockquote{
	border-left: 5px solid #CCC;
	color: #777;
	display: block;
	margin: 10px 20px 0 15px;
	padding-left: 15px;
}
small{
	color:#888;
	font-size: 0.8em;
}
strike{
	color: #888;
}
code{
	font: 0.8em 'Courier New', Courier, Fixed;
}
:focus{
  -moz-outline-style: none;
  outline: none;
}
.clear{
	clear: both;
}
.floatright{
	float: right;
}
.floatleft{
	float: left;
}
.hidden{
	display: none;
}
.warning{
	background-color: #FEEFB3;
	border: 1px solid #9E5F00;
	color: #9F6000;
	padding: 8px;
}
.sprite{
	background: url('images/sprite.png') no-repeat top left;
}
/* END GENERAL ELEMENTS */



/* BEGIN HEADER ELEMENTS */
h1, h2, h3, h1 a, h2 a, h3 a, h1 a.active, h2 a.active, h3 a.active, h1 a.visited, h2 a.visited, h3 a.visited{
	color: #444;
	font-family: Georgia, serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover{
	color: #555;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 22px;
}
/* END HEADER ELEMENTS */



/* BEGIN BACKGROUND ELEMENTS */
.backlight{
	background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAIAAADZSiLoAAAAH0lEQVQImSXIMQEAMAwCMOpfGZjKjuVM2gKHJNuC3w9KgxYH/0zuJwAAAABJRU5ErkJggg==) repeat;
}
/* .backmedium{
	background: #555 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAIAAADZSiLoAAAAHUlEQVQImWM0MzMzMzNjYGBgglCnTp1iglBmZmYAVugHSv4Waz4AAAAASUVORK5CYII=) repeat;
} */
.backdark{
	background: #000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAIAAADZSiLoAAAAFUlEQVQImWNkYGAwMzNjgFAIFoQEACtEAyzCdkW2AAAAAElFTkSuQmCC) repeat;
}
.backbox{
	font-weight: normal;
	overflow: hidden;
	padding: 5px;
	text-align: center;
}
.backbox.backlight{
	border: 1px solid #AAA;
	color: #444;
}
.backbox.backmedium{
	border: 1px solid #444;
	color: #FFF;
}
.backbox.backdark{
	border: 1px solid #000;
	color: #FFF;
}
/* END BACKGROUND ELEMENTS */



/* BEGIN HEADER CONTENT */
#ad-header{
	margin: auto;
	padding: 5px 0 5px 0;
	position: relative;
	width: 728px;
}
#header{
	height: 70px;
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
}
#header .wrapper{
	margin: auto;
	padding-top: 5px;
	position: relative;
	width: 1010px;
}
#header .logo{
	left: 0;
	position: absolute;
	top: 5px;
}
#header .social{
	height: 52px;
	left: 450px;
	position: absolute;
	text-align: center;
	top: 15px;
	width: 200px;
}
#header .social .item{
	display: inline-block;
	height: 52px;
	margin: 0 8px 0 8px;
}
#header .twitter{
	/* background-image: url('images/header_twitter.png'); */
	background-position: 0px -150px;
	width: 51px;
}
#header .rss{
	/* background-image: url('images/header_rss.png'); */
	background-position: 0px -85px;
	width: 41px;
}
#header .email{
	/* background-image: url('images/header_email.png'); */
	background-position: 0px -32px;
	width: 38px;
}
/* END HEADER CONTENT */



/* START GENERIC SEARCH */
.search{
	text-align: center;
}
.search form{
	background: #FFF;
	border: 1px solid #999;
	display: inline-block;
	height: 35px;
	padding-top: 2px;
	position: relative;
	text-align: left;
	width: 75%;
}
.search form .searchbox{
	background: #FFF;
	border: none;
	color: #444444;
	font-size: 20px;
	height: 33px;
	padding: 0 0 0 5px;
	width: 87%;
}
.search form button{
	background: none;
	border: none;
	cursor: pointer;
	height: 35px;
	right: 1px;
	padding: 0;
	position: absolute;
	top: 1px;
	width: 10%;
}
.search form .searchbutton{
	/* background: #FFF url('images/search_button.png') no-repeat center; */
	background-position: 0px -203px;
	border: none;
	height: 23px;
	margin: auto;
	width: 19px;
}
#header .search form{
	width: 302px;
}
#header .search{
	height: 51px;
	position: absolute;
	right: 0px;
	top: 16px;
}
#header .search .label{
	/* background: url('images/header_search.png') no-repeat center bottom; */
	background-position: 0px -138px;
	bottom: 0;
	height: 11px;
	left: 128px;
	position: absolute;
	width: 46px;
}
#content .search{
	margin-bottom: 15px;
}
/* END GENERIC SEARCH */



/* BEGIN ALL CONTENT */
#wrapper{
	margin: auto;
	position: relative;
	width: 1010px;
}
#content{
	color: #444;
	width: 668px;
}
/* END ALL CONTENT */



/* BEGIN ARTICLE CONTENT */
.separater{
	margin-bottom: 25px;
}
.post .title{
	text-align: left;
}
.post .entry{
	line-height: 130%;
	padding: 5px 10px 5px 10px;
}
.post .entry h3{
	background-color: #F8F8F8;
	border-bottom: 2px dotted #CCC;
	border-top: 2px dotted #CCC;
	margin: 40px 0 0 0;
	padding: 5px 0 5px 0;
}
.post .entry li{
	left: 20px;
	margin: 0 20px 5px 0;
	position: relative;
}
.post .newsitem{
	border-top: 1px dotted #CCC;
	margin: 5px 0 10px 45px;
	padding: 15px 25px 0 5px;
}
.post .articlefooter .share{
	margin: 10px 0 10px 0;
}
.post .articlefooter .share .intro{
	/* background-image: url('images/share_header.png'); */
	background-position: 0px -289px;
	height: 15px;
	width: 115px;
}
.post .articlefooter .share .item{
	display: inline-block;
	height: 30px;
	margin: 5px 20px 0 0;
}
.post .articlefooter .share .item.twitter{
	/* background-image: url('images/share_twitter.png'); */
	background-position: 0px -367px;
	width: 109px;
}
.post .articlefooter .share .item.email{
	/* background-image: url('images/share_email.png'); */
	background-position: 0px -227px;
	width: 82px;
}
.post .articlefooter .share .item.stumbleupon{
	/* background-image: url('images/share_stumbleupon.png'); */
	background-position: 0px -336px;
	width: 192px;
}
.post .articlefooter .share .item.reddit{
	/* background-image: url('images/share_reddit.png'); */
	background-position: 0px -305px;
	width: 95px;
}
.post .articlefooter .share .item.google{
	/* background-image: url('images/share_google.png'); */
	background-position: 0px -258px;
	margin-right: 0;
	width: 116px;
}
.post .articlefooter .stats{
	color: #CCC;
	text-align: center;
}
.post .articlefooter .stats.first{
	margin-right: 10px;
	text-align: right;
}
.post .articlefooter .stats a{
	color: #CCC;
	font-weight: normal;
}
.post .articlefooter .nextarticle{
	width: 200px;
}
.post .articlefooter .description{
	border: 1px dotted #CCC;
	border-top: none;
	color: #777;
	font-size: 0.8em;
	font-weight: normal;
	padding: 2px;
	text-align: center;
}
.post .articlefooter .previousarticle{
	width: 200px;
}
/* END ARTICLE CONTENT */



/* BEGIN PARTIAL ARTICLE CONTENT */
.partial{
	border: 1px solid #CCC;
	height: 150px;
	margin: 0 0 25px 0;
	position: relative;
}
.partial .partialcontent{
	left: 151px;
	height: 150px;
	position: absolute;
	top: 0;
	width: 515px;
}
.partial .backbox{
	border: none;
	border-bottom: 1px solid #CCC;
	padding: 3px 5px 3px 5px;
}
.partial h1{
	font-size: 18px;
	text-align: left;
}
.partial .entry{
	color: #777;
	font-size: 14px;
	line-height: 120%;
	margin: 3px 5px 0 5px;
	padding: 0;
}
.partial .entry p{
	margin: 0;
	padding: 0;
}
.partial .partialimage{
	border-right: 1px solid #CCC;
	left: 0;
	position: absolute;
	top: 0;
}
.partial .date{
	background-color: rgb(55,55,55);
	background-color: rgba(32,32,32,0.85);
	bottom: 0;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	height: 20px;
	left: 0;
	overflow: hidden;
	padding-top: 4px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1000;
}
.partial .continue{
	bottom: 0;
	position: absolute;
	right: 0;
	width: 200px;
}
/* END PARTIAL ARTICLE CONTENT */


/* BEGIN PAGE CONTENT */
.archives .pagetitle{
	margin-bottom: 25px;
}
.archives .pagetitle a{
	color: #118;
}
.archivesleft{
	float: left;
	margin-left: 20px;
	width: 250px;
}
.archivesright{
	float: right;
	width: 350px;
}
/* END PAGE CONTENT */



/* BEGIN SIDEBAR CONTENT */
#sidebar{
	float: right;
	width: 330px;
}
#sidebar a{
	color: #555;
	font-weight: normal;
}
#sidebar a:hover{
	color: #FC902E;
}
#sidebar .backbox{
	border-bottom: none;
	font-size: 20px;
	margin: 0;
	text-align: center;
}
#sidebar .item{
	border: 1px solid #AAA;
	margin-bottom: 25px;
	padding: 1px;
}
#sidebar .flush{
	padding: 0;
}
#sidebar .item ul{
	font-size: 0.8em;
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar .item li{
	margin: 0;
	padding: 8px 6px 8px 6px;
}
#sidebar .item .even{
	background-color: #EFEFEF;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}
/* END SIDEBAR CONTENT */



/* BEGIN PAGINATION */
.paginationbox{
	margin-bottom: 25px;
	padding: 10px 0 5px 0;
	text-align: center;
}
.paginationbox .backbox{
	margin: 0 5px 0 5px;
	padding: 5px 10px 5px 10px;
}
.paginationbox .backlight{
	background: none;
	border: 1px dotted #444;
}
/* END PAGINATION */



/* BEGIN AD CONTENT */
.ad-center{
	text-align: center;
}
.ad-left{
	float: left;
	margin: 0 5px 5px 0;
}
.ad-footer{
	text-align: center;
}
.ad-postfooter{
	margin: 15px 0 0 0;
	text-align: center;
}
/* END AD CONTENT */



/* BEGIN FOOTER CONTENT */
#footer{
	color: #FFFFFF;
	font-family: Georgia, serif;
	margin-top: 25px;
	padding: 5px 0 5px 0;
	text-align: center;
}
#footer a{
	color: #FFFFFF;
	font-weight: normal;
}
#footer a:hover{
	color: #FC902E;
}
#footernavigation{
	background-color: rgb(52,52,52);
	background-color: rgba(66,66,66,0.5);
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;
	margin: 5px 0 5px 0;
}
.footeritem{
	margin: 0 15px 0 15px;
}
.footerline{
	padding: 7px 5px 7px 5px;
}
#footer .share{
	font-size: 15px;
	padding: 3px 10px 3px 10px;
}
#footer .share.rss{
	border: 1px solid #FF9900;
	color: #FF9900;
}
#footer .share.twitter{
	border: 1px solid #33CCFF;
	color: #33CCFF;
}
#footer .share.email{
	border: 1px solid #2BBB50;
	color: #2BBB50;
}
#wpstats{
	display: none;
}
/* END FOOTER CONTENT */