/*
Theme Name: WordPress Pbox
Theme URI: http://www.fooldy.cn/?p=1379
Description: The Pbox WordPress theme is designed by <a href="www.fooldy.cn">Fooldy's airport</a>.
Version: 1.0
Author: Fooldy Chi
Author URI: http://www.fooldy.cn/
Tags:white, light blue, pithy, comment fixed, paper

	This theme was designed and built by Fooldy Chi,
	whose blog you will find at http://www.fooldy.cn/
*/
body {
	font-size: 72.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #3c547e;
	background:#304978;
	margin: 0;
	padding: 0;
	}
#content {font-size: 1.2em;}
.column .entry {line-height: 1.6em;}
.thread-alt {background-color: #f8f8f8;}
.thread-even {background-color: white;}
.depth-1 {border: 1px solid #ddd;}
.even, .alt {border-left: 1px solid #ddd;}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color:#666;
	width:95%;
	display:block;
	padding:1px 10px;
	margin:5px 0;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin:0;
	padding:0;
	}

h2 {font-size: 1.6em;}

h3 {font-size: 1.3em;}

.entry p a:visited {color: #177da7;}

.sticky {background: #f7f7f7;padding: 0 10px 10px;}
.sticky h2 {padding-top: 10px;}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {font-size: 1em;}
.commentlist li {font-weight: bold;}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;}
.pagetitle{ text-align:center; }
.commentmetadata {font-weight: normal;}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {color: #777;}

code {font: 1.1em 'Courier New', Courier, Fixed;}

acronym, abbr, span.caps{font-size: 0.9em;letter-spacing: .07em;}

a{color: #3c547e; text-decoration:none;}
a:hover {color: #226be9;}

/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {font-size: 9pt;}
#wp-calendar caption {font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;text-align: center;width: 100%;}
#wp-calendar th {font-style: normal;text-transform: capitalize;}
#wp-calendar {empty-cells: show;width: 200px;margin:0 0 0 25px;}
#wp-calendar tbody a {display: block;text-decoration: none; background:#b9c4d6;}
#wp-calendar td {text-align: center;}
#calendar_wrap table a:hover{color:#fff;}
/* End Calendar */
.postmetadata .date, .postmetadata .author, .postmetadata .comment, 
.postmetadata .category, .postmetadata .tag, .postmetadata .edit {margin:  0 0 0 2px;padding: 1px 0 1px 20px; line-height:18px;}
	.postmetadata .date           { background: url(images/icons/icons-normal.png) 0 0 no-repeat; }
	.postmetadata .date:hover     { background: url(images/icons/icons-hover.png) 0 0 no-repeat;	}
	.postmetadata .author         { background: url(images/icons/icons-normal.png) 0 -16px no-repeat; }
	.postmetadata .author:hover   { background: url(images/icons/icons-hover.png) 0 -16px no-repeat;	}
	.postmetadata .comment        { background: url(images/icons/icons-normal.png) 0 -32px no-repeat; }
	.postmetadata .comment:hover  { background: url(images/icons/icons-hover.png) 0 -32px no-repeat;	}
	.postmetadata .category       { background: url(images/icons/icons-normal.png) 0 -48px no-repeat; }
	.postmetadata .category:hover { background: url(images/icons/icons-hover.png) 0 -48px no-repeat;	}
	.postmetadata .tag            { background: url(images/icons/icons-normal.png) 0 -64px no-repeat; }
	.postmetadata .tag:hover      { background: url(images/icons/icons-hover.png) 0 -64px no-repeat;	}
	.postmetadata .edit           { background: url(images/icons/icons-normal.png) 0 -80px no-repeat; }
	.postmetadata .edit:hover     { background: url(images/icons/icons-hover.png) 0 -80px no-repeat;	}
.clear {clear: both;}
/* Begin Images */
p img {padding: 0;max-width: 100%;}
img.centered {display: block;margin-left: auto;margin-right: auto;}
img.alignright {padding: 4px;margin: 0 0 2px 7px;display: inline;}
img.alignleft {padding: 4px;margin: 0 7px 2px 0;display: inline;}

.alignright {float: right;}
.alignleft {float: left;}
/* End Images */
/* Begin Structure */
#header {
	width:960px;
	height:97px;
	position:relative;
	margin:0 auto;
	background: url('images/header.jpg') no-repeat top left;
	z-index:0;
	}
#header_bottom{
	height:7px;
	width:900px;
	background: url('images/header_bottom.gif') repeat-x top left;
	position:absolute;
	top:90px;
	margin:0 0 0 60px;
	padding:0;
	}
#header_bottom_right{
	height:7px;
	width:15px;
	display:block;
	float:right;
	background: url('images/header_bottom_right.gif') no-repeat top right;
	}
#menu{
	position:absolute;
	bottom:0px;
	right:35px;
	height:36px;
	background:#e8ecf2;
	padding:2px;
	z-index:100;
}
#menu ul{ float:left; margin:0; padding:0;text-decoration:none;}
#menu ul li{ 
	float:left; 
	margin:0; 
	text-decoration:none;
	list-style-type: none;
	list-style-image: none;
	border-left:solid #e0e5ee 1px;
	border-right:solid #c4cedd 1px;
	}
#menu ul li a{ 
	color:#465976; 
	font:1.2em; 
	display:block;
	padding: 10px 20px;
	background:url('images/menu_bg.gif') repeat-x top left;
	}
#menu ul li a:hover{ color:#7083a0; background:url('images/menu_hover.gif') repeat-x top left;}
#menu ul li.current_page_item a,#menu ul li.current_page_item a:hover{
background:url('images/menu_current.gif') repeat-x top left; color:#fff;
}
#rss a{
	position:absolute;
	bottom:6px;
	right:20px;
	height:15px;
	width:15px;
	background:url('images/icons/RSS.png');
	z-index:50;
	}
#rss a:hover{
	position:absolute;
	right:5px;
	height:30px;
	width:30px;
	background:url('images/icons/RSS_hover.png');
	z-index:50;
	}
#logo {
	position:absolute;
	bottom:0;
	left:120px;
	height:54px;
	padding:0 0 0 15px;
	background:url(images/LOGO_left.png)  no-repeat left top;
	z-index:100;
}

#logo h1{
	font-size:2.6em;
	padding:0 15px 0 0;
	line-height:54px;
	background: url('images/LOGO_right.png') no-repeat right top;
	}
#logo h1 a{color:#5a76a8;}
.information {font-size: 1.2em;width:200px;}
#main{
	width:960px;
	margin:0 auto;
	background:#fff;
	}
.column {
	float:left;
	padding: 0px 20px;
	width: 600px;
	overflow:hidden;/*for IE*/
	background:#fff  url('images/main_right.gif') repeat-y right;
	}
#postpath{ margin:5px 0 10px -10px; padding:0 0 0 8px; border-bottom:#e6e9ee solid 2px; border-left:#e6e9ee solid 1px;}
#postpath a{ font-size:0.9em; font-style:italic;}
.post {margin: 20px 0 40px;text-align: justify; position:relative;}
.post hr {display: block;}
.post h2 {
	padding:5px 0 0 25px;
	background: url('images/title_bg.gif') no-repeat left top;
	height:35px;
	width:500px;
	}
#date{
	background:url('images/date_bg.jpg') no-repeat left top;
	width:66px;
	height:39px;
	position:absolute;
	padding:5px 15px;
	left:535px;
	top:0;
	color:#8393ac;
	font-weight:bolder;
}
.column .postmetadata {clear: both;font-size:0.9em;}
/* End Structure */

/*	Begin Headers */

h2.pagetitle {
	padding:5px 0 0 20px;
	margin-top: 30px;
	height:35px;
	width:500px;
	background: url('images/title_bg.gif') no-repeat left top;
	}

h3.comments {padding: 0;margin: 40px auto 20px ;}
/* End Headers */

/* Begin Lists */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}
html>body .entry li {margin: 7px 0 8px 10px;}

.entry ul li:before, #sidebar ul ul li:before {content: "\00BB \0020";}
.entry ol {padding: 0 0 0 35px;margin: 0;}
.entry ol li {margin: 0;padding: 0;}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
.entry form { text-align:center;}
select {width: 130px;}
#commentform input {width: 170px;padding: 2px;margin: 5px 5px 1px 0;}
#commentform {margin: 5px 10px 0 0;}
#commentform textarea {width: 100%;padding: 2px;}
#sidebar_respond{ width:250px; position:fixed; margin:0 0 0 10px;}
#sidebar_respond input#author,#sidebar_respond input#email,#sidebar_respond input#url{
	font-size:13px;
	width: 130px;
	height:20px;
	padding:5px 5px 0px 5px;
	border: 0;
	color:#3e72ad;
	background:url('images/input_bg.jpg') no-repeat top left; 
	_background: fixed url('images/input_bg.jpg') no-repeat top left;/* this is ie6 hack */
	border:0;
	}
#sidebar_respond #comment{
	font-size:13px; 
	height:90px; 
	width:240px;
	padding:5px;
	background:url('images/comment_bg.jpg') no-repeat top left; 
	border:0;
	}
#sidebar_respond #submit{color:#566b8e; font:bold; width:90px;}

#respond { display:none;}/*hidden the comment visibility*/
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {margin: 0;padding: 10px;}
.commentlist {padding: 0;text-align: justify;}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { margin-right: -5px;margin-left: 10px;}
.commentlist p {margin: 10px 5px 10px 0;}
.children { padding: 0; }
#commentform p {margin: 5px 0;}
.nocomments {text-align: center;margin: 0;padding: 0;}
.commentmetadata {margin: 0;display: block;}
/* End Comments */
.description{ border:solid 1px #dde2e9; margin:10px 10px 10px 0px; padding:5px 5px 10px 10px;}
.description a{ color:#496491;line-height:18px;}
/* Begin Sidebar */
#sidebar
{
	padding:0 15px;
	float:right;
	width: 290px;
	background:#fff;
	background: url('images/sidebar_bg.gif') repeat-y;
	}
#sidebar ul{padding:0px 10px 0px 15px;}
#sidebar li h2{
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	text-align:right;
	background: url('images/sidebar_h2.jpg') no-repeat top left;
	padding:0 15px 0 0px;
	margin: 15px 0 5px 100px;
	width:125px;
	height:26px;
	line-height:26px;
}
#sidebar ul, #sidebar ul ol {margin: 0;padding: 0;}
#sidebar ul li {list-style-type: none;list-style-image: none;display:inline-block;}
#sidebar ul li a{ 
	line-height:22px; 
	overflow:hidden;
	margin:0 10px;
	padding:5px;
	}
#sidebar ul li.list a:hover{ border:#e1e9ef solid 1px;}
#sidebar ul p, #sidebar ul select {margin: 5px 0 8px;}
#sidebar ul ul, #sidebar ul ol {margin: 5px 0 0 10px;}
#sidebar ul ul ul, #sidebar ul ol {margin: 0 0 0 10px;}
ol li, #sidebar ul ol li {list-style: decimal outside;}
#sidebar ul ul li, #sidebar ul ol li {margin: 3px 0 0;padding: 0;}
/* End Entry Lists */
#sidebar ul li a.tag-link-3{ display:inline;}
/* Begin Form Elements */
#searchform {
	background:url('images/icons/search_icon.gif') no-repeat top left;
	padding:0 0 0 30px;
	margin:20px 20px 10px 60px; }
#sidebar #searchform #s {
	width: 130px;
	height:15px;
	border: 0;
	color:#59a0bc;
	padding:5px;
	background:url('images/input_bg.jpg') no-repeat top left;
	_background: fixed url('images/input_bg.jpg') no-repeat top left;/* this is ie6 hack */
}
#sidebar #searchsubmit{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 1px;
	border: 0;
	background:none;
	color:#496491;
	cursor:hand;
	}
.myPic{
	width:64px;
	height:64px;
	padding:8px;
	background:url('images/mypic_bg.jpg') no-repeat top left;
	float:right;
	}

/* End Sidebar */

/* Begin Various Tags & Classes */
.NoFound{ 
	margin:100px auto 10px; 
	padding:100px 0 0 80px; 
	}
acronym, abbr, span.caps {cursor: help;}
acronym, abbr {border-bottom: 1px dashed #999;}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {margin: 5px 0 0;display: block;}
.center {text-align: center;}
.hidden {display: none;}
.screen-reader-text {position: absolute;left: -1000em;}
hr {display: none;}
a img {border: none;}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/* Captions */
.aligncenter,div.aligncenter {display: block;margin-left: auto;margin-right: auto;}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {margin: 0;padding: 0;border: 0 none;}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
#footer {
	width: 900px;
	clear: both;
	border-left:solid #304978 30px;
	border-right:solid #304978 30px;
	border-bottom:solid #304978 20px;
	background:#fff url('images/footer_bg.gif') repeat-x top left;
	}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* "enjey it!enjoy SimpleBG!." */

