/*
Theme Name:Simple Gray
Theme URI:http://koryi.com/
Description:The Blog theme for WordPress.
Author:KorYi
Version:1.0
Tags:simple, gray, wordpress-theme, custom-wordPress-theme, blog-theme , enterprise-theme , company-theme, cms-theme, news-portal-theme, magazine-theme, free-theme, trade-theme
*/

/* Reset default browser CSS */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	outline:0;
	border:0 none;
	font-size:100%;
	font-family:inherit;
	font-style:inherit;
	font-weight:inherit;
	vertical-align:baseline;
}

:focus {
	outline:0;
}

body {
	line-height:1;
}

ol, ul {
	list-style:none;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	font-weight:normal;
	text-align:left;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}

blockquote, q {
	quotes:"" "";
}

a img {
	border:0 none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

/* Global  */
body, input, textarea {
	color:#444;
	font:14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
	line-height:1.625;
}

h1, h2, h3, h4, h5, h6 {
	clear:both;
	font-family:"微软雅黑","Microsoft Yahei","黑体","Hei",Tahoma,"Simsun";
}

p {
	margin-bottom:10px;
}

ul, ol {
	margin:0 0 10px 15px;
}

ul {
	list-style:square;
}

ol {
	list-style-type:decimal;
}

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:10px;
}

dt {
	font-weight:bold;
}

dd {
	margin-bottom:10px;
}

strong {
	font-weight:bold;
}

cite, em, i {
	font-style:italic;
}

blockquote {
	margin:0 10px;
	padding-left:40px;
	background:url("images/blockquote_s.png") no-repeat 0 0;
	font-family:Georgia, "Bitstream Charter", serif;
}

blockquote cite {
	color:#666;
	font:12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
	letter-spacing:0.05em;
	text-transform:uppercase;
}

pre {
	background-color:#F4F4F4;
	font:13px "Courier 10 Pitch", Courier, monospace;
	line-height:1.5;
	margin-bottom:10px;
	overflow:auto;
	padding:5px 10px;
}

code, kbd {
	font:13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym, dfn {
	border-bottom:1px dotted #666;
	cursor:help;
}

address {
	display:block;
	margin:0 0 10px;
}

ins {
	background:#FFF9C0;
	text-decoration:none;
}

sup,
sub {
	font-size:10px;
	height:0;
	line-height:1;
	position:relative;
	vertical-align:baseline;
}

sup {
	bottom:1ex;
}

sub {
	top:.5ex;
}

input, textarea {
	background-color:#FAFAFA;
	border:1px solid #DDD;
	border-radius:3px;
	color:#888;
}

input:focus, textarea:focus {
	color:#373737;
}

textarea {
	padding-left:3px;
	width:98%;
}

input {
	padding:3px;
}

input#s {
	height:14px;
	line-height:14px;
	padding:3px 5px 3px 25px;
	background:#FFF url("images/search.png") no-repeat 5px 50%;
	border:0 none;
	font-size:12px;
}

input#searchsubmit {
	display:none;
}

a {
	color:#48B;
	text-decoration:none;
}

a:focus, a:active, a:hover {
	color:#D50;
}

/* Structure */
.wrap {
	width:1200px;
	margin:0 auto;
}

#primary {
	float:left;
	width:100%;
	margin-right:-320px;
}

#content {
	margin-right:340px;
}

#secondary {
	float:right;
	width:300px;
	padding-left:20px;
	background:url("images/dot.png") repeat-y 0 0;
}

/* Header */
#branding {
	height:90px;
	padding:20px 0;
}

#branding .wrap {
	position:relative;
}

#site-title {
	position:absolute;
}

#site-title a {
	width:215px;
	height:27px;
	display:block;
	background:url("images/logo.png") no-repeat 0 50%;
	text-indent:-9999px;
	overflow:hidden;
}

#site-description {
	position:absolute;
	left:235px;
	top:10px;
	color:#AAA;
	font-size:12px;
}

/* Menu */
#access {
	position:absolute;
	left:0;
	top:50px;
	width:100%;
	height:40px;
	background-color:#444;
	border-radius:5px;
}

#access ul {
	margin:0;
	font-size:13px;
	list-style-type:none;
}

#access ul li {
	float:left;
	position:relative;
	background:url("images/line.png") no-repeat 100% 50%;
}

#access ul li a {
	padding:0 15px;
	line-height:40px;
	color:#BBB;
	font-size:15px;
	font-family:"微软雅黑","Microsoft Yahei","黑体","Hei",Tahoma,"Simsun";
	display:block;
}

#access ul li a:hover {
	color:#FFF;
}

#access ul li.cat-item-home a {
	width:16px;
	background:url("images/home.png") no-repeat 50% 50%;
	text-indent:-9999px;
	overflow:hidden;
}

#access ul ul {
	float:left;
	position:absolute;
	margin:0;
	top:40px;
	left:0;
	width:188px;
	background-color:#FFF;
	border:1px solid #DDD;
	border-radius:5px;
	list-style-type:none;
	display:none;
	z-index:999;
}

#access ul ul li {
	background:none;
}

#access ul ul li a {
	color:#444;
}

#access ul ul li a:hover {
	color:#D50;
}

#branding #searchform {
	position:absolute;
	right:10px;
	top:58px;
}

#topnav {
	position:absolute;
	right:0;
	top:-10px;
	font-size:12px;
}

#topnav ul {
	margin:0;
	list-style-type:none;
}

#topnav ul li {
	display:inline;
}

/* Content */
#main {
	clear:both;
	overflow:hidden;
}

.page-header {
	margin-bottom:10px;
	padding:3px 10px;
	background-color:#DDD;
	border-radius:5px;
	color:#555;
}

.page-title {
	color:#555;
	display:inline;
}

.page-title a {
	color:#555;
	font-size:12px;
	text-transform:none;
}

.category-archive-meta {
	float:right;
}

.hentry, .no-results {
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #EEE;
	overflow:hidden;
}

.entry-title {
	padding-bottom:5px;
	font-size:18px;
	font-weight:normal;
}

.entry-meta {
	clear:both;
	line-height:18px;
	color:#AAA;
	font-size:12px;
	text-align:right;
}

.entry-meta a {
	color:#AAA;
}

.entry-header .entry-meta {
	text-align:left;
}

.entry-content, .entry-summary {
	padding-top:5px;
	color:#666;
}

.entry-content h1, .entry-content h2, .comment-content h1, .comment-content h2 {
	color:#000;
	font-weight:bold;
	margin:0 0 10px;
}

.entry-content h3, .comment-content h3 {
	font-size:10px;
	letter-spacing:0.1em;
	line-height:30px;
	text-transform:uppercase;
}

.entry-content table, .comment-content table {
	border-bottom:1px solid #DDD;
	margin:0 0 10px;
	width:100%;
}

.entry-content th, .comment-content th {
	color:#666;
	font-size:10px;
	font-weight:500;
	letter-spacing:0.1em;
	line-height:30px;
	text-transform:uppercase;
}

.entry-content td, .comment-content td {
	border-top:1px solid #ddd;
	padding:6px 10px 6px 0;
}

.entry-content #s {
	width:75%;
}

.comment-content ul, .comment-content ol {
	margin-bottom:10px;
}
.comment-content ul ul, .comment-content ol ol, .comment-content ul ol, .comment-content ol ul {
	margin-bottom:0;
}

dl.gallery-item {
	margin:0;
}

.page-link {
	clear:both;
	display:block;
	margin:0 0 10px;
}

.page-link a {
	background-color:#EEE;
	color:#373737;
	margin:0;
	padding:2px 3px;
	text-decoration:none;
}

.page-link a:hover {
	background-color:#888;
	color:#FFF;
	font-weight:bold;
}

.page-link span {
	margin-right:6px;
}

.entry-meta .edit-link a, .commentlist .edit-link a {
	background-color:#EEE;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#666;
	float:right;
	font-size:12px;
	line-height:15px;
	font-weight:300;
	text-decoration:none;
	padding:0 8px;
}

.entry-meta .edit-link a:hover, .commentlist .edit-link a:hover {
	background-color:#888;
	color:#FFF;
}

.entry-content .edit-link {
	clear:both;
	display:block;
}

.entry-meta .sep {
	color:#AAA;
}

.entry-meta .sep, .entry-utility-prep {
	display:none;
}

.by-author, .meta-date, .meta-views, .cat-links, .tag-links, .comments-link {
	padding:2px 8px 2px 22px;
	background:url("images/icon.png") no-repeat;
}

.by-author {
	background-position:0 -30px;
}

.meta-date {
	background-position:0 0;
}

.meta-views {
	background-position:0 -60px;
}

.cat-links {
	background-position:0 -90px;
}

.tag-links {
	background-position:0 -120px;
}

.comments-link {
	background-position:0 -150px;
}

.related-posts {
	clear:both;
	width:100%;
}

.related-posts ul {
	margin:0;
	list-style-type:none;
}

.related-posts ul li {
	float:left;
	width:275px;
	margin:0 10px;
	padding:5px 0 5px 12px;
	background:url("images/arrow.png") no-repeat 0 50%;
	border-bottom:1px dashed #CCC;
}

.related-posts ul li span {
	color:#BBB;
	font-size:10px;
}

.my-single {
	clear:both;
	padding-top:5px;
	text-align:center;
	overflow:hidden;
}

/* Widgets */
.widget-area {
	font-size:14px;
}

.widget {
	clear:both;
	margin:0 0 15px;
}

.widget-title {
	margin-bottom:10px;
	padding:3px 10px;
	background-color:#444;
	border-radius:5px;
	color:#FFF;
	font-weight:normal;
	text-transform:uppercase;
}

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

.widget ul ul {
	margin-left:15px;
}

.widget ul li {
	padding:5px 0 5px 12px;
	background:url("images/arrow.png") no-repeat 0 50%;
	border-top:1px dashed #CCC;
	color:#777;
	font-size:13px;
}

.widget ul li span {
	color:#BBB;
	font-size:10px;
}

.widget ul li:first-child {
	border-top:0 none;
}

#recent-comments ul li, #home-links ul li {
	padding:5px 0;
	background:none;
}

#home-links ul li a {
	padding-left:22px;
	background-repeat:no-repeat;
}

.my-vps {
	clear:both;
	overflow:hidden;
}

.my-vps a {
	float:left;
}

.my-vps .w300 {
	width: 300px;
}

.my-vps .w150 {
	width: 150px;
}

.my-vps .w145 {
	width: 148px;
	margin-right: 4px;
	margin-bottom: 4px;
}

.my-vps .w145 img {
	width: 148px;
	height: 90px;
}

.my-vps .w100 {
	width: 100px;
}

.my-vps .w75 {
	width: 75px;
}

.my-vps img {
	display:block;
}

.my-vps .mr0 {
	margin-right: 0 !important;
}

/* Footer */
#colophon {
	clear:both;
	padding:20px 0;
	color:#999;
	font-size:12px;
	text-align:center;
}

#b2t {
	width:29px;
	height:29px;
	background:url("images/up.png") no-repeat;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}

/* Images */
img[class*="align"], img[class*="wp-image-"] {
	height:auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full {
	max-width:97.5%;
	width:auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.entry-content img.wp-smiley {
	border:none;
	margin-bottom:0;
	margin-top:0;
	padding:0;
}

img.alignleft, img.alignright, img.aligncenter {
	margin-bottom:1.625em;
}

p img, .wp-caption {
	margin-top:0.4em;
}

.wp-caption {
	background:#eee;
	margin-bottom:1.625em;
	max-width:96%;
	padding:9px;
}

.wp-caption img {
	display:block;
	margin:0 auto;
	max-width:98%;
}

.wp-caption .wp-caption-text, .gallery-caption {
	color:#666;
	font-family:Georgia, serif;
	font-size:12px;
}

.wp-caption .wp-caption-text {
	margin-bottom:0.6em;
	padding:10px 0 5px 40px;
	position:relative;
}

.wp-caption .wp-caption-text:before {
	color:#666;
	content:'\2014';
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	margin-right:5px;
	position:absolute;
	left:10px;
	top:7px;
}

#content .gallery {
	margin:0 auto 10px;
}

#content .gallery a img {
	border:none;
}

img#wpstats {
	display:block;
	margin:0 auto 10px;
}

#content .gallery-columns-4 .gallery-item {
	width:23%;
	padding-right:2%;
}

#content .gallery-columns-4 .gallery-item img {
	width:100%;
	height:auto;
}

/* Alignment */
.alignleft {
	float:left;
	margin-right:15px;
	display:inline;
}

.alignright {
	float:right;
	margin-left:15px;
	display:inline;
}

.aligncenter {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/* Assistive text */
.assistive-text {
	display:none;
}

/* Image borders */
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
	border:1px solid #DDD;
	padding:6px;
}

.wp-caption img {
	border-color:#EEE;
}

a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {
	background:#EEE;
	border-color:#BBB;
}

.wp-caption a:focus img, .wp-caption a:active img, .wp-caption a:hover img {
	background:#FFF;
	border-color:#DDD;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin:10px 0 0;
}
.post-password-required input[type=password] {
	margin:5px 0;
}
.post-password-required input[type=password]:focus {
	background:#F7F7F7;
}

/* Author Info */
#author-info {
	font-size:12px;
	overflow:hidden;
}

.singular #author-info {
	background:#F9F9F9;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	margin:25px -35.6% 0 -35.4%;
	padding:20px 35.4%;
}

.archive #author-info {
	border-bottom:1px solid #DDD;
	margin:0 0 25px;
	padding:0 0 25px;
}

#author-avatar {
	float:left;
	margin-right:-78px;
}

#author-avatar img {
	background:#FFF;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 1px 2px #BBB;
	-moz-box-shadow:0 1px 2px #BBB;
	box-shadow:0 1px 2px #BBB;
	padding:3px;
}

#author-description {
	float:left;
	margin-left:108px;
}

#author-description h2 {
	color:#000;
	font-size:15px;
	font-weight:bold;
	margin:5px 0 10px;
}

/*
Post Formats Headings
To hide the headings, display:none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color:#666;
	font-size:10px;
	font-weight:500;
	letter-spacing:0.1em;
	line-height:30px;
	position:absolute;
	text-transform:uppercase;
	top:-5px;
}

.entry-header hgroup .entry-title {
	padding-top:15px;
}

article.format-aside .entry-content, article.format-link .entry-content, article.format-status .entry-content {
	padding:20px 0 0;
}

.singular .entry-title {
	color:#333;
	font-size:21px;
}

blockquote.pull {
	font-size:21px;
	font-weight:bold;
	line-height:10px;
	margin:0 0 1.625em;
	text-align:center;
}

.singular blockquote.pull {
	margin:0 -22.25% 10px;
}

.pull.alignleft {
	margin:10px 0 0;
	text-align:right;
	width:33%;
}

.singular .pull.alignleft {
	margin:0 10px 0 -22.25%;
}

.pull.alignright {
	margin:0 0 0 10px;
	text-align:left;
	width:33%;
}

.singular .pull.alignright {
	margin:0 -22.25% 0 10px;
}

.singular blockquote.pull.alignleft, .singular blockquote.pull.alignright {
	width:33%;
}

/* Gallery */
.format-gallery .gallery-thumb {
	float:left;
	display:block;
	margin:3px 10px 0 0;
}

/* Image */
.indexed.format-image .entry-header {
	min-height:61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top:0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom:0;
}
.indexed.format-image footer.entry-meta {
	background:#ddd;
	margin-top:-7px;
	padding:20px 30px;
	overflow:hidden;
}
.indexed.format-image div.entry-meta {
	display:inline-block;
	float:left;
	width:35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float:none;
	width:65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display:block;
}
.indexed.format-image footer.entry-meta a {
	color:#444;
}
.indexed.format-image footer.entry-meta a:hover {
	color:#fff;
}
#content .indexed.format-image img {
	border:none;
	max-width:100%;
	padding:0;
}
.indexed.format-image .wp-caption {
	background:#111;
	margin-bottom:0;
	max-width:96%;
	padding:11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color:#ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color:#444;
}
.indexed.format-image a:hover img {
	opacity:0.8;
}

/* error404 */
.error404 #main #searchform {
	background:#f9f9f9;
	border:1px solid #ddd;
	border-width:1px 0;
	margin:0 -8.9% 1.625em;
	overflow:hidden;
	padding:1.625em 8.9%;
}
.error404 #main #s {
	width:95%;
}
.error404 #main .widget {
	clear:none;
	float:left;
	margin-right:3.7%;
	width:30.85%;
}
.error404 #main .widget_archive {
	margin-right:0;
}
.error404 #main .widget_tag_cloud {
	float:none;
	margin-right:0;
	width:100%;
}
.error404 .widgettitle {
	font-size:10px;
	letter-spacing:0.1em;
	line-height:2.6em;
	text-transform:uppercase;
}

/* Attachments */
.image-attachment div.attachment {
	background:#f9f9f9;
	border:1px solid #ddd;
	border-width:1px 0;
	margin:0 -8.9% 1.625em;
	overflow:hidden;
	padding:1.625em 1.625em 0;
	text-align:center;
}
.image-attachment div.attachment img {
	display:block;
	height:auto;
	margin:0 auto 1.625em;
	max-width:100%;
}
.image-attachment div.attachment a img {
	border-color:#f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color:#ddd;
	background:#fff;
}
.image-attachment .entry-caption p {
	font-size:10px;
	letter-spacing:0.1em;
	line-height:2.6em;
	margin:0 0 2.6em;
	text-transform:uppercase;
}

/* Navigation */
#content nav {
	clear:both;
	padding:0 0 15px;
	overflow:hidden;
}

#content nav a {
	font-size:12px;
	font-weight:bold;
	line-height:2.2em;
}

.nav-previous {
	float:left;
	width:50%;
}

.nav-next {
	float:right;
	width:50%;
	text-align:right;
}

#content nav .meta-nav {
	font-weight:normal;
}

/* Comments */
#comments-title {
	padding:0 0 15px;
	font-size:16px;
	text-transform:uppercase;
}

.nopassword, .nocomments {
	margin:25px 0;
	color:#AAA;
	font-size:24px;
	text-align:center;
}

.commentlist {
	list-style:none;
	margin:0 auto;
	width:100%;
}

.commentlist li.comment {
	position:relative;
	margin:0 0 10px;
	padding:5px 10px 0 55px;
	background-color:#F8F8F8;
	border:1px solid #EEE;
	border-radius:3px;
}


.commentlist li.bypostauthor {
	background-color:#F2F2F2;
	border-color:#E5E5E5;
}

.commentlist .pingback {
	margin:0 0 1.625em;
	padding:0 1.625em;
}

.commentlist .children {
	list-style:none;
	margin:0;
}

.commentlist .children li.comment {
	position:relative;
	margin:1.625em 0 0;
	padding:1.625em;
	background:#FFF;
	border-left:1px solid #EEE;
	border-radius:0 3px 3px 0;
}

.commentlist .children li.bypostauthor {
	background:#DDD;
	border-color:#D3D3D3;
}

.commentlist .children li.comment .fn {
	display:block;
}

.comment-meta .fn {
	font-style:normal;
}

.comment-meta {
	color:#666;
	font-size:12px;
}

.commentlist .children li.comment .comment-meta {
	line-height:1.625em;
	margin-left:50px;
}

.commentlist .children li.comment .comment-content {
	margin:1.625em 0 0;
}

.comment-meta a {
	font-weight:bold;
}

.commentlist .avatar {
	position:absolute;
	left:10px;
	top:10px;
	padding:0;
	border-radius:3px;
	box-shadow:0 1px 2px #CCC;
}

.commentlist > li.pingback:before {
	content:'';
}

.commentlist .children .avatar {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	left:2.2em;
	padding:0;
	top:2.2em;
}

a.comment-reply-link {
	background:#eee;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#666;
	display:inline-block;
	font-size:12px;
	padding:0 8px;
	text-decoration:none;
}

a.comment-reply-link:hover, a.comment-reply-link:focus, a.comment-reply-link:active {
	background:#888;
	color:#fff;
}

a.comment-reply-link > span {
	display:inline-block;
	position:relative;
	top:-1px;
}

/* Comment Form */
#respond {
	position:relative;
	padding:10px;
	background-color:#F8F8F8;
	border:1px solid #EEE;
	border-radius:5px;
}

#respond input, #respond textarea {
	padding:3px;
	background-color:#FFF;
	border-radius:5px;
}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment,
#respond .form-submit {
	position:relative;
	padding-left:70px;
}

#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	position:absolute;
	left:0;
	top:0;
	width:60px;
	color:#555;
	font-size:13px;
	display:block;
}

#respond textarea {
	resize:vertical;
	width:95%;
}

#respond .comment-form-author .required,
#respond .comment-form-email .required {
	position:absolute;
	left:60px;
	top:5px;
	color:#BD3500;
	font-size:16px;
	font-weight:bold;
}

#respond .comment-notes,
#respond .logged-in-as {
	font-size:13px;
}

#respond p {
	margin:10px 0;
}

#respond .form-submit {
	margin:0;
}

#respond input#submit {
	position:relative;
	width:auto;
	padding:5px;
	background-color:#222;
	border-width:0;
	border-radius:5px;
	color:#EEE;
	font-size:15px;
	cursor:pointer;
	display:inline;
}

#respond input#submit:active {
	background-color:#1982D1;
	color:#BFDDF3;
}

#respond #cancel-comment-reply-link {
	color:#666;
	margin-left:10px;
	text-decoration:none;
}

#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration:underline;
}

.commentlist #respond {
	margin:1.625em 0 0;
	width:auto;
}

#reply-title {
	font-size:21px;
	line-height:30px;
}

#cancel-comment-reply-link {
	color:#888;
	display:block;
	font-size:10px;
	font-weight:normal;
	line-height:2.2em;
	letter-spacing:0.05em;
	position:absolute;
	right:1.625em;
	text-decoration:none;
	text-transform:uppercase;
	top:1.1em;
}

#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color:#ff4b33;
}

#respond label {
	line-height:2.2em;
}

#respond input {
	display:block;
	height:24px;
	width:75%;
}

#respond p {
	font-size:12px;
}

p.comment-form-comment {
	margin:0;
}

.form-allowed-tags {
	display:none;
}

.codecolorer-container table {
	width:auto;
	margin:0;
	border:0 none;
}

.codecolorer-container table td {
	border-top:0 none;
}

.wp-pagenavi {
	padding:15px 0;
}

.wp-pagenavi a, .wp-pagenavi span {
	padding:4px 8px !important;
	background-color:#E7E7E7;
	border:0 none !important;
	border-radius:5px;
	color:#3D3D3D;
	font-size:12px;
}

.wp-pagenavi span.current {
	background-color:#444;
	border:0 none;
	color:#FFF;
}

.wp-pages {
	clear:both;
	width:100%;
}

.wp-pages ul {
	margin:0;
	list-style-type:none;
	overflow:hidden;
}

.wp-pages ul li {
	margin-bottom:10px;
}

.wp-pages ul ul li {
	float:left;
	width:190px;
	margin:5px 7px;
}

.wp-pages ul ul li a {
	padding:2px 0;
	background-color:#F5F5F5;
	border:1px solid #DDD;
	color:#444;
	display:block;
}

.wp-pages ul ul li a:hover {
	background-color:#F1F1F1;
}

#wp-pages-links ul ul li a {
	padding-left:32px;
	background-repeat:no-repeat;
	background-position:10px 50%
}

#wp-pages-archives ul ul li a {
	text-align:center;
}

#ie6 #primary {
	overflow:hidden;
}


#ie6 .related-posts ul li {
	margin:0 5px;
}

#ie6 .commentlist .avatar {
	left:-45px;
}

#ie6 #respond .comment-form-author label,
#ie6 #respond .comment-form-email label,
#ie6 #respond .comment-form-url label,
#ie6 #respond .comment-form-comment label {
	left:-70px;
}

#ie6 #respond .comment-form-author .required,
#ie6 #respond .comment-form-email .required {
	left:-10px;
}