/*
Theme Name: wLovze
Theme URI: http://www.blogohblog.com/
Description: This theme was designed and built by Bob of <a href="http://www.blogohblog.com/">Blog Oh Blog</a>. I love to hear of my work being used :). This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution 3.0 License</a>. This means you may use it for any purpose, and make any changes you like. Just leave my Bob link under your footer.
Author: Bob
Author URI: http://www.blogohblog.com/
*/

@import"css/css-imp.css";
@import"css/css-comm.css";

.cl{ clear:both; height:0px; width:0px; overflow:hidden; background-color:#FFF; }
.alignleft{ float:left;}
.alignright{ float:right;}
strong{font-weight: bold;}

/*body{background:url("img/body-bkg.png") no-repeat scroll center top #C6E5F2;}*/
body{background:url("img/body-bkg.png") no-repeat scroll center top #C0DEED;}

#the_head{ margin-bottom:16px; border:#CCC 0px solid; }
#box{ margin:16px auto; width:600px; background-color:#FFF;	padding:6px; border:#FFF 36px solid;}
#logo{ font-size:20px; font-family:'黑体'; float:left;}

#np{ width:560px; font-size:12px; border-bottom:#CCC 1px solid; padding:0px 2px; line-height:1.6; margin:0px 0px 16px 0px; }
#np span a:link {color: #11A3AC}     /* 未访问的链接 */
#np span a:visited {color: #11A3AC}  /* 已访问的链接 */
#np span a:hover {color: #F30}
#np span a:active {color: #11A3AC}
/*a:link,a:visited{ color:#C00A33; FF3D66 C00A33 FF6600} a:link,a:visited{ color:#11A3AC;}*/
a:link {color: #090}     /* 未访问的链接 */
a:visited {color: #090}  /* 已访问的链接 */
a:hover {color: #FF6600}    /* 当有鼠标悬停在链接上 */
a:active {color: #FF6600}   /* 被选择的链接 */

.posts{ margin:16px 0 16px 0; border:#CCC 1px solid; padding:16px; }
.tle{ padding:1px 6px; background-color:#EFFEF1;
height:25px;   
  line-height:25px;   
  overflow:hidden;  }

.tle h1{ display:inline; float:left; background-color:#EFFEF1; height:25px; font-family:'黑体'; font-size:20px; width:450px;}
.tle span{ color:#09F; font-size:16px; font-family:Georgia,arial,sans-serif;}
.pmes{ color:#999; font-size:13px; margin-top:6px;text-align:justify;text-justify:inter-ideograph;}

#txt{
	color:#666;
	line-height:25px;;
	font-size:14px;
	margin:19px 0px;
	font:15px/1.7em Georgia,"Times New Roman",Times,serif;
	letter-spacing:0.07em;
	text-align:justify;
	text-justify:inter-ideograph;
}

#txt p{ margin-top:16px;}
#lin{ border:#CCC solid 1px; padding:3px 16px; font-size:11px;}
/************************/

pre {
	background:none repeat scroll 0 0 #F5F5F5;
	border-left:#CCC solid 2px;
	font-family:"Courier New",monospace;
	font-size:13px;
	line-height:150%;
	margin:9px auto;
	padding:6px 6px 6px 16px;
	white-space:pre-wrap;
	width:550px;
	word-wrap:break-word;
	color:#09F;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#commentload {
display: none;
height: 18px;
width: 18px;
background: url('images/spinner.gif') no-repeat center center;
}