/*
Theme Name: Gematsu 2014
Theme URI: http://gematsu.com
Author: Salvatore Romano
Author URI: http://gematsu.com
*/

/*** 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;
     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 {
     font-family: 'Raavi', inherit;
     font-size: 16px;
     font-weight: bold;
     text-transform: uppercase;
     float: left;
     height: 18px;
     margin: 3px 0 0 10px;
}

#navigation ul {
     padding: 0;
     margin: 0;
}

#navigation ul li {
     list-style-type: none;
     float: left;
     margin: -4px 18px 0;
}

#navigation ul a li:hover {
     background: #a80000;
     margin: -15px 0 0;
     padding: 11px 18px 9px;
}

#ucp ul {
     padding: 0;
     margin: 0;
     list-style-type: none;
}

#ucp ul li.man {
     float: right;
     padding: 12px;
     margin: -12px;
     position: relative;
}

#ucp ul li.man:hover { 
     background: #a80000;
}

@media screen\0 {
    #ucp ul ul { top: 44px !important; }
} 

#ucp ul ul {
     display: none;
     position: absolute;
     padding: 15px;
     ^top: 44px;
     top: 48px;
     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;
}

.ac_results {
     padding: 0px;
     border: 1px solid #111111;
     background-color: #222222; 
     color: #eee;
     overflow: hidden;
     width: 157px !important;
     z-index: 5;
}

.ac_results ul {
     width: 100%;
     list-style-position: outside;
     list-style: none;
     padding: 0;
     margin: 0;
}

.ac_results iframe {
     display:none;/*sorry for IE5*/
     display/**/:block;/*sorry for IE5*/
     position: absolute;
     top: 0;
     left: 0;
     z-index: -1;
     filter:mask();
     width:3000px;
     height:3000px;
}

.ac_results li {
     margin: 0px;
     padding: 4px 5px;
     cursor: pointer;
     display: block;
     width: 100%;
     font-size: 12px;
     overflow: hidden;
     border-bottom: 1px solid #111111;
}

.ac_results li span{
     float: right;
     padding-right: 10px;
}

.ac_over {
     background-color: #005382;
     color: #ffffff;
}

/*** 728x90 Advertisement ***/

#a728 {
     background: #0f0f0f;
     padding: 15px 0;
}

#a728 .a728 {
    width: 728px;
    height: 90px;
    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: url(images/featured_fade.png) bottom no-repeat;
     height: 100%;
     width: 100%;
     position: absolute;
     top: 0;
     left: 0;
}

#featslider .fade .title {
     position: absolute;
     bottom: 6px;
     left: 10px;
     font-family: 'Open Sans Bold', inherit;
     font-size: 16px;
     color: #ffffff;
}

@-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;
     padding:0;			
}

#featslider ul.navigation li {
     float: left;
     position: relative;
}

#featslider ul.navigation li a div.switch {
     background: #696969;
     width: 6px;
     height: 10px;
     margin: 0 5px 0 0;
}

#featslider ul.navigation li.current a div.switch,
#featslider ul.navigation li.current a div.switch:hover {
     background: #005382;
     height: 12px;	
}

#featslider ul.navigation li a div.switch:hover {
     background: #7a94a3;
}

/*** Featured Updates ***/

#featupdates {
     width: 528px;
     height: 225px;
     float: left;
     margin: 0 0 0 17px;
}

#featupdates .divide {
     float: left;
     width: 264px;
}

#featupdates .section {

}

#featupdates .section .label {
     font-family: 'Raavi', inherit;
     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', inherit;
     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', inherit;
     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 tr.even {

}

#updates tr.odd {

}

#updates .image {
     padding: 0 12px 0 0;
     width: 165px;
     max-width: 165px;
}

#updates .image img {

}

#updates .details  {
     line-height: 22px;
}

#updates .details .category {
     font-size: 12px;
}

#updates .details .category a,
#updates .details .category a:visited,
#updates .details .category a:hover {
}

#updates .details .title {
     font-family: 'Open Sans Bold', inherit;
     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.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 {

}

#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 {

}

#post .entry table tr td,
#post .entry table tr th {
      padding: 3px 6px;
}

#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', inherit;
     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;
}

/*** 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;
     -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
     border-radius: 10px 10px 0 0;
}

#latestcomments .close {
     background: #0e0e0e;
     font-size: 10px;
     padding: 8px 10px;
     text-align: right;
     -webkit-border-radius: 0 0 10px 10px;
     -moz-border-radius: 0 0 10px 10px;
     border-radius: 0 0 10px 10px;
}

#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;
}

/*** Footer ***/

#footer {
     background: #0f0f0f;
     border-bottom: 3px solid #a80000;
     color: #eeeeee;
     padding: 15px;
     font-size: 12px;
}

#footer a,
#footer a:visited,
#footer a:hover {
     color: #eeeeee;
}

#footer .left {
     float: left;
     width: 45%;
}

#footer .right {
     float: right;
     text-align: right;
     width: 35%;
}

#footer .right .follow {
     margin: 0 0 6px;
}

#footer .trackexclusives a,
#footer .trackexclusives a:hover {
     text-decoration: none;
}

#footer a div {
     text-align: center;
     margin: 15px 0 0;
     background: #1B1B1B;
     padding: 8px;
}

#footer a div:hover {
     background: #202020;
}

#footer .populargames {
     margin: 10px 0 -10px;
     width: 110%;
}

#footer .populargames ul {
     margin: 0;
     padding: 0;
}

#footer .populargames ul a li {
     list-style-type: none;
     float: left;
     width: 266px;
     padding: 8px 8px 8px 38px;
     margin: 0 10px 10px 0;
     background: #1B1B1B;
     background-repeat: no-repeat;
     text-decoration: none;
}

#footer .populargames ul a li:hover {
     background-color: #202020;
}

#wpstats {
     display: none;
}

/*** New Dev ***/

#boxtest1 {

}