/* link styles */
a:link {
	color: #8fa445;
	text-decoration: none;
}
a:visited {
	color: #606f1a;
	text-decoration: none;
}
a:hover, a:active {
	color: #0000FF;
	text-decoration: underline;
}

/* header styles */
h1 {
	padding: 10;
	margin: 0;
	font-weight: bold;
	font-size: 15pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #57671c;
	text-align: center;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 11.5pt;
	padding: 0;
	margin: 0;
	color: #8ca42d;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 15px;
}

h4 {
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #6B9EBE;
}

h5 {
	padding: 5;
	margin: 0;
	font-weight: bold;
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #57671c;
	text-align: center;
}


/* content area styles */
body {
	min-width:760px;
	margin:0;
	padding:0;
	background: url('assets/ypb_background.jpg') repeat;
	color:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	text-align: center;
}

#wrap {
	background: #ffffff url("assets/ypb_content-background.png") repeat-y;
	margin:0 auto;
	width:770px;
	text-align: left;
}

#header {
	background: #EEEEE6;
	margin:0 auto;
	width:770px;
	text-align: left;
}

#header .boxin {
	background-image:  url("assets/ypb_site-header.jpg");
	padding: 0px 0px 0px 0px;
	margin: 0 0px 0 0px;
	color: #ffffff;
	height: 197px;
}

#content {
	background:#ffffff;
	float:left;
	width:520px;
	border-right: 1px solid #999999;
	margin-left: 25px;
	padding: 15px 15px 15px 0;
	display: inline;
	
}

/* sidebar styles */
#sidebar {
	float:right;
	width:214px;
	background-color: #D8E3AE;
	margin-right: 10px;
	display: inline;
        voice-family: "\"}\""; /* hack for IE */
        voice-family: inherit;
        width:199px;
}

/* IE sidebar hack */
html>body #sidebar {
	width:199px;
} 

#sidebar ul {
	padding: 5px;
	margin: 0;
	list-style-type: none;
}

#sidebar li {
	padding: 0 10px 0 10px;
	margin: 0;
}

#sidebar p {
	padding: 0 10px 0 10px;
	margin: 0;
}

#sidebar_main {
	padding: 15px;
}

/* footer styles */
#footer {
	clear:both;
	background: #EEEEE6 url("assets/ypb_footer-background.png") repeat-y;
	margin:0 auto;
	width:770px;
}

#footer .boxin {
	padding: 0px 20px 0px 20px;
	margin: 0 10px 0 10px;
	border-top: 3px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: right;
	font-size: 10px;
	color: #A3A3A3;
}

/* class styles */
.box {
	border: 1px solid #999999;
	margin-bottom: 20px;
	background-color: #ffffff;
}

.title {
	background: #879f26 url("assets/ypb_box-header.png") repeat-x;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #999999;
	color: #ffffff;
}

.box_text {
	padding: 10px;
}

.box_text_list {
	padding: 10px 0 10px 0;
}

.box_text_form {
	padding: 10px;
}

.date {
	font-size: 10px;
	color: #A3A3A3;
}

.article_foot {
	border-top: 1px solid #999999;
	padding: 5px;
	font-size: 10px;
	color: #A3A3A3;
}

.list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.archive {
	border-bottom: 2px solid #B9BABA;
}
