* {
	margin: 0px;
	padding: 0px;
	
}
body {
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
}
img{
	border:0;
}
ul,ol{
	margin:0px 0px 10px 20px;
}

a:link{
	color: #669900;
	text-decoration: none;
}
a:visited{
	color: #99CC00;
	text-decoration: none;
}
a:hover{
	color: #99CC00;
	text-decoration: underline;
}
h1{
	font-size:16px;
}
h2{
	font-size:14px;
}
h3,h4{
	font-size:14px;
	margin-bottom:2px;
	padding:2px;
	font-weight:bold;
}
p{
	margin:5px 0px;
}
blockquote{
    background-color: #FCFCFC;
    border-left: 3px solid #CCCCCC;
    margin: 10px;
    padding: 10px;
}
fieldset{
    border: 1px dotted #CCCCCC;
    margin: 0;
    padding: 5px;
}

fieldset:hover{
	border:1px solid #ccc;
}

fieldset legend{
	line-height:16px;
}
#left{
	width:720px;
	float:left;
}
#right{
	float:right;
	width:250px;	
}
#center,#div_center {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
}
#left_home{
	width:49%;
	float:left;
	box-shadow: 5px 5px 15px #ccc; 
	-moz-box-shadow:5px 5px 7px #cccccc;
	-webkit-box-shadow:5px 5px 7px #cccccc;
	border:1px solid #ccc;
}
#right_home{
	width:49%;
	float:right;
}
#latest_comments{
	border-bottom:1px solid #ccc;
}
.tCenter{
   text-align:center;
   margin:5px 0px;
   padding:10px;
   border-bottom:1px dotted #ccc;
}
.div_li{
	margin-top:2px;
	border-bottom:1px solid #ccc;
}
.div_info{
	margin:10px 0px;
}
.entry_list a:link{
	color: #696969;
}
.entry_list a:visited{
	color: #696969;
}
.entry_list li {
    list-style: square outside none;
}
table {
	width:100%;
}
textarea{
	border:1px #e4e4e4 solid;
	width:95%;
	height:300px;
}
#div_top {
	width:980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:15px;
	border-bottom:1px solid #cccccc;
}
#top_image{
	width:240px;
	float:left;
}
#top_word{
	width:730px;
	float:right;
	text-align:right;
	font-weight:bold;
        color:#99CC00;
        font-family:Georgia,Verdana,arial,sans-serif;
}
#top_word li{
	margin:10px 0px;
	padding:0px 10px;
	float:left;
	border-right:2px solid #cccccc;
	text-align:center;
	list-style-type:none;
}
#banner{
	width:980px;
	margin-right: auto;
	margin-left: auto;
	height:197px;
	background:url(../images/banner.jpg) no-repeat center;
}
#banner_word{
	font-size:25px;
	color:#FFFF00;
	padding-top:160px;
	padding-bottom:7px;
	text-align:center;
	font-family:bad seed,arial,sans-serif;
}
.div_clear{
	clear:both;
}
#nav{
	padding:5px;
	margin:5px 0px;
	text-align:right;
	border-bottom:1px solid #e4e4e4;
}
#div_foot{
	width:980px;
	border-top:1px dotted #B5B5B5;
	margin-top:10px;
	height:30px;
	line-height:30px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
#div_foot a:link{
	color: #339900;
	text-decoration: none;
}
#div_foot a:visited{
	color: #339900;
	text-decoration: none;
}
#div_foot a:hover{
	color: #339900;
	text-decoration: underline;
}

.blog_title{
	font-size:14px;
	margin:10px 0px;
	padding:0px 10px;
	height:30px;
	line-height:30px;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	background-color:#E6E8EB;
}
.blog_text{
	padding:0 5px;
	margin-bottom:5px;
}
.post_info img{
	max-width:700px;
	width:expression(this.width > 700 ? 700: true);
}
.post_info{
	background-color: #FFFFFF;
	border: 1px solid #C4C4C4;
	border-radius: 5px 5px 5px 5px;
	overflow: hidden;
	padding: 4px 2px;
	word-wrap: break-word;
	font-size:14px;
	color: #333333;
        line-height: 16px;
}
.post_info p{
	margin-bottom:24px;
	color: #333333;
    font-size: 16px;
    line-height: 24px;
}
#att_list ul li{
	font-size:14px;
	color: #333333;
        line-height: 16px;
}
#tags{
	padding:2px;
	margin-top:2px;
	font-family:Verdana,arial,sans-serif;
	word-wrap:break-word; 
	overflow:hidden;
}
#tag_cloud{
        width:980px;
        margin:0px auto;
	border:1px #c4c4c4 solid;
	background-color:#fff;
	border-radius:5px;
	padding:4px 2px;
	overflow:hidden;
	word-wrap: break-word; 
}
.tags_middle{
	font-size:18px;
}
.tags_big{
	font-size:30px;
	font-family:Georgia,arial,sans-serif;
}
#relate_entry li{
	padding:2px;
	border-bottom:1px dotted #99CC00;
	margin-top:2px;
	list-style:url(../images/li.png);
}
#sitemap li{
	padding:2px;
	border-bottom:1px dotted #99CC00;
	margin-top:2px;
	list-style:url(../images/li.png);
}
.sitemap_date{
	color:#996600;
}
.tag_view{
	text-align:right;
	border-top:1px #cccccc dotted;
	margin-bottom:10px;
	font-family:Georgia,Verdana,arial,sans-serif;
	font-size:11px;
}
.comment_text{
	width:95%;
	height:100px;
	margin:10px;
}
.comment_input{
	width:200px;
	height:30px;
}
#comment_body{
	line-height:30px;
}
#comment_body li{
	list-style-type:none;
	margin:0px 5px;
}
#comment{
	padding:5px;
	border:1px #ccc solid;
	margin:5px 0px;
	border-radius:5px;
}

#comment_list{
	padding:5px;
	margin:5px 0px;
	border-radius:3px;
	font-family:Georgia,arial,sans-serif;
}
.comment_no{
	width:5%;
	float:left;
	font-weight:bold;
	margin:0px 1% 0px 0px;
	padding:0px 0px 0px 1%;
}
.comment_man{
	width:15%;
	float:left;
	margin:0px 1% 0px 0px;
	padding:0px 0px 0px 1%;
	border-left:1px #ccc dotted;
}
.comment_info{
	width:74%;
	float:left;
	margin:0px;
	border-left:1px #ccc dotted;
	padding:0px 0px 0px 1%;
}

.div_line{
	clear:both;
	line-height:5px;
	height:5px;
}

.div_line_comment{
	clear:both;
	height:5px;
	line-height:5px;
	margin:5px 0px 4px 0px;
	border-bottom:1px solid #ccc;
}
.rContent{
	border:1px #c4c4c4 solid;
	background-color:#fff;
	border-radius:5px;
	padding:4px 2px;
	overflow:hidden;
	word-wrap: break-word; 
}
.out_link{
width:160px;
text-align:left;
margin:0px auto;
}
.readmore{
	cursor:pointer;
	color:#690;
}
