/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.container {
  padding: 0;
}
@media (min-width: 800px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 978px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 980px) {
  .container {
    width: 980px;
  }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 10px;
  padding-left: 10px;
}

.row{
  margin-right: -10px;
  margin-left: -10px;
}

body {
  background: url(/images/escheresque.png);
  line-height: inherit;
}

h1,h2,h3,h4,h5,h6{
  margin:0;
  padding: 0;
}

h1,h2{
  font-family: "微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3,h4,h5,h6{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 28px;
  color: #222;
}

h2{
  color: #999;
  font-size: 14px;
}

h2 a.btn-default{
  font-size: 13px;
  padding: 5px 10px;
  line-height: 13px;
  float: right;
  margin-top: -3px;
}

h3 {
  font-size: 14px;
}

h5 {
  margin: 5px 0 2px 0;
  font-size: 22px;
  overflow: hidden;
  line-height: 18px;
}

h6 {
  font-size: 18px;
}

h1 span,
h2 span,
h3 span,
h4 span{
  font-size: 12px;
}

ul,li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a{
  color: #716b7a;
}
a:hover{

}

.green{
  color: #61bf19;
}

.right {
  float: right;
}

textarea{
  margin-bottom: 15px;
}

#cke_editor{
  margin-bottom: 15px;
}

#fileupload{
  margin-top: 15px;
}

.wrap-white{
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 8px #000;
  box-shadow: 0 0 8px #000;
  margin-bottom: 15px;
}

.wrap-gray{
  overflow: hidden;
  background: #222;
  -webkit-box-shadow: 0 0 4px #ccc;
  box-shadow: 0 0 4px #ccc;
  margin-bottom: 15px;
}

.wrap-inner {
  padding: 10px;
  overflow: hidden;
}

.wiki-view h1 {
  font-size: 36px;
  color: #222;
}

.wiki-view .wrap-inner {
  padding: 25px;
}



.panel {
  overflow: hidden;
}

.table {
  margin: 0;
}

.table>thead>tr>th,
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>tbody>tr>td, 
.table>tfoot>tr>td{
  vertical-align: inherit;
  line-height: 1;
}



.thumbnail {
  margin: 0;
  padding:0;
  border:none;
}

.alias {
  color: #BBB;
  font-size: 12px;
}


.border {
  border: 1px #EEE solid;
}

.colpadding{
  padding: 5px;
}


/*
============================================

NAVBAR

============================================
*/
.navbar {
  margin-bottom: 0;
}

.navbar>.container .navbar-brand{
  margin: 0;
  padding: 0;
  margin-right: 25px;
}

.navbar-default {
  background: #111;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 0 8px #000;
  box-shadow: 0 0 8px #000;
}

.navbar-toggle {
  background-color:#333;
  border: #666 1px;
  margin:18px 0;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background: #444;
}

.navbar-default .navbar-collapse, 
.navbar-default .navbar-form{
  border-color: transparent;
}

.navbar-default .navbar-nav>li>a{
  line-height: 70px;
  padding: 0 15px;
  margin: 0;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus{
  background: #FFF;
}


.navbar-form {
  padding: 0;
  margin-right: -15px;
}

img.avatar {
  float: left;
  width: 50px;
  margin-right: 10px;
  -moz-border-radius: 3px;      /* Gecko browsers */
  -webkit-border-radius: 3px;   /* Webkit browsers */
  border-radius: 3px;            /* W3C syntax */
}

img.avatar.psn{
  background: #222;
}
img.avatar.large{
  width: 100px;
}

.info{
  overflow: hidden;
  font-size: 12px;
  color: #CCC;
}

.info li{
  color: #777;
  border-bottom: 1px #EEE dashed;
  line-height: 2.2;
}
.info li span{
  color: #333;
}

.info a {
  color: #CCC;
}

.time{
  color:#CCC;
}

a.gate {
  background: #F5F5F5;
  color: #999;
  padding: 2px 5px;
}
a.gate:hover{
  background: #EEE;
  text-decoration: none;
  color: #999;
}

a.name {
  color:#369;
  font-weight: bold;
}

.radius{
  -moz-border-radius: 3px;      /* Gecko browsers */
  -webkit-border-radius: 3px;   /* Webkit browsers */
  border-radius: 3px;            /* W3C syntax */
}

.path {
  margin-bottom: 15px;
}

.rank {
  font-size: 16px;
  font-weight: bold;
  color: #AAA;
  text-align: center;
}

.my-avatar {
  margin-left: 10px;
  float: right;
}
.my-avatar img {
  border: 3px solid #333;
}
.my-avatar img:hover{
  border: 3px solid #999;
}
.navbar-default .navbar-nav>li.my-avatar>a{
  padding: 0;
}


.banner {
  background: url("/images/banner/01.jpg") center no-repeat;
  overflow: hidden;
  height: 420px;
  z-index: -999;
}

.index{
  padding: 20px;
  margin-top: -150px;
}

.index h2 {
  border-top: 2px solid #CCC;
  padding: 15px 0;
}

.hotfunc{
  overflow: hidden;
  margin-bottom: 20px;
}

h2.blueline{
  border-top:2px solid #3399CC;
}

.test {
  background: #555;
  height: 110px;
  overflow: hidden;
}

.test2 {
  background: #555;
  height: 160px;
  overflow: hidden;
}

.specialarea li {
  margin-bottom: 15px;
}

.specialarea h3 a{
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  color: #3399CC;
}
.specialarea p {
  font-size: 12px;
  color: #999;
}

.newuser {
  margin-bottom: 20px;
}

.newuser li{
  margin: 0 10px;
  float: left;
}

/*------------------game-info----------------*/
.game-info{
  overflow: hidden;
}



img.cover-psngame{
  background: #626262;
  background: -moz-linear-gradient(top, #626262 0%, #202020 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#626262), color-stop(100%,#202020));
  background: -webkit-linear-gradient(top, #626262 0%,#202020 100%);
  background: -o-linear-gradient(top, #626262 0%,#202020 100%);
  background: -ms-linear-gradient(top, #626262 0%,#202020 100%);
  background: linear-gradient(to bottom, #626262 0%,#202020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626262', endColorstr='#404040',GradientType=0 );
}


.game-list-cover .score{
  margin:10px auto 10px auto;
}

.media-score-list table {
  margin-bottom: 0;
}
 
.media-score-list td.name {
  width: 1%;
}

.game-list {
  overflow: hidden;
}

.game-list li {
  padding: 15px;
  overflow: hidden;
  border-bottom: 1px dashed #EEE;
}

.game-list .alias{
  margin-bottom: 5px;
}
.game-list .cover {
  float: left;
  margin-right: 15px;
}

/*--------------rank-list--------------*/
.rank-list table td{
  line-height: 24px;
}
.rank-list .name{
  font-size: 12px;
  padding-left: 0px;
  font-weight: normal;
}
.rank-list .rank{
  width: 40px;
}


/*
============================================

post-list

============================================
*/

.post-list button{
  float: right;
}

.post-list li {
  overflow: hidden;
  border-bottom: 1px #EEE solid;
  padding: 10px 15px;
}



.menu {
  padding: 15px;
  margin: 0 -5px;
}

.menu a {
  margin:0 5px;
  line-height: 28px;
  padding: 2px 5px;
}

a.gray{
  color:#AAA;
  -moz-border-radius: 3px;      /* Gecko browsers */
  -webkit-border-radius: 3px;   /* Webkit browsers */
  border-radius: 3px;            /* W3C syntax */
}
a.gray:hover{
  background: #F5F5F5;
  color: #666;
}

a.active {
  background:#666;
  color: #FFFFFF;
}

a.active:hover {
  background:#888;
  color: #FFFFFF;
}


.score{
  padding: 3px;
  width: 30px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  -moz-border-radius: 3px;      /* Gecko browsers */
  -webkit-border-radius: 3px;   /* Webkit browsers */
  border-radius: 3px;            /* W3C syntax */
}

span.score {
  margin-left: 5px;
  display: inline-block;
}

.progress-bar.max,
.score.max{
  background: #663399;
}
.progress-bar.high,
.score.high{
  background: #CC0000;
}
.progress-bar.mid,
.score.mid{
  background: #FF9900;
}
.progress-bar.low,
.score.low{
  background: #66CC00;
}
.progress-bar.one,
.score.one{
  background: #999999;
}

.score.rank{
  color: #336699;
}


.progress {
  margin: 0;
  -moz-border-radius: 3px;      /* Gecko browsers */
  -webkit-border-radius: 3px;   /* Webkit browsers */
  border-radius: 3px;            /* W3C syntax */
}
.progress-bar {
  -moz-border-radius: 3px;      /* Gecko browsers */
  -webkit-border-radius: 3px;   /* Webkit browsers */
  border-radius: 3px;            /* W3C syntax */
  text-align: left;
  padding-left: 5px;
  font-weight: bold;
}


.modal-dialog-login{
  width: 500px;
}





.game-view h1{
  margin-bottom: 5px;
}


.game-view .alias {
  margin-bottom: 15px;
  color: #999;
}

.game-view .cover {
  float: left;
  margin:15px;
}

.game-view .info {
  margin: 15px
}

.game-view .game-info .score {
  margin: 5px auto 10px auto;
  font-size: 14px;
  padding: 5px;
  width: 100%
}

.game-view h3{
  font-size: 16px;
}


.shortreview li {
  border-bottom: 1px #EEE solid;
  padding: 15px;
}

.shortreview img.avatar{
  float: left;
}

.shortreview p {
  color: #666;
  font-size: 12px;
  line-height: 18px;
  margin: 5px 0;
}

.poster h2{
  margin-bottom: 25px;
  font-size: 32px;
}


/*---------topic-view---------*/

.topic-view {
  border-top: 5px #555 solid;
}

.topic-view h1 {
  font-size: 27px;
  line-height: 40px;
}
.topic-view .title {
  padding: 10px 15px;
  border-bottom: 1px #EEE solid;
}

.topic-view .post-info{
  line-height: 25px;
  border-bottom: 1px #EEE dashed;
  padding: 5px 15px;
}

.topic-view img.avatar{
  width: 40px;
}


/*----------comment-list----------*/

.comment-list li {
  padding: 5px 15px;
  margin-bottom: 15px;
  border-bottom: 1px #EEE dashed;
}

.comment-list li {
  line-height: 1.8;
  font-size: 12px;
}

.comment-list li .info {
  font-size: 13px;
}

.comment-list li .content {
  font-size: 14px;
  color: #555;
}

.comment-list h2 {
  font-size: 15px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom:2px solid rgba(0,39,59,.08);
}
.comment-form{
  padding: 15px;
}
.comment-form textarea {

}


#footer{
  height: 50px;
}



.side-game-view {
  text-align: center;
  font-size: 12px;
  color: #F5F5F5;
  padding-bottom: 20px;
}

.side-game-view .alias{
  color: #888;
  margin-bottom: 10px;
}

.side-game-view .cover {
  margin-top: 5px;
  margin-bottom: 15px;
}

.side-game-view .game-info {
  color: #CCC;
}

.side-game-view .game-info span{
  margin: 10px 0 2px 0;
  display: block;
  color:#555;
}

.user-info .title {
  text-align: center;
}

.user-info .title h1{
  font-size: 27px;
  color: #555;
  margin: 8px 0 3px 0;
}

.user-info .title img.avatar {
  float: none;
  margin:0;
}

.release_date {
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
}


.share {
  text-align: right;
  height: 30px;
}


.search {

}

.title {
  overflow: hidden;
  border-bottom: 1px solid #EEE;
}
.user-list li{
  text-align: center;
  font-size: 12px;
}
.user-list img.avatar{
  display: block;
  float: none;
  margin: auto;
  margin-bottom: 5px;
}



/*
============================================

entry

============================================
*/

.entry {
  font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
  font: 14px;
  line-height: 1.6em;
  color: #444;
}

.entry.wrap-inner{
  padding: 15px;
}

.entry img{
  max-width: 100%;
  overflow: hidden;
}

.entry table {
  border: 1px solid #EEE;
}
.entry table img{
  max-width: inherit;
}

.entry table td{
  padding: 4px;
  border: 1px solid #EEE;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6{
  font-family: "微软雅黑",'Open Sans',"Trebuchet MS",Helvetica,sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

.entry h1 {
  padding: 10px 0;
  margin: 50px 0 20px;
  font-size: 35px;
  border-bottom: 1px #EEE solid;
}

.entry h2 {
  padding: 10px 0;
  margin: 30px 0 20px;
  font-size: 27px;
}

.entry h3{
  font-size: 25px;
  margin: 35px 0 20px;
}

.entry h4 {
  font-size: 17px;
}

.entry h4,
.entry h5,
.entry h6{
  margin: 25px 0 15px;
}



.entry h1 span,
.entry h2 span,
.entry h3 span,
.entry h4 span{
  font-size: 12px;
}


.entry ul {
  margin-top: 15px;
  padding-left: 30px;
}

.entry ul li {
  list-style: disc;
}
.entry p {
  margin: 0;
  padding: 0;
}

.entry pre, 
.entry blockquote {
margin: 15px 0;
}

.entry p {
  display: block;
}

.entry pre {
  padding: 9.5px !important;
  border: 1px solid #dee6ed !important;
}

.entry pre code {
background-color: transparent !important;
}
.entry pre code, pre .subst, pre .tag .title, pre .lisp .title, pre .clojure .built_in, pre .nginx .title {
color: black;
}
.entry pre code {
display: block;
padding: 0.5em;
background: #F0F0F0;
}
.entry pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border: 0;
}

.entry blockquote {
  border-left-width: 10px;
  background-color: rgba(102,128,153,0.05);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px 20px;
  display: block;
}
.entry blockquote p{
  font-weight: inherit;
  font-size: 14px;
  line-height: 1.5;
}

.entry blockquote p:last-child {
margin-bottom: 0;
}

.entry code,pre{
  font-family: Menlo,Consolas,"Courier New",monospace;
  font-size: 12px !important;
}

.entry code {
  padding: 2px 4px;
  font-size: 90%;
  color: #162029;
  background-color: rgba(102,128,153,0.05);
  white-space: nowrap;
  border-radius: 4px;
}

.entry .footnote {
vertical-align: top;
position: relative;
top: -0.5em;
font-size: 0.8em;
}



.entry dt, dd {
margin-top: 5px;
margin-bottom: 5px;
}

.entry dd {
margin-left: 40px;
margin-left: 0;
display: block;
-webkit-margin-start: 40px;
}

.entry iframe{
  width: 100%;
}

.entry a {
  color:#3366CC;
}

.red{
  color: #CC0000;
}
.blue{
  color: #34789a;
}

.alert-info {
  background-color: #f4f8fa;
  border-color: #bce8f1;
  color: #555;
}

/*
============================================

PSN

============================================
*/
.list-box{
  border: 4px solid #EFEFEF;
  -moz-border-radius: 3px;      /* Gecko browsers */
  -webkit-border-radius: 3px;   /* Webkit browsers */
  border-radius: 3px;            /* W3C syntax */
}

.list-box table{
  border: 1px solid #DEDEDE;
  margin-bottom: 0;
}

.psngame-box{
  margin-bottom: 10px;
}

.psngame-box .progress{
  margin-top: 10px;
}

.psngame-box td.image {
  width: 120px;
}

.psngame-box td.image img {
width: 120px;
border: 5px solid #E5E5E5;
background: #333;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.psngame-box td.platform{
  width: 100px;
  text-align: center;
}
.psngame-box td.trophy{
  width: 140px;
}
.trophy-box td.image {
  width: 70px;
}

.trophy-box td.image img {
border: 5px solid #E5E5E5;
background: #333;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.trophy-box tr.earned td.image img{
  border: 5px solid #61bf19;
}

.trophy-box td.time {
  width: 120px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}
.trophy-box td.time div{
  padding-left: 10px;
  border-left: 1px #EEE solid;
}

.trophy-box td.type {
  width: 90px;
}
.trophy-box td.type img {
  padding:0 15px 0 20px;
  border-left: 1px #EEE solid;
}
td.describe a{
  font-weight: bold;
  font-size: 14px;
  color:#336699;
}
td.describe h3 {
  margin:0;
  padding: 0;
  margin-bottom: 2px;
}
td.describe h3 span{
  color: #999;
}
td.describe p {
  line-height: 18px;
  font-size: 12px;
  color: #999;
  margin-bottom: 0;
}

td.describe p.zh{
  color: #333;
}
.trophy-topic-view .post-info{
  line-height: 40px;
  border-top: 1px #EFEFEF solid;
}

.trophy-box .content{
  background: #F8F8F8;
}

a.frame{
  background: #FFF;
  font-size: 12px;
  padding: 4px 10px;
  border: 1px #DDD solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

a.fold{
  margin-top: 10px;
}

.tips-list ul{
  font-size: 12px;
  overflow: hidden;
}
.tips-list li{
  line-height: 22px;
  padding: 15px;
  overflow: hidden;
  border-bottom: 1px #EEE solid;
}
.tips-list li .name {
  font-size: 14px;
}

.tips-list .topic-info {
  margin-top: 2px;
}

.tips-list img{
  float: left;
  height: 50px;
  background: #222;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.tiper-list td{
  text-align: center;
}

.tiper-list img.avatar {
  float: none;
  margin: 0;
  width: 30px;
}

/*
============================================

INDEX

============================================
*/

/*--------------game-list-cover--------------*/



.game-list-cover {
  overflow: hidden;
  text-align: center;
}

.game-list-cover h5{
  margin-bottom: 5px;
}




.trophy {
  background: #FFF;
  height: 40px;
  margin-bottom: 0;
  overflow: hidden;
}

.trophy td{
  padding: 2px 8px 2px 0;
}

.trophy td.plat{
  text-align: center;
}

.trophy-num span{
  font-size: 12px;
  padding-left: 15px;
  line-height: 12px;
}
.trophy-num span.bronze{
  background: url('/images/small_trophy.png')  no-repeat ;
  background-position:0 -48px;
  color:#C46438;
}
.trophy-num span.silver{
  background: url('/images/small_trophy.png') no-repeat ;
  background-position:0 -32px;
  color:#777777;
}

.trophy-num span.gold{
  background: url('/images/small_trophy.png') no-repeat ;
  background-position:0 -16px;
  color:#c2903e;
}
.trophy-num span.platinum{
  background: url('/images/small_trophy.png') no-repeat ;
  
  color:#667FB2
}

.user-view .user-info a{
  color: #369;
  font-weight: bold;
}

img.plusgame{
  width: 100px;
}