/*
Theme Name: Rock, Paper, Shotgun 4
Theme URI: http://www.rockpapershotgun.com
Description: The fourth incarnation of RPS.
Version: 4.0
Author: Jonathan Sutcliffe
Author URI: http://www.jonathansutcliffe.com
Tags: 
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {-webkit-text-size-adjust: none;}

body {
	background: url('images/body-bg.png') repeat top center #1d1d1d;
	text-align: center;
	font-family: Arial,  sans-serif;
}

a:link {
	text-decoration: none;
	color: #ac1a19;
}

a:visited {
	text-decoration: none;
	color: #ac1a19;
}

a:hover {
	text-decoration: none;
	color: #82a8c8;
}

a:active {
	text-decoration: none;
	color: #ac1a19;
}

div#main {
	display: block;
	margin: 0 auto;
	min-height: 600px;
	text-align: center;
}

div#container {
	display: block;
	margin: 0 auto;
	width: 970px;
}

#centeredmenu {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 9px;
	margin-bottom: 23px;
}

#centeredmenu ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

#centeredmenu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}

#centeredmenu ul li a {
	display: block;
	margin-right: 10px;
	padding: 0px;
	font-size: 12px;
}

#centeredmenu ul li a:link {
	text-decoration: none;
	color: #ffffff;
}

#centeredmenu ul li a:visited {
	text-decoration: none;
	color: #ffffff;
}

#centeredmenu ul li a:hover {
	text-decoration: none;
	color: #82a8c8;
}

#centeredmenu ul li a:active {
	text-decoration: none;
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #2d2d2d;
}

h1#logo {
	display: block;
	width: 219px;
	height: 118px;
	background: url('images/logo.png');
	float: left;
}

h1#logo a {
	font-size: 0;
	text-indent: -999999px;
	display: block;
	width: 219px;
	height: 118px;
}

div.clear {
	display: block;
	clear: both;
}

a.marketing {
	display: block;
	width: auto;
	padding: 0;
	font-size: 0;
	margin-bottom: 0px;
}

a.marketing img {
	display: inline;
	padding: 0;
	margin: 0;
	border: 3px Solid transparent;
}

div#sidebar a.marketing {
	margin-bottom: 20px;
}

div.block {
	background: url('images/silver-back.jpg') repeat-x  #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px Solid  #FFFFFF;
	padding: 10px;
	margin-top: 0px;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.35);
	-webkit-box-shadow: 2px 2px 3px  rgba(0,0,0,0.35);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.35);
}

div.content div.featured-block.block {
	padding-top: 40px;
	position: relative;
}

div.content div.block p.featured-block-title {
	display: inline-block;
	top: 0;
	padding: 5px 15px 4px 100px;
	left:  0;
	font-size: 0.75em;
	font-weight: bold;
	
	background: #a00;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa0000', endColorstr='#660000');
	background: -webkit-gradient(linear, left top, left bottom, from(#a00), to(#600));
	background: -moz-linear-gradient(top, #a00, #600);
	background-image: -o-linear-gradient(#a00, #600);
	color: #fff;
	margin: 0;
	min-height: 22px;
	line-height: 22px;
	border-radius: 0 0 0 0;
	overflow: hidden;
}

div.content > div.featured-block:first-child .featured-block-title {
	border-radius: 3px 0 0 0;
	margin-top: -1px;
}

p.featured-block-title img {
	border: 0 !important;
	margin: 0 !important;
	left: 10px;
	position: relative;
	top: 8px;
	position: absolute;
}

p.featured-block-title span {
	padding-left: 91px;
	background: url('images/featured-block-title-bg.png') no-repeat 0 0;
}

div.hr {
	display: block;
	height: 1px;
	background: #cecece;
	border-top: 1px Solid #ffffff;
	margin: 15px 0 15px;
}

div.no-back {
	background: #FFFFFF;
	padding: 10px;
}

div.content {
	clear: both;
	display: block;
	width: 645px;
	float: left;
	margin-top: 15px;
}

div.content div.block h2 {
	font-size: 27px;
	text-align: left;
	font-size: 22px;
	margin-bottom: 0.5em;
}

div.content div.block h2 a:link {
	text-decoration: none;
	color: #2d2d2d;
}

div.content div.block h2 a:visited {
	text-decoration: none;
	color: #2d2d2d;
}

div.content div.block h2 a:hover {
	text-decoration: none;
	color: #82a8c8;
}

div.content div.block h2 a:active {
	text-decoration: none;
	color: #2d2d2d;
}

div.content div.block {
	padding: 15px;
	margin-bottom: 20px;
}

div.content div.block p, div.content div.block li {
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	color: #1d1d1d;
	margin-bottom: 10px;
}

div.content div.block .dd_post_share_left + p {
	clear: both;
}

div.content div.block p.info {
	overflow: visible;
	width: 650px;
	margin-bottom: 10px;
	font-size: 13px;
}

div.content div.block p.info a.comment {
	margin-left: 5px;
	background: url('images/comment.gif') left  no-repeat;
	padding-left: 20px;
}

div.content div.block img {
	border: 5px Solid #c8c8c8;
	clear: both;
	display: block;
	margin: 0 auto 5px;
}

/* add support for image captions */
div.content div.block .wp-caption img {
	border: 0;
	display: inline-block;
	margin: 0;
}

div.content div.block .wp-caption {
	background: #c8c8c8;
	clear: both;
	margin: 0 auto 5px;
	padding-top: 5px;
	text-align: center;
}

div.content div.block .wp-caption p {
	font-size: 0.75em;
	font-style: italic;
	padding: 0.25em 5px;
	text-align: left;
}

div.content div.block ul {
	text-align: left;
	list-style: square;
	list-style-position: inside;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.content p.tags {
	background: url('images/tag.png') left no-repeat;
	padding-left: 23px;
}

div.content p.comments {
	background: url('images/comment.gif') left no-repeat;
	padding-left: 23px;
}

div.content p.comments a.comment-page-link {
	font-size: 11px;
}

div.content p.tools {
	background: url('images/tools.png') left no-repeat;
	padding-left: 23px;
}

div.content p.read {
	float: right;
	margin-right: 20px;/*background:url('images/read.png') left 

no-repeat;padding-left:23px;*/
}

div.content h3 {
	text-align: left;
	margin: 10px 0;
}

div#sidebar {
	display: block;
	width: 305px;
	float: right;
	margin-top: 15px;
	text-align: center;
}

div#sidebar div.block {
	margin-bottom: 20px;
}

div#sidebar div.block ul.no-bullets {
	margin: 0;
	list-style: none;
}
/*
div#sidebar div.block ul.no-bullets h4 {
	font-size: 1.3em;
}

div#sidebar div.block ul.no-bullets li.more {
	text-align: right;
}*/

div#sidebar div.block ul {
	display: block;
	list-style: square;
	margin: 0 0 0 20px;
	padding: 0;
}

div#sidebar div.block ul li {
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
}

div#sidebar div.block img {
	border: 3px Solid #bbbbbb;
}

div#sidebar h3 {
	display: block;
	font-size: 30px;
	font-family: Arial,  sans-serif;
	color: #2d2d2d;
	margin-bottom: 10px;
	text-align: left;
}

div#sidebar h3 span {
	font-size: 20px;
}

#slider {
	width: 639px;
	height: 248px;
	border: 3px Solid #d9d9d9;
	padding: 0px;
	margin: 0 0 20px 0;
	float: right;
	position: relative;
}

#slider h2 a:link {
	text-decoration: none;
	color: #ffffff;
}

#slider h2 a:visited {
	text-decoration: none;
	color: #ffffff;
}

#slider h2 a:hover {
	text-decoration: none;
	color: #82a8c8;
}

#slider h2 a:active {
	text-decoration: none;
	color: #ffffff;
}

.scroll {
	height: 248px;
	overflow: auto;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
}

.scrollContainer div.panel {
	padding: 0px;
	height: 248px;
	width: 639px; /* change to 560px if not using JS to remove rh.scroll */
}

.scrollContainer div.panel div {
	display: block;
	width: 210px;
	height: 248px;
	background: transparent url('images/black-back.png') repeat;
	color: #ffffff;
	float: right;
	padding: 10px 10px 0 10px;
}

.scrollContainer div.panel div h2 {
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}

.scrollContainer div.panel div p {
	font-size: 12px;
	line-height: 1.8em;
	color: #ffffff;
	text-align: left;
}

.scrollContainer div.panel div p a:link {
	text-decoration: none;
	color: #ffffff;
}

.scrollContainer div.panel div p a:visited {
	text-decoration: none;
	color: #ffffff;
}

.scrollContainer div.panel div p a:hover {
	text-decoration: none;
	color: #82a8c8;
}

.scrollContainer div.panel div p a:active {
	text-decoration: none;
	color: #ffffff;
}

.scrollButtons {
	display: none;
}

#slider .navigation {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 10px;
	z-index: 3;
}

#slider .navigation {
	list-style: none;
	list-style-type: none;
}

#slider .navigation li {
	float: left;
	margin-left: 5px;
}

#slider .navigation li a {
	display: block;
	padding: 6px 7px 5px 7px;
	background: #212020;
	font-size: 12px;
	font-family: Arial,  serif;
	outline: none;
}

#slider .navigation li a:link {
	text-decoration: none;
	color: #ffffff;
}

#slider .navigation li a:visited {
	text-decoration: none;
	color: #ffffff;
}

#slider .navigation li a:hover {
	text-decoration: none;
	background: #3a3a3a;
}

#slider .navigation li a:active {
	text-decoration: none;
	color: #ffffff;
}

#slider .navigation li a.selected {
	background: #3a3a3a;
	color: #ffffff;
}

#slider .navigation li a.selected:hover {
	color: #ffffff;
}

div#footer {
	display: block;
	background: #3c3c3c;
	border-top: 1px Solid #9a9b9c;
	min-height: 100px;
	padding: 20px 10px 10px  10px;
	text-align: center;
	margin-top: 10px;
}

div#footer-content {
	display: block;
	width: 970px;
	margin: 0 auto;
}

div#footer-content div.footer-col {
	display: inline;
	width: 300px;
	margin-right: 20px;
	float: left;
}

div#footer-content div.footer-col h4 {
	font-size: 25px;
	margin-bottom: 10px;
	text-align: left;
	color: #ffffff;
}

div#footer-content div.footer-col h4 span {
	font-size: 17px;
}

div#footer-content div.footer-col ul {
	display: block;
	width: 100px;
	float: left;
	list-style: none;
	margin-right: 40px;
}

div#footer-content div.footer-col ul li {
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	text-align: left;
	color: #cecece;
}

div#footer-content div.footer-col ul li a {
	padding: 3px;
}

div#footer-content div.footer-col ul li a:link {
	text-decoration: none;
	color: #ffffff;
}

div#footer-content div.footer-col ul li a:visited {
	text-decoration: none;
	color: #ffffff;
}

div#footer-content div.footer-col ul li a:hover {
	text-decoration: none;
	color: #000000;
	background: #cecece;
}

div#footer-content div.footer-col ul li a:active {
	text-decoration: none;
	color: #ffffff;
}

div#footer-content div.footer-col ul li a.icon {
	display: block;
	width: 16px;
	height: 16px;
	padding: 0;
	float: right;
	margin-right: 5px;
}

div#footer-content div.footer-col ul li a.icon:hover {
	text-decoration: none;
	color: #000000;
	background: transparent;
}

div#footer-content div.footer-col ul li a.icon img {
	padding: 0;
	margin: 0;
	border: 0;
}

form {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 235px;
	margin-top: 20px;
	margin-bottom: 10px;
}

form fieldset {
	display: block;
	margin: 0;
	padding: 0;
}

form fieldset input {
	display: block;
	margin: 0;
	padding: 5px;
	border: 1px Solid  #a1a1a1;
	background: #fefefe;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

form fieldset input:hover {
	border-color: #818181;
}

form fieldset input.submit {
	cursor: pointer;
	border: 0;
	padding: 0;
	margin: 0 0 0 10px;
	float: left;
}

ol.commentlist {
	display: block;
	margin: 0;
	padding: 5px;
}

ol.commentlist li {
	overflow: hidden;
	text-align: left;
	display: block;
	border: 1px Solid  #ececec;
	background: #ececec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 10px  0;
	padding: 10px 10px 0 10px;
	position: relative
}

ol.commentlist li.blocked {
	color: #666;
	font-size: 11px;
}

ol.commentlist li.blocked li {
	font-size: 16px;
	color: #000
}

ol.commentlist li.blocked li.blocked {
	font-size: 11px;
	color: #666;
}

ol.commentlist li input.comment-block {
	background: transparent;
	cursor: pointer;
	color: #AC1A19;
	font-family: Arial, Helvetica, sans-serif;
}

ol.commentlist li form {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
}

ol.commentlist li.blocked input.comment-block {
	top: 9px;
}

ol.commentlist li input.comment-block:hover {
	color: #c00;
}

/*ol.commentlist li.comment-author-jsutcliffe {background:#ececec !important;}

ul.children li.comment-author-jsutcliffe {background:#ffffff !important; border: 1px solid #ECECEC !important;}

*/

.avatar {
	display: block;
	float: left;
	padding: 2px;
	background: #ffffff;
	border: 1px Solid #cccccc  !important;
	margin-right: 10px;
	margin-top: -7px;
}

ol.commentlist .comment-author {
	text-align: left;
	float: left;
	margin-top: 7px;
}

ol.commentlist .comment-meta {
	float: left;
	font-size: 11px;
	margin-top: 13px;
}

ol.commentlist p {
	display: block;
	clear: both;
	margin-left: 48px;
}

ol.commentlist div.reply {
	clear: both;
	height: 35px;
	text-align: right;
}

/*a.comment-reply-login {font-size:0.6em;margin-top:15px;float:right;}

*/
ol.commentlist a.comment-reply-link {
	display: block;
	padding: 3px;
	width: 30px;
	background: #ffeaea;
	border: 2px Solid  #bdbdbd;
	font-size: 11px;
	float: right;
}

form#commentform {
	display: block;
	text-align: left;
	margin: 0;
	padding: 20px;
	width: 580px;
}

form#commentform textarea {
	display: block;
	width: 570px;
	height: 150px;
	border: 1px solid  #bdbdbd;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	padding: 5px;
	font-family: Arial,  sans-serif;
	line-height: 1.5em;
	font-size: 12px;
}

form#commentform input#author {
	display: block;
	width: 300px;
	border: 1px solid  #bdbdbd;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	padding: 5px;
	font-family: Arial,  sans-serif;
	line-height: 1.5em;
	font-size: 12px;
}

form#commentform input#email {
	display: block;
	width: 300px;
	border: 1px solid  #bdbdbd;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	padding: 5px;
	font-family: Arial,  sans-serif;
	line-height: 1.5em;
	font-size: 12px;
}

form#commentform input#url {
	display: block;
	width: 300px;
	border: 1px solid  #bdbdbd;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	padding: 5px;
	font-family: Arial,  sans-serif;
	line-height: 1.5em;
	font-size: 12px;
}

form#commentform label {
	display: block;
	margin: 10px 0 5px 0;
	font-size: 12px;
}

form#commentform label small {
	font-size: 10px;
}

form#commentform #submit {
	display: block;
	padding: 3px;
	width: 150px;
	background: #ffeaea;
	border: 2px Solid  #bdbdbd;
	font-size: 12px;
	cursor: pointer;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment_post_ID {
	display: none;
}

#comment_parent {
	display: none;
}

#_wp_unfiltered_html_comment {
	display: none;
}

.cancel-comment-reply {
	margin: 15px 0 0 0;
}

.wp-smiley {
	border: 0 !important;
	display: inline !important;
}

ul.children {
	margin-left: 20px;
}

ul.children li {
	background: #ffffff;
}

.entry ul {
	display: block;
	list-style: square inside;
}

.entry ul li {
	font-size: 14px;
	margin-bottom: 10px;
	text-align: left;
}

.entry a {
	font-weight: bold;
}

.entry p.tags a, .entry p.comments a, .entry p.tools a {
	font-weight: normal;
}

/*.navigations {
	display: block;
	margin: 0 auto;
	width: 300px;
	margin-top: -15px;
	width: 140px;
}

.paged .navigations {
	width: 300px;
}

.alignleft a, .alignright a {
background: #background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d9d9d9));
	background: -webkit-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
	background: linear-gradient(top, #ffffff 0%, #d9d9d9 100%)
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9', GradientType=0 )
	border-radius: 50px;
	border: 1px solid #fff;
	height: 32px;
	line-height: 32px;
	padding: 0;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.alignleft a {
	display: block;
	float: left;
	width: 140px;
	font-size: 12px;
	text-align: center;
}

.alignright a {
	display: block;
	float: right;
	width: 140px;
	font-size: 12px;
	text-align: center;
}*/

select {
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	border: 1px Solid  #7a7a7a;
	padding: 2px;
	color: #1d1d1d;
}

.pagetitle {
	text-align: center !important;
}

blockquote {
	background: #eee;
	border: 0;
	border-radius: 3px;
	font-style: italic;
	margin-bottom: 10px;
	padding: 1em 1em 0.3em;
}

.revisit p {
	font-size: 12px;
}

.revisit img {
	margin-bottom: 10px;
}

.respond ul {
	display: block;
	list-style: none;
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}

.respond ul li {
	display: block;
	list-style: none;
	list-style-type: none;
	margin: 0 !important;
	margin-bottom: 10px  !important;
	padding: 0 !important;
	line-height: 1.5em;
}

.more-link {
	display: block;
	margin-top: 10px;
}

/* Featured Box JAS */

ul#featured-stories {
	width: 100%;
	float: left;
	list-style-type: none;
	margin: 0;
}

ul#featured-stories li {
	width: 33%;
	float: left;
}

ul#featured-stories li.last {
	width: 34%;
}

ul#featured-stories li div.panel {
	height: 120px;
	border: 1px solid #fff;
	border-right: 0;
	margin-bottom: -1px;
	overflow: hidden;
	background: #000 url() no-repeat center;
}

ul#featured-stories li.last div.panel {
	border-right: 1px solid #fff;
}

ul#featured-stories li div.text-container {
	color: #fff;
	text-align: left;
	font-size: 11px;
	padding: 5px 10px;
	line-height: 14px;
}

ul#featured-stories li div.text-container p {
	margin-top: 5px;
	height: 120px;
	display: none;
}

ul#featured-stories.jasFeaturedStoriesScroll li div.text-container p {
	display: none;
}

ul#featured-stories li h2 {
	font-size: 12px;
	margin: 0;
}

ul#featured-stories li h2 a {
	color: #fff;
}

/* end Featured Box JAS */

/* comment edit */
span.edit-comment a {
	background: none repeat scroll 0 0 #FFEAEA;
	border: 2px solid #BDBDBD;
	display: block;
	float: right;
	font-size: 11px;
	padding: 3px;
	width: 30px;
	margin-bottom: 5px;
}

form#dialog_commentform {
	width: auto;
	margin: 0;
}

textarea#dialog_comment {
	border: 1px solid;
	border-color: #BDBDBD #D9D9D9 #D9D9D9 #BDBDBD;
	margin: 10px 0;
	width: 99% !important;
}

.ui-dialog .ui-dialog-content {
	font-size: 12px;
	padding: 0 !important;
}

.ui-dialog {
	padding: 0.5em !important;
}

p.recaptcha-error {
	font-size: 12px;
	-moz-border-radius: 5px;
	border: 0;
	padding: 4px 8px;
	display: block;
	background-color: #a00;
	color: #fff;
	text-align: left;
	margin: 5px 0;
}

#comment-form-user-fields {
*margin-bottom: 30px;
}

div.content div.block p.log-in-to-comment {
	padding-left: 20px;
	font-size: 0.75em;
}

#commentform {
	display: none;
}

/*
autocomplete
*/

.ac_results {
	text-align: left;
	background: transparent !important;
	border: none !important;
	width: auto !important;
	z-index: 5;
}

.ac_results ul {
	border: 1px solid #A1A1A1;
	background: #fff;
	-moz-border-radius: 5px;
	width: 150px !important;
}

.ac_results li {
	font-size: 12px !important;
	padding: 2px 5px !important;
	width: auto !important;
}

.ac_results li:nth-child(2n) {
	background-color: #eee;
}

.ac_results li.ac_over {
	background-color: inherit;
	color: #a00;
}

.ac_results li:nth-child(2n).ac_over {
	background-color: #eee;
}

/* comments pagination */

ol.activecommentlist {
	display: block;
}

ol.inactivecommentlist {
	display: none;
}

li.active a {
	color: red;
}

.pagination {
	text-align: center;
}

.pagination h5, .pagination ul, .pagination li {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
}

.lte7 .pagination h5,
.lte7 .pagination ul,
.lte7 .pagination li {
	display: inline;
}

.pagination ul {
	list-style-type: none;
}

.pagination h5 {
	background-color: #FFFFFF;
	color: #666;
	margin: 2px;
	padding: 2px 4px;
}

div.content .pagination li,
div.content div#comments .block .pagination li {
	font-size: 12px !important;
	margin-right: 2px;
	padding: 10px 0;
}

div.content .pagination li span.current,
div.content div#comments .block .pagination li span.current {
	background-color: #a00;
}

.pagination li.active a {
}

div.content .pagination li a,
div.content .pagination li span,
div.content div#comments .block .pagination li a,
div.content div#comments .block .pagination li span {
	background-color: #ccc;
	color: #fff;
	padding: 2px 6px;
	text-decoration: none;
	border-radius: 2px;
}

div.content .pagination li a:hover,
div.content div#comments .block .pagination li a:hover {
	background: #a00;
}

#right-mpu {
	clear: both;
	float: left;
	margin-bottom: 25px;
}

/* modals */
.modal-overlay {
	background: rgba(0,0,0,0.5);
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
}

.modal-window {
	position: fixed;
	padding: 20px;
	background: #fff;
	width: 640px;
	margin-left: -325px;
	left: 50%;
	top: 100px;
	text-align: center;
	opacity: 0;
	filter: opacity(0);
}

.modal-window img {
	margin: 0;
}

.modal-window .close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 20px;
	line-height: 18px;
	font-size: 20px;
	height: 20px;
	cursor: pointer;
	background: #ffffff;
}

img.loading {
	z-index: 5000;
	position: fixed;
	left: 50%;
	top: 300px;
	margin-left: -20px;
	margin-top: -20px;
}

/* end modals */

/* social buttons */
div.content div.block p.info {
	width: auto;
	line-height: 26px;
	font-size: 12px;
	margin-right: 6px;
}

div.content div.block p.info a {
	font-weight: normal;
}

.dd_post_share_left {
	margin-right: -100px;
}

div.social {
	float: left;
	padding-top: 2px;
}

div.social a {
	background: url(http://www.rockpapershotgun.com/wp-content/themes/rockpapershotgun/images/social-buttons.gif) 0 0  no-repeat;
	text-indent: -999em;
	display: block;
	float: left;
	margin-right: 8px;
	height: 20px;
	width: 73px;
}

div.social a.twitter {
	width: 55px;
	background-position: -83px 0;
}

div.social a.twitter:hover {
	background-position: -83px -30px;
}

div.social a.reddit:hover {
	background-position: 0 -30px;
}

/* end social buttons */
p.report-comment span a {
	position: absolute;
	right: 13px;
	font-size: 11px;
	color: #666666;
	top: 12px;
}

/* Comments redux */

div#comments {
	border-top: 2px solid #9a9b9c;
}

div.content div#comments .block li {
	padding: 0;
}

div.content div#comments .block p, div.content div#comments .block li {
	font-size: 12px;
}

ol.commentlist li {
	border: 0;
	border-radius: 0;
	background: transparent;
	border-bottom: 1px solid rgba(0,0,0,0.05)
}

ol.commentlist li:last-child {
	border: 0;
}

ul.children {
	margin-left: 50px;
}

div.content div#comments .block ul li {
	padding: 10px;
}

#comments ul.children li {
	background: #f7f7f7
}

#comments ul.children ul.children li {
	background: #efefef;
}

#comments ul.children ul.children ul.children li {
	background: #e8e8e8;
}

#comments ul.children ul.children ul.children ul.children li {
	background: #e1e1e1;
}

#comments li.comment-role-administrator,
#comments li.comment-role-author,
#comments li.comment-role-editor {
	background: #fffafa
}

#comments ul.children li.comment-role-administrator,
#comments ul.children li.comment-role-author,
#comments ul.children li.comment-role-editor {
	background: #fbf2f2
}

#comments ul.children ul.children li.comment-role-administrator,
#comments ul.children ul.children li.comment-role-author,
#comments ul.children ul.children li.comment-role-editor {
	background: #f7e6e6
}

#comments ul.children ul.children ul.children li.comment-role-administrator,
#comments ul.children ul.children ul.children li.comment-role-author,
#comments ul.children ul.children ul.children li.comment-role-editor {
	background: #f3dada
}

#comments ul.children ul.children ul.children ul.children li.comment-role-administrator,
#comments ul.children ul.children ul.children ul.children li.comment-role-author,
#comments ul.children ul.children ul.children ul.children li.comment-role-editor {
	background: #f0cfcf
}

div.content div#comments .block li {
	padding-top: 10px;
	margin-bottom: 0;
}

#comments a, #comments p .commentmetadata a, #comments input {
	color: #999;
}

#comments p a {
	color: #a00;
}

#comments #top-comments p a {
	color: #fff;
	text-decoration: underline;
}

ol.commentlist .comment-author, .avatar {
	margin-top: 0;
}

.avatar {
}

.avatar-container {
	min-height: 66px;
	position: absolute;
	left: 0;
	top: 10px;
}

ul .avatar-container {
	left: 10px;
}

/*ol.commentlist div.reply {
	position: absolute;
	right: 0;
	top: 0;
}

*/
ol.commentlist div.reply {
	clear: none;
	float: right;
	height: auto;
	text-align: center;
	background: #ccc;
	border-radius: 2px;
	position: relative;
	top: -10px;
}

ol.commentlist div.reply:hover {
	background: #a00;
}

#comments .reply a {
	color: #fff;
	padding: 2px 8px;
	display: block;
}

.edit-comment-admin-links, .edit-comment-user-link {
	float: left
}

.comment {
	clear: both;
}

a.comment-reply-login, ol.commentlist a.comment-reply-link, ol.commentlist li input.comment-block {
	font-weight: bold;
	color: #AC1A19;
	font-size: 10px;
}

ol.commentlist li input.comment-block {
	position: relative;
	top: 1px;
	font-size: 10px;
}

ol.commentlist a.comment-reply-link {
	display: inline;
	padding: 0px;
	width: auto;
	background: transparent;
	border: 0;
	font-size: inherit;
}

ol.commentlist li input.comment-block {
	top: 0;
}

ol.commentlist .comment-meta {
	margin-top: 0;
}

ol.commentlist p {
	margin-left: 0;
}

.comment-content {
	margin-left: 50px;
	margin-bottom: 1em;
}

div.content div#comments .block p {
	margin: 0 0 1em 0;
}

ol.commentlist .comment-author, ol.commentlist .comment-meta {
	float: none;
}

.comment-role-administrator, .comment-role-editor, .bypostauthor {
	min-height: 82px;
}

.large-avatar {
	margin-left: 82px;
}

.edit-comment-admin-links a, .ajax-edit-time-left, .aec-dropdown-container a {
	font-size: 10px !important;
	padding: 0 0 0  20px !important;
}

.comment-meta.commentmetadata {
	position: absolute;
	right: 10px;
}

/* top comments */
div.content div#top-comments ol li,
div.content div#top-comments ol li p
 {
	font-size: 12px;
	padding-left: 0;
}

div.content div#top-comments li {
	font-size: 0.75em;
}

input.highlight-button {
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAF6SURBVDjLxZM7S0NBEIW/fWCnQgyIT0QQDKJBFBRbsRCt/Ae3VRs7wVpIY6WxkqTXxgek8IGIIQRsYjR2SkhAMJoipDAkXNfi6k18YcDCA8vMLDtnds7uCGMMf4Hkj/h/Ag0QDocngVVgrM68O2DJsqx9/bax7vf7fK2tXgCEABBvftU6vuDxMd97cXEZBFwCr8fTTCbzQKViO71J6SYJIdxYa01HRwuA123BgUAphW0b93AtSZVAIaX6qMF7RaU0WvMh4bNVSiKE/EoghEQpiTH62+qJTIzLbIzic4FypYxXdmuwEKFQyPT0dDE0NOCKVxXMiU8SB6Seooz4Run09HGa2iV+fU5Tsd+5QTqdJZ3O/vhmZ7lt5mamsaWNv22K45sdxgcn2NmLgDHm1zW7Mmwi11umFvvJoBlbaDN1/cR8IVdK3ccIHFkABA4tbnNJgFJdBC/mZS2ejNGA5uBqkwahiSbOAIKi3nEeX2wPAPNAI1AENuMb98uviwGZtIAuD3IAAAAASUVORK5CYII=') no-repeat left center;
	color: #999999;
	cursor: pointer;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding-left: 18px;
}

#top-comments input.highlight-button {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAF/SURBVDjLY/z//z8DJYCJgUIw8AawgIj58+c7A6lWIDYnUt89IC5MTEzcxAIVmKyvr6kpLi4C5jAygkkoG0FD2IwMr1+/VTp9+uJUIAdugIiQED/Do0cvGX7//gvxGxMTXBMIw/gsLCwM0tLCYD1wL0AAIwMzMzPD37//4YqRDUEYwAxkM6OGAcxGZmYWoAIGFA3oNDMziGbCNAAkCJL8/58Fq+2/jq9h+HZkOcOvZw8YXotKMPBKmwP1JjIwzps377+CgiyDnp42PPAQAQbhv9m1kOH72Y0MqvaBDOyK2gzfL+1iuHZkL8N9bl2IAYTiTHxTFYNjaikD590DDAxPjzAw8AswvGGRZzh97DoDAygvEMJ7nFj+/Tu77j8yeF8v8R8kzkJMqvnL/P/ptwtbZbg3ZTH8/P6C4RtQ7PMnYIwxMzwjKilzCYnPvXr80J/nPzgZPjGzMrx/x8hw5ykjMMIZpjESm52PRshVfH33LJ35L6M8yEVAXdPdd/1pAwD4EZ6cdwTiAgAAAABJRU5ErkJggg==');
	margin-top: 0.5em;
}

#top-comments .top-comment-controls a {
	font-size: 10px;
	font-weight: bold;
	margin-right: 1em;
}

#comments #top-comments blockquote {
	background-color: #600; 
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar 

(http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img {
	border: none;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}

#lightbox-nav-btnNext {
	right: 0;
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}

#lightbox-image-details-caption {
	font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#centeredmenu {
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
}

/*EG Network footer*/

#eg-network {
	width: 965px;
	color: #fff;
	margin: 0 auto;
	text-align: left;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px  solid #646464;
}

#eg-network .site {
	float: left;
	width: 25%;
	margin-right: 0;
    padding-left: 1.19048%;
    width: 32.1429%;
}

#eg-network a {
	color: #fff;
}

#eg-network h5 {
	margin-bottom: 0.5em;
	font-size: 1em;
}

#eg-network ul {
	list-style-type: none;
}

#eg-network ul ul li {
	font-size: 0.75em;
	margin-bottom: 0.5em;
}

#eg-network ul ul {
	padding: 0 1em 0 0;
}

#eg-network ul li#rps-links {
	display: none;
}

#footer a:hover {
	background: #cecece;
	color: #000;
}

/* end EG network footer */
/* some overrides so Jonathan Sutcliffe's comments don't appear as administrator comments */
#comments ul.children li {
	background: none repeat scroll 0 0 #F7F7F7;
}

#comments ul.children ul.children li {
	background: none repeat scroll 0 0 #EFEFEF;
}

#comments ul.children ul.children ul.children li {
	background: none repeat scroll 0 0 #E8E8E8;
}

#comments ul.children ul.children ul.children ul.children li {
	background: none repeat scroll 0 0 #E1E1E1;
}

/* start category tabs */

ul#featured-stories li {
	width: 215px;
	float: left;
}

ul#featured-stories li.span-three {
	width: 100%;
}

ul#featured-stories li.span-two {
	width: 430px;
}

ul#featured-stories li.span-two.last {
	width: 430px;
}

ul#featured-stories li.span-one.last {
	width: 215px;
}

ul.categories {
	width: 643px;
	background: #D9D9D9; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#888888'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#888)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ccc, #888); /* for firefox 3.6+ */
	background-image: -o-linear-gradient(#ccc, #888);
	border-radius: 5px 5px 0 0;
	border: 1px solid #fff;
	border-width: 1px 1px 0 1px;
	height: 30px;
	line-height: 30px;
	font-size: 0.8em;
	list-style-type: none;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
}

ul.categories.archive {
	border-radius: 5px;
}

ul.categories li {
	text-align: left;
}

ul.categories li h4 {
	float: left;
	padding-left: 10px;
}

ul.categories ul {
	list-style-type: none;
	height: 30px;
	float: right;
}

ul.categories li li {
	float: left;
	text-align: center;
	background: #D9D9D9; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa0000', endColorstr='#660000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a00), to(#600)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #a00, #600); /* for firefox 3.6+ */
	background-image: -o-linear-gradient(#a00, #600);
}

ul.categories li li a {
	border: 1px solid #fff;
	border-width: 0 0 0 1px;
	color: #fff;
	display: block;
	height: 30px;
	line-height: 30px;
	min-width: 60px;
	padding: 0 15px;
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
}

ul.categories li li:hover a, ul.categories li li.active a {
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}

ul.categories li li.cat-item-4 a {
	width: 90px;
}

/*RPS Feature*/
ul.categories li li.cat-item-6 a {
	width: 60px;
	background-position: center -32px;
}

/*News*/
ul.categories li li.cat-item-5 a {
	width: 90px;
	background-position: center -62px;
}

/*Free Games*/
ul.categories li li.cat-item-7 a {
	width: 70px;
	background-position: center -92px;
}

/*Reviews*/
ul.categories li li.cat-item-3 a {
	width: 80px;
	background-position: center -122px;
}

/*Hardware*/
ul.categories li li:hover, ul.categories li li.active {
	background: #aaa; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#666666'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#666)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #aaa, #666); /* for firefox 3.6+ */
	background-image: -o-linear-gradient(#aaa, #666);
}

ul.categories ul .children {
	position: absolute;
	left: -999em;
}

p.additionalStories {
	display: none !important;
}

ul.categories {
	clear: both;
	margin-bottom: 10px;
	border-radius: 0 0 5px 5px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	position: relative;
	top: 241px;
	z-index: 50
}

ul.categories li li:last-child {
	border-radius: 0 0 5px 0;
}

ul.categories.archive li li:last-child {
	border-radius: 0 5px 5px 0;
}

ul#featured-stories li div.panel {
	height: 130px;
}

/* end category tabs */

/* pull quote */

div.content div.block .simplePullQuote {
	background: none;
	border: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	margin: 0;
	padding: 0;
	text-indent: 0;
	width: 50%;
}

div.content div.block .simplePullQuote p {
    color: #a00;
	font-size: 21px;
	padding: 0 20px 0 30px;
	quotes:"\201C""\201D""\2018""\2019";
}

div.content div.block .simplePullQuote p::before {
	content: open-quote;
	font-size: 3em;
	margin: 9px 0 0 -24px;
	position: absolute;
}

div.content div.block .simplePullQuote p::after {
	content: close-quote;
	font-size: 2em;
	margin: 5px 2px 0;
	position: absolute;
}

/* end pull quote */



/* quick outbrain override, 5 April 2013 */
.AR_1 .ob_container_recs .item-container,
.AR_2 .ob_container_recs .item-container {padding-right: 10px !important;}
/* end quick outbrain override */

.ad-desktop {
	display: block;
}

.ad-mobile {
	display: none;
}


/* Layout changes for EG ads */

#header {
	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(top,  #222222 0%, #111111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#111111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #222222 0%,#111111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #222222 0%,#111111 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #222222 0%,#111111 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #222222 0%,#111111 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#111111',GradientType=0 ); /* IE6-9 */

	box-shadow: 10px 0 10px rgba(0,0,0,1);
	color: #999;
	font-size: 14px;
	position: relative;
}

#header .logo a {
	background: url(images/logo-single-line.png) no-repeat 0 0;
	height: 57px;
	left: 0;
	position: absolute;
	text-indent: -999em;
	top: 15px;
	width: 341px;
}

#header-content {
	margin: 0 auto;
	position: relative;
	width: 1260px;
}

#header #header-search {
	float: right;
	margin: 10px 300px 0 0;
	position: relative;
	z-index: 100;
}

#header #header-search form {
	margin: 0;
	width: auto;
}

#header #header-search form #search-site {
	background: #333;
	border-color: #666;
	border-radius: 3px 0 0 3px;
	border-right: 0;
	box-shadow: inset 3px 3px 6px rgba(0,0,0,0.5);
	color: #fff;
	padding: 4px 5px 3px;
}

#header #header-search form .submit {
	border: 1px solid;
	border-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(255, 255, 255, 0.3);
	border-radius: 0 3px 3px 0;
	margin: 0;
	padding: 3px 5px;
}

#menu-utility-container ul {
	list-style: none;
	margin: 0 300px 0.6875em 0;
	padding-top: 56px;
	text-align: right;
}

#menu-utility-container ul li {
	display: inline;
	margin-left: 9px;
}

#menu-utility-container ul li a {
	color: #999;
}

#menu-utility-container ul li a:hover {
	color: #ccc;
}

#menu-header-links-container {
	position: relative;
	text-align: left;
	width: 960px;
}

#menu-header-links-container ul {
	font-size: 1.07em;
	list-style: none;
	position: absolute;
	width: 600px;
	right: 0;
	top: 14px;
}

#menu-header-links-container ul li {
	box-sizing: border-box;
	border-right: 1px solid #ddd;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 0 8px 0 4px;
}

#menu-header-links-container ul li:last-child {
	border: 0;
}

#menu-header-links-container ul li a {
	color: #ddd;
}

#menu-header-links-container ul li a:hover {
	color: #fff;
}

#menu-main-container {
	margin: 0 300px 0 0;
}

#menu-main-container .menu-button {
	display: none;
}

#menu-main-container ul {
	display: table;
	list-style: none;
	width: 100%;
}

#menu-main-container ul li {
	background: #aa0000; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa0000', endColorstr='#660000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a00), to(#600)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #a00, #600); /* for firefox 3.6+ */
	background-image: -o-linear-gradient(#a00, #600);
	
	display: table-cell;
	*float: left;
}

.lte7 #menu-main-container {
	float: right;
}

.lte7 #menu-main-container ul {
	float: right;
	margin-right: 0;
}
.lte7 #menu-main-container ul li {
	float: left;
}
.lte8 #menu-main-container ul li a {
	border-left: 1px solid #a84e4e;
}

#menu-main-container ul li:hover {
	background: #a00;
}

#menu-main-container ul li a {
	border: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);
	border-right: 1px solid rgba(0,0,0,0.3);
	color: #fff;
	display: block;
	padding: 0.786em 1.286em 0.643em;
}

#menu-main-container ul li:first-child,
#menu-main-container ul li:first-child a {
	border-radius: 4px 0 0 0;
}

#menu-main-container ul li:last-child,
#menu-main-container ul li:last-child a {
	border-radius: 0 4px 0 0;
	border-right: 0;
}

#page-wrapper {
	clear: both;
    float: left;
    width: 100%;
}

#leaderboard {
    height: 90px;
    margin: 1em 0 1em 7.75em;
    width: 728px;
}

body.skin #leaderboard {
	height: auto;
	margin: 0;
	width: auto;
}

#mobileLeaderboard {
    height: 50px;
    width: 320px;
}

.leaderboards {
    clear: both;
    margin: 0 auto;
    max-width: 1260px;
    position: relative;
    text-align: center;
}

#page {
    background-color: transparent;
    clear: both;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 1260px;
}

#skyscraper {
    float: right;
	width: 300px;
}

#content {
	background: white;
	border-radius: 5px 5px 0 0;
	/*border: 1px solid #9a9b9c;*/
	border-bottom: 0;
    clear: both;
    float: left;
    margin: 0;
    min-height: 600px;
    padding: 0;
    position: relative;
    width: 960px;
    z-index: 5;
}

div#content div.content {
	border-right: 2px solid #9a9b9c;
	margin: 0;
	padding-bottom: 20px;
	width: 658px;
}

#content div#sidebar {
	float: left;
	margin: 0;
	width: 300px;
}

#content div#sidebar ul.thumbs li {
	clear: both;
}

#content div#sidebar ul.thumbs li a.thumb {
	float: left;
	margin: 0 10px 10px 0;
}

#content div#sidebar ul.thumbs li a.thumb img {
	border-width: 1px;
	display: block;
	height: 50px;
	overflow: hidden;
	width: 50px;
}

#content div#sidebar div.block:first-child {
	border-radius: 0 4px 0 0;
}

#content div#sidebar div.block {
	border-radius: 0;
	border-right-width: 1px;
	margin: 0;
}

#content .content div.block:first-child {
	border-radius: 4px 0 0 0;
	border-top: 1px solid #fff;
}

#content div.block {
	border: 1px solid #fff;
	border-width: 1px 0 0 1px;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	padding-bottom: 20px;
}

#content .content div.block {
	border-top: 2px solid #9a9b9c;
	border-left: 0;
	clear: both;
}

#content .content div.block.featured-block {
	padding: 0;
}

#content .content div.block.featured-block .post-inner {
	padding: 15px;
}

.navigations {
	text-align: center;
}

.navigations .alignleft,
.navigations .alignright {
	display: inline-block;
}

.navigations .alignleft a,
.navigations .alignright a {
	background: #aa0000; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa0000', endColorstr='#660000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a00), to(#600)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #a00, #600); /* for firefox 3.6+ */
	background-image: -o-linear-gradient(#a00, #600);
	
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 0.875em;
	margin: 0 0.25em;
	padding: 0.5em 1em;
	text-align: center;
	min-width: 150px;
}

.navigations .alignleft a:hover,
.navigations .alignright a:hover {
	background: #a00;
}

.navigations .alignleft a,
.navigations .alignright a {
	
}

div#footer {
	background: #222222; /* Old browsers */
	/*background: -moz-linear-gradient(top,  #222222 0%, #111111 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#111111));
	background: -webkit-linear-gradient(top,  #222222 0%,#111111 100%);
	background: -o-linear-gradient(top,  #222222 0%,#111111 100%);
	background: -ms-linear-gradient(top,  #222222 0%,#111111 100%);
	background: linear-gradient(to bottom,  #222222 0%,#111111 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#111111',GradientType=0 );*/
	clear: both;
	margin-top: 0;
	padding: 20px 0 10px;
}

div#footer .container {
	margin: 0 auto;
	width: 1260px;
}

div#footer-content {
	margin-right: 300px;
	width: 960px;
}

div#footer-content div.footer-col {
	margin-right: 0;
	padding-left: 1.190476%;
	width: 32.142856%;
}

/* featured stories resize */


div#featured-stories-wrapper ul#featured-stories {
	background: transparent !important;;
}

div#featured-stories-wrapper ul#featured-stories li.primary,
div#featured-stories-wrapper ul#featured-stories li.primary a.panel {
	border-radius: 4px 0 0 0;
}


/* button styles */

form fieldset input[type="submit"],
button {
	background: #aa0000; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa0000', endColorstr='#660000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a00), to(#600)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #a00, #600); /* for firefox 3.6+ */
	background-image: -o-linear-gradient(#a00, #600);
	
	border-radius: 3px;
	border: 0;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875em;
	padding: 0.333333em 1em;
	text-align: center;
}

form fieldset input[type="submit"]:hover,
button:hover {
	background: #a00;
}

/* comment tweaking */

#content div.block#top-comments {
	background: #aa0000; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa0000', endColorstr='#660000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a00), to(#600)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #a00, #600); /* for firefox 3.6+ */
	background-image: -o-linear-gradient(#a00, #600);
	
	border: 0;
	border-radius: 0;
	padding-left: 16px;
}

div.content div#top-comments h3 {
	color: #fff;
	margin: 10px 0;
}

div.content div#top-comments.block p,
div.content div#top-comments.block li {
	color: #fff;
}

div.content form#commentform {
	margin: 0;
	padding: 0;
	width: auto;
}

form#commentform textarea {
	width: 617px;
}

form#commentform input[type=submit] {
	float: right;
}

/* Category title */
#content .content div.block.cat-title h2 {
	margin-bottom: 0;
}

/* review/category post list */
div.content div.block ul.category-alphabet {
	text-align: center;
}

div.content div.block ul.category-alphabet li {
	display: inline-block;
	font-size: 1.2em;
	padding: 0 0.2em;
}

div.content div.block ul.category-list li {
	margin: 0;
}

/* reviews category post table */
#reviews-table {
	margin: 10px 0;
}

#reviews-table td {
	font-size: 0.85em;
	padding: 0.25em 0;
}

#reviews-table thead tr .header {
background-image: url(bg.gif);
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}
#reviews-table tbody td {
vertical-align: top;
}
#reviews-table thead tr .headerSortUp:after {
content: "\25bc";
}
#reviews-table thead tr .headerSortDown:after {
content: "\25b2";
}
#reviews-table thead tr .headerSortDown:after, #reviews-table thead tr .headerSortUp:after {
color: black;
padding-left: 0.25em;
}

/* search results */

ul#search-results {
	list-style-type: none;
}

ul#search-results li {
	border-bottom: 1px solid #ccc;
	clear: both;
	margin: 1em 0;
	overflow: hidden;
	padding-bottom: 1em;
	position: relative;
}

ul#search-results img {
	background: #a00;
	border: 0;
	width: 160px;
	height: 90px;
	left: 0;
	position: absolute;
	top: 0;
}

ul#search-results div {
	margin-left: 180px;
}

ul#search-results h3 {
	margin-top: 0;
}

ul#search-results .date {
	color: #999;
	font-size: 0.85em;
}

/* ad styling */

div.low-leaderboard-container {
	border-top: 2px solid #9a9b9c;
	clear: both;
	margin: 0 auto;
}
#lowLeaderboardAd img {
	/*height: auto !important;*/
	/*width: 100%;*/
}


/* MEDIA QUERY O RAMA */

@media screen and (max-width: 1280px) {
	#header .logo a {
		margin-left: 10px;
	}
}

/* no skyscraper */
@media screen and (max-width: 976px) {
	
	#header-content {
		width: auto;
	}
	
	#menu-utility-container ul {
		font-size: 12px;
		margin-right: 0;
	}
	
	#menu-main-container {
		margin: 0;
	}
	
	#menu-main-container ul li a {
		padding: 0.786em 1em 0.643em;
	}
	
	#menu-header-links-container {
		display: none;
	}
	
	#header #header-search {
		margin-right: 5px;
	}
	
	div#page,
	div#content,
	div#content div.content,
	#content div#sidebar,
	div#leaderboard,
	div#footer .container,
	div#footer-content,
	#eg-network {
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	div#content div.content {
		border-right: 0;
	}
	
	
	#sidebar > div {
		float:left;
		height: 300px;
		overflow: auto;
		width: 50%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#sidebar div.ad-desktop > div {
		margin: 0 auto;
	}
}

/* introduce new breakpoint at 976 */

@media screen and (max-width: 665px) {
	
	#header #header-search {
		float: none;
		margin-left: 20px;
	}

	div#page,
	div#content,
	div#content div.content,
	#content div#sidebar,
	div#header-content,
	div#footer-content {
		clear: both;
		margin-right: 0;
		width: 100%;
	}
	
	#centeredmenu {
		display: none;
	}
	
	#content div.content div.block,
	#content div#sidebar div.block {
		border-left: 0;
		border-right: 0;
	}
	
	/* header formatting */
	#header {
		font-size: 12px;
		min-height: 0;
		overflow: visible;
		padding-bottom: 10px;
	}
	
	#header .logo {
		padding: 10px 46px 0 10px;
		position: static;
	}
	
	#header .logo a {
		background-size: contain;
		display: block;
		max-width: 341px;
		position: static;
		width: 100%;
	}
	
	#menu-utility-container ul {
		margin: 10px 0 0;
		padding: 0;
		text-align: center;
	}
	
	#menu-main-container {
		margin: 0;
	}
	
	/* nav */
	#menu-main-container ul li {
		display: block;
	}
	
	#menu-main-container ul li:first-child, #menu-main-container ul li:first-child a,
	#menu-main-container ul li:last-child, #menu-main-container ul li:last-child a {
		border-radius: 0;
	}
	#menu-main-container ul {
	background: #aa0000; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa0000', endColorstr='#660000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a00), to(#600)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #a00, #600); /* for firefox 3.6+ */
	background-image: -o-linear-gradient(#a00, #600);
	
	text-align: center;
	display: none;
	}
	
	#menu-main-container ul li{
		background: transparent;
	}
	#menu-main-container {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 1000;
		text-align: right;
	}
	#menu-main-container .menu-button {
		background: transparent url('images/mobile-menu-button.png') no-repeat 0 0;
		display: inline-block;
		border: 1px solid;
		border-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(255, 255, 255, 0.3);
		width: 26px;
		height: 26px;
	}
	
	/* post formatting */
	div.social {
		float: none;
	}
	div.content div.block p.info {
		display: block !important;
		float: none !important;
		margin: 0;
	}
	#content .content div.block {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 0;
	}
	div.content div.block img {
		border-width: 2px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
		max-width: 100%;
	}
	
	div.content div.block .wp-caption {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 100%;
		padding: 1% 1% 0 1%;
	}
	
	form#commentform textarea {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	/* right formatting  */
	div#sidebar > div[style] {
		width: 100% !important;
	}
	#content div#sidebar .block {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 0;
	}
	#content div#sidebar > div {
		float: none;
		width: 100%;
		height: auto;
	}
	div#sidebar form {
		width: auto;
	}
	div#sidebar div.block img {
		border-width: 2px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
		max-width: 100%;
	}
	/* footer formatting */
	div#footer .container {
		width: 100%;
		padding: 0 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	div#footer-content div.footer-col {
		display: block;
		clear: both;
		float: none;
		margin-bottom: 1em;
		margin-right: 0;
		overflow: hidden;
		width: 100%;
	}
	div#footer-content div.footer-col ul {
		margin-right: 0;
		width: 50%;
	}
	div#footer-content div.footer-col ul[style] {
		width: 50% !important;
	}
	body #eg-network {
		width: 100%;
	}
	body #eg-network .site {
		margin-bottom: 1em;
		width: 100%;
	}
	/* featured stories */
	body div#featured-stories-wrapper {
		overflow: hidden;
	}
	body div#featured-stories-wrapper ul#featured-stories {
		width: 100%;
	}
	body div#featured-stories-wrapper ul#featured-stories li.primary .text-container {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	body div#featured-stories-wrapper ul#featured-stories li {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 33.333333%;
	}
	body div#featured-stories-wrapper ul#featured-stories li.primary {
		border-left: 0;
		border-radius: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 66.6666667%;
	}
	div#featured-stories-wrapper ul#featured-stories li.primary a.panel {
		border-radius: 0;
	}
	
	body div#featured-stories-wrapper ul#featured-stories li.secondary,  body div#featured-stories-wrapper ul#featured-stories li.tertiary {
		border-left: 0;
		border-right: 0;
		left: auto;
		right: 0;
	}
	body div#featured-stories-wrapper .jasfs_pips {
		left: 10px;
		right: auto;
	}
	body div#featured-stories-wrapper ul#featured-stories li.primary a.panel {
		background-size: cover;
	}
	
	
	
	body div#featured-stories-wrapper ul#featured-stories li h2 {
		font-size: 10px;
	}
	
	body div#featured-stories-wrapper ul#featured-stories li.primary .text-container h2 {
		font-size: 14px;
	}
	
	body div#featured-stories-wrapper ul#featured-stories li div.text-container {
		background: rgba(0,0,0,0.5);
		padding: 1% 3%;
	}
	
	div.content div.block p.featured-block-title {
		font-size: 12px;
	}
	
	
	
	div.content div.block p, div.content div.block li {
		line-height: 1.5em;
	}
	
	/* make videos behave */
	.entry p iframe {
		width: 100%;
	}
	
	.ad-desktop {
		display: none;
	}
	
	.ad-mobile {
		display: block;
	}
	
	.ad-all {
		display: block;
	}
	
	ul#search-results img {
		display: none;
	}
	
	ul#search-results div {
		margin-left: 0;
	}
}

@media screen and (max-width: 480px) {
	div.content div.block p,
	div.content div.block li {
		font-size: 12px;
	}

	.entry p iframe {
		height: 264px;
	}
	
	ol.commentlist .comment-meta.commentmetadata {
		display: block;
	}
	
	ol.commentlist .comment-author, ol.commentlist .comment-meta {
		float: none;
		position: static;
		display: block;
	}

	ol.commentlist .children .comment-meta.commentmetadata {
		left: 60px;
	}
	
	.avatar-container {
		min-height: 0;
		float: left;
		position: static;
	}
	
	.avatar {
		height: 32px;
		margin-right: 9px !important;
		padding: 0;
		width: 32px;
	}
	
	.comment-content {
		margin-left: 0;
	}
	
	ol.commentlist p {
		clear: none;
	}
	
	ul.children {
		margin-left: 3%;
	}
}

@media screen and (max-width: 320px) {
	#header .logo a {
		height: 30px;
	}
	
	body div#featured-stories-wrapper ul#featured-stories {
		height: 180px;
	}
	
	body div#featured-stories-wrapper ul#featured-stories li.secondary,
	body div#featured-stories-wrapper ul#featured-stories li.tertiary {
		display: none;
	}
	
	body div#featured-stories-wrapper ul#featured-stories li.primary {
		width: 100%;
	}
	
	body div#featured-stories-wrapper ul#featured-stories li.primary a.panel {
		height: 180px;
	}
	
	ul.categories li li a {
		font-size: 0.85em;
		padding: 6px 0;
	}
	
	div.content div.block p.featured-block-title {
		font-size: 10px;
	}
	
	div.content div.block p,
	div.content div.block li {
		font-size: 12px;
	}

	.entry p iframe {
		height: 192px;
	}
}
