/*
Theme Name: realcissy2
Theme URI: http://www.realcissy.com
Version: 0.1
Author: Cissy Shi
Author URI: http://www.realcissy.com
*/

@import url('../reset.css');

body, textarea, input, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 10px;
	color: #000;
	text-align: left;
}

a, a:hover {
	color: #666;
	text-decoration: none;
}

p { margin: 8px 0; }

img { border: 0; }

.alignleft { float: left; }
.alignright { float: right; }

.clear { clear: both; height: 0; overflow: hidden; }

h1, h2, h3 { line-height: 1.1em; font-weight: normal; }

h1 {
	color: #00C6FF;
	font-size: 35px;
	letter-spacing: -1px;
}

h2 {
	color: #00C6FF;
	font-size: 16px;
}

h3 {
	color: #AAA;
	font-size: 16px;
}

/*************************************
 * Containers
 *************************************/

#wrap {
	margin: 0 auto;
	padding: 65px 0 85px;
	width: 80%;
	max-width: 1000px;
	padding-right: 70px;
}

#header { height: 100px; }

#sidebar {
	float: left;
	width: 140px;
}

#content {
	font-size: 11px;
	margin: 0 0 40px 200px;
	width: 68%;
	min-width: 530px;
}

#footer {
	clear: left;
	font-weight: bold;
	line-height: 17px;
	margin-left: 200px;
	padding-top: 10px;
	border-top: 1px solid #F0F0F0;
	color:#999;
}

/*************************************
 * Header
 *************************************/

#header h1 {
	height: 50px;
	padding-top: 5px;
}

#header h1 a,
#header h1 a:hover { color: #FF006C; }

/* Breadcrumb trail */

#breadcrumbs {
	border-bottom: 1px solid #F0F0F0;
	border-top: 1px solid #F0F0F0;
	line-height: 16px;
	height: 16px;
	padding: 2px 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}
#breadcrumbs img {
	padding-left: 8px;
	padding-right: 5px;
}
#breadcrumbs a {color: #666;}
#breadcrumbs a:hover {color: #FF006C;}

/*************************************
 * Sidebar
 *************************************/

#sidebar a,
#sidebar a:hover {
	color: #666;
	display: block;
	padding: 2px 5px;
	width: 100%;
}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0 10px;
	letter-spacing: 0;
	color: #FF006C;
}

#sidebar ul ul li { line-height: 14px; }
#sidebar ul li ul li li { padding-left: 8px; overflow: hidden; }
#sidebar ul li.pagenav ul li { padding-left: 8px; }

/*************************************
 * Entry
 *************************************/
.entry { width: 100%; overflow-x: visible; }

.index .entry { margin-bottom: 40px; }
.single .entry { margin-bottom: 20px; }
.page .entry { margin-bottom: 0px; }

.entrytitle { margin-bottom: 15px; }
.entrytitle h2 {
	font-family: 'Arial Unicode MS', '微软雅黑', Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 7px;
}
.entrytitle h2,
.entrytitle h2 a { color: #FF006C; }

.entrymeta { font-size: 10px; color: #999; margin-top: 15px; }
.cmt { padding-left: 17px; background: url('images/gray_comment.gif') no-repeat 0 50%; }
.cat { padding-left: 17px; background: url('images/gray_tag.gif') no-repeat 0 50%; }

.navigation a { color: #FF006C; }
.single .navigation { margin-top: 30px; }

/* Entry Styles */

.index .entrybody,
.single .entrybody {
	font-size: 12px;
	line-height: 1.85em;
}
.page .entrybody { line-height: 1.6em; }

.entrybody p { margin: 1em 0; }

.index .entrybody a,
.single .entrybody a { color: #FF006C; }

.more-link {
	font-size: 11px;
	line-height: 1em;
	font-weight: bold;
}

.entrybody blockquote {
	margin: 20px 10px 20px 5px;
	padding-left: 40px;
	color: #333;
	border: none;
	background: #fff url('images/quote.gif') no-repeat 10px 0;
}

.entrybody em {
	font-style: normal;
	color: #333;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background: #ffc;
	padding: 2px;
	margin: 0 2px 0 1px;
}

.entrybody ul { margin: 0 0 15px 10px; }
.entrybody ol { margin: 0 0 15px 15px; list-style: decimal inside; }
.entrybody li { margin: 2px 0; line-height: 1.75em; }

.entrybody h1,
.entrybody h2,
.entrybody h3,
.entrybody h4 { margin: 0 0 10px; font-weight: normal; }

.entrybody h3 { color: #999; }

/*************************************
 * Comments
 *************************************/
#respond { margin-top: 40px; }

.commentlist { list-style: none; margin: 20px 0; }
.commentlist li { padding:15px 0; border-top: 1px solid #eee; }

.commentauthor { font-size: 12px; display: block; }
.commentmetadata {
	font-size: 10px;
	display: block;
	color: #999;
	margin: 5px 0 8px;
}

.commentlist p {
	font-size: 12px;
	font-family: 'Segoe UI', 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	margin: 5px 0;
}
.commentitem br { display: block; }

#commentform { margin-top: 20px; }

input, textarea {
	font-size: 12px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px;
}

input.submit, .submit input {
	color: #888;
	font-size: 11px;
	padding: 4px 8px;
	font-weight: bold;
}

#commentform input { margin-right: 5px; }
#commentform textarea { width: 435px; height: 160px; }

.wpcf7-form td { vertical-align: top; padding: 3px 4px; }
.wpcf7 textarea { width: 400px; height: 160px; }
input#contact-captcha,
img.wpcf7-captcha-contact-captcha { float: left; margin-right: 5px; }

.required { color: #FF006C; }

/*************************************
 * Other
 *************************************/
.st-tag-cloud {
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
}

.st-tag-cloud li { display: inline; }

.st-tags {
	font-family: 'Arial Unicode MS', '微软雅黑', Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	line-height: 1em;
}
