* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
	
strong, strong em {
	font-weight: bold;
	}	
	
a {
	color: #399ce9;
	outline: none;
	text-decoration: underline;
	}
	a:hover {
	text-decoration: none;
	}
	
.clear {
	clear: both;
	}		
	
	
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: url(bg_int.jpg) repeat-x;
	color: #636363;
	}	
	body.has_callout {
	background: url(bg.jpg) repeat-x;
	}

h1 {
	font-size: 30px;
	color: #333;
	margin-bottom: 10px;
	}
	.has_callout h1 {
	font-size: 24px;
	line-height: 1.1;
	font-weight: normal;
	margin-bottom: 3px;
	color: #fff;
	}
	
h2 {
	font-size: 24px;
	color: #454545;
	font-weight: normal;
	margin-bottom: 3px;
	}	
	h2 a {
	color: #454545;
	text-decoration: none;
	}
	h2 a:hover, #tag_cloud a:hover {
	color: #399ce9;
	text-decoration: underline;
	}
	
h3 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 15px;
	}	
	
h4 {
	font-weight: normal;
	margin-bottom: 3px;
	font-weight: bold;
	}	
	
h5 {
	font-size: 18px;
	color: #9b9b9b;
	text-transform: uppercase;
	margin-bottom: 10px;
	}	
	
p {
	margin-bottom: 10px;
	line-height: 1.5;
	}	
	
img {
	border: none;
	}	
	a img {
	border: 5px solid #636363;
	}
	img.border_light {
	border: 5px solid #ccc;
	}
	a img.no_border, img.border_light.no_border {
	border: 5px solid #fff;
	}
	a:hover img, a.white_img:hover img {
	border: 5px solid #fc0;
	}	
	a.white_img img {
	border: 5px solid #fff;
	}
	#content .post_list a:hover img {
	border: 3px solid #fc0;
	}
	
blockquote {
	margin: 0 15px 10px;
	padding: 15px 15px 5px;
	background: #ebebeb;
	border: 1px solid #ccc;
	}
	
.wrapper {
	width: 960px;
	margin: 0 auto;
	}	
	
#top_bar {
	padding: 10px 0 0;
	height: 43px;
	color: #fff;
	}
	#top_bar a {
	text-decoration: none;
	color: #fc0;
	}	
	#top_bar a:hover {
	text-decoration: underline;
	}
	#login {
	float: left;
	font-size: 10px;
	display: none;
	}
		#login h4 {
		font-size: 14px;
		margin-bottom: 3px;
		}
	#search {
	float: right;
	}
		#search input {
		background: #fc0;
		border: 1px solid #fff;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		font-size: 14px;
		padding: 2px 2px 2px 4px;
		margin: 4px 5px 0 0;
		float:left;
		}
		#search #btn_search {
		border: none;
		color: #fc0;
		text-transform: uppercase;
		font-size: 20px;
		background: transparent;
		margin: 7px 0 0 5px;
		padding-top: 4px;
		display: block;
		background: url(search.png) no-repeat;
		text-indent: -9000px;
		width: 59px;
		height: 15px;
		float: left;
		cursor: pointer;
		cursor: hand;
		}
	
#header {
	height: 160px;
	margin-bottom: 30px;
	}	
	.has_callout #header {
	margin-bottom: 0;
	}
	#logo {
	display: block;
	width: 361px;
	height: 160px;
	background: url(logo.jpg) no-repeat;
	text-indent: -9000px;
	margin-left: -25px;
	}
	#tagline {
	float: right;
	font-size: 23px;
	color: #454545;
	background: url(tagline_games_distilled.png) no-repeat;
	display: block;
	width: 332px;
	height: 57px;
	text-indent: -9000px;
	margin-top: 50px;
	}
		#tagline.title_bullshot {
		background: url(title_bullshot.png) no-repeat;
		width: 279px;
		height: 42px;
		}
		#tagline.title_pixel {
		background: url(title_pixelosophy.png) no-repeat;
		width: 349px;
		height: 42px;
		}
		#tagline.title_reviews {
		background: url(title_reviews.png) no-repeat;
		width: 226px;
		height: 42px;
		}
		#tagline.title_blog {
		background: url(title_blog.png) no-repeat;
		width: 136px;
		height: 42px;
		}
		#tagline.title_features {
		background: url(title_features.png) no-repeat;
		width: 255px;
		height: 39px;
		}

#slider {
    width: 960px;
    position: relative;
    margin-bottom: 30px;
    color: #fff;
    height: 377px;
    overflow-y: hidden;
	}
	#slider ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	#slider li {
    overflow: hidden;
    position: relative;
	width: 960px;
	height: 377px;   
	}
	#slider li div {
	padding: 25px 0 0 600px;
    height: 353px;
    width: 360px; 
	}
	#slider li img {
	border: 5px solid #fff;
	float: left;
	margin-left: -600px;
	-moz-box-shadow: 4px 4px #555;
	-webkit-box-shadow: 4px 4px #555;
	}
	#slider li h1 {
	padding: 15px 0 0;
	font-size: 28px;
	}
		#slider li h1 a {
		color: #fff;
		text-decoration: none;
		}
		#slider li h1 a:hover {
		text-decoration: underline;
		}	
	#slider li h3 {
	font-size: 12px;
	color: #c7c7c7;
	margin-bottom: 20px;
	}
	#slider li p {
	font-size: 14px;
	margin-bottom: 20px;
	}
	p#controls, p#controls2{
	margin:0;
	position:relative;
	} 	
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:31px;
	height:61px;
	position:absolute;
	left:-40px;
	top:-250px;
	}	
	#nextBtn, #nextBtn2{ 
	left:970px;
	}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:30px;
	height:77px;
	background:url(scroll_left.png) no-repeat 0 0;	
	}	
	#nextBtn a, #nextBtn2 a{ 
	background:url(scroll_right.png) no-repeat 0 0;	
	}												

	.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
    display: block; 
	}
	.scrollButtons.left {
    left: -40px;
	}
	.scrollButtons.right {
    right: -40px;
	}
	.hide {
    display: none;
	}	
	
#callout {
	padding: 25px 0 0;
	margin-bottom: 35px;
	color: #fff;
	}	
	.internal#callout {
	color: #fff;
	}
	#callout img {
	border: 5px solid #fff;
	-moz-box-shadow: 4px 4px #555;
	-webkit-box-shadow: 4px 4px #555;
	}
	#callout h1 {
	padding: 15px 0 0;
	}
	#callout h3 {
	font-size: 12px;
	color: #c7c7c7;
	margin-bottom: 20px;
	}
	#callout p {
	font-size: 14px;
	margin-bottom: 20px;
	}
	#callout ul {
	list-style: none;
	}
	#callout ul li {
	display: inline;
	float: left;
	}
	
#slider .button {
	display: block;
	width: 343px;
	height: 82px;
	text-indent: -9000px;
	}
	.button.watch_the_episode {
	background: url(callout_btn_pixelosophy.png) no-repeat;
	}	
	.button.listen_to_the_episode {
	background: url(callout_btn_bullshot.png) no-repeat;
	}
	.button.read_the_review {
	background: url(callout_btn_reviews.png) no-repeat;
	}
	.button.read_the_article {
	background: url(callout_btn_article.png) no-repeat;
	}

.see_more {
	text-transform: uppercase;
	padding: 7px 0 0 7px;
	font-size: 12px;
	letter-spacing: 1px;
	}	
	
.btn_gray_arrow {
	background: url(callout_arrow_gray.png) no-repeat right top;
	padding: 3px 25px 0 15px;
	font-size: 10px;
	height: 20px;
	display: block;
	color: #fff;
	float: left;
	text-align: right;
	text-decoration: none;
	margin-top: -5px;
	letter-spacing: normal;
	}	
	.btn_gray_arrow:hover {
	text-decoration: underline;
	}
	
#content_area {
	padding-bottom: 20px;
	}		
	
#primary_content {
	float: right;
	width: 780px;
	}	
	#primary_content #content div {
	line-height: 1.5;
	}

#content {
	float: left;
	width: 580px;
	}
	#content a {
	position: relative;
	}
	#content a img {
	margin:0 auto 10px;
	display: block;
	}
	
	#content ul {
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
	}
	#content ul li {
	line-height: 1.5;
	}
	
.internal_callout {
	background: #636363 url(bg_636363.jpg) repeat-x;
	border: 3px solid #333;
	padding: 20px;
	color: #fff;
	margin-bottom: 15px;
	}	
	.internal_callout a {
	color: #fc0;
	}
	.internal_callout h2 {
	color: #fff;
	line-height: 1.2;
	}
	.internal_callout h3 {
	color: #999;
	}
	.internal_callout h3 a {
	color: #fc0;
	}
	.internal_callout h2 a {
	color: #fff;
	}
	.internal_callout img {
	border: 3px solid #333;
	}
	.internal_callout a:hover img {
	border: 3px solid #fc0;
	}
	#content .internal_callout .left_column ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}
	.internal_callout .left_column ul li {
	display: block;
	line-height: 1.2;
	margin-left: 0;
	padding-left: 0;
	}
	
#content .internal_callout ul.small_buttons, .small_buttons {
	list-style: none;
	margin: 0;
	padding: 0;
	}	
	.internal_callout ul.small_buttons li, .small_buttons li {
	display: block;
	margin: 0;
	padding: 0
	}
	.internal_callout ul.small_buttons li a, .small_buttons li a {
	display: block;
	float: left;
	width: 168px;
	height: 59px;
	text-indent: -9000px;
	margin-right: 4px;
	}
	.small_buttons li.btn_itunes_small a {
	background:   url(btn_itunes_small.png) no-repeat;
	}
	.small_buttons li.btn_zune_small a {
	background:   url(btn_zune_small.png) no-repeat;
	}
	.small_buttons li.btn_mp3_small a {
	background:   url(btn_mp3_small.png) no-repeat;
	}
	.small_buttons li.btn_itunes_audio_small a {
	background:   url(btn_itunes_audio_small.png) no-repeat;
	}
	.small_buttons li.btn_itunes_video_small a {
	background:   url(btn_itunes_video_small.png) no-repeat;
	}

.left_column {
	display: block;
	width: 330px;
	float: left;
	}
	.left_column object {
	clear: both;
	}
	
.right_column {
	display: block;
	width: 170px;
	float: right;
	}	
	
.features {
	padding-top: 15px;
	border-top: 1px dashed #ccc;
	margin-bottom: 15px;
	}
	.features .feature_post {
	display: block;
	float: left;
	margin:0 6px 6px 0;
	width: 155px;
	background: #ebebeb;
	border: 1px solid #ccc;
	padding: 15px;
	}	
	.features img {
	border: 3px solid #636363;
	margin-bottom: 10px;
	}
	.features a:hover img {
	border: 3px solid #fc0;
	}

.review_image {
	position: relative;
	}
	
.review_graphic {
	display: block;
	width: 153px;
	height: 315px;
	text-indent: -9000px;
	position: absolute;
	top: 1;
	left: 400px;
	margin-top: 9px;
	}	
	#content .article_image.review_image .review_graphic {
	position: absolute;
	left: 400px;
	bottom: -317px;
	}
	#content center.review_image .review_graphic {
	top: 0;
	margin-top: 5px;
	}
	.review_graphic.small {
	width: 143px;
	height: 294px;
	left: 370px;
	margin-top: 3px;
	}
	.review_graphic#dont_bother {
	background: url(review_dont_bother.png) no-repeat;
	}
	.review_graphic#try_it {
	background: url(review_try_it.png) no-repeat;
	}
	.review_graphic#buy_it {
	background: url(review_buy_it.png) no-repeat;
	}
	.review_graphic#classic {
	background: url(review_classic.png) no-repeat;
	}
	.review_graphic.small#dont_bother {
	background: url(review_dont_bother2.png) no-repeat;
	}
	.review_graphic.small#try_it {
	background: url(review_try_it2.png) no-repeat;
	}
	.review_graphic.small#buy_it {
	background: url(review_buy_it2.png) no-repeat;
	}
	.review_graphic.small#classic {
	background: url(review_classic2.png) no-repeat;
	}	
	
.post_list {
	border-top: 1px dashed #ccc;
	padding-top: 15px;
	clear: both;
	}	
	
#ads {
	float: right;
	width: 160px;
	}	
	#ads img {
	border: none;
	}

.read_article {
	display: block;
	background: url(read_article.png) no-repeat;
	width: 99px;
	height: 20px;
	text-indent: -9000px;
	text-decoration: none;
	position: absolute;
	bottom: 15px;
	right: 10px;
	}
	
.comment_tally {
	display: block;
	background: url(dash.jpg) repeat-x center;
	text-align: right;
	margin:10px 0 20px;
	font-size: 10px;
	}	
	.comment_tally a {
	background: #fff;
	padding: 0 0 0 8px;
	text-transform: uppercase;
	}
	
#content .related_post {
	display: block;
	padding:0 0 20px;
	border-bottom: 1px dashed #ccc;
	margin:5px 0 20px;
	font-size: 12px;
	}
	#content .related_post li {
	margin:0 0 5px 10px;
	}
	
#secondary_content {
	float: left;
	width: 150px;
	}	
	
#navigation {
	list-style: none;
	margin: -15px 0 30px;
	padding: 0;
	}
	#navigation li {
	font-size: 22px;
	display: block;
	
	}
	#navigation li a {
	color: #636363;
	text-decoration: none;
	display: block;
	padding: 15px 0 15px 10px;
	border-bottom: 1px dashed #acacaa;
	}
	#navigation li a span {
	font-size: 10px;
	display: block;
	}
	#navigation li a:hover {
/* 	background: url(nav_bg.png); */
	background: #636363;
	color: #fc0;
	border-bottom: 1px solid #636363;
	}
	#navigation li a:hover span {
	color: #fff;
	}
	
#tag_cloud {
	padding: 10px;
	background: #ebebeb;
	border: 1px solid #ccc;
	}
	#tag_cloud h2 {
	color: #aaa;
	font-size: 20px;
	margin-bottom: 8px;
	}
	#tag_cloud a {
	color: #636363;
	text-decoration: none;
	}	
	#tag_cloud a:hover {
	color: #399ce9;
	text-decoration: underline;
	}
	
#footer {
	font-size: 10px;
	color: #828282;
	background: #454545 url(bg_footer.jpg) repeat-x;
	padding: 55px 0 40px;
	}	
	#footer a {
	color: #c3c3c3;
	}

.footer_list {
	display: block;
	float: left;
	margin-right: 20px;
	width: 220px;
	}
.footer_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	.footer_list ul li {
	border-top: 1px dashed #727272;
	display: block;
	font-size: 11px;
	}
	.footer_list ul li a {
	display: block;
	text-decoration: none;
	padding: 10px 0 10px 10px;
	}
	.footer_list ul li a:hover {
	background: #fc0;
	color: #333;
	}
	
#footer_buttons {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	}	
	#footer_buttons li {
	display: block;
	margin-bottom: 5px;
	}
	#footer_buttons li a, .btn_itunes a {
	display: block;
	width: 220px;
	height: 50px;
	text-indent: -9000px;
	}
		.btn_itunes a {
		width: 50px;
		margin-right: 5px;
		}
		#footer_buttons li#btn_itunes a, .btn_itunes a {
		background: url(footer_btn_itunes.png) no-repeat top left;
		}
			#footer_buttons li#btn_itunes a:hover {
			background: url(footer_btn_itunes.png) no-repeat bottom;
			}			
		#footer_buttons li#btn_twitter a {
		background: url(footer_btn_twitter.png) no-repeat top;
		}
			#footer_buttons li#btn_twitter a:hover {
			background: url(footer_btn_twitter.png) no-repeat bottom;
			}
		#footer_buttons li#btn_rss a {
		background: url(footer_btn_rss.png) no-repeat top;
		}
			#footer_buttons li#btn_rss a:hover {
			background: url(footer_btn_rss.png) no-repeat bottom;
			}
		#footer_buttons li#btn_facebook a {
		background: url(footer_btn_facebook.png) no-repeat top;
		}
			#footer_buttons li#btn_facebook a:hover {
			background: url(footer_btn_facebook.png) no-repeat bottom;
			}
	#footer_buttons li a:hover {
	background-position: bottom;
	}	
	#footer .clearfix {
	margin-bottom: 40px;
	}	
	
/******************************************************
    [ COMMENTS ]
*******************************************************/
.postmeta {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	font-size: 10px;
	}
	
#respond {
	border-top: 1px dashed #ccc;
	padding-top: 20px;
	margin-top: 10px;
	}	

	
.comment {
	padding: 20px 20px 10px;
	}	
	
.comment-body cite {
	text-decoration: none;
	font-size: 18px;
	font-style: normal;
	margin-right: 5px;
	text-transform: capitalize;
	}	
	.comment-body cite a {
	text-decoration: none;
	}

.commentlist {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	}
	.commentlist li img {
	float: left;
	margin-left: -55px;
	}
	.commentlist li .comment-body {
	margin-left: 55px;
	}
	#primary_content #content .commentlist li .comment-author {
	display: block;
	font-style: italic;
	color: #999;
	line-height: 1.2;
	}
	
#primary_content #content .comment-meta {
	margin-bottom: 10px;
	line-height: 1.2;
	}	
	
.thread-odd {
	background: #ebebeb;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

.comment-author-admin {
	background-color:#FFFAE0;
	border-top:1px solid #FFEF8A;
	}
	
#commentform {
	}	
	#commentform label {
	display: block;
	font-size: 14px;
	}
	#commentform input {
	font-size: 16px;
	color: #333;
	padding: 2px 2px;
	}
	#commentform textarea {
	width: 230px;
	height: 100px;
	display: block;
	}
	
#post_comment {
	display: block;
	width: 145px;
	height: 40px;
/* 	background: url(post_comment.png) no-repeat; */
	background: #999;
	border: none;
	color: #fc0;
	cursor: pointer;
	cursor: hand;
	border: 1px solid #454545;
	}	
	
/* =Clearfix (all browsers)--------------------------------*/.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}/* IE6 */ * html .clearfix {height: 1%;}/* IE7 */*:first-child+html .clearfix {min-height: 1px;} .clearfix {clear: both;}	
