/* ------------------------------------
 * Typecho Default Theme
 *
 * @author	fen1211@gmail.com
 * @link	http://typecho.net/
 * @update	2009-03-29 14:30
 * --------------------------------- */


/* = import 960.gs css framework */
@import url(css/960.gs.css);

/* ------------------
 * gobal settings
 * --------------- */
body {
background: #333333;



color: #444;
line-height: 1.7;

}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h2 { font-size: 19px; }

input, textarea { font-family: Helvetica, Arial, sans-serif; font-size: 100%; }

a {
color: #6385A1;
text-decoration: none;
border-bottom: 1px solid #D7E1E9;
}
a:hover {
color: #444;
}

pre, code, tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
code { margin-bottom: 20px; }
pre, code {
display: block;
overflow: auto;
background: #eee;
padding: 5px;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}

/*code {display: block; border: 1px solid #AAAAAA; background: #F1ECDD; color: #444; line-height: 16px; overflow: auto;
	font-family: 'andale mono','lucida console',monospace; padding: 10px; margin: 10px 0;}*/

ul { list-style-type: disc; }

/* = reset width to 840px, so there are 14 columns */
.container_16 { width: 840px;background:#fff;padding-left:10px; padding-right:10px;}

/* ------------------
 * header
 * --------------- */

#header {
color: #999;
padding: 30px 0;
}

#logo {
}

#logo h1 {
font-weight: bold;
margin-bottom: 0;
}
#logo h1 a {
color: #444;
border: none;
}
#logo h1 a:hover {
}

p.description {
margin-bottom: 0;
}

/* = header navigation menu */
ul#nav_menu {
display: none;
background: #444;
height: 30px;
line-height: 30px;
list-style: none;
}
ul#nav_menu li {
float: right;
}
ul#nav_menu li a {
color: #fff;
}
ul#nav_menu li a.current {
}
ul#nav_menu li a:hover {
text-decoration: underline;
color: #6385A1;
}

/* ------------------
 * content
 * --------------- */
#content { }
#content p { margin-bottom: 20px; }

.post {
margin-bottom: 10px;
overflow: hidden;
}

h2.entry_title {
margin-bottom: 0;

}

h2.entry_title a {
border: none;
font-weight: 800;
COLOR: #108ac6;
}

.entry_data {
color: #ccc;
font-size: 12px;
}

.entry_data a {
}

.entry_data span {
margin-right: 4px;
padding-right: 7px;
color: #999;
border-right: 1px solid #eee;
}


/* = pages nav */
ol.pages {
margin: 20px 0 0 0;
color: #666;
list-style: none;
font-size: 12px;
}

ol.pages li {
margin: 0 5px 0 0;
display: inline;
}

ol.pages li a {
padding: 0 4px;
text-decoration: none;
}

ol.pages li.current a {
background: #6385A1;
color: #fff;
}

/* ------------------
 * comment list
 * --------------- */
#comments {
margin-top: 20px;
}
ol#comment_list, ol#comment_list ol {
margin: 0;
list-style: none;
}

ol#comment_list ol {
	padding-top: 10px;
}

ol#comment_list ol li {
	border: 1px solid #eee;
	padding: 10px;
	margin-top: 10px;
	background: #fff;
	
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	
	/* hope IE support border radius, God save me! */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

ol#comment_list li.odd {
	background: #eee;
}

ol#comment_list li {
margin: 0;
padding-bottom: 10px;
}

ol#comment_list li .comment_reply {
	text-align: right;
}

ol#comment_list li .comment_reply a {
	font-style: italic;
	font-size: 10px;
}

.comment_data {
padding-bottom: 8px;
/*border-bottom: 1px dashed #eee;*/
color: #999;
font-size: 11px;
}
.comment_data .author {
display: block;
font-size: 15px;
color: #444;
}
.comment_data .count {
margin-left: 5px;
font-size: 13px;
font-weight: bold;
}
.comment_data .author a {
}
.comment_body {
overflow: hidden;
}

img.avatar {
/*display: none;*/
float: left;
margin: 6px 10px 0 0;
}

#comment_form {
}

#respond .cancle_comment_reply {
	float: right;
	font-style: italic;
	font-size: 10px;
	display: none
}

ol#comment_list li #respond .cancle_comment_reply {
	display: inline;
}

#comment_form label {
}
#comment_form .text {
width: 180px;
margin-right: 15px;
}
#comment_form textarea {
width: 420px;
height: 180px;
overflow: auto;
}

/* ------------------
 * sidebar
 * --------------- */
#sidebar {
}
.widget {
margin: 0 0 20px 10px;
}
.widget h3 {
font-size: 19px;
margin-bottom: 5px;
}
.widget ul {
margin: 0;
list-style-type: none;
}
.widget ul li {
margin: 0;
}

#search input.text {
}

/* ------------------
 * footer 
 * --------------- */
#footer {
margin-top: 15px;
padding: 15px 0;
text-align: center;
}


/* -----------------
 * misc
 *--------------- */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

img.alignleft { margin: 4px 15px 0 0; }
img.alignright { margin: 4px 0 0 15px; }

.alt { 
color: #666; 
font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
font-weight: normal;
}