/*
Theme Name: B612主题
Theme URI: http://www.b612.cn/
Description: 这是B612号小行星主题，修改自Extreme Georgia主题。
Version: 1.0
Author: NearDay
Author URI: http://www.b612.cn
Tags: B612, the little prince
*/

/*======================================
THEME NAME: Extreme Georgia 0.1
DESCRIPTION: Typographic Layour for Smashing Magazine competition
CODENAME: ExtremeGeorgia
VERSION: 0.1
AUTHOR: Mohd Huzairy bin Mohd Rezuan @ Bat InfoMalaya
AUTHOR URI: http://www.mentariworks.com
LAST DATE MODIFIED: 28 June 2009
STYLE NAME: Master stylesheet
======================================*/

/* Import external stylesheet */
@import url('css/reset.css');
@import url('css/wp.css');

/* Common HTML tags */
body
{
	background:#FFF;
	font: 76%/115% georgia,verdana,arial;
	text-align:center;
	line-height:20px;
	border-top:10px solid #eee;
}

blockquote
{
	background:transparent url(images/blockquote.png) no-repeat left 9px;
	border-top:3px double #eee;
	border-bottom:3px double #eee;
	padding:30px 0 3px 0;
}
.entry-content blockquote p
{
	line-height:20px;
	text-indent:4em;
	color:#666;
}
/* Wrapper & Container */
#wrapper
{
	width:960px;
	margin:0 auto;
	text-align:left;
}

/* Header */
#header
{
	text-align:left;
	width:850px;
	margin:0 0 20px 10px;
	padding:30px 0 0 100px;
}

#header h1 a
{
	font-size:36px;
	font-weight: bold;
	color:#666;
	text-align: left;
	margin-top: 20px;
	color:#f25f0f;
}

#header p
{
	font-size:1em;
	color:#999;
	margin-top:20px;
	letter-spacing:3px;
}

/* Content */
#outer-space
{
	width:750px;
	float:left;
}

#hfeed
{
	width:540px;
	float:right;
	padding-bottom:10px;
	border-color:#ccc;
	border-style:solid;
	border-width:20px 1px 1px 1px;
}

#page-info
{
	background:#ccc url(images/info-bg.png) repeat-x;
	color:#fff;
	font-variant:small-caps;
	text-align:center;
	padding:2px 0;
	font-size:1.2em;
}

#page-info span
{
	background:#ccc;
	padding:0 3px;
	letter-spacing:3px;
}

.hentry
{
	width:520px;
	margin:20px 0;
	overflow:hidden;
	padding:0 10px;
}

.entry-title
{
	font-size:1.5em;
	font-weight:normal;
	line-height:175%;
}

.entry-meta
{
	text-align:center;
	background:transparent url(images/lala.png) no-repeat bottom center;
	padding:0 0 20px 0;
	margin:10px 0 10px 0;
	color:#999;
}

.entry-meta p, .entry-meta abbr
{
	letter-spacing:3px;
	border:none;
}

.metadata
{
	background:transparent url(images/metadata-bg.png) no-repeat top center;
	text-align:center;
	padding:25px 0 10px 0;
	color:#999;
	letter-spacing:2px;
	margin:0 0 30px 0;
}

.entry-content
{
	padding:15px 15px 0 15px;
}

.entry-content img
{
	margin-bottom:10px;
}

.entry-content p
{
	font-size:1em;
	margin-bottom:15px;
	line-height:26px;
	color:#444;
	width:500px;
	text-align:justify;
	text-indent: 2em;
	letter-spacing:1px;
}
.entry-content ul{
	margin-bottom:20px;
	line-height:23px;
}
.entry-content li{
	color:#444;
	padding:0 0 0 2em;
}

.separator
{
	border-top:1px dotted #ccc;
	margin:20px 0 30px 0;
}

#page-navigation
{
	margin:-10px 0 10px 0;
}

/* Links */
a 
{
	color:#f25f0f;
	outline:none;
}

a:hover
{
	color:#444;
	border-bottom:1px dotted #ccc;
}

#header a:hover
{
	border:none;
}

.previous a
{
	float:left;
	padding:3px 10px;
	background:#ccc;
	color:#fff;
	margin-left:20px;
	font-variant:small-caps;
	font-size:1.2em;
	margin-top:-3px;
}

.next a
{
	float:right;
	padding:3px 10px;
	background:#ccc;
	color:#fff;
	margin-right:20px;
	font-variant:small-caps;
	font-size:1.2em;
	margin-top:-3px;
}

.previous a:hover, .next a:hover
{
	border:none;
	background:#333;
	color:#FFF;
}

/* Sidebar */
#left-sidebar
{
	width:175px;
	padding:20px 2px 0 2px;
	float:left;
	text-align:right;
}

#right-sidebar
{
	width:175px;
	padding:20px 2px 0 2px;
	float:right;
}

#left-sidebar h3
{
	font-variant:small-caps;
	font-size:1.2em;
	font-weight:normal;
	color:#999;
	padding-right:15px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
	letter-spacing:3px;
}

#right-sidebar h3
{
	font-variant:small-caps;
	font-size:1.2em;
	font-weight:normal;
	color:#999;
	padding-left:15px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
	letter-spacing:3px;
}

#right-sidebar-post a:hover {
	padding:0 0 0 1px;
}
#right-sidebar-post a:visited {
	color:#444;
}

#left-sidebar ul li
{
	background:transparent url(images/bullet.png) no-repeat right 5px;
	padding-right:15px;
	margin-bottom:5px;
}

#right-sidebar ul li
{
	background:transparent url(images/bullet.png) no-repeat left 5px;
	padding-left:15px;
	margin-bottom:5px;
}

.widget
{
	margin-bottom:30px;
}

/* Footer */
#footer
{
	letter-spacing:2px;
	height:70px;
	text-align:center;
	padding-bottom:10px;
	color:#999;
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#ccc;
	margin:20px;
	padding:20px;
}

/* Images */
.alignleft
{
	float:left;
	margin:0 20px 10px 0;
}

.alignright
{
	float:right;
	margin:0 0 10px 20px;
}

/* Positioning */
.clear
{
	clear:both;
}

/** 搜索小工具 **/
input#s {   
width:120px;   
height: 22px;   
*margin: 10px 0 0 0;   
*+margin: 10px 0 0 0;   
padding: 1px;
border:1px solid #ccc    
}   
input#searchsubmit {   
background:url(images/go.gif) no-repeat;      
width:15px;   
height:15px;   
border:none;   
cursor:pointer;   
text-indent:-10000px;   
}

.box {   
*height:100%;   
*+height:100%;   
}

.screen-reader-text {   
display: none;   
}

/** 补充 **/

#not-found{
text-align:center;}

.guess{
	text-align:left;
	padding:0 0 0 50px;
}
.share{
	padding:0 0 40px 2em;
	}

.entry-content img{
    max-width:460px;
    width: expression(this.width > 460 ? "460px" : true);
    height:auto;
}

/*Webkit,Opera9.5+,Ie9+*/
   ::selection {
	background: #fd3232;
	color:#ffffff;
   }
   /*Mozilla Firefox*/
   ::-moz-selection {
	background: #fd3232;
	color:#ffffff;
    }

	
	
input[type=text]:focus,input[type=password]:focus,textarea:focus{
	transition:border linear .2s,box-shadow linear .5s;
	-moz-transition:border linear .2s,-moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;
	outline:none;border-color:#f25f0f;
	box-shadow:0 0 8px #f25f0f;
	-moz-box-shadow:0 0 8px #f25f0f;
	-webkit-box-shadow:0 0 8px #f25f0f;
    }
	
/* End Of File */

/*  首页分页导航  */
.pagination{
		float: none;
		line-height:23px;
		text-align: center;
}
.pagination span, .pagination a:link{

		margin: 2px 6px 2px 0;
		background:#ccc;
		padding:2px 5px 2px 5px;
		text-decoration:none;
		float:center;
		color:#fff;
		font-size:13px;
}

.pagination a:visited{
		color:#fff;
}

.pagination a:hover{
		background: #333;
		color:#fff;
}
.pagination .current{
		background: #eee;
		color:#999;
		font-size:13px;
		padding:2px 5px 2px 5px;
}
