/*  
Theme Name: yobo
Description: yob.o template
Author: MRW Connected
Version: 1.0
.
*/

body {
	margin: 0; padding: 0;
	background: #fff;
	font-family: Arial;
	font-size: 12px;
	color: #636363;
	margin-top:2px;
}
a {
	text-decoration: none;
	color: #676200;
}
a:hover {
	text-decoration: underline;
}
h2, h3, h4 {
	font-family:  Times, Arial;
	margin-top: 0;
	margin-bottom: 5px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
	margin: 0;
}
hr {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	border-bottom: 1px solid #80561b;
}
textarea#comment {
	width: 437px;
}
.textbox {
	background: url(images/textbox.jpg) no-repeat top center;
	width: 192px;
	height: 20px;
	color: #676200;
	border: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}
.join_button {
	background: url(images/button_join.jpg) no-repeat top center;
	width: 56px;
	height: 24px;
	border: none;
	cursor: pointer;
}
.login_button {
	background: url(images/button_login.jpg) no-repeat top center;
	width: 56px;
	height: 25px;
	border: none;
	cursor: pointer;
}

.readmore {
	color: #80561b;
	font-weight: bold;
}
.small {
	font-size: 90%;
}
.clear {
	clear: both;
}
.dark_brown {
	color: #80561b;
}
.news_img {
	float: left;
	margin-right: 5px;
	vertical-align: text-top;
	border: 1px solid #4d474b;
}

#page {
	width: 904px;
}

#header {
	height: 178px;
	background: url(images/header.jpg) no-repeat top center;
	margin-bottom: 10px;
	text-align: left;
}
#logo {
	margin-top: 40px;
	margin-left: 30px;
}
.search_form {
	top:  16px;
	left: 460px;
	position: relative;
}
.search_textbox {
	width: 380px; height: 20px;
	background: url(images/search_textbox.jpg) no-repeat top center;
	border: none;
	color: #676200;
	font-size:  11px;
	padding-top: 5px;
	padding-left: 5px;
}
.search_button {
	background:  url(images/button_go.jpg) no-repeat top center;
	width: 47px; height: 24px;
	border: none;
	margin: 0; padding: 0;
	vertical-align: middle;
}

#content_left {
	float: left;
	width: 447px;
	text-align: left;
}
#content_right {
	float: right;
	width: 449px;
}
#content_left .left {
	float: left;
	width: 48%;
}
#content_left .right {
	float: right;
	width: 48%;
}

#content_right .left {
	float: left;
	width: 220px;
	text-align: left;
}
#content_right .right {
	float: right;
	width:220px;
	text-align: left;
}

#content_right .left ul {
	list-style: none;
	padding: 0;
}
#content_right .left ul li, #content_right .left ul li {
	margin-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #676200;
}
#content_right .left h2 {
	color: #676200;
	font-family: Arial;
	font-size: 17px;
}

.box1 {
	background: #f1e4d0 url(images/box1_tl.jpg) no-repeat top left;
	width: 100%;
}
.box1_tr {
	float: right;
	background: url(images/box1_tr.jpg) no-repeat top right;
	width: 8px; height: 8px;
}
.box1_content {
	clear: both;
	text-align: left;
	padding-left: 14px;
	padding-right: 14px;
	color: #80561b;
	padding-bottom: 5px;
}
.box1 p {
	margin-bottom: 0;
}
.box1_bl {
	float: left;
	background: #f1e4d0 url(images/box1_bl.jpg) no-repeat bottom left;
	width: 100%;
}
.box1_br {
	float: right;
	background: url(images/box1_br.jpg) no-repeat bottom right;
	width: 8px; height: 8px;
}
.box1 h4 ul {
	clear: both;
	list-style: none;
	width: auto;
	padding: 0; margin: 0;
	padding-left: 0;
}
.box1 h4 ul li {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
.box1 h4 ul li.title {
	padding-left: 0;
	padding-right: 40px;
}
.box1 h4 ul li a.current {
	text-decoration: underline;
}

.box2 {
	background: #d7d3ae url(images/box2_tl.jpg) no-repeat top left;
	width: 100%;
	margin-bottom: 20px;
}
.box2_tr {
	float: right;
	background: url(images/box2_tr.jpg) no-repeat top right;
	width: 7px; height: 7px;
}
.box2_content {
	clear: both;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #676200;
}
.box2 p {
	margin-bottom: 0;
}
.box2 h3 {
	margin-bottom: 0;
}
.box2 hr {
	clear: both;
	border: none;
	border-bottom: 1px solid #c0bc86;
	margin-top: 20px;
	margin-bottom: 20px;
}
.box2 .joinform {
	float:left;
	padding-right: 10px;
	width: 200px;
	margin-bottom: 10px;
}
.box2 .loginform {
	float: left;
	padding-left: 10px;
	width: 200px;
	margin-bottom: 10px;
	border-left: 1px solid #c0bc86;
}
.box2_bl {
	float: left;
	background: #d7d3ae url(images/box2_bl.jpg) no-repeat bottom left;
	width: 100%;
}
.box2_br {
	float: right;
	background: url(images/box2_br.jpg) no-repeat bottom right;
	width: 7px; height: 7px;
}

#footer {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 905px; height: 38px;
	background: url(images/footer_bg.jpg) no-repeat top center;
	text-align: left;
	color: #80561b;
}
#footer .left {
	float: left;
	width: 300px;
	padding-left: 20px;
	padding-top: 10px;
}
#footer .right {
	float: right;
	width: 400px;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
}
#footer .right img {
	vertical-align: middle;
}


#topmenu {
	width: 100%;
	height: 46px;
	/*background: url(images/topmenu_bg.jpg) repeat-x bottom center;
	margin-bottom: 10px;*/
}
#topmenu ul {
	list-style: none;
	color: #676200;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	height: 46px;
	width: 50%;
	padding: 0;
	margin: 0;
	float: left;
}
#topmenu ul li {
	float: left;
	width: 111px;
	padding: 0;
	padding-top: 23px;
	padding-left: 10px;
	text-align: left;
}
#topmenu ul li.separator {
	width: 2px; height: 46px;
	background: url(images/topmenu_separator.jpg) no-repeat bottom center;
	padding: 0;
}
#topmenu ul li.active {
	width: 111px; height: 23px;
	background: url(images/topmenu_active.jpg) no-repeat bottom center;
	color: #fff;
	display: block;
}
#topmenu ul li:hover, #topmenu ul li a:hover {
	height: 23px;
	color: #fff;
	display: block;
	text-decoration: none;
}

#topmenu ul#pages {
	float: right;
	width: 50%;
}
#topmenu ul#pages li {
	float: right;
	padding: 0;
	padding-top: 23px;
	padding-left: 20px;
	padding-right: 10px;
	text-align: right;
	width: auto;
}
#topmenu ul#pages li a:hover {
	color: #fff;
	display: block;
	text-decoration: none;
	width: auto;
}
#categories {
	height: 30px;
	background-color: #676200;
	margin-bottom: 10px;
}
#categories ul {
	list-style: none;
	color: #CCC79A;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	float: left;
}
#categories ul li {
	float: left;
	padding: 0;
	padding-right: 10px;
	padding-left: 10px;
}
#categories ul li a:hover {
	color: #ffffff;
}

#shopbox {
	margin-top:-20px;
	width: 221px; height:183px;
	background: url(images/shopbox_bg.jpg) no-repeat top center;
	border-bottom: 1px solid #e1dec2;
	margin-bottom: 10px;
	padding-top: 5px;
}
#shopbox p {
	width: 100px;
}

#getactivebox {
	border-bottom: 1px solid #e1dec2;
	margin-bottom: 10px;
	
}

.navigation {
	clear: both;
	margin-top: 20px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}