/*  
Theme Name: Qingbo.net
Theme URI: http://qingbo.net/
Description: Test theme of qingbo.net.
Version: 0.1
Author: qingbo.net
Author URI: http://qingbo.net/
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #EFF6FA;
	color: #333;
	text-align: center;
	margin: 0;
}

#page {
	width: 960px;
	background-color: white;
	text-align: left;
	margin: 10px auto;
	border: 5px solid #7CAED5;
}

/* header */
#header {
	background: transparent url('images/header-back.gif') repeat-x;
	height: 100px;
}

#header-info {
	float: right;
	margin-right: 20px;
}

.description {
	color: #BAD4E8;
}

#header-menu {
	margin: 0;
	padding-left: 30px;
	list-style-type: none;
	height: 90px;
}

#header-menu li {
	display: block;
	float: left;
	height: 90px;
}

#header-menu li a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #DDDDDD;
	display: block;
	margin: 50px 10px 0;
}

#header-menu li a:hover {
	color: #FFFFFF;
}

.current_page_item, .current_page_parent {
	background: transparent url('images/back.gif') repeat-x scroll 0px -15px;
}

#header-menu li.current_page_item a, #header-menu li.current_page_parent a {
	color: #FFFFFF;
}
/* end of header */

/* main body */
#content {
	float: left;
	width: 490px;
	padding: 10px;
	font-size: 1.2em;
}

.post {
	margin-bottom: 20px;
}

.title-wrapper {
	margin-left: 10px;
	float: left;
	width: 445px;
}

.post-title {
	width: 445px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #EFF6FA;
}

.post-time {
	float: right;
	background-color: #EFF6FA;
}

.post-date {
	float: left;
	text-align: center;
	width: 35px;
	height: 41px;
	font-weight: bold;
}

.post-month {
	color: #EFF6FA;
	background-color: #7CAED5;
	padding: 2px 0;
}

.post-day {
	color: #7CAED5;
	background-color: #EFF6FA;
	padding: 3px 0;
	font-size: 16px;
}

.entry {
	clear: both;
	padding-top: 5px;
	line-height: 18px;
}

.entry p {
	margin: 0 0 10px;
}

.postmetadata {
	border-bottom: 1px solid #7CAED5;
	background-color: #EFF6FA;
	padding: 2px;
	margin: 0 0 10px;
}
/* end of main body */

/* sidebar */
.sidebar {
	float: left;
	overflow: hidden;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#sidebar-left {
	width: 310px;
	background: transparent url('images/left-sidebar.gif') repeat-y;
	padding: 10px 10px 10px 0;
}

#sidebar-right {
	width: 120px;
	background: transparent url('images/right-sidebar.gif') repeat-y;
	padding: 10px 10px 10px 0;
}

.sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	color: #AAAAAA;
	margin: 10px 0 2px;
}

.sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sidebar-left .sidebar-ad {
  margin-left: 10px;
}

#sidebar-left ul li {
	padding-left: 10px;
	background: transparent url('images/left-sidebar-marker.gif') no-repeat scroll 0 4px;
}

#sidebar-left ul li ul li {
	background: transparent url('images/left-sidebar-bullet.gif') no-repeat scroll 0 5px;
}

#sidebar-right ul li {
	padding-left: 10px;
	background: transparent url('images/right-sidebar-marker.gif') no-repeat scroll 0 4px;
}

#sidebar-right ul li ul li {
	background: transparent url('images/right-sidebar-bullet.gif') no-repeat scroll 0 5px;
}

#searchform .text-input {
  width: 110px;
}
/* end of sidebar */

#footer {
	padding: 10px;
	clear: both;
	border: none;
}

/* links */
a:link, a:active, a:visited {
	color: #7CAED5;
	text-decoration: none;
}

a:hover {
	color: #B2CFE6;
	text-decoration: underline;
}

#header-info a:link, #header-info a:active, #header-info a:visited {
	color: #EFF6FA;
	text-decoration: none;
}

#header-info a:hover {
	color: #B2CFE6;
	text-decoration: underline;
}

.entry p a:visited {
	color: #0066CC;
}
/* end of links */

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

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

h1 {
	font-size: 2em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}


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

.commentlist li {
	font-weight: bold;
}

.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;
}

.commentmetadata {
	font-weight: normal;
}

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

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

pre code {
	border: 1px dashed #BAD4E8;
	clear: both;
	display: block;
	width: 90%;
	margin: 2%;
	padding: 2%;
	overflow: auto;
}

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

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;
}

.clear {
	clear: both;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

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 #EFF6FA;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	margin: 10px 0;
	line-height: 20px;
}

.text-input {
	border: 1px solid #BAD4E8;
}

.button {
	border: none;
	background-color: #EFF6FA;
}

/* preview (tooltip) */

.prototip .tlpreview {
	width: 305px;
	background: transparent url(images/preview_top.gif) no-repeat left top;
	overflow: hidden;
	color: #FFFFFF;
	text-align: left;
}

.prototip .tlpreview .content {
	background: transparent url(images/preview_bottom.gif) no-repeat left bottom;
	color: #666666;
	padding: 1px 12px 5px 6px;
	text-align: left;
}
