/*
Theme Name: Czosa
Theme URI: http://www.st-winthink.com/
Description: The 2010 WordPress theme for Czosa.
Author: Husw
Version: 1.0
Tags: black, red, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul, li {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }



/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: right;
	margin: 0 -250px 0 0;
	width: 100%;
}
#content {
	margin: 0 270px 0 20px;
}
#primary,
#secondary {
	float: left;
	overflow: hidden;
	width: 250px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Tahoma,'Microsoft YaHei',Arial,helvetica,clean,sans-serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: SimSun,verdana,arial,helvetica,clean,sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.orangered{
	color: orangered;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 950px;
}
#wrapper {
}

/* Structure the footer area */
#site-info {
}
#site-generator {
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #CA211E;
}

body,
input,
textarea {
	color: #111;
	font-size: 12px;
	line-height: 160%;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}
.blank5 {
	height: 5px
}
.blank10 {
	height: 10px
}
.blank20 {
	height: 20px
}
/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
a:link {
	color:#2754BB;
	text-decoration:none;
}
a:visited {
	color:#4E84FF;
	text-decoration:none;
}
a:active,
a:hover {
	color: #F60;
	text-decoration:underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* thumblist */
.thumblist { margin-left: 5px; padding-top: 10px;}
.thumblist li { display: inline-block; *display: inline; zoom:1; margin:10px 5px 0; *margin:10px 7px 0; text-align:center }
.thumblist li img { padding: 3px; display:block; overflow:hidden; position:relative;}
.thumblist li h3.picboxdown { text-overflow: ellipsis; white-space: nowrap; height: 1.5em; overflow: hidden}

/* =Header
-------------------------------------------------------------- */

#header {
}

/* logo */
#logo {
	background:url("images/head_logo.gif") no-repeat scroll left top transparent;
	height:71px;
	padding-top:10px;
}
#site-title {
	float: left;
	margin: 0 0 18px 0;
	width: 700px;
	font-size: 30px;
	line-height: 36px;
	text-indent:-9999px;
}
#site-title a {
	display:block;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-favorites {
	clear: right;
	float: right;
	color: #FEE8AE;
	margin: 14px 0 18px 0;
	width: 220px;
}
#site-favorites a:link, 
#site-favorites a:visited {
	color:#FEE8AE;
	text-decoration: none;
	padding-left:10px;
}
#site-favorites a:active,
#site-favorites a:hover {
	color: #FF4B33;
	text-decoration: underline;
}
/* This is the custom header image */
#branding img {
	clear: both;
	display: block;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 auto;
	width: 950px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access div.menu ul.tab-list {
	list-style: none;
	margin: 0;
	background: url("images/nav_tab.gif") no-repeat scroll left top transparent;
	float:left;
	height:46px;
	padding-left:10px;
	width:496px;
}
#access div.menu .nav-right {
	background:url("images/nav_tab.gif") no-repeat scroll right -300px transparent;
	float:left;
	height:46px;
	position:relative;
	width:444px;
}
#access div.menu .nav-right a {
	font-size: 12px;
	font-weight:normal;
	color: #fee8ae
}
#access div.menu .nav-right .buy {
	right: 201px; top: 16px
}
#access div.menu .nav-right .register {
	right: 114px; top: 16px
}
#access div.menu .nav-right .login {
	right: 20px; top: 16px
}
#access div.menu .nav-right ul li {
	position: absolute
}
#access div.menu ul.tab-list li {
	float:left;
	position: relative;
	padding:18px 4px 0 30px;
}
#access a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	text-decoration:underline;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
	background: #f8f9fb url("images/content_top_bg.gif") no-repeat;
}
#container {
	background: url("images/primary_line.gif") no-repeat left top;
}
#content {
	min-height: 200px;
}
#c_bottom {
	clear: both;
	height: 20px;
	background: #f8f9fb url("images/content_bottom_bg.gif") no-repeat;
}
/*---- title ----*/
#content .title, #primary .title,
#content .title h1, #primary .title h1 {
	height: 38px;
	color: #6F2C03;
	font: 16px Tahoma,'Microsoft YaHei',Arial,helvetica,clean,sans-serif;
}
#content .title h1, #primary .title h1 {
	background: url("images/title_bg.gif") no-repeat left -408px;
	padding: 10px 30px 0;
}
#content .title h1 {
	margin-left: -15px;
}
/*---- #primary ----*/
#primary .title #searchform {
	padding: 8px 0 0 35px;
	background: url("images/title_bg.gif") no-repeat left -380px;
}
#primary .title #searchform #searchsubmit {
	background:url("images/search_button_bg.gif") no-repeat scroll left top;
	border-style:none;
	height:21px;
	margin-top:-1px;
	text-indent:-999px;
	width:58px;
	cursor:pointer;
}
#primary .entry-content {
	background: url("images/primary_bg.gif") no-repeat left top;
	min-height: 200px;
}
#primary .partner {
	padding-left: 10px;
}
#primary .register-now {
	text-align: center;
	padding:10px;
}
#primary .contact-us {
	padding-left: 20px;
	line-height: 2em;
}
#primary ul.xoxo {	
	margin-left: 10px;
}
#primary ul.xoxo #random-posts ul,
#primary ul.xoxo #new-comments ul {
	margin: 0 10px 10px;
}
#primary ul.xoxo #random-posts li,
#primary ul.xoxo #new-comments li {	
	line-height: 180%;
	padding-left: 10px;
	margin-top: 3px;
	background: url("images/arrow.gif") no-repeat left 6px;
	border-bottom:1px dotted #DDDDDD;
}
#primary .widget-container ul {	
	margin-bottom: 10px;
}
#primary .widget-container h3.widget-title {	
	font: 16px Tahoma,'Microsoft YaHei',Arial,helvetica,clean,sans-serif;
	padding: 5px 0;
	height:33px;
	background:url("images/side_tab_bg.gif") no-repeat;
}

/*---- #content ----*/
#content .post {
	padding:10px 10px 0;
	border-bottom:1px dashed #DDDDDD;
}
#content .post .entry-title {
	background: url("images/red_dot.gif") no-repeat scroll left 6px;
	line-height: 20px;
	margin: 5px 0;
	padding-left: 10px;
}
#content .post .entry-meta {
	color: #6E2900;
}
#content .post .entry-summary p {
	text-indent: 2em;
}
#content .post .entry-utility {
	text-align: right;
	background: #efeefe;
	margin: 0 -8px;
	padding: 0 8px;
}
#content .post .entry-utility a{
	color: gray;
}
#content .entry-title h2 {
	font-size:14px;
}
#content .entry-content {
	line-height: 120%;
	margin:10px auto;
}
#content .entry-content h1, #content .entry-content h2 {
	margin:10px auto;
	line-height: 120%;
	font-family: Tahoma,'Microsoft YaHei',Arial,helvetica,clean,sans-serif;
}
#content .entry-content p {
	text-indent: 2em;
	line-height: 180%
}
#content .post .single h2.entry-title {
	background: none;
	text-align: center;
	font-size: 24px;
	padding:20px 0 10px;
	color: #001F93;
}
#content .post .single .entry-meta {
	color: #666;
	text-align: center;
	padding-bottom:10px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 18px 0 0 0;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 20px;
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	position: relative;
}
.commentlist li.comment .commentcontent{
	padding: 5px;
	background: #F2F2F2;
	margin-left: 50px;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .gravatarouter {
	float: left;
}
.commentlist img.avatar {
	border: 1px solid #DDD;
	height: 35px;
	padding: 2px;
	width: 35px;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	padding-left: 10px;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
	float: right;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border-top: 1px dashed #DDD;
	margin: 6px 0px 0px 10px;
	padding: 6px 0px 0px 6px;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	padding: 15px 0;
	overflow: hidden;
	text-align:center;
	line-height: 1.8em;
	color:wheat;
}
#site-info a, #site-generator a {
	color: wheat;
	text-decoration: none;
}
#site-info a:hover, #site-generator a:hover {
	text-decoration: underline;
}
