body {  
	font-family:Georgia,sans-serif;
	font-size: 12px;
	color: #777;
	background-color: #fff;
	line-height: 18px;
	letter-spacing: 0px;
	word-spacing: 0px;
	background-image: url();
}

/* a */
a:link {
	color: #444;
	text-decoration: none;
	padding: 1px 2px;
}
a:visited {
	color: #444;
	text-decoration: none;
	padding: 1px 2px;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	padding: 1px 2px;
	background-color:#000;
}

/*body*/
*{
	margin:0;
	padding:0;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: ##e0e0e0;
	SCROLLBAR-ARROW-COLOR: #e0e0e0;
	SCROLLBAR-TRACK-COLOR: #e0e0e0;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #e0e0e0;
}
p{
	margin:8px;
}

h1{
	font-size: 20px;
}

/*wrapper*/
#wrapper {
	width:820px;
	margin: 0 auto 20px 30px;

}

/*header*/
#header {
	height: 90px;
	margin: 0 0 0 0;
	padding: 0;
}
#blogname h1 {
	width: 821px;
	height: 90px;
	background-repeat: no-repeat;
	display: block;
}
#blogname h1 li {
	margin-top:70px;
	list-style-type:none;
	float:left;
	font-size:14px;
	font-family: "ºÚÌå";
	font-weight:bold;
	color: #000;
}


/*sider*/
#primary {
	float:left;
	width:161px;
	font-weight: bold;
	margin:0;
	padding: 0 0 px;
	font-size: 11px;
	list-style: none;
	white-space:normal; 
	word-break:break-all; 
	overflow:hidden;
}

#primary ul {
 	margin-bottom:10px;
	list-style: none;
}
#primary ul li {
	list-style: none;
}

/*container*/
#container {
	float:right;
	width:639px;
}
.post {
	margin-bottom:80px;
	margin-top:70px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: bottom;
}
.post a:link {
	color: #444;
	text-decoration: none;
	padding: 0px 0px;
}
.post a:visited {
	color: #444;
	text-decoration: none;
	padding: 0px 0px;
}
.post a:hover {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 0px;
	background-color:#000;
}


/*new_list*/
#newcat {
	float:right;
	width:150px;
	margin-top:90px;

}
#newcat li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type:none;
}
#newlist {
	float:right;
	width:502px;
	margin-top:90px;
}
#newlist li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type:none;
}
#newtitle {
	font-weight: bold;
	color:#282828;
}
#newfull { 
    position:absolute; 
	left:340px; 
	top:210px; 
	width:650px;
	height:410px;
	overflow:auto;

}

#photolist {
	float:right;
	width:506px;
	margin-top:90px;
}
#photolist ul li {
	padding: 0;
	list-style-type:none;
}
#photolist li {
	width:159px; 
	float:left; 
	margin:0px 8px 5px 0px; 
	border:0px;
}
#photolist a:link {
	color: #444;
	text-decoration: none;
	padding: 0px 0px;
}
#photolist a:visited {
	color: #444;
	text-decoration: none;
	padding: 0px 0px;
}
#photolist a:hover {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 0px;
	background-color:#000;
}

/*about*/

#aboutl {
	float:left;
	width:300px;
	margin-top:75px;
	margin-right:50px;
}
#aboutl li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type:none;
}
#aboutr {
	float:left;
	width:300px;
	margin-top:75px;
}
#aboutr li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type:none;
}
#abouttitle {
	font-weight: bold;
	color:#282828;
	margin:0 0 0 4px;
}
#aboutcont {
	margin:0 0 0 -5px;
}
/*blog*/
#blogl {
	float:left;
	width:510px;
	margin:0;
	padding: 0 0 px;
	font-size: 11px;
	list-style: none;
	white-space:normal; 
	word-break:break-all; 
	overflow:hidden;
}

#blogl li {
 	margin-bottom:10px;
	list-style: none;
}

#blogr {
	float:left;
	width:240px;
}
#coms{
	float:left; 
    font-size:16px; 
    font-weight:bold; 
    width:240px; 
}
#comx{
	float:left;
	width:240px;
	font-size:22px;
	font-weight:bold;
	text-align:left;
	margin-top:250px;
}
/*com*/
#coml {
	float:left;
	width:400px;
	margin:0;
	padding: 0 0 px;
	font-size: 11px;
	list-style: none;
	white-space:normal; 
	word-break:break-all; 
	overflow:hidden;
}

#coml li {
 	margin-bottom:10px;
	list-style: none;
}

#comr {
	float:right;
	width:410px;

	margin-top:50px;
}



.button-submit {
	border: 1px solid #dadada;
	margin: 0 0 0 8px;
	text-align:center;
	color: #646464;
	width: 409px;
	height: 20px;
	cursor: pointer;
	background-color:#f9f9f9;
}


.clear{
	clear: both;
}