/* Main ======================================== */

body,
html
{
	margin: 0;
	padding: 0;
	background-image: url(img/shaokebg.jpg);
	background-attachment: scroll;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background-color: #FCF8E6;
}

body {
	min-width:880px;
}

#top
{
	margin: 0;
	width: 880px;
}

#wrap
{
	margin: 0;
	width: 880px;
}

#header
{
	background: transparent url(img/masthead.jpg) no-repeat 60px 0; 
	color: #FCF8E6;
	height: 220px;
	margin: 0;
}

#header a:hover {
	border: 0;
	background: transparent;
}

#leftbar { 
	float: left;
	width: 250px;
	
	}

#main
{
	float: left;
	width: 600px;
	margin: 0;
}

#main .entries
{
	padding: 0 0 0 250px;
	margin: 0 0 25px 0;
	/*background: url(img/line.jpg) repeat-y 230px 0;*/
}

.hrule
{
	/*border-bottom: #CCC;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;*/
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	background-image: url(img/hr.gif);
	background-position: 175px 0;
	background-repeat: no-repeat;
}

div.hrule hr {
        display: none;
}

.date
{
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	display: block;
	text-align: center;
	color: #2C2B28;
	margin: 0;
	padding: 0 0 0 180px;
	width: 50px;
	height: 50px;
	background-image: url(img/date.gif);
	background-position: 180px 0;
	background-repeat: no-repeat;
}

.date2
{
	color: #333333;
	font-size: 14px;;
}

/* Sidebar ======================================== */

#sidebar
{
	float: right;
	width: 150px;
	font-size: 11px;
	padding: 0 0 0 100px;
}
#sidebar li
{
	padding: 0 0 3px 0;
	margin: 1px 0 1px 0;
}
	
#sidebar ul
{
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0 0 0 2px;
}

/* Footer ======================================== */

#footer
{
	clear: both;
	padding: 0 0 0 250px;
	margin: 80px 0 0 0;
	/*background: url(img/bottombg.jpg) no-repeat 20px 40px;*/
}


#tagc {

	line-height: 25px; 
}


#next
{
	float: right;
	margin: 50px 0 50px 0;

}

#prev
{
	float: left;
	margin: 50px 0 50px 0;
	padding: 0 0 0 250px;
}

	
/* Link ======================================== */



a
{
	color: #D61B25;
	text-decoration: none;
}

a:visited
{
	color: #870809;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	background: #FFFAB1;
}

a:active
{
	color: #870809;
	font-weight: normal;
	text-decoration: none;
}


/*Nav block ======================================== */

#head
{
	padding: 5px 5px 5px 5px;
	text-align: center;
	background-color: #FFFCD4;
}

#head span {
	text-align: left;
}
#head h1 {
	margin-left: 10px;
	padding: 0;
	display: inline;
}

#head ul {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 12px;
	
}

#head ul li {
	display: inline;
	padding: 0;
	margin: 4px;
}

#head ul li a {
	color: #D61B25;
	font-weight: bold;
	text-decoration: none;
}

#head ul li a:hover {
	color: #D61B25;
	background: #FFFAB1;
	
}


#head h1 {
	font-size: 12px;
	font-weight: normal;
}


/* Headings ======================================== */

h1, h2, h3, h4, h5	{
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	}

h1	{
	font-size: 21px;
	margin-bottom: 10px;

	}
	
h2	{
	font-size: 21px;
	margin-bottom: 3px;
	}

h3
{
	font-size: 14px;
	margin: 0 0 1px 0;
}
   
h3 a:link, h3 a:visited {
	text-decoration: underline;
	/*background: #FFFAB1;*/
	color: #000;
	}
	
h3 a:hover {
	color: #D61B25;
	background: #FFFAB1;
	text-decoration: none;
	}

h4	{
	font-size: 12px;
	margin: 10px 0 3px 0;
	}

.hbg
{
	background-color: #F6EDCE;
	padding: 2px;
}

p
{
	font-size: 12px;
	line-height: 16px;
	color:#000000;
}

img {
	border: none;
}

img a {
	border: 0;
	text-decoration: none;
}

strong
{
	background: #FFFAB1;
}

.yellow
{
	background: #FFFAB1;
}


input:focus, textarea:focus {
	background: #FFFAB1;
	}
	
#search-form {
	margin: 0 0 25px 0;
	border: 1px solid #F3F0DF;
	padding: 5px;
	}
	
#search-form p {
	margin: 0 0 10px 0;
	}
#search-form input {
	vertical-align: middle;
	}





