﻿/*  
Theme Name: Bluish_Poison
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: A nice personal blog theme with multiple color schemes.
Version: 1.0
Author: Theme Lab & Poisonborn
Tags: blue, theme options, fixed width, two columns, widgets
*/

body {
 /*background: #0b3e61;*/
 background: url('images/tile.gif');
 /*background-attachment: fixed;*/
 font-family: 微软雅黑, 宋体, Georgia, serif;
 font-size: 14px;
}

* { padding: 0; margin: 0; }
img { border: 0; }

#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#header { 
 padding: 25px 0 20px 0;
 }
 
#branding {
 float: left;
}

#branding h1 {
 font-size: 23px;
 color: #D6D7D6;
 font-family: Arial, Helvetica, sans-serif;
}

#branding h1 a {
 color: #D6D7D6;
 text-decoration: none;
}

#branding h1 a:hover {
 color: #E7EFF7;
}

#description {
 font-family: Georgia, Arial, Helvetica, sans-serif;
 color: #777774;
 /*font-weight: bold;*/
  font-size:	14px;
 /*text-transform: uppercase;*/
 padding: 5px 0 0 0;

}

#header .menu {
 float: right;
 padding-top: 25px;
}

#header .menu ul {
 list-style: none;
}

#header .menu li {
 float: left;
 margin-left: 30px;
}

#header .menu li a {
 color: #3D3D3C;
 text-decoration: none;
 font-weight: bold;
}

#header .menu li a:hover, #header .menu li.current_page_item a {

 border-bottom: 2px solid #29658C;
 padding-bottom: 3px;
/* color: #C04E37;*/
}

#main {
 /*background: #fff;*/
 background: #f4f4ed url('image/tile.gif')
 padding: 22px 20px;
}

#content { 
 border-top: 1px solid #E0E0D5;
 width: 73%;
 float: left;
}



#content .post, #content .page {
 padding-bottom: 19px;
}



#content .p-heading {
 /*background: url('images/post.gif') #08456B repeat-x;*/
 /*background: #f4f4ed url('image/tile.gif')*/
}

#content .p-heading h2 {
 font-family: 宋体;
 color: #3D3D3B;
 font-size: 15px;
 padding: 13px 17px 12px 17px;
}

#content .p-heading h2 a {
 color: #3D3D3B;
 text-decoration: none;
}

#content .p-heading h2 a:hover {
  color: #C04E37;
}

#content .p-content {
 /*background: #EFEFEF;*/
 /*background: #f4f4ed url('image/tile.gif')*/
 padding: 17px 22px 14px 22px;
 color: #08456B;
}

#content .p-content p {
 line-height: 1.7em;
 padding-bottom: 10px;
 text-indent:28px;
}

#content .p-content a, .navigation a, .commentlist a {
 color: #08456B;
}


#content .p-content a:hover, .navigation a:hover, .commentist a:hover {
 color: #C04E37;
 text-decoration: none;
}

#content .p-info {
 /*border-top: 1px solid #D6D7D6;*/
 border-bottom: 1px solid #E0E0D5;
 /*background: #EFE7E7;*/
 padding: 13px 22px;
 /*color: #08456B;*/
 color: #5F5F5C;
 font-size: 12px;
}

#content .p-info a {
 color: #5F5F5C;
 text-decoration: none;
 /*font-style: italic; */
}

#content .p-info a:hover {
 text-decoration: none;
 color: #C04E37;
}

#sidebar { 
 /*background: #E6E5D8;*/
 /*text-align:center;*/
 float: right;
 width: 23%;
 border-top: 1px solid #E0E0D5;
 /*border-bottom: 1px solid #8B7C5D;*/
}

#sidebar .s-item {
 padding-top: 10px;
 padding-bottom: 10px;
 /*border-bottom: 1px solid #E0E0D5;*/
}

#sidebar .s-heading {
 /*background: url('images/sidebar.gif') #BD0000 repeat-x;*/
}

#sidebar .s-heading h3 {
 font-family: Arial,黑体;
 color: #777774;
 font-size: 13px;
 padding: 9px 17px 9px 17px;
 text-transform: uppercase;
 /*border-bottom: 1px solid #8B7C5D;*/
}

#sidebar .s-content {
 font-family: Arial,宋体;
 /*background: #EFEFEF;*/
 padding: 12px 14px;
 color: #3C3C3B;
 font-size: 12px;
}

#sidebar .s-content ul {
 list-style: none;
}

#sidebar .s-content li {
 padding-bottom: 13px;
}

#sidebar .s-content a {
 color: #3C3C3B;
 text-decoration: none;
 font-style: bold;
}

#sidebar .s-content a:hover {
  color: #C04E37;
  text-decoration: none;
}

#footer {
 /*background: #0b3e61;*/
 background: #f4f4ed url('image/tile.gif')
 color: #E7EFF7;
 padding: 20px 0;
 font-size: 13px;
}

#footer a {
 color: #A39374;
}

#footer a:hover {
 text-decoration: none;
 color: #C04E37;
}

#copyright {
 float: left;
}

#credit {
 float: right;
}


.alignleft { float: left; }

.alignright { float: right; }

.clear { clear: both; }



#content blockquote {
 font-size: 15px;
 padding: 13px 13px 4px 13px;
 margin: 10px;
 /*font-style: italic;*/
 line-height: 1.7em;
 background: #FFF;
}

#content blockquote blockquote {
 background: #f1f1f1;
}

.commentlist {
 list-style: none;
 color: #08456B;
 padding-bottom: 20px;
}

.commentlist li {
 padding: 15px;
 list-style: none;
 background: #EFEFEF;
 border-bottom: 1px dashed #CFCFCF;
}

#content .children {
 margin-top: 5px;
}

#content .children li {
 padding: 5px
 margin: 10px;
 /*background: #EFE7E7;*/
 border-top: 1px solid #D6D7D6;
 border-bottom: 0;
}

.commentlist li .avatar { 

 float: right;

 border: 1px solid #08456B;

 padding: 2px;

}

.commentlist p {

 padding-bottom: 10px;

 line-height: 1.7em;

}

a.comment-reply-link, .comment-meta a {

 font-size: 11px;

}

.commentlist a:hover {

 text-decoration: none;
 color: #C04E37;

}

.comment-meta {

 padding-bottom: 10px;

}

h3#comments, #respond h3 {

 color: #08456B;

 padding-bottom: 10px;

 font-size: 13px;

}

#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

background: #eee;

border: 2px solid #CFCFCF;

	}

#commentform textarea {

	padding: 2px;

        margin: 5px 0;

background: #eee;

border: 2px solid #CFCFCF;

	}

#commentform #submit {

	margin: 0 0 5px auto;
}