/*
Theme Name: Yunsite
Theme URL: http://www.yunsite.com/
Description: Light version of Wrath, used for WordPress Tutorial. 
Version: 1.0
Author: Yun Liu
Author URL: http://www.yunsite.com/
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin:0;
	padding:0;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	background-image:url(images/banner_bg.jpg);
	background-repeat:repeat-x;
	background-color:#ede4d2;
	color:#000;
}

table{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1, h2, h3, h4, h5, h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
}

a{
	text-decoration:underline;
	color:#8f3939;
}
a:hover{ text-decoration:none;}
a img{ border:0;}

p{padding: 10px 0 5px; }

blockquote{
	margin:10px 0 0;
	border-top:2px solid #ddd;
	background:#f5f5f5;
}

blockquote p{
	padding: 10px;}
	
blockquote blockquote{
	float:none;
	width:auto;
	margin:0 10px;
	background:#fff;
}

dd{
	padding:0 0 0 20px;
	}
	
form, input, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

p img{
	max-width:100%;
}

img.centered{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}

img.alignright{
	margin: 3px 0 2px 10px;
	padding:4px;
	border:1px solid #ededed;
	display:inline;
}

img.alignleft{
	margin: 3px 10px 2px 0px;
	padding:4px;
	border:1px solid #ededed;
	display:inline;
}

.alignleft{float:left;}
.alignright{float:right;}
.clear{margin:0; padding: 0; clear:both;}
small{
	font-size:11px;
	}

#wrapper{
	width:980px;
	margin:0 auto;
	text-align:left;
}

#header {
	float: left;
	width:980px;
	height:98px;
	margin:0;
	padding:0;
	background:url(images/logo.jpg) no-repeat 60px;
}

#header h1{
	padding: 10px;
	font-size:18px;
	font-weight:normal;
}

#header img{
	border:0;
	}

#menu {
	float:right;
	width: 522px;
	margin-top:65px;
}
#menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul li{
	float:left;
	width:87px;
	background:url(images/button.jpg) no-repeat;
	}
#menu ul li a{
	display:block;
	padding:15px;
	text-decoration:none;
	color:#eee;
	text-align:center;
	}
#menu ul li a:hover{
	color:#000;
	}
	
#about {
	float:left;
	width:980px;
	height:105px;
	padding: 0 0 14px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:30px;
	color:#fff;
	background:url(images/newsflash.png) right no-repeat;
}
#about p{
	padding:20px 10px 5px 10px;
	position:absolute;
	right:150px;
	width:500px;
	line-height:20px;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	text-align:center;
	}
#container{
	float: left;
	width: 980px;
	}
	
#content{
	float:right;
	width: 733px; /* 488+245 = 733 */
	}
.navigation {
	margin: 10px 10px 0;
	border-top: 1px solid #e0dcb8;
	padding: 5px 10px 6px;
	/*background:#fdfbe7 url(images/bg_navigation.gif) repeat-x left bottom;*/
	line-height:24px;
}

.sidebar {
	float:right;
	width: 245px;
	height: 467px;
	background:url(images/sidebar.png) no-repeat;
}

.post{
	padding:10px 20px;
	}
.post h2{
	font: normal 24px/26px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	letter-spacing:-1px;
	margin-bottom:2px;
	color:#9c5948;
	
	}
.post h2 a{
	color:#000;
	color:#9c5948;
	text-decoration:none;
	}
	
.post h2 a:hover{
	text-decoration:none;
	border-bottom:dotted 1px #9c5948;
	}
	
.entry-date{
	width:90px;
	height:65px;
	padding: 0;
	background:url(images/datebg.jpg) no-repeat;
	float:left;	
	}
.entry-date h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9c5948;
	font-size:11px;
	font-weight:bolder;
	text-align:center;
	margin:10px 0 0 0;
	padding:0;
	}
.entry-date h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bolder;
	color:#9c5948;
	text-align:center;
	margin:0;
	padding:0;
	}
.entry-time{
	background:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	margin-top:5px;
	}
.entry-content{
	line-height:22px;
	}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5{
	padding: 10px 0 5px;
	}
.entry-content h2 a{
	color:#8f3939;
	}
.entry-content h3{
	font-size:18px;
	font-weight:normal;
	}
.entry-content h5{
	font-size:14px;
	}
.entry-content h6{
	font-size:12px;
	}
.entry-meta{
	padding: 10px 0 0 0;
	line-height:24px;
	color:#666666;
	margin-left:250px;
}
.entry-meta a{
	text-decoration: none; 
	border-bottom: 1px dotted #9c5948; 
} 
.entry-meta a:hover{
	background-color:#9c5948;
	color:#CCCCCC;
	}

/*.entry-meta p.author{
	background:url(images/buddy.png) left no-repeat;
	padding-left:30px;
	color:#666666;
	}*/
.sidebar ul{
	list-style:none;
	margin:0;
	padding:0;
	}
.sidebar ul li{
	/*padding: 10px 10px 0;*/

	}
.sidebar ul li a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#e7e7e7;
	text-decoration:none;
	margin:2px 0 2px 10px;
	}
.sidebar ul li a:hover{
	text-decoration:underline;
	}
.sidebar ul li h2.top{
	background:none;
	margin-top:5px;
	}
.sidebar ul li h2{
	width:192px;
	height:24px;
	margin:0 0 0 4px;
	padding:2px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	font-variant:small-caps;
	text-align:center;
	background:url(images/title.png) no-repeat;
	/*background: #f8f8f8 url(images/bg_sidebar_h2.gif) repeat-x left bottom;*/
}
.sidebar ul ul{
	margin:0;
	padding:6px 10px 0;
	line-height:24px;
}

.sidebar ul ul li{
	padding:0;
}
.sidebar ul ul ul{
	padding:0 0 0 10px;
	}
	
.seperator{
	background:url(images/seperator.jpg) no-repeat;
	width:685px;
	height:15px;
}	
	
#footer{
	background:url(images/footer_pattern.jpg) repeat-x;
	width:100%;
	float:left;
	height:200px;
	text-align:center;
	line-height:24px;
	background-color:#bb8274;
}
#footertext{
	width:980px;
	height:180px;
	margin:0 auto;
	padding:10px 0 0 365px;
	text-align:center;
	background:url(images/footer_-bg.jpg) no-repeat top right;
	}
#footertext ul li{
	list-style:none;
	text-align:left;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	}
#footertext ul li a{
	font-size: 12px;
	color:#CCCCCC;
	text-decoration:none;
	border-bottom:dotted 1px #ffffff;
	}
#footertext ul li a:hover{
	background-color:#d6baad;
	}
#footer a{
	text-decoration:none;
	}
	







