/*
Theme Name: Behind the Wall
Theme URI: http://www.allenspot.net
Description: A search engine optimized website framework for WordPress.
Author: A.D.
Author URI: http://www.allenspot.net
Version: 1.0
Tags: Visual, Wall, Chinese

Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/


@import url(./960.css);
@import url(./basic.css);

body {
    text-align: center;
}
strong{
    font-weight: 700;
}
a{
    color: #cc0000;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
dd{margin-bottom:20px;}
label{
    color: #008000;
}
label.error{
    color:#cc0000;
    display: block;
    font-weight: 400;
}
input, textarea, select, option{
    font-family: Georgia,"Times New Roman",Times,serif;
}
input.error, textarea.error{
    border-color: #cc0000;
}
ol{
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 20px;
}

.clear{clear:both;}
.clearfix:after {
    clear:both;
    content:' ';
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    visibility:hidden;
    width:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
.inputTxt{
    background:#FFFFFF url(./images/input-bg.gif) repeat-x scroll left top;
    border-color:#727272 #B4B4B4 #D9D9D9;
    border-style:solid;
    border-width:1px;
    font-size:13px;
    font-weight:400;
    padding:2px;
}
.tip{
    color: #999;
    margin-left: 5px;
    font-size:12px;
}
.submitBtn{
    font-weight: 700;
}

#header {
    background: #fff url(./images/sky-bg.png) left top repeat-x;
    height: 399px;
}
#headerArtwork{
    background: url(./images/header-artwork.jpg) center top no-repeat;
    height: 399px;
}
#headerInner {
}
#summary{
    color: #57b5e6;
    padding-top: 280px;
}
#main{
    background: url(./images/wall-tile.gif) left top repeat;
}
#column{
    padding-top: 7px;
}
#leftColumn{
}
#rightColumn{
    font-size: 12px;
}
#footer{
    background: #221103 url(./images/soil-tile.gif) left top repeat;
    padding: 20px 0;
}
#footerInner{
    color: #80420b;
    margin:auto;
}
#footerInner a{
    color: #80420b;
}
#footerInner ul{
    list-style-type:none;
    margin: 0 0 10px 0;
    padding: 0;
}
#footerInner ul li{
    border-left: 1px solid #3B1F05;
    display:inline;
    margin: 0;
    padding: 0 8px 0 12px;
}
#footerInner ul li.alpha{
    border: none;
}

#moveToTop{
    float: right;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 10px;
}
#moveToTop b{
    float:left;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-top: 3px;
    background: url(./images/arrow-top.png) left top no-repeat;
}
#moveToTop:hover{
    color: #a84f00;
}
#moveToTop:hover b{
    background-position: left -16px;
}
#cave{
    background: url(./images/cave.gif) 50% top no-repeat;
    height: 609px;
    margin-bottom: 20px;
}
#mySummary{
    padding-top: 80px;
    text-align: left;
    line-height: 20px;
}
#mySummary a{
    color:  #a84f00;
    text-decoration: underline;
}
#myPhoto{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
#copyright{
    font-size: 12px;
    margin-bottom: 20px;
}
#navi{
    background: url(./images/roof.gif) left top repeat-x;
    height: 87px;
}
#naviInner{
    height: 100%;
    position: relative;
}
#pandaRSS{
    background: url(./images/panda-rss.png) left top no-repeat;
    display: block;
    width: 166px;
    height: 100px;
    position: absolute;
    left: 0;
    top: -80px;
}
#pandaRSS:hover{
    background-position: left -100px;
    text-decoration: none;
}
#weiboFollow{
    background: url(./images/weibo-follow.png) left top no-repeat;
    display: block;
    width: 111px;
    height: 73px;
    position: absolute;
    right: 40px;
    top: -51px;
}
#weiboFollow:hover{
    background-position: left -73px;
    text-decoration: none;
}
#twitterFollow{
    background: url(./images/twitter-follow.png) left top no-repeat;
    display: block;
    width: 92px;
    height: 56px;
    position: absolute;
    right: 40px;
    top: -40px;
}
#twitterFollow:hover{
    background-position: left -56px;
    text-decoration: none;
}
#navi ul{
    float:left;
    height: 30px;
    line-height: 30px;
    list-style-type: none;
    margin: 24px 0 0 0;
}
#navi ul li{
    background: url(./images/search-box-middle.png) left 50% repeat-x;
    float: left;
    padding:0 20px;
    text-align: left;
}
#navi ul li.first{
     background: url(./images/search-box-left.png) right 50% no-repeat;
}
#navi ul li.last{
     background: url(./images/search-box-right.png) left 50% no-repeat;
}
#navi ul li a{
    color: #dad2c8;
}
#navi ul li a:hover{
    color: #fff;
}
#widget_5{
    background: url(./images/grass-land.png) left top repeat-x;
    height: 103px;
}

.mainBox{
    background: url(./images/box-top.png) center top no-repeat;
    padding-top: 30px;
    text-align: left;
    margin-bottom: 18px;
}
.mainBoxInner{
    background: url(./images/box-bottom.png) center bottom no-repeat;
    padding-bottom: 30px;
}
.mainBoxContent{
    background: url(./images/box-middle.png) center top repeat-y;
    padding: 1px 20px; /* fix content tag margin-bottom bug */
}

.mainWideBox{
    background: url(./images/wide-box-top.png) center top no-repeat;
    padding-top: 30px;
    text-align: left;
    margin-bottom: 18px;
}
.mainWideBoxInner{
    background: url(./images/wide-box-bottom.png) center bottom no-repeat;
    padding-bottom: 30px;
}
.mainWideBoxContent{
    background: url(./images/wide-box-middle.png) center top repeat-y;
    padding: 1px 50px; /* fix content tag margin-bottom bug */
}

.sideBox{
    color: #555;
    background: url(./images/sidebox-top.png) center top no-repeat;
    padding-top: 30px;
    text-align: left;
    margin-bottom: 20px;
}
.sideBoxInner{
    background: url(./images/sidebox-bottom.png) center bottom no-repeat;
    padding-bottom: 30px;
}
.sideBoxContent{
    background: url(./images/sidebox-middle.png) center top repeat-y;
    padding: 1px 30px; /* fix content tag margin-bottom bug */
}
.sideBox h3{
    font-size: 18px;
    margin-bottom: 10px;
}
ul.children{
    margin-left: 10px;
}
.categories, #archives, .linkcat{
    background: url(./images/separator.png) left bottom no-repeat;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.articleItem{

}
.datetimeStamp{
    background: url(./images/splash.png) left top no-repeat;
    float: left;
    width: 95px;
    height: 95px;
    font-size: 12px;
    line-height: 18px;
    color: #bbb;
    text-align: right;
}
.datetimeStamp .month{
    text-align: center;
    padding: 11px 0 2px 0;
}
.datetimeStamp .day{
    color: #fff;
    font-size:  24px;
    padding-right: 26px;
}
.datetimeStamp .year{
    color: #666;
    padding-right: 26px;
}
.articleTitle{
  font-size: 28px;
  line-height: 50px;
  margin-bottom: 0;
  margin-left: 110px;
  padding-top: 10px;
}
h2.articleTitle{
    font-size: 24px;
    line-height: 30px;
}
.articleInfos{
    color: #666;
    margin-left: 110px;
    font-size:  12px;
}
.articleItem{
    background: url(./images/separator.png) left bottom repeat-x;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.articleReadMore{
    margin-left: 5px;
}
.articleBody{
    margin: 10px 20px 20px 20px;
}
.articleSummary{
    margin: 0 20px 0 110px;
}
.articleTags{
    margin-left: 20px;
    margin-right: 20px;
}
.articleTags a{
    padding: 0 5px;
}
#respond{
    margin-left: 20px;
    margin-right: 20px;
}
#commentform .inputTxt{
    width: 334px;
}
#commentform textarea.inputTxt{
    width: 500px;
}
#comments{
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}
.commentlist li{
    background: url(./images/separator.png) left bottom repeat-x;
    margin-bottom: 20px;
    padding:10px 0 10px 10px;
}
.comment-author .avatar{
    border: 1px solid #fff;
    float: right;
    margin-top: 3px;
}
.comment-meta{
    margin-bottom: 20px;
    font-size: 12px;
}
#respond h3{
    font-size: 16px;
    margin-bottom: 10px;
}


.commentInfos{
    color: #666;
}
.commentInfos .serialNumber{
    color: #bbb;
    float: right;
    font-size: 16px;
    font-weight: 700;
}
.commentInfos .name{
    font-weight: 700;
}
.commentInfos span.name{
    color: #000;
}
.commentContent{
    margin-left: 40px;
}
.commentDatetime{
    color: #666;
    margin-left: 30px;
    text-align: right;
}
#commentForm{
    padding: 10px 20px;
}
#commentForm p{
    margin-bottom: 18px;
}
.commentAvatar{
    border: 1px solid #fff;
    float: left;
    margin-right: 8px;
    margin-top: 4px;
}
.commentlist{
    margin-left: 40px;
    margin-right: 20px;
}

.adBanner{
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px;
}
#searchform{
    float:right;
    margin-top:20px;
}
.searchBox{
    background: url(./images/search-box-left.png) left top no-repeat;
    padding-left: 44px;
}
.searchBoxInner{
    background: url(./images/search-box-right.png) right top no-repeat;
    padding-right: 35px;
}
.searchBoxContent{
    background: url(./images/search-box-middle.png) left top repeat-x;
    border:none;
    height: 34px;
}
.searchBox input{
    background: transparent url(./images/search.png) left 50% no-repeat;
    border: none;
    color: #777;
    font-size: 14px;
    margin-top: 10px;
    width: 170px;
    text-indent: 20px;
}
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 200px;
	height: 175px;
}

.gallery a {
	text-decoration: none;
	color: #999;
}
.gallery a:hover {
	color: #000;
	text-decoration: underline;
}
.gallery img {
	border: none!important;
	padding: 14px 12px 12px 13px;
}
.gallery em {
	width: 193px;
	height: 25px;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	background: url(./images/watercolor-mask.png) no-repeat;
	text-align: center;
	font: italic 100%/100% Georgia, "Times New Roman", Times, serif;
	padding-top: 140px;
}

.related_post_title{
    margin-bottom: 10px;
    margin-top: 20px;
}
.related_post{
    color: #666;
    list-style-type: disc;
    margin-left: 20px;
}
.related_post li{
    margin-bottom: 5px;
}
.unorderList{
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}
.unorderList li, .orderList li{
    margin-bottom: 5px;
}
.orderList{
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 20px;
}

.favorite h1{
    float:left;
    margin-bottom: 40px;
}
.segment{
    font-size: 12px;
    line-height: 22px;
    height: 24px;
    float: left;
    margin-top: 7px;
    margin-left: 20px;
}
.segment li{
    background: url(./images/segment-divider.png) right top no-repeat;
    cursor: pointer;
    float: left;
    padding-right: 2px;
}
.segment li.last{
    background: none;
    padding-right: 0;
}
.segment li a{
    background: url(./images/segment.png) 0 -72px repeat-x;
    color: #bbb;
    display: block;
    padding: 0 15px;
}
.segment li a:hover{
    background-position: 0 -96px;
    color: #eee;
    text-decoration: none;
}
.segment li a:active{
    background-position: 0 -120px;
}
.segment li a.current{
    background-position: 0 -120px;
    color: #fff;
}
.segment li.first a{
    background-position: 0 0;
    padding-left: 20px;
}
.segment li.first a:hover{
    background-position: 0 -24px;
}
.segment li.first a:active{
    background-position: 0 -48px;
}
.segment li.first a.current{
    background-position: 0 -48px;
    color: #fff;
}
.segment li.last a{
    background-position: 0 -144px;
    padding-right: 23px;
}
.segment li.last a:hover{
    background-position: 0 -168px;
}
.segment li.last a:active{
    background-position: 0 -192px;
}
.segment li.last a.current{
    background-position: 0 -192px;
    color: #fff;
}

.siteList{
    margin-left: 10px;
    margin-bottom: 40px;
}
.siteList h2{
    background: url(./images/separator.png) repeat-x scroll -5px bottom transparent;
    color: #454545;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.siteList ul{
    color: #ccc;
    margin-bottom: 20px;
}
.siteList .grid_3{
    margin-right: 40px;
    height: 200px;
}
.siteList li{
    position: relative;
    padding-left: 20px;
}
.siteList li img{
    position: absolute;
    left: 0;
    top: 2px;
    width:16px;
    height: 16px;
}
#doubanBooks{
    margin-bottom: 20px;
}
#doubanBooks table{
    width: 100%;
}
#doubanBooks table td{
    text-align: left;
}
#doubanBooks table a{
    display:block;
    border-right:2px solid #e5e5e5;
    border-bottom:2px solid #e5e5e5;
    width:100px;
    height:120px;
    overflow: hidden;
    margin-bottom: 20px;
}
#softwareList li{
	width: 180px;
	height: 210px;
	text-align: center;
	color: #a67642;
	float: left;
	margin: 0 25px 40px 10px;
}

#softwareList li.board_1{
	background: url(./images/paper-board-1.png) 50% 0 no-repeat;
}

#softwareList li.board_2{
	background: url(./images/paper-board-2.png) 50% 0 no-repeat;
}

#softwareList li.board_3{
	background: url(./images/paper-board-3.png) 50% 0 no-repeat;
}

#softwareList li a{
	display: block;
	width: 100px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;	
	font-weight: bold;
	color: #a75e15;
}

#softwareList li a img{
	margin-bottom: 5px;
}

#softwareList li a:hover{
	text-decoration: none;
	color: #663a0d;
}

