/* ------------------------------------
 * Vicky.1
 *
 * @author	slwl93@gmail.com
 * @link	http://aimbu.com/
 * @update	2010-05-15 14:30
 * --------------------------------- */


/* = import 960.gs css framework */
@import url(css/960.gs.css);

/* ------------------
 * gobal settings
 * --------------- */
body {
background: #0069AD;
color: #444;
font-size:13px;line-height:1.8;font-family:Tahoma,Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

input, textarea { font-family: Helvetica, Arial, sans-serif; font-size: 100%; }

input, textarea {
    font-size: 13px;
    padding: 2px;
}

textarea { *padding: 3px; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    textarea { padding: 3px; }
}

a:link { text-decoration: none; color:#5a9802;}
a:visited { text-decoration: none;color:#6ca815; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

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; }

/* -------------------------
 * reset width to 840px
 * ---------------------- */
.container_16 { width: 960px; }

/* ------------------
 * header
 * --------------- */


 
#header {
color: #666;
padding:0;

}

#logo {
float:left;
}

#logo h1 {
float:left;
font-size: 35px;
font-weight: normal;
margin-bottom: 0;
}
#logo h1 a {
color: #fff;
border: none;
}
#logo h1 a:hover {
}

p.description {
margin-left:220px;
padding-top:25px;
color: #fff;
margin-bottom: 0;
font-style: italic;
}

#search {
float: right;
margin:2px;
}



input#gs{float:left;width:100px;height:16px;margin:4px 0 0 0;border:1px solid #48758d;background-color:#214868;color:#82b8d3;}
input#gs-submit{height:22px;color:#ffffff;background:#38667f;text-decoration:none;border:1px solid #48758d;margin:4px 10px 0 0;float:right;}
input#gs-submit {}
input#gs-submit:hover {background:#48758d;cursor:pointer;}

/* = header navigation menu */
#nav_box {		
	font-family: "Lucida Grande",Tahoma,"Bitstream Vera Sans",Arial,sans-serif;	
	background:#123E63;
}

ul#nav_menu {
list-style: none;
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
ul#nav_menu li {
float: left;
padding:6px;
margin: 0;
}
ul#nav_menu li a {
color: #fff;
display: block;
float: left;
padding:0 10px;
}

ul#nav_menu li.current a {
background: #001530;
}
ul#nav_menu li a:hover {
background:#001530;
text-decoration: none;
}

/* ------------------
 * content
 * --------------- */
 
#content { 

background:#fff  url(images/body.png) repeat-x center top;
overflow: hidden;
padding: 20px 20px 0 20px;
margin:0;
}
#content p { margin-bottom: 10px; }

.post {
margin-bottom: 15px;
padding-bottom: 5px;
border-bottom:1px solid #A1CF26;
width: 100%;

}

.post img {
max-width: 800px;
padding:5px;border:1px solid #e9e9e9;background:#f2f2f2;-moz-box-shadow:0px 0px 8px rgba(0, 0, 0, 0.4);-webkit-box-shadow:0px 0px 8px rgba(0, 0, 0, 0.4);box-shadow:0px 0px 8px rgba(0, 0, 0, 0.4);
}
.post img a:hover{
border:1px solid #000;
}

h2.entry_title {
line-height:1;
font-size: 14px;
font-family: Microsoft YaHei,calibri,verdana;
}

h2.entry_title a {
margin:0;
font-size: 14px;
font-weight: bold;
color:#fff;
border: none;
background:#A1CF26;
}
h2.entry_title a:hover{
margin-bottom: 0;
font-size: 14px;
font-weight: bold;
background:#A1CF26;
border: none;
}

.post h3 { font-size: 16px; }
.post h4 { font-size: 15px; }
.post h5 { font-size: 14px; font-weight: bold; }
.post h6 { font-size: 13px; font-weight: bold; }

.entry_data {
margin-top:-15px;
padding:0;
width:450px;
color: #BEBEBE;

font-size: 12px;
}

.entry_data a {
color: #BEBEBE;

font-size: 12px;
}

.entry_data span {
margin-right: 4px;
padding-right: 7px;
border-right: 1px solid #eee;
}


/* = pages nav */
ol.pages {
margin: 10px 0 10px 0;
color: #666;
list-style: none;
font-size: 12px;
line-height: 20px;
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 {
padding: 4px  8px;
border: 1px solid #eee;
text-decoration: none;
}

ol.pages li.current a {
padding: 4px  8px;margin:2px;border:1px solid #c1c1c1;color:#A1CF26;background:#eee;
}
ol.pages li a:hover{border:1px solid #c1c1c1 !important;color:#A1CF26 !important;background:#eee !important;padding: 4px 8px!important;}

/* ------------------
 * comment list
 * --------------- */
 #related_post  {
 border-bottom:1px solid #EEEEEE;

}
#related_post h4 {
font-size: 14px;
font-weight: bold;
margin:0;
padding:0;
}
#related_post ul{
list-style-type:none;
margin:0;
padding-bottom:10px;
}



#author,#mail,#url {
    background:#fff;
    border:2px double #E3E3E3;
    padding:3px;
    margin-top:3px;
    width:50%;
}
#author:focus,#mail:focus,#url:focus,#comment:focus {
    background:#fff;
    border:2px double #A1CF26;
    color:#555555;
}
#comment {
    background:#fff;
    border:2px double #E3E3E3;
    padding:5px;
    margin-top:5px;
    width:400px;
    font-size:14px;
    }

#comments {
margin-top: 20px;
}

#comments h4 {
font-size: 14px;
font-weight: bold;
}

#submit {
	color:#fff;
    border:1px solid #ccc;
    padding:5px;
    margin-top:5px;
	background:#A1CF26;
}

ol.comment-list, ol.comment-list ol {
margin: 0;
list-style: none;
}

ol.comment-list ol {
padding-top: 0;
}

ol.comment-list li {
margin: 0;
padding-bottom: 0;
}

ol.comment-list li {
	padding: 10px;
	margin-top: 0;
	border: 1px solid #E6E6E6;
	background: #F5F5F5;
	overflow: hidden;
}

ol.comment-list li.comment-level-odd {
	background: #fff;
}

ol.comment-list li.comment-level-even {
	background: #FAFAFA;
}

ol.comment-list li.comment-by-author {
	border: 1px solid #E6E6E6;
}

ol.comment-list li .comment-reply {
	
}
ol.comment-list li .content-reply {
	
}
ol.comment-list li .comment-reply a {
	font-size: 12px;
	border: none;
	color: #000;
}

ol.comment-list li .comment-reply a:hover {
	color: #444;
}

.comment-meta {

padding-bottom: 0;
/*border-bottom: 1px dashed #eee;*/
color: #999;
font-size: 12px;
}
.comment-author {
display: block;
font-size: 15px;
color: #444;
}
.comment-author img{float:right;background:#ccc;border:1px solid #e9e9e9;padding:2px;-moz-box-shadow:0px 0px 8px rgba(0, 0, 0, 0.4);-webkit-box-shadow:0px 0px 8px rgba(0, 0, 0, 0.4);box-shadow:0px 0px 8px rgba(0, 0, 0, 0.4);}
.comment-author cite.fn {
font-style: normal;
}

.comment-body {
overflow: hidden;
}

img.avatar {
/*display: none;*/
float: left;
margin: 10px 12px 0 0;
}

.respond {
margin-top: 0;
}

ol.comment-list li .respond {
border-top: 1px solid #ddd;
padding-top: 0;
}

#comment_form {
	padding-right: 8px;
}

.respond .cancel-comment-reply {	
	font-size: 15px;
}

.respond .cancel-comment-reply a {
	border: none;
	color: #A1CF26;
}

.respond .cancel-comment-reply a:hover {
	color: #444;
}

#comment_form label {	
	font-size: 11px;
	color: #555;	
	
}

#comment_form label .required {
	color: #C04E37;
	padding-left: 5px;
	font-size: 12px;
}
#comment_form .text {
width: 200px;
margin-right: 0;
}
#comment_form textarea {
width: 100%;
height: 180px;
}

ol#comment_list li .respond .text {
	_width: 400px;
}

ol#comment_list li .respond textarea {
	_width: 400px;
}

/* ------------------
 * sidebar
 * --------------- */

.newpost, .newcomment, .categories, .cp { float:left; padding-left:5px; margin-right:5px; background:url(images/bbg.png) no-repeat }
.newpost div, .newcomment div, .categories div, .cp div { padding-left:5px; background:url(images/bbg.png) no-repeat 100% 0; height:130px; }
.newpost, .newcomment { width:250px;margin:0 5px 0 0  }
.categories { width:240px;margin:0 5px 0 0   }
.cp { width:155px;margin:0 0 0 0  }
#side{width:960px;background:#fff;padding:1px 0; margin-bottom:-10px;}
#sidebar { background:#eaeaea ; margin:10px; color:#888}
#sidebar div h2 { height:28px; margin-left:-3px;margin-bottom:0; }
#sidebar div h2 span { float:left; height:26px; line-height:26px; color:#A1CF26; font-family:Arial, Helvetica, sans-serif; font-size:11px; border-bottom:2px solid #A1CF26 }
#sidebar ul { height:130px; padding:5px;  list-style:none;}
#sidebar li ul { height: auto; padding:0; background:none;margin:0; }
#sidebar li li { height:20px; line-height:19px; overflow:hidden;margin:0;}
#sidebar a { color:#656565;}

/* ------------------
 * footer 
 * --------------- */
.clear{ clear:both;}
#footer {
color:#999999;
width:960px;
height:120px;
background:#EAEAEA  ;
padding-top:10px;

}

#footer a {

border-bottom: none;
}
#footer-span1{
height:120px;
width:300px;
float:left;
padding:0 10px;
border-right:1px solid #fff;
}
#footer-span2{
height:120px;
width:350px;
float:left;
padding:0 10px;
border-right:1px solid #fff;
}
#footer-span3{
height:120px;
width:240px;
float:left;
padding:0 10px;
}
#footer h2{
text-align:center;
font-size:13px;
color:#fff;
background:#A1CF26;
padding:0;
margin:0;
}
#footer ul{list-style:none;
}
#footer ul li{list-style:none;
margin:0;
padding:0;}

/* Footbar */
#footbar {width: 990px;height:25px;position:fixed;bottom:0;background:#000; z-index: 1000; _margin-top:-25px; margin-bottom:0; padding:0;}
.panel {width: 300px;padding: 5px 8px;background: #fff;color: #222;position: relative;border: 1px solid #000;border-bottom: 0px;	display: none;margin-bottom:0px;float:left;z-index:900; _margin-top:-2px;}
.panel-sort{width: 150px;}
#footbar a {color: #222;}
#footbar a:hover {color: #09C;}
#footbar a.button{color: #fff;height: 16px;padding: 3px 10px 6px;text-transform: uppercase;text-align: center;	font-weight: bold;display: block;float:left;}
#footbar a.button:hover {color: #222;background-color: #CCC;}
#footbar a.selected {color: #222;background-color: #fff;}
#footbar a.helps{color: #FFF;background-color: #09F;}
#footbar a.info {color: #fff;}

#footbar li {list-style: none;display: inline;border-bottom: 1px dotted #CCC;}
#pagespanel li, #linkspanel li, #feedspanel li, #categoriespanel li, #replyspanel li{padding: 8px 0px;list-style: none;display: block;text-align:left;}
#pagespanel li a:hover, #linkspanel li a:hover, #feedspanel li a:hover, #categoriespanel li a:hover, #replyspanel li a:hover{color:#09C;}
#feedspanel div { padding-top:10px;}
/* -----------------
 * 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;
}


#tooltip {
    position: absolute;
    z-index: 1000;
    max-width: 250px;
    word-wrap: break - word;
    background: #EAEAEA;
    text-align: left;
    min-height: 1em;
    padding: 3px;
}
#tooltip p {
    color: #000000;
    font: 12px 'Microsoft YaHei',
    Arial,
    Tahoma,
    Sans-Serif;
}
#tooltip p em {
    display: block;
    margin-top: 1px;
    color: #f70;
    font-style: normal
}




#ltop ul.sociallinks {margin:12px 0 0 0;padding:0;float:right;  list-style-type: none;}
#ltop ul.sociallinks li {float:left;margin:0;}

#ltop .sociallinks li a {display:block;width:50px;height:40px;text-indent:-9999px;}
#ltop .social-links a {background:url(images/pbd-png-sprite.png);background-position:0 0px ;}
#ltop .social-links a:hover {background:url(images/pbd-png-sprite.png);background-position:0 -40px ;} 

#ltop .social-guest a{background:url(images/pbd-png-sprite.png);background-position:-50px 0px ;}
#ltop .social-guest a:hover {background:url(images/pbd-png-sprite.png);background-position:-50px -40px ;}

#ltop .social-twitter a{background:url(images/pbd-png-sprite.png);background-position:-100px 0px ;}
#ltop .social-twitter a:hover {background:url(images/pbd-png-sprite.png);background-position:-100px -40px ;}

#ltop .social-rss a{background:url(images/pbd-png-sprite.png);background-position:-150px 0px ;}
#ltop .social-rss a:hover {background:url(images/pbd-png-sprite.png);background-position:-150px -40px ;}


.share{color:#F60;margin:10px 0;border:1px dashed #D5D5D8;background:#F0F0F0;padding:5px 0 5px 5px}

.share a{margin-left:6px;}

.related_post{color:#F60;margin:10px 0;border:1px dashed #D5D5D8;background:#F0F0F0;padding:5px 0 5px 5px}

.related_post a{margin-left:6px;}

.tags{color:#F60;margin:10px 0;border:1px dashed #D5D5D8;background:#F0F0F0;padding:5px 0 5px 5px}

.tags a{margin-left:6px;}

