/*
	Theme Name: DarkLight 2.0
	Theme URI: http://www.untitled.cn/
	Description: 2 Columns WP Theme
	Author: Alan and Untitled
	Author URI: http://www.untitled.cn/
*/

/*************************** General styles ****************************/

* {
	font-family: "Trebuchet MS", "Century Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: justify;
        text-justify: inter-ideograph;
        word-break: break-all;
	scrollbar-face-color: #2c2c2c;
        scrollbar-highlight-color: #2c2c2c;
        scrollbar-shadow-color: #2c2c2c;
        scrollbar-3dlight-color: #2c2c2c;
        scrollbar-arrow-color: #ffffff;
        scrollbar-track-color: #333333;
        scrollbar-darkshadow-color: #000000
}
.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto
}
.alignleft {
        float: left
}
.alignright {
        float: right
}
a {
        outline: none
}

html {
	margin: 0;
	padding: 0
}
body {
	background: #333333;
	font: 0.77em/170% "Trebuchet MS", "Century Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #aaaaaa
}
img {
	border: 0
}
ul li p {
	margin: 5px 0 10px 0
}
a, a:visited, a:active {
	font-size: 12px;
	color: #bf514c;
	font-weight: normal;
	text-decoration: none
}
a:hover {
	text-decoration: none
}
h1, h2, h3, h4 {
	font-weight: bold;
	font-family: "Trebuchet MS", "Century Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif
}
h2 {
	font-size: 14px
}
h3 {
	font-size: 12px
}
h4 {
	font-size: 10px
}

/***************** Code, Blockquote etc ************************************/

blockquote {
	background: url(images/blockquote.gif) no-repeat left top;
	color: #999999;
	margin: 5px 0px 10px 15px;
	padding-left: 25px;
	font-style: normal
}
.commentp blockquote {
	border-left: 3px solid #aaaaaa;
	background: none;
	margin: 5px 0px 10px 12px;
	padding-left: 8px;
	font-style: italic;
	color: #bbbbbb
}
#recentcomments blockquote {
	border-left: 3px solid #808080;
	background: none;
	padding-left: 5px;
	margin-left: 5px;
	font-style: italic
}
cite {
	font-style: italic;
	color: #808080
}

/***************************** Header ******************************/

#header {
	background: url(images/bgtop.png) repeat-x;
	height: 73px;
	width: 920px;
	margin: 0px auto;
	padding: 0
}
#header h1 {
	float: left;
	display: inline;
	text-indent: -99999px;
	font-size: 12px;
	height: 61px;
	width: 146px;
	margin: 10px 0 0;
	padding: 0px;
	overflow: hidden
}
#header h1 a {
	display: block;
	line-height: 38px;
	background: url(images/logo.png) no-repeat;
	height: 38px;
	margin-top: 8px;
	width: 123px
}
#header ul {
	float: right;
	list-style: none;
	margin-top: 3px
}
#header ul li {
	float: left;
	width: auto;
	text-indent: -9999px;
	overflow: hidden
}
#header ul li a, #header ul li a:visited {
	display: block;
	height: 60px
}
ul li.current_page_item a {
	background-position: 0 -120px !important
}
ul li#homepage a, ul li#homepage a:visited {
	background: url(images/home.png) no-repeat 0 0;
	width: 58px
}
ul li#homepage a:hover {
	background: url(images/home.png) no-repeat 0 -60px
}
ul li#about a, ul li#about a:visited {
	background: url(images/about.png) no-repeat 0 0;
	width: 56px
}
ul li#about a:hover {
	background: url(images/about.png) no-repeat 0 -60px
}
ul li#archives a, ul li#archives a:visited {
	background: url(images/archives.png) no-repeat 0 0;
	width: 76px
}
ul li#archives a:hover {
	background: url(images/archives.png) no-repeat 0 -60px
}
ul li#links a, ul li#links a:visited {
	background: url(images/links.png) no-repeat 0 0;
	width: 62px
}
ul li#links a:hover {
	background: url(images/links.png) no-repeat 0 -60px
}
ul li#donate a, ul li#donate a:visited {
	background: url(images/donate.png) no-repeat 0 0;
	width: 62px
}
ul li#donate a:hover {
	background: url(images/donate.png) no-repeat 0 -60px
}
ul li#feedme a, ul li#feedme a:visited {
	background: url(images/feed.png) no-repeat 0 0;
	width: 48px
}
ul li#feedme a:hover {
	background: url(images/feed.png) no-repeat 0px -60px
}

/******** Search **********/

#searchform {
	background: url(images/search.png) no-repeat 13px 0px;
	border: none;
	height: 70px;
	width: 270px;
	display: block;
	position: relative
}
#searchform #s {
	padding: 2px 7px;
	color: #dddddd;	
	font-size: 12px;
	width: 213px;
	height: 20px;
	margin: 35px 0 0 15px;
	border: none;
	background: none
}
#searchform #searchsubmit {
	background: url(images/searchbutton.gif) no-repeat 0% 0%;
	border: none;
	position: absolute;
	right: 9px;
	top: 36px;
	width: 21px;
	margin: 0;
	padding: 0px;
	height: 21px;
	text-indent: -99999px;
	cursor: pointer;
	color: #aaaaaa
}

/*************************** Search Hilite *****************************/

.hilite {
        background-color: #bf514c;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff
}

/*************************** Wrap *****************************/

#wrap {
	background: #333333 url(images/bgtop.png) repeat-x
}
#content {
	background: #333333;
	width: 920px;
	margin: 0 auto;
	padding: 35px 0 25px;
	clear: left;
	position: relative;
	overflow: hidden
}
#contentwrap {
	width: 560px;
	float: left;
	margin-right: 60px;
	padding: 0;
	display: inline;
	overflow: hidden
}

/******************** Sidebar *****************************/

#sidebar {
	margin:0;
	padding: 0px;
	float: left;
	width: 300px;
	display: inline
}
.side-item {
	background: #3c3c3c url(images/sidetop.png) no-repeat top center;
	padding-top: 12px;
	width: 300px;
	margin-bottom: 25px
}
.sidemid {
	border-left: 1px solid #303030;
	border-right: 1px solid #303030
}
#sidebar h2 {
	font-size: 14px;
	height: 20px;
	width: 150px;
	margin: 0px;
	padding: 0 0 5px 15px;
	font-weight: bold;
	color: #cccccc;
	text-indent: -99999px
}
#sidebar p {
	margin-bottom: 10px;
	margin-top: 10px
}
#sidebar ul {
	list-style: none
}
#sidebar ul li {
	display: inline
}
#sidebar a {
	color: #aaaaaa
}
#sidebar a:hover {
	color: #95d04f;
	text-decoration: none
}
#sidebar ul li a, #sidebar ul li a:visited {
	background: url(images/li.png) no-repeat 15px 10px;
	display: block;
	overflow: hidden;
	padding: 2px 15px 2px 27px
}
#sidebar ul li a:hover {
	background: #353535 url(images/li.png) no-repeat 15px -34px;
	color: #95d04f
}
#sidebar ul li ul {
	padding: 0px 0px 8px;
	border: none;
	margin: 0px;
	display: block
}
.sidebottom {
	background: url(images/sidebottom.png) no-repeat;
	padding-top: 12px;
	clear: left
}
ul#recentcomments li {
	list-style: none;
	display: block !important;
	padding: 1px 15px 6px;
	font-size: 12px;
	line-height: 190%
}
ul#recentcomments li:hover {
	color: #aaaaaa;
	background: #353535
}
ul#recentcomments li#rc_nav {
	padding: 1px 15px 0px !important;
	height: 24px
}
ul#recentcomments li a, ul#recentcomments li a:visited, .bg .author_name a, .bg .author_name a:visited, .bg .rc_ellipsis a, .bg .rc_ellipsis a:visited {
	display: inline !important;
	padding: 0px !important;
	text-decoration: none !important;
	background: none !important;
	border: 0;
	font-weight: bold
}
ul#recentcomments li a:hover, .bg .author_name a:hover, .bg .rc_ellipsis a:hover, .bg .post_title a:hover {
	padding: 0px !important;
	border: 0;
	background: none !important
}
.bg .author_name a, .bg .rc_ellipsis a, .bg .post_title a {
	padding: 0px !important
}
.rc_avatar {
	padding-top: 4px
}
.rc_item {
	line-height: 150% !important
}
.rc_item .rc_avatar img {
	border: 1px solid #bbbbbb !important;
	background: #666666 !important;
	padding: 1px !important
}
li.mdv_comments:hover {
	background: none !important
}
li.mdv_comments a, li.mdv_comments a:visited {
	font-weight: normal !important
}
h2#categories {
	background: url(images/category.png) no-repeat 14px 5px
}
h2#recent_post {
	background: url(images/recentpost.png) no-repeat 15px 5px
}
h2#radom_posts {
	background: url(images/radomposts.png) no-repeat 15px 5px
}
h2#recentcom {
	background: url(images/recentcom.png) no-repeat 15px 5px
}
#blogroll h2 {
	background: url(images/blogroll.png) no-repeat 15px 5px
}
h2#metas {
	background: url(images/metas.png) no-repeat 15px 5px
}
h2#related_posts {
	background: url(images/relatedpost.png) no-repeat 15px 5px
}
h2#tag_clouds {
	background: url(images/tagclouds.png) no-repeat 15px 5px
}
#sidebar .st-tag-cloud {
	padding: 0 15px
}
#sidebar .st-tag-cloud a:hover {
	color: #ff9900 !important
}
ul.category {
	padding: 0px 15px;
	overflow: hidden
}
* html ul.category {
	width: 248px
}
ul.category li {
	display: inherit !important;
}
ul.category li a, ul.category li a:visited {
	background: transparent url(images/li.png) no-repeat 0px 8px !important;
	padding: 0 0 0 12px !important;
	float: left;
	width: 45%
}
ul.category li a:hover {
	background: transparent url(images/lihover.png) no-repeat 0px 8px !important;
	padding: 0 0 0 12px !important
}

/**************************** Post Entry **********************************/

h2.entrytitle {
	line-height: 150%;
	padding: 4px 0 2px 0px;
	text-align: left;
	display: block
}
h2.entrytitle a, h2.entrytitle a:visited {
	padding-bottom: 7px;
	color: #a9cc87;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", "Century Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif;
	text-decoration: none
}
h2.entrytitle a:hover {
	text-decoration: none;
	background: url(images/bgtitle.png) no-repeat left bottom;
	padding-bottom: 7px;
	color: #aeadad;
	font-size: 14px;
	font-weight: bold
}
h2.entrytitle span a:hover {
	background: none !important
}
.entry {
	margin: 2px 0 30px;
	padding: 0 0 10px 0;
	clear: left;
	background: transparent url(images/entrybottom.png) repeat-x left bottom
}
.entry_archives {
        color: #a9cc87;
	margin: 0px 0 30px 0;
	padding: 0 0 10px 0;
	clear: left;
	background: transparent url(images/entrybottom.png) repeat-x left bottom
}
.entry_archives a {
        color: #aaaaaa
}
.single {
	background: none !important;
	padding: 0 !important
}
.entrydody {
	position: relative
}
.entrybody img {
	border: 1px solid #303030;
	padding: 4px;
	margin: 1px 3px 1px 0px;
	background: #3d3d3d;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8
}
.entrybody img:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1
}
.entrybody p {
	margin: 0px 0px 10px
}
.entrybody p a, .entrybody p a:visited, .entrybody ul li a, .entrybody ul li a:visited, .entrybody ol li a, .entrybody ol li a:visited {
	font-weight: bold;
	padding: 0px 2px 0px 2px
}
.entrybody p a:hover, .entrybody ul li a:hover, .entrybody ol li a:hover {
	text-decoration: none;
	background: #3c3c3c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
	color: #ff9900
}
.entrybody p a img {
	margin: 1px 3px 1px 0px
}
.entrymeta1 {
	margin: 3px 0px 15px;
	color: #828282;
	font-style: italic;
	font-size: 12px;
	overflow: hidden
}
.entrymeta1 a, .entrymeta1 a:visited, .entrymeta2 a, .entrymeta2 a:visited {
	color: #828282 !important
}
.entrymeta1 a:hover, .entrymeta2 a:hover {
	text-decoration: none !important;
	background: url(images/entrymeta1_dotted.png) repeat-x left bottom;
	padding-bottom: 1px
}
* html .entrymeta1 a:hover {
	text-decoration: underline !important;
	background: none
}
.entrymeta1 span, .entrymeta2 span {
	margin: 0px 1px 0px 0px;
	float: left
}
.meta-line {
	margin: 0 3px
}
.entrymeta2 {
	margin: 15px 0 0px;
	color: #828282;
	font-style: italic;
	font-size: 12px;
	overflow: hidden
}
.bookmark img {
	padding: 2px !important;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #303030;
	background: #3e3e3e;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7
}
.entrymeta3 {
	padding: 15px 0px 0px 0px;
	font-size: 12px;
	font-style: italic;
	overflow: hidden
}
* html .entrymeta3 {
	height: 25px;
	overflow: hidden
}/*ie6*/
.single_tags {
	color: #828282;
	padding: 0px 0 0px 22px;
	background: url(images/meta-tag.png) no-repeat 0 center
}
.entrymeta3 .single_tags {
	float: left;
	background: url(images/meta-tag.png) no-repeat 0 3px !important
}
.entrymeta3 a, .entrymeta3 a:visited {
	color: #828282;
	padding-bottom: 2px
}
.entrymeta3 a:hover {
	background: none;
	padding-bottom: 2px;
	text-decoration: none !important
}
* html .entrymeta3 a:hover {
	background: none;
	text-decoration: underline !important
}
.meta-date {
	background: url(images/meta-time.png) no-repeat 0 center;
	padding-left: 20px
}
.meta-author {
	background: url(images/meta-author.png) no-repeat 0 center;
	padding-left: 36px
}
.meta-category {
	background: url(images/meta-cat.png) no-repeat 0 center;
	padding-left: 36px
}
.meta-comment {
	background: url(images/meta-com.png) no-repeat 0 center;
	padding-left: 30px;
	margin-right: 2px;
	float: right !important
}
.meta-views {
	background: url(images/meta-views.png) no-repeat 0 center;
	padding-left: 23px;
	margin-right: 2px;
	float: right !important
}
.add-comment {
        background: url(images/meta-com.png) no-repeat 0 center;
	padding-left: 30px;
	margin-right: 2px
}
.read_more {
	background: url(images/read_more.png) no-repeat 0 3px;
	padding-left: 24px;
	margin-right: 2px;
	float: right
}
h2.archives {
	margin-bottom: 15px;
	padding-left: 15px
}
.entrymeta-single {
	color: #add248;
	margin-top: 3px;
	margin-bottom: 20px
}
.entrybody h3 {
	margin-bottom: 1.0em;
	font-weight: bold
}
.entrybody ul, .entrybody ol {
	margin: 10px 0 10px 30px
}
.entrybody ul ul, .entrybody ol ul {
	margin-left: 15px
}
.entrybody li {
	padding-top: 1px;
	padding-bottom: 1px
}
h3.pagetitle, h2.pagetitle {
	font-size: 14px;
	color: #a9cc87;
	font-family: "Trebuchet MS", "Century Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 100%;
	margin: 6px 0 0 0;
	padding: 2px 0 9px 0px;
	text-align: left;
	display: block
}
.post-content {
	margin-top: 15px
}
.pages .entrybody {
	background: none !important
}
p.profile {
	font-size: 11px;
	font-style: normal;
	font-family: "Trebuchet MS", "Century Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif
}
p.profile a, p.profile:visited, p.profile:hover {
	font-family: "Trebuchet MS", "Century Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif
}

/********************************* Post Comments ************************************/

#commentblock {
	clear: both;
	margin-top: 35px
}
h3#comments a, h3#comments a:visited {
	color: #828282 !important;
	font-weight: bold !important;
	font-family: "Trebuchet MS", "Century Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif
}
h3#comments a:hover {
	color: #828282 !important;
	text-decoration: none !important;
	background: none;
	padding-bottom: 1px
}
ol#commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
	word-wrap: break-word;
	width: 500px
}
.regularcom {
	line-height: 150%;
	list-style-type: none
}
.admincom {
	line-height: 150%;
	list-style-type: none;
	color: #bbbbbb
}
.comment-author a, .comment-author a:visited {
	border-bottom: 0px solid #a5cf88;
	font-family: "Trebuchet MS", "Century Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a5cf88
}
.comment-author a:hover {
	border-bottom: 0px solid #849891;
	color: #849891;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none
}
.admincom .comment-author a, .admincom .comment-author a:visited {
	color: #bf514c;
	border-bottom: 1px solid #bf514c
}
.admincom .comment-author a:hover {
	color: #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: bold
}
.admincom p a, .admincom p a:visited {
	color: #d29646
}
.admincom p a:hover {
	text-decoration: underline
}
.commenttext {
	background: #3e3e3e url(images/regular_top.png) no-repeat 0 top;
	position: relative
}
.com_mid {
	border-left: 1px solid #303030;
	border-right: 1px solid #303030
}
.com_bottom {
	background: url(images/regular_bottom.png) no-repeat 0 bottom;
	padding-top: 8px
}
.admincom .commenttext {
	background: #555555 url(images/admin_top.png) no-repeat 0 top
}
.admincom .com_mid {
	border-left: 1px solid #313131;
	border-right: 1px solid #313131
}
.admincom .com_bottom {
	background: url(images/admin_bottom.png) no-repeat 0 bottom
}
.commentp {
	margin: 5px 0px 0px;
	padding: 15px 15px 1px;
	width: 475px;
	min-height: 50px
}
* html .commentp {
	height: 48px
}/*ie6*/
.commenttext p {
	margin: 0px 0px 8px;
	padding: 0px
}
#commentblock ol li {
	margin-top: 40px
}
#commentblock h2 {
	border: none;
	margin: 20px 0px 10px;
	font-family: "Trebuchet MS", "Century Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-style: italic
}
#commentblock h3 {
	font-size: 14px;
	font-style: italic
}
.comment-body {
	position: relative
}
.comment-author, .comment-meta {
	float: left;
	font-style: italic
}
* html .comment-author {
	display: inline
}/*ie6*/
.comment-meta span {
	float: left
}
.comment-meta .meta-line {
	margin: 0 5px
}
.comment-meta .reply, .comment-meta .editpost {
	margin-left: 10px
}
.comment-meta .reply {
	text-indent: -99999em
}
.comment-meta .reply a {
	background: url(images/reply.gif) no-repeat center 0px;
	display: block;
	width: 13px;
	height: 14px;
	padding: 0 5px
}
* html .comment-meta .reply a {
	background: url(images/reply.gif) no-repeat center 2px
}/*ie6*/
.commentcount a, .commentcount a:visited {
	color: #bbbbbb
}
.commentcount a:hover {
	color: #eeeeee;
	text-decoration: none
}
ul.children .commentcount a, ul.children .commentcount a:visited {
	color: #f0f0f0
}
ul.children .commentcount a:hover {
	color: #ffffff
}
span.floor {
	margin-right: 8px
}
span.floor a, span.floor a:visited {
	text-decoration: none !important
}
.fn {
	font-weight: bold;
	font-size: 12px;
	margin: 0 10px 0 15px
}
.gravatar {
	height: 32px;
	width: 32px;
	background: #666666;
	padding: 5px 7px 7px 5px;
	position: absolute;
	top: 38px;
	right: 15px;
	z-index: 1
}
* html .gravatar {
	padding: 5px;
	top: 36px
}/*ie6*/
.admincom .gravatar {
	background: #888888
}
.gravatar img {
	border: 1px solid #444444
}
.admincom .gravatar img {
	border: 1px solid #555555
}
#commentbook {
	padding: 0 10px
}
#commentbox {
	margin-bottom: 10px;
	position: relative
}
span#success_0 {
	font-size: 15px;
	font-style: italic;
	display: block
}
#cancel-comment-reply {
}

/**************************** children comment **************************/

ul.children {
	margin: 0 0 0 30px
}
ul.children .gravatar {
	display: none
}
ul.children .commentp {
	width: auto;
	min-height: inherit;
	margin: 0;
	padding: 6px 15px 1px
}
* html ul.children .commentp {
	height: 25px
}/*ie6*/
*+html ul.children .commentp {
	min-height: 10px !important
}/*ie7*/
ul.children li {
	margin: 0 !important;
	padding: 15px 0 0
}
*+html ul.children li {
    padding: 0px 0 0 !important
}/*ie7*/
.children .comment-body {
	font-size: 12px;
	color: #e8e8e8
}
.children .comment-body .commenttext {
	background: #a677a1 url(images/children_top.png) no-repeat scroll 0 top;
	padding-top: 5px
}
* html .children .comment-body {
	background: url(images/children_top_ie.png) no-repeat scroll left 1px
}/*ie6*/
.children .comment-body .commenttext .com_mid {
	border-left: 1px solid #75507b;
	border-right: 1px solid #75507b
}
* html .children .comment-body .commenttext .com_mid {
	background: #a677a1;
	padding-top: 5px
}/*ie6*/
.children .comment-body .com_bottom {
	background: url(images/children_bottom.png) no-repeat left bottom;
	padding-top: 25px
}
* html .children .comment-body .com_bottom {
	background: url(images/children_bottom_ie.png) no-repeat left bottom;
	padding-top: 5px
}/*ie6*/
.children .comment-author, .children .comment-meta {
	position: absolute;
	bottom: 3px;
	color: #f0f0f0
}
* html .children .comment-author, * html .children .comment-meta {
	position: relative;
	bottom: inherit;
	top: 3px;
	right: inherit
}/*ie6*/
.children .comment-meta {
	right: 15px
}
* html .children .comment-meta {
	margin-left: 15px
}/*ie6*/
.children .comment-author .fn, .children .comment-meta {
	font-size: 12px
}
.children .fn a, .children .fn a:visited {
	color: #330033;
	border-bottom: none
}
* html .children .fn a, * html .children .fn a:visited {
	color: #330033;
	border-bottom: none
}/*ie6*/
.children .fn a:hover {
	text-decoration: none
}
* html .children .fn a:hover {
	border-bottom: none !important;
	color: #330033 !important
}/*ie6*/
.children .children .comment-body .commenttext {
	background: #6996c6 url(images/children1_top.png) no-repeat scroll 0 top
}
* html .children .children .comment-body {
	background: url(images/children1_top_ie.png) no-repeat scroll left 1px
}/*ie6*/
.children .children .comment-body .commenttext .com_mid {
	border-left: 1px solid #3465a4;
	border-right: 1px solid #3465a4
}
* html .children .children .comment-body .com_mid {
	background: #6996C6
}/*ie6*/
.children .children .comment-body .com_bottom {
	background: url(images/children1_bottom.png) no-repeat left bottom
}
* html .children .children .comment-body .com_bottom {
	background: url(images/children1_bottom_ie.png) no-repeat left bottom
}/*ie6*/
.children .children .fn a, .children .children .fn a:visited {
	color: #002952;
	border-bottom: none
}
* html .children .children .fn a, * html .children .children .fn a:visited {
	color: #002952 !important;
	border-bottom: none
}/*ie6*/
* html .children .children .fn a:hover {
	border-bottom: none
}
ul.children p a, ul.children p a:visited {
        color: #f0f0f0;
	text-decoration: none
}
ul.children p a:hover {
        color: #ffffff
}

/**************************** Comments Form *************************/

#respond {
	padding: 30px 15px 0 0
}
#respond p {
	margin: 0px 0 6px
}
#respond .label {
	font-size: 10px
}
.textarea {
	background: url(images/textarea.png) no-repeat left top;
	width: 400px;
	height: 160px
}
* html .children .textarea {
	display: inline
}/*ie6*/
#respond textarea {
	padding: 8px !important;
	margin: 1px;
	line-height: 1.3em;
	width: 380px !important;
	height: 140px
}
#respond .input {
	background: url(images/input.png) no-repeat left top;
	height: 28px
}
#respond #author, #respond #email, #respond #url, #respond #mcspvalue, #respond textarea {
	border: none;
	background: none;
	font-size: 12px;
	padding: 5px 8px 2px;
	width: 184px;
	color: #cccccc
}
#submit {
	background: url(images/submitbutton.png) no-repeat 0 0;
	border: none;
	width: 120px;
	height: 27px;
	margin: 5px 0 10px;
	cursor: pointer
}
#submit:hover {
	background: url(images/submitbutton.png) no-repeat 0 -27px
}
* html #submit {
	background: url(images/submitbutton.png) no-repeat 0 -27px;
	border: none;
	width: 160px;
	height: 30px;
	margin: 5px 0 10px
}/*ie6*/

/************ comment navi *******************/

#commentnavi {
        font-style: italic;
	margin: 10px 0 5px 0px
}
#commentnavi .current {
	color: #bf514c;
	font-size: 11px;
	background: url(images/bgnavi.png) no-repeat center center;
	padding: 5px 13px
}
#commentnavi a, #commentnavi a:visited {
	color: #aaaaaa;
	font-size: 11px;
	padding: 0 5px
}
#commentnavi a:hover {
        font-size: 11px;
	color: #bf514c;
	text-decoration: none
}

/****************************** trackback **********************************/

.trackback {
	margin: 40px 0 0px 0
}
.trackback h3 {
	margin-bottom: 10px
}
ol.trackback_pinback {
	margin: 0;
	padding: 12px 0 0;
	list-style: none;
	border-left: 1px solid #303030;
	border-right: 1px solid #303030
}
ol.trackback_pinback li {
	margin-top: 0 !important;
	padding-left: 15px;
	line-height: 25px
}
ol.trackback_pinback li a, ol.trackback_pinback li a:visited {
	color: #aaaaaa;
	background: url(images/li.png) no-repeat left 5px;
	padding-left: 12px
}
ol.trackback_pinback li a:hover {
	color: #95d04f;
	text-decoration: none;
	background: url(images/lihover.png) no-repeat left 5px
}

/****************************** Footer **********************************/

#footer {
        margin-top: 9px;
	clear: left;
	background: #2c2c2c url(images/bgfooter.png) repeat-x
}
.footer_mid {
	background: #2c22c url(images/bgfooter.png) repeat-x;
	width: 920px;
	height: 49px;
	line-height: 49px;
	margin: 0 auto;
	text-align: center;
	color: #aeadad;
	font-size: 11px
}
#footer span {
	float: left
}
#footer span.wplogo {
	text-indent: -99999px
}
#footer span.wplogo a {
	background: url(images/wordpress.png) no-repeat left 10px;
	width: 42px;
	height: 42px;
	display: block
}
#footer span a, #footer span a:visited {
	color: #bebebe;
	font-size: 11px
}
#footer span a:hover {
	color: #aeadad;
	font-size: 11px;
	text-decoration: none
}
.go_top {
	float: right !important
}
.go_top a {
	background: url(images/gotop.png) no-repeat left -16px;
	padding-left: 20px;
	height: 16px;
	text-decoration: none !important
}
.go_top a:hover {
	background: url(images/gotop.png) no-repeat left 0px;
	color: #aeadad;
	text-decoration: none !important
}

/**************** pages ************************/

h2.sr {
	margin-bottom: 22px;
	margin-top: 4px;
	font-size: 14px;
	color: #a9cc87;
	font-family: "Trebuchet MS", "Century Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-style: normal;
	background: transparent url(images/entrybottom.png) repeat-x scroll 0 bottom;
	padding-bottom: 33px
}
.page {
	background: none !important
}

/************ 404 *****************/

#error {
	color: #ffffff;
	margin: 140px 0 0
}
#error .error_head {
	background: #c8433e;
	border: 1px dashed #da827c;
	width: 480px;
	padding: 12px;
	margin: 0 auto
}
#error a {
	color: #ffffff;
	font-style: italic;
	text-decoration: underline
}
.error_head strong {
	font-size: 20px;
	font-style: italic;
	color: #ffff00
}
.error_content {
	padding: 20px 10px 5px 30px
}
.error_back {
	font-size: 12px;
	background: #c8433e;
	margin: 10px 8px 0;
	clear: left;
	overflow: hidden;
	height: 1%
}
.error_back a, .error_back a:visited {
	float: right;
	font-style: italic;
	text-decoration: underline
}

/************ Link Page ************/

.linkpage h2 {
	color: #a9cc87;
	font-size: 14px;
	font-style: normal;
	margin-bottom: 21px;
	margin-top: 4px
}
ul.linkpage {
	list-style: none;
	margin: 0 !important;
	overflow: hidden
}
ul.linkpage li {
	margin-bottom: 25px;
	float: left;
	clear: left;
	width: 500px;
	overflow: hidden
}
ul.linkpage li ul {
	margin: 0px !important;
	list-style: none;
	float: left;
	clear: left;
	width: 560px;
	overflow: hidden
}
.linkpage li ul li {
	float: left;
	clear: none;
	width: 40%;
	margin: 0 55px 7px 0 !important;
	padding: 0
}
.linkpage li ul li a, .linkpage li ul li a:visited {
	color: #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
	display: block;
	padding: 1px 0 1px 0px;
	font-weight: bold
}
.linkpage li ul li a:hover {
	color: #bf514c;
	border-bottom: 2px solid #bf514c;
	text-decoration: none;
	padding: 1px 0px 1px 0px
}

/************ Ajax comment **************/

#commentload {
	display: none;
	background: url(images/ajax-loader.gif) no-repeat 15px center;
	padding-left: 35px;
	margin: 40px 0 15px;
	font-size: 14px;
	font-family: "Trebuchet MS", "Century Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic
}
#commenterror {
	display: none;
	padding: 40px 15px 15px;
	font-size: 10px;
	font-style: italic;
	font-family: "Trebuchet MS", "Century Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif
}

/************** breadcrumb *****************/

.breadcrumb {
	margin: 0 0 5px;
	padding-bottom: 13px;
	font-size: 13px;
	background: url(images/entrybottom.png) repeat-x 0 bottom;
	line-height: 27px;
	font-family: "Trebuchet MS", "Century Gothic", "Lucida Grande", verdana, Tahoma, Arila, Helvetica;
	color: #828282;
	font-style: italic;
	text-transform: none
}
.crumb_bottom {
	border-bottom: 1px solid #999999
}
.breadcrumb a, .breadcrumb a:visited {
	color: #828282;
	font-weight: bold
}

/*********** Related Posts ****************/

.related_posts {
	margin: 30px 0 0 10px;
	background: URL(images/relatedpost_top.png) no-repeat right top;
	position: relative
}
.related_posts h4 {
	background: url(images/relatedpost_h4.png) no-repeat left top;
	position: absolute;
	top: -12px;
	left: -10px;
	color: #cccccc;
	font-size: 14px;
	font-style: italic;
	height: 28px;
	line-height: 28px;
	width: 110px;
	text-align: center
}
.related_post_mid {
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
	padding-top: 7px
}
ul.related_post {
	list-style: none;
	margin: 0;
	padding: 16px 10px 0;
	font-size: 12px;
	background: #3e3e3e;
	overflow: hidden
}
* html ul.related_post {
	padding: 20px 10px 1px
}/*ie6*/
ul.related_post li {
	line-height: 20px
}
ul.related_post li a, ul.related_post li a:visited {
	padding: 0px 1px 0px 1px;
	color: #bbbbbb
}
ul.related_post li a:hover {
	background: #99cc66;
	padding: 0px 1px 0px 1px;
	color: #333333
}
ul.related_post li p {
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	font-size: 12px;
	color: #888888;
	padding-left: 5px;
	margin: 0 0 3px
}
ul.related_post li small {
	font-family: Verdana, "Trebuchet MS", Arial,Helvetica, sans-serif, ËÎÌå;
	color: #99cc66;
	font-size: 10px;
	padding: 0 0px
}
.related_post_bottom {
	background: url(images/relatedpost_bottom.png) no-repeat right bottom;
	padding-top: 10px
}

/************************* Twitter ************************/

.side_twitter_top {
	margin-top: 10px
}
.side_twitter {
	position: relative
}
h2#twitter {
	background: url(images/twitter.gif) no-repeat right 0;
	height: 48px;
	width: 48px;
	position: absolute;
	right: 2px;
	top: -32px;
	padding: 0 !important
}
.side_twitter a, .side_twitter a:visited {
	padding: 0 13px;
	font-size: 12px;
	font-style: normal;
	color: #87a6c3 !important;
	display: block
}
.side_twitter a:hover {
	color: #95d04f !important
}
/************************* Others ************************/

.clear {
	clear: both
}
.clear-left {
	clear: left
}
.subscribe {
	background: url(images/subscribe.png) no-repeat 0 2px;
	padding-left: 20px;
	margin: 5px 0 3px !important;
	font-size: 12px;
	font-style: normal
}
.subscribe a, .subscribe a:visited {
	color: #cdcdcd
}
.car-yearmonth {
	font-size: 12px !important
}
.form_row {
	font-size: 12px !important;
	font-style: normal;
	font-family: "Trebuchet MS", "Century Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin-bottom: 6px
}
.form_row a, .form_row a:hover, .form_row a:visited {
	font-family: "Trebuchet MS", "Century Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif;
}
.update {
	background: #3e3e3e;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #303030;
	padding: 8px 10px;
	color: #87a6c3
}

/************************* textarea ************************/

textarea {
     border-top: #000000 1px solid;
     border-bottom: #303030 1px solid;
     border-left: #000000 1px solid;
     border-right: #303030 1px solid;
     padding: 4px;
     background: #3e3e3e;
     font-family: "Trebuchet MS", "Century Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif, "ËÎÌå";
     font-size: 12px;
     color: #cae682
}

/************************* input ************************/

.inputcode {
     text-align: center;
     vertical-align: middle;
     border-top: #3c3c3c 1px solid;
     border-bottom: #000000 1px solid;
     border-left: #3c3c3c 1px solid;
     border-right: #000000 1px solid;
     background: #3c3c3c;
     font-family: "Trebuchet MS", "Century Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif, "ËÎÌå";
     font-size: 11px;
     color: #aaaaaa;
     height: 19px
}
