/*
Theme Name: xtrs-acmind
Theme URI: http://blog.acmind.com/
Description: The  WordPress theme only for xtrs's blog -- <a href="http://blog.acmind.com/">acmind</a>.
Version: 1.0
Author: xtrs
Author URI: http://blog.acmind.com/
Tags: blue,  two columns, left sidebar, widgets
*/

html,body {
	margin:0px;
	padding:0px;
	background-color: #afada5;
	font-size:12px;
	font-family:Verdana, "Microsoft YaHei", "宋体", Arial;
	color:#a9c9d5;
}
#gray_contain {
	margin:0px;
	padding:15px;
	background-color: #afada5;
}
#white_contain {
	background-color:#FFF;
	margin:0px;
	padding:6px;
}
#blue_contain {
	background-color:#00384C;
	margin:0px;
	padding:0px;
}
#player_bar {
	height:20px;
	padding:0 6px 0 6px;
	margin:0px;
	background-color:#003245;
}
#contain {
	margin:0px;
	padding:0px;
}
#header {
	height:75px;
	margin:0px;
	padding:0px;
	background-color:#003245;
	border-bottom:1px solid #114A61;
}
#main_contain {
	margin:0px;
	padding:0px;
}
#sidebar {
	width:250px;
	margin:0px;
	padding:20px;
	background:transparent url("images/bg_aside_2-col-b.png") no-repeat 4px right;
	float:left;
}
#content {
	margin:0 0 0 290px;         
	padding:20px;
}
#footer {
	height:20px;
	background-color:#003245;
	padding:0px;
	margin:0px;
	clear:both;
}
p {
	word-wrap: break-word;
	word-break:break-all;
}
a {
	color: #aecbd4;
	text-decoration:none;
}
a:hover {
	color: #fff;
	text-decoration:none;
}
input {
	border:1px solid #0e475e;
	width: 198px;
	line-height: 0;
	font: normal 12px Verdana;
	color: #bad5de;
	background:#003245 url("images/form_bg_textfield.png") repeat-x left top;
}
h1,h2,h3 {
	font-size:14px;
}
#sidebar ul {
	color:#ccc;
	line-height:1.7em;
}
#sidebar li {
	color:#ccc;
	list-style-image:url("images/icn_call_to_action_trans.png");
}
#sidebar a {
	color:#fff;
}
#sidebar a:hover {
	text-decoration:underline;
}
#s { 
	border:1px solid #0e475e;
	width: 198px;
	line-height: 0;
	font: normal 12px Verdana;
	color: #bad5de;
	margin-left:26px;
	background:#003245 url("images/form_bg_textfield.png") repeat-x left top;
}
#sidebar h1 {
	background:transparent url("images/sep_underline_center_shadow.png") no-repeat center bottom;
}
#player_bar p {
	padding:0px;
	margin:0px;
	line-height:1.5em;
	overflow:hidden;
}
#content_post {
	margin:0px;
	padding:0px;
	background:transparent url("images/sep_underline_full.png") no-repeat center bottom;
	padding-bottom:10px;
}
#content_comments {
	margin:0px;
	padding:0px;
}
#content_descr {
	margin:0px;
	padding:0px;
}
#content_info {
	margin:10px 0px;
	padding:0px;
	color:#aecbd4;
	text-align:right;
}
#clearfloat {
	clear:both;
}
.left {
	float:left;
	margin-left:6px;
}
.right {
	float:right;
	margin-right:6px;
}
.clearer {
	clear:both;
}

/* Comments*/
#comment {
	height:150px;
	width:500px;
}
.commentlist {
margin: 0 25px 0 0;
padding: 0;
}

.commentlist li {
margin: 15px 0 3px 0;
padding: 5px 10px 3px 10px;
list-style: none;
border-bottom: 1px dotted #fff; 
}

.commentlist li .avatar { 
float: right;
border: 1px solid #eee;
padding: 2px;
margin: 0 0 10px 10px;
background: #fff;
}

.commentlist p {
margin: 10px 5px 10px 0;
}

.replycomment a{
color: #ccc;
}
.replycomment a:hover {
color: #fff;
}
#commentform p {
margin: 5px 0;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
}

.commentmetadata a {
color: #ccc;
}

.commentmetadata a:hover {
color: #fff;
}

.commentsnavigation {
padding: 20px 20px 30px 0;
}

.commentlist ul.children li {
	border-top: 1px dotted #FFF;
	border-bottom:none;
}

.commentlist ul li.depth-2 {
}

.commentlist ul li.depth-3 {
}

.commentlist ul li.depth-4 {
}

.commentlist ul li.depth-5 {
}

#navbar {
	margin:10px 0 10px 0;
	padding:0px;
}
#nav_right {
	float: right;
	margin-right:6px;
}
#nav_right a {
	color:#aecbd4;
}
#nav_right a:hover {
	color:#fff;
}
#nav_left {
	float: left;
	margin-left:6px;
}
#nav_left a {
	color:#aecbd4;
}
#nav_left a:hover {
	color:#fff;
}
.ccc {
	color: #CCC;
}
#submit {
	line-height: 0;
	font: bold 12px Verdana;
	width: 90px;
	background:#0b435a url("images/form_bg_button_green.png") repeat-x scroll left top;
	border:1px solid #013246;
	border-bottom:1px solid #013246;
	border-right:1px solid #013246;
	color:#fff;
	text-shadow:#013246 1px 1px 1px;
	display:block;
	cursor:pointer;
}
blockquote {
	border:1px dotted #fff;
}
.code {
	background-color:#c8dbe5;
	border:3px double #fff;
	color:#000;
	font-family:"Courier New",Courier,monospace;
	line-height:1.2em;
	margin:1em 2em 1em 4em;
	overflow-x:auto;
	overflow-y:visible;
	padding:1.4em;
}
.mycode {
	background-color:#c8dbe5;
	border:3px double #fff;
	color:#000;
	font-family:"Courier New",Courier,monospace;
	line-height:1.2em;
	margin:1em 2em 1em 4em;
	overflow-x:auto;
	overflow-y:visible;
	padding:1.4em;
}
.page-title {
	background:transparent url("images/sep_underline_full.png") no-repeat center bottom;
	padding-bottom:10px;
}
form input.textfield, textarea {
	background:#003245;
	border:1px solid #0e475e;
	color:#bad5de;
}
/*
form input.textfield:focus, textarea:focus {
	background:#003b50 url("images/form_bg_textfield_focus.png") repeat-x left top;
	border:1px solid #10536e;
}
*/
.entry {
        line-height:1.9em;
}