/* Theme Name: Gematsu 2014 */

/*** Web Fonts ***/

#header,
#a728,
#featured, 
#main, 
#footer { 
	cursor: auto;
}

@font-face {
	font-family: 'Open Sans';
		src: url('fonts/OpenSans-Regular-webfont.eot');
		src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
		url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
		url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Bold';
		src: url('fonts/OpenSans-Bold-webfont.eot');
		src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
		url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
		url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Raavi';
		src: url('fonts/raavi-webfont.eot');
		src: url('fonts/raavi-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/raavi-webfont.woff') format('woff'),
		url('fonts/raavi-webfont.ttf') format('truetype'),
		url('fonts/raavi-webfont.svg#raaviregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*** General ***/

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #d6d6d6;
	margin: 0; 
	padding: 0;
	font-size: 16px;
	color: #2a2a2a;
}

a,
a:visited,
a:hover {
	color: #005382;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

/*** Site Wrap ***/

#sitewrap {
	width: 985px;
	margin: 0 auto;
}

/*** Header ***/

#header a,
#header a:visited {
	color: #ffffff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#header {
	background: #0f0f0f;
	border-top: 3px solid #a80000;
	padding: 12px 20px;
}

#logo {
	background: url(images/logo.png);
	width: 182px;
	height: 21px;
	float: left;
}

#navigation {
	float: left;
	height: 18px;
	margin: 3px 0 0 10px;
	color: #ffffff;
}

#navigation ul {
	padding: 0;
	margin: 0;
}

#navigation ul li.navitem {
	list-style-type: none;
	float: left;
	margin: -15px 0 0;
	padding: 11px 15px 9px;
	font-family: 'Raavi';
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#navigation ul a li.navitem:hover {
	background: #a80000;
}

#ucp ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#ucp ul li.ucptop {
	float: right;
	padding: 12px;
	margin: -12px;
	position: relative;
	z-index: 500;
}

#ucp ul li.ucptop:hover { 
	background: #a80000;
}

@media screen\0 {
	#ucp ul ul { 
		top: 44px !important; 
	}
} 

#ucp ul ul {
	display: none;
	position: absolute;
	padding: 15px;
	top: 44px;
	width: 200px;
	font-size: 14px;
	background: #a80000;
	right: 0; 
	z-index: 5;
}

#ucp ul li ul a li {
	margin: -15px -15px 15px -15px;
	border-bottom: 1px solid #770000;
	padding: 10px 15px;
}

#ucp ul li ul a li.last {
	border: none;
	margin: -15px;
}

#ucp ul li:hover > ul {
	display: block;
}

/*** Search Form ***/

#searchform {
	float: left;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

@-moz-document url-prefix() {
	#searchform {
		margin-top: -2px;
	}
}

#s {
	margin: 0 0 0 24px;
	border: none;
	padding: 3px 5px;
	background: #EEE;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px; 
	-khtml-border-radius: 4px 0 0 4px; 
	-webkit-border-radius: 4px 0 0 4px;
	width: 130px;
}

#searchsubmit {
	background: #005382;
	border: none;
	color: white;
	padding: 3px 10px;
	margin: -3px;
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0; 
	-khtml-border-radius: 0 4px 4px 0; 
	-webkit-border-radius: 0 4px 4px 0;
}

/*** Browse Games ***/

#browsegames {
	float: left;
	margin: -4px 15px 0;	
}

#browsegames div.browsegamestop span {
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	font-family: 'Raavi';
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

#browsegames div.browsegamestop {
	float: left;
	padding: 11px 15px 9px;
    margin: -12px;
	position: relative;
	z-index: 500;
}

#browsegames div.browsegamestop:hover { 
	background: #a80000;
	cursor: default;
}

@media screen\0 {
	#browsegames div.browsegamestop div. browsegames { 
		top: 44px !important; 
	}
} 

#browsegames div.browsegamestop div.browsegames {
	display: none;
	position: absolute;
	padding: 15px 0 5px 15px;
	top: 44px;
	width: 970px;
	font-size: 14px;
	background: #a80000;
	left: -630px; 
	z-index: 5;
}

#browsegames ul li ul a li {
	margin: -15px -15px 15px -15px;
	border-bottom: 1px solid #770000;
	padding: 10px 15px;
}

#browsegames ul li ul a li.last {
	border: none;
	margin: -15px;
}

#browsegames div.browsegamestop:hover > div.browsegames {
	display: block;
}

#browsegames .browsegames {
	width: 110%;
	font-size: 12px !important;
}

#browsegames .browsegames ul {
	margin: 0;
	padding: 0;
}

#browsegames .browsegames ul a li {
	list-style-type: none;
	float: left;
	width: 266px;
	padding: 8px 8px 8px 38px;
	margin: 0 10px 10px 0;
	background: #7b1010;
	background-repeat: no-repeat;
	text-decoration: none;
}

#browsegames .browsegames ul a li:hover {
	background-color: #701111;
}

#browsegames .browsegames .trackexclusives a,
#browsegames .browsegames .trackexclusives a:hover {
	text-decoration: none;
}

#browsegames .browsegames .trackexclusives a div {
	text-align: center;
	margin: 0 0 15px;
	background: #7b1010;
	padding: 8px;
	width: 97%;
}

#browsegames .browsegames .trackexclusives a div:hover {
	background: #701111;
}

/*** 728x90 Advertisement ***/

#a728 {
	background: #0f0f0f;
	padding: 15px 0;
}

#a728 .a728 {
	width: 728px;
	display: table;
	white-space: nowrap;
	text-align: center;
	margin: 0 auto;
}

/*** Featured Area ***/

#featured {
	background: #1e1e1e;
	padding: 20px;
	color: #ffffff;
}

/*** Featured Slider ***/

#featslider {
	background: #151515;
	border-bottom: 3px solid #005382;
	width: 400px;
	height: 225px;
	overflow: hidden;
	position: relative;
	margin: 0 0 10px;
	float: left;
}

#featslider .container {
	background: #0f0f0f;
}

#featslider a,
#featslider a:visited {
	text-decoration: none;	
}

#featslider a:hover {
	text-decoration: underline;
}

#featslider .fade {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 50%, rgba(0,0,0,0.75) 73%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.75) 73%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.75) 73%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#featslider .fade .title {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-family: 'Open Sans Bold';
	font-size: 16px;
	color: #ffffff;
	padding: 0 36px 0 0;
	line-height: 20px;
}

#featslider .fade .title .tagline {
	font-size: 11px;
	color: #a9a9a9;
	font-family: 'Raavi';
	text-transform: uppercase;
}

@-moz-document url-prefix() {
	#featslider .fade .title {
		bottom: 10px;
	}
}

#featslider ul.navigation {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	list-style: none;
	margin: 0;
	background: #1f1f1f;
	padding: 0 2px 6px 2px;
	border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px; 
	-khtml-border-radius: 0 0 0 10px; 
	-webkit-border-radius: 0 0 0 10px;	
}

#featslider ul.navigation li {
	float: left;
	position: relative;
}

#featslider ul.navigation li a div.switch {
	background: #3C3C3C;
	width: 10px;
	height: 10px;
	margin: 0 0 0 5px;
	border-radius: 15px;
	-moz-border-radius: 15px; 
	-khtml-border-radius: 15px; 
	-webkit-border-radius: 15px;	
}

#featslider ul.navigation li.current a div.switch,
#featslider ul.navigation li.current a div.switch:hover {
	background: #005382;
}

#featslider ul.navigation li a div.switch:hover {
	background: #5C5C5C;
}

#featslider ul.navigation a li.moretop {
	font-family: 'Raavi';
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 10px;
	margin: 1px 0 -1px 4px;
	color: #ABABAB;
}

#featslider ul.navigation a li.moretop:hover {
	color: #BABABA;
}

/*** Featured Updates ***/

#featupdates {
	width: 528px;
	height: 225px;
	float: left;
	margin: 0 0 0 17px;
}

#featupdates .divide {
	float: left;
	width: 264px;
}

#featupdates .section .label {
	font-family: 'Raavi';
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	margin: 0 0 5px;
}

#featupdates .section .label a,
#featupdates .section .label a:visited {
	color: #ffffff;
}

#featupdates .section .post {
	margin: 0 0 13px;
}

#featupdates .section .post .image {
	float: left;
	margin: 0 10px 0 0;
	width: 50px;
	height: 30px;
	background: #151515;
}

#featupdates .section .post .title {
	font-size: 12px;
}

#featupdates .section .post .title a,
#featupdates .section .post .title a:visited {
	color: #ffffff;
	text-decoration: none;
}

#featupdates .section .post .title a:hover {
	text-decoration: underline;
}

#featupdates .section .post .time {
	color: #dbdbdb;
	font-size: 11px;
}

/*** Featured Single ***/

#featsingle {
	width: 975px;
}

#featsingle .idTabs a,
#featsingle .idTabs a:visited {
	font-family: 'Raavi';
	font-weight: bold;
	color: #5F5F5F;
	float: left;
	padding: 0 6px;
	line-height: 20px;
	font-size: 14px;
	margin: -5px 15px 15px 0;
}

#featsingle .idTabs a:hover {
	color: #777777;
	text-decoration: none;
}

#featsingle .idTabs a.selected,
#featsingle .idTabs a.selected:visited,
#featsingle .idTabs a.selected:hover {
	color: #FFFFFF;
	border-bottom: 2px solid #005382;
}

#featsingle .post {
	float: left;
	margin: 0 30px 0 0;
	width: 165px;
	font-size: 12px;
}

#featsingle .post .image {
	margin: 0 0 10px;
}

#featsingle .post .title a,
#featsingle .post .title a:visited,
#featsingle .post .title a:hover {
	color: #D5D5D5;
}

/*** Main ***/

#main {
	background: #eeeeee;
	padding: 20px;
	position: relative;
}

#content {
	width: 600px;
	float: left;
}

#sidebar {
	width: 300px;
	float: right;
}

/*** Updates ***/

#updates {
	width: 100%;
}

#updates .label {
	font-family: 'Raavi';
	font-weight: bold;
	text-align: center;
	line-height: 5px;
	margin: 0 0 20px;
}

#updates .label .left {
	color: #1e1e1e;
	font-size: 14px;
	border-bottom: 2px solid #005382;
	text-transform: uppercase;
	width: 160px;
	padding: 10px 0;
	float: left;
}

#updates .label .right {
	color: #424242;
	font-size: 12px;
	border-bottom: 2px solid #d0d3d4;
	padding: 10px 0;
	float: left;
	width: 440px;
}

#updates table {
	border-collapse: collapse;
}

#updates .image {
	padding: 0 12px 0 0;
	width: 165px;
	max-width: 165px;
}

#updates .details  {
	line-height: 22px;
}

#updates .details .category {
	font-size: 12px;
}

#updates .details .title {
	font-family: 'Open Sans Bold';
	font-size: 14px;
	padding: 0 5px 0 0;
}

#updates .details .title a,
#updates .details .title a:visited {
	color: #1f1f1f;
}

#updates .details .meta {
	color: #434343;
	font-size: 12px;
}

#updates .details .meta a,
#updates .details .meta a:visited,
#updates .details .meta a:hover {
	color: #434343;
	font-weight: normal;
} 

#updates .separator {
	border-bottom: 1px solid #DADADA; 
	margin: 15px 0;
}

/*** Updates - Category Colors ***/

#updates a.top {
	color: #3f2917;
}

#updates a.ouya {
	color: #5E5878;
}

#updates a.playstation-vita,
#updates a.playstation-3,
#updates a.playstation-4,
#updates a.psp,
#updates a.ps2 {
	color: #280051;
}

#updates a.xbox-360,
#updates a.xbox-one {
	color: #1D5100;
}

#updates a.industry,
#updates a.culture,
#updates a.arcade {
	color: #804500;
}

#updates a.nx,
#updates a.wii-u,
#updates a.wii,
#updates a.\33 ds,
#updates a.ds {
	color: #004e8c;
}

#updates a.pc {
	color: #0D3776;
}

#updates a.blog,
#updates a.opinions, 
#updates a.interviews, 
#updates a.previews, 
#updates a.reviews {
	color: #484100;
}

/*** Page Navigation ***/

.wp-pagenavi {
	font-weight: bold;
	margin: 5px 0 10px;
	font-size: 12px;
}

.wp-pagenavi a:hover {
	text-decoration: none;
}

.wp-pagenavi .pages {
	padding: 3px 6px 5px 0;
	margin: 0 10px 0 0;
}

.wp-pagenavi .current {
	margin: 0 10px 0 0;
	border-bottom: 2px solid #005382;
	padding: 3px 8px 5px;
}

.wp-pagenavi a.page,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.first,
.wp-pagenavi a.last,
.wp-pagenavi a span.page {
	color: #575757;
	margin: 0 7px 0 0;
	padding: 3px 8px 5px;
}

.wp-pagenavi a.page:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover,
.wp-pagenavi a span.page:hover {
	border-bottom: 2px solid #575757;
	text-decoration: none;
}

/*** Sidebar ***/

#sidebar .a300 {
	width: 300px;
	min-height: 250px;
	max-height: 600px;
	overflow: hidden;
	background: #1e1e1e url(images/a_bg.png) no-repeat center;
	margin: 0 0 20px;
}

/*** Post ***/

#post .title {
	font-size: 26px;
	color: #1f1f1f;
	font-weight: bold;
	line-height: 34px;
}

#post .meta {
	font-size: 11px;
	line-height: 20px;
	color: #3e3e3e;
}

#post .meta a,
#post .meta a:visited,
#post .meta a:hover {
	color: #3e3e3e;
}

#post .tagline {
	color: #575757;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	padding: 8px 0;
	font-style: italic;
	font-size: 18px;
	margin: 15px 0 0;
}

#post .entry {
	line-height: 26px;
	margin: 0 0 20px;
	word-wrap: break-word;
}

#post .entry .gallery {
	margin: 0 0 10px;
}

#post .entry .gallery a img,
#post .entry .gallery a img:visited {
	background: #ffffff;
	border: 1px solid #C2C2C2;
	padding: 3px;
	margin: 0 5px 0 0;
	float: left;
}

#post .entry .gallery a .visit,
#post .entry .gallery a .visit:visited {
	background: #ffffff;
	border: 1px solid #C2C2C2;
	float: left;
	padding: 29px 0;
	width: 139px;
	text-align: center;
	color: #4D4D4D;
}

#post .entry .gallery a img:hover,
#post .entry .gallery a .visit:hover {
	border-color: #999999;
	color: #2D2D2D;
}

#post .entry .aligncenter {
	text-align: center;
}

#post .entry .alignright {
	float: right;
	margin: 0 0 15px 15px;
}

#post .entry .alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

#post .entry img {
	max-width: 600px;
	height: auto;
}

#post .entry blockquote {
	background: #ffffff;
	border-left: 3px solid #a80000;
	padding: 5px 15px;
	margin: 0 auto 15px;
	width: 90%;
}

#post .entry blockquote img {
	max-width: 100%;
	height: auto;
}

#post .entry table {
	width: 100%;
	border-collapse: collapse;
}

#post .entry table tr td,
#post .entry table tr th {
	padding: 5px 10px;
}

#post .entry ul li {
	list-style-type: square;
}

#post .entry ul li,
#post .entry ol li {
	margin: 0 0 5px;
}

#post .entry h1 {
	font-family: 'Raavi';
	font-size: 22px;
	font-weight: bold;
	border-left: 3px solid #005382;
	border-bottom: 2px solid #d0d3d4;
	padding: 5px 0 5px 10px;
}

#post .entry blockquote h1 {
	border-left: none;
	padding: 5px 0 5px 0px;
	border-bottom: 2px solid #005382;
}

#post .category {
	font-size: 15px;
	margin: 0 0 20px;
	line-height: 24px;
}

.singlesection {
	border-bottom: 2px solid #d0d3d4;
	line-height: 24px;
	margin: 0 0 10px;
}

.singlesection .label {
	float: left;
	font-weight: bold;
	font-size: 15px;
	color: #3f4549;
	border-bottom: 2px solid #005382;
	margin: 0 0 -2px;
	padding: 0 0 2px;
}

.singlesection .label.posttitle {
	width: 70px;
}

#post .category a,
#post .category a:visited,
#post .category a:hover {
	color: #333333;
	font-weight: normal;
}

#zergnet {
	margin: 0 0 20px;
}

/*** Post Stream for Single ***/

#poststream {
	color: #000000;
	font-size: 12px;
	margin: 0 0 20px;
	border-bottom: 2px solid #d0d3d4;
	padding: 0 0 7px;
	font-family: 'Open Sans';
}

#poststream a,
#poststream a:visited {
	color: #1B1B1B;
	font-weight: normal;
}

#poststream .label {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Open Sans Bold';
	color: #005382;
	line-height: 12px;
}

#poststream .label span {
	background: #eeeeee;
	padding: 0 5px 0 0;
}

#poststream .label .border {
	border-bottom: 2px solid #d0d3d4;
	margin: -7px 0 7px;
}

#poststream .newerpost {
	padding: 10px 10px 10px 15px;
}

#poststream .olderpost {
	padding: 10px 15px 10px 10px;
	text-align: right;
}

/*** Disqus Recent Comments ***/

#dsqrecent {
	width: 300px; 
	font-size: 11px;
	color: #bbbbbb;
	line-height: 14px;
}

#latestcomments {
	margin: 0 0 20px;
}

#latestcomments .label {
	background: #0e0e0e;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
}

#latestcomments .close {
	background: #0e0e0e;
	font-size: 10px;
	padding: 8px 10px;
	text-align: right;
}

#latestcomments .close a,
#latestcomments .close a:hover {
	color: #ffffff;
}

#dsqrecent a,
#dsqrecent a:visited,
#dsqrecent a:hover {
	color: #bbbbbb;
}

#dsqrecent .comment {
	padding: 7px;
	background: #0f0f0f;
}

#dsqrecent .comment.alter {
	background: #1b1b1b !important;
}

#dsqrecent .comment .avatar {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 8px 0 0;
}

#dsqrecent .comment .avatar img {
	width: 32px;
	height: 32px;
}

#dsqrecent .comment  .snippet {
	margin: 0 0 0 40px;
}

#dsqrecent .comment .snippet a.author {
	font-weight: bold;
}

#dsqrecent .comment  .snippet a.post {
	font-weight: normal;
}

/*** Comments ***/

#comments {
	color: #333333;
	padding: 20px;
	line-height: 24px;
	background: #e6e6e6;
}

#comments a,
#comments a:visited {
	color: #00253A;
}

#disqus_thread {
	color: #333333;
	float: left;
	background: #F5F6F7;
	padding: 20px;
	width: 560px;
	border-top: 3px solid #848E94;
}

#dsq-content,
.dsq-comment-text p {
	color: #BEBEBE !important;
}

/*** WP-Polls ***/

.wp-polls {
	margin: 0 0 25px;
	padding: 0 0 25px;
    border-bottom: 1px solid #cccccc;
}

.wp-polls .wp-polls-header {
	font-weight: bold;
	border-left: 2px solid #a80000;
	padding: 0 0 0 10px;
	margin: 15px 0;
}

.wp-polls .Buttons {
	padding: 5px 15px;
	margin: 5px 0 0;
	background: #ffffff;
}

/*** Footer ***/

#footer {
	background: #0f0f0f;
	border-bottom: 3px solid #a80000;
	color: #eeeeee;
	padding: 15px;
	font-size: 12px;
	overflow: hidden;
}

#footer a,
#footer a:visited,
#footer a:hover {
	color: #eeeeee;
}

#footer .left {
	float: left;
	width: 45%;
}

#footer .right {
	float: right;
	text-align: right;
	width: 45%;
}

#footer .right .follow {
	margin: 0 0 6px;
}

#footer #a728 {
	padding-bottom: 0;
}

#wpstats {
	display: none;
}