/* ------------------------------------
 * Thousands of flowers in summer
 *
 * @author	my_zz
 * @link	http://myis.me/
 * @update	2010-07-26 19:30
 * --------------------------------- */


/* = import 960.gs css framework */
@import url(css/960.gs.css);

/* ------------------
 * gobal settings
 * --------------- */
* {
	margin:0 auto;
	padding:0;
}

body {
background: #fff url(images/body.gif) repeat-y top center;
color: #444;
font-size: 12px;
line-height: 1.7;
font-family: Georgia,Times,"Times New Roman",serif;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h2 {
	text-shadow:1px 1px #F3FC9F;
}
input, textarea { font-family: Helvetica, Arial, sans-serif; font-size: 100%; }

input, textarea {
    font-size: 12px;
    padding: 2px;
}

textarea { *padding: 3px; }
#comments ul, #comments ol {
margin:0;
padding:0;
}

ol.comment-list, ol.comment-list ol {
list-style:none outside none;
margin:0;
}

ol {
list-style-type:decimal;
}

ul, ol {
display:block;
margin:15px 0 15px 20px;
}

p, ul, ol {
line-height:180%;
margin-top:0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    textarea { padding: 3px; }
}


pre, code, tt {
	font: 12px 'andale mono', 'lucida console', monospace; line-height: 1.5;
}
code { margin-bottom: 20px; }
pre, code {
display: block;
overflow-x: auto;
background: #f4f4f4;
padding: 5px 10px;
border: 1px solid #eee;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }

/*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;}*/

/* Tables
-------------------------------------------------------------- */

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; }


ul { list-style-type: disc; }
a {text-decoration:none;}
/* -------------------------
 * reset width to 840px
 * ---------------------- */
.clear {clear:both; }
.container_16 { 
    background: url(images/wrap.gif) repeat-y;
	width: 858px;
	padding-bottom: 20px;
}

/* ------------------
 * header
 * --------------- */
#header {
	background: url(images/header.jpg) no-repeat center;
	width:856px;
	height:150px;
}
#logo {	width:400px; }
#logo h1 {
float:left;
font-size:35px;
font-weight:bold;
line-height:12px;
padding:40px 0 0 100px;
}
#logo h1 a {color: #444;}
#logo h1 a:hover {
color: #67aeff;
text-decoration:none;
}

.description {
	color:#666;
	float:left;
	padding-left:102px;
}



/* = header navigation menu */
#nav_box {
	background: url(images/nav.gif) repeat-y;
	margin: 0 0 20px 3px;
	height:26px;
	font-family: "Lucida Grande",Tahoma,"Bitstream Vera Sans",Arial,sans-serif;
	float:left;
}

ul#nav_menu {
	width:850px;
list-style: none;
}
ul#nav_menu li {
	font-size:14px;
float: left;
display: block;
line-height: 20px;
margin-left:15px;
}
ul#nav_menu li a {
color: #444;
display: block;
line-height: 25px;
padding: 0 15px;
text-decoration:none;
}
ul#nav_menu li.current a {
	background:#444;
	border: 1px solid #fff;
	color:#f0c800;
	border-bottom:none;
	line-height:25px;
	padding: 0 15px;
}
ul#nav_menu li a:hover {
	background:#444;
	color:#f0c800;
	line-height: 25px;
padding: 0 15px;
text-decoration: none;
}



/* ------------------
 * content
 * --------------- */
#content {
	border-right:1px #ccc dashed;
	width: 570px;
	padding:0 13px;
	margin-left:15px;
	overflow: hidden; }
#content p { margin-bottom: 10px; }

.post {
margin-bottom: 20px;
padding-bottom: 5px;
border-bottom: 1px solid #eee;
width: 100%;
}
.post a { color:#999; }
.post a:hover { color:#09C; }
.post img {
max-width: 570px;
margin: 5px;
}

h2.entry_title {
margin-bottom: 5px;
font-size: 22px;
font-weight: bold;
font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
}

h2.entry_title a { color:#67aeff;}
h2.entry_title a:hover {
	color:#09c;
	text-decoration:none;
}

.post h3 { font-size: 15px; }
.post h4 { font-size: 15px; }
.post h5 { font-size: 14px; font-weight: bold; }
.post h6 { font-size: 13px; font-weight: bold; }

.entry_data {
background: #FFFFF0;
border-bottom: 1px solid #eee;
color: #999;
font-size: 12px;
}

.entry_data a{	color:#67AEFF;}

.entry_data span {
margin-right: 4px;
padding-right: 7px;
border-right: 1px solid #eee;
}

.tags a { color: #999;}
.tags a:hover {	color:#999; text-decoration:underline;}
.more a { color:#F0C800; }
.more a:hover { color:#aaa; text-decoration:none; }
/* = pages nav */

ol.pages {
margin: 20px 0 0 0;
list-style: none;
font-size: 12px;
line-height: 30px;
font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
}

ol.pages li {
margin: 0 5px 0 0;
display: inline;
}

ol.pages li a {
	color:#444;
padding: 2px 6px;
border: 1px solid #eee;
}

ol.pages li.current a {
background: #67AEFF;
border-color: #67AEFF;
color: #fffff0;
}

/* ------------------
 * comment list
 * --------------- */
#comments {
margin-top: 10px;
}

#comments h4 {
font-size: 14px;
font-weight: bold;
}

ol.comment-list, ol.comment-list ol {
margin: 0;
list-style: none;
}

ol.comment-list ol li {
	background: #fafafa;
	border: 1px dashed #ccc;
}
ol.comment-list li {
background:#ffffde;
border:1px solid #eee;
margin:10px 10px 0 0;
overflow:hidden;
padding:10px 15px;
}

ol.comment-list li.comment-by-author {
border:1px dashed #eee;
}

ol.comment-list li.comment-level-odd {
background: #ffffee;
}
ol.comment-list li.comment-level-even {
background: #ffffde;
}

ol.comment-list li .comment-reply  {
	text-align: right;
}

ol.comment-list li .comment-reply a {
	font-size: 11px;
	border: none;
	color: #aaa;
}

ol.comment-list li .comment-reply a:hover {
	color: #444;
}

.comment-meta {
color:#aaa;
font-family:arial;
font-size:10px;
padding-bottom:5px;
}
.comment-author {
	font-family:arial;
display: block;
font-size: 14px;
color: #444;
font-style:normal;
}
.comment-author a, .comment-author a:hover, .comment-meta a, .comment-meta a:hover {
color:#3C96B4;
text-decoration:none;
}

.comment_body {
overflow: hidden;
}

img.avatar {
/*display: none;*/
float: left;
margin: 6px 10px 0 0;
}


.respond {
margin: 10px 0;
}

ol.comment-list li .respond {
border-top: 1px solid #ddd;
padding-top: 10px;
}

#comment_form {
	padding-right: 8px;
}
.respond .cancel-comment-reply {
	float: right;
	font-size: 11px;
}

.respond .cancel-comment-reply a {
	border: none;
	color: #aaa;
}
.respond .cancel-comment-reply a:hover {
	color: #444;
}

ol.commen-list li .respond .cancel-comment-reply {
	display: inline;
}

#comment_form a { color:#67AEFF;}
#comment_form a:hover { color:#aaa;}
#comment_form .text {
	border:none;
width: 30%;
margin-right: 10px;
padding-left:25px;
}
#comment_form textarea {
border:1px dashed #aaa;
height:120px;
padding:5px;
width:65%;
}
#comment_form textarea:focus, #sidecomment_form textarea:focus { border:1px dashed #666;}
#comment_form .submit {
	background:url(images/btn_submit.gif) no-repeat;
	border:none;
	color:#333333;
height:22px;
width:75px;
cursor:pointer;
}
ol.comment-list li .respond .text {
	_width: 400px;
}

ol.comment-list li .respond textarea {
	_width: 400px;
}
#author { background:#ffffcc url(images/btn_author.png) no-repeat 3px 1px;}
#mail { background:#ffffcc url(images/btn_mail.png) no-repeat 3px 1px;}
#url { background:#ffffcc url(images/btn_web.png) no-repeat 3px 1px;}
/* ------------------
 * sidebar
 * --------------- */
#sidebar {
	width: 210px;
	padding:0;
overflow: hidden;
}

.widget {
	margin-bottom:20px;
}
.widget h3 {
	background:url(images/sidebar_title.gif) no-repeat;
	color:#333;
	text-align:center;
	width:210px;
	height:28px;
font-size: 15px;
font-weight: bold;
margin-bottom: 10px;
}
.widget ul {
text-align:left;
margin: 0;
padding: 0;
list-style-type: none;
}
.widget ul li {
line-height: 24px;
margin-left:5px;
}
.info li a {	
	background:url(images/arrow.gif) no-repeat left ;	
	padding-left:8px;
	color: #3c96b4;
}
.widget ul li a {color: #3c96b4;}

.widget ul li a:hover {
	color: #f0c800;
	text-decoration:none;
}
#sidebar .submit {
	background:url(images/btn_go.gif) no-repeat;
	border:none;
	margin-left:5px;
width:39px;
cursor:pointer;
}
#sidebar .text { float:left; width:160px; }

/*--------sidecomment-----*/

#sidecomment_form {
	margin-top:5px;}
#sidecomment_form .text {
	border:none;
width: 80%;
margin-bottom: 5px;
padding-left:25px;
}
#sidecomment_form textarea {
border:1px dashed #aaa;
height:80px;
padding:3px;
width:90%;
}
#sidecomment_form .submit {
	background:url(images/btn_submit.gif) no-repeat;
	border:none;
	color:#333333;
height:22px;
width:75px;
cursor:pointer;
}
/* ------------------
 * footer 
 * --------------- */
#footer {
	background:url(images/footer.jpg) no-repeat;
	height:77px;
	width:858px;
text-align: center;
margin:0 auto 20px;
overflow:hidden;
 font-size:12px; 
 font-family:Arial;
}

#footer a {	color:#67AEFF;}


/* -----------------
 * 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;
}
