/*
Theme Name: Patsnap blog
Theme URI: http://blog.patsnap.com/
Tags: fixed width, two columns, widgets
*/

body{
	width:940px;
	color:#555;
	font:12px Verdana, "宋体", "Lucida Grande", sans-serif;
	margin:auto;
	padding:0 10px;
	background-color:#FFF;
}
img{
border:none;
}

a, a:link, a:visited{	color:#75bb00; text-decoration:none; }
a:hover, a:active{ color:#00adcc; }

h1, h2, h3, h4, h5, h6{	font-family:Arial; padding:0; margin:0; margin-bottom:8px; }
h1{ font-size:24px; }
h2{ font-size:18px; }
h3{ font-size:14px; color:#75bb00; }
h4{ font-size:10px; color:#75bb00; }
h5{ font-size:8px; }
h6{ font-size:6px; }

strong{ color:#00adcc; }
small{ font-size:10px; }

#header{
	width:940px;
	height:180px;
	margin-bottom:24px;
	background:url(images/header.jpg) no-repeat left top;
}
#header h1.en{
	width:320px;
	font-size:36px;
	padding-top:88px;
	margin-bottom:12px;
	font-variant:small-caps;
	border-bottom:1px #eee solid;
}

#content{
	width:680px;
	float:left;
	margin-right:20px;
}
.posts{ margin-bottom:18px; overflow:hidden; }
.postdata{
	overflow:hidden;
	color:#888;
	padding:8px 0;
	border-top:1px #ddd dotted;
	border-bottom:1px #ddd dotted;
}
.postdata p{	margin:0;	padding:0; }

p.postdataleft{
	float:left;
}
p.postdataright{
	float:right;
}
.entry{
	line-height:20px;
}

#sidebar{
	margin-top:28px;
	width:240px;
	float:right;
}
#sidebar ul{
	padding:0;
	margin:0;
	line-height:22px;
	list-style:none;
}
h2.widgettitle{
	margin:0 0 5px 0;
	font-size:12px;
}
li.widget{
	padding:10px;
	border:1px #ddd solid;
	margin-bottom:12px;
}

li.widget_archive select{ width:220px; }

li.widget_search label{ 
	font-weight:14px;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}
li.widget_search input#s{ width:210px; margin-bottom:5px; }
a.subscribe{
	height:32px;
	display:block;
	padding-left:38px;
	line-height:32px;
	background:url(images/rss_32.png) no-repeat left center;
}

#footer{
	clear:both;
	border-top:1px #ddd solid;
}
div#footer p{
	color:#888;
	margin:0;
	padding:8px 0;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #eee;
	text-align: center;
	background-color: #f5f5f5;
	padding-top: 4px;
	margin: 10px 0;
	-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: 12px;
	line-height: 18px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
