/*
Theme Name: WordPress OVLS
Theme URI:
Description: The theme for OVLS.
Version: 1.0
Author:
Author URI:
Tags: custom header, fixed width, two columns, widgets
*/
body {
	color:#ccc;
	font:13px/18px arial, helvetica, sans-serif;
	margin:0;
	background:#2b5120 url(images/bg-body.jpg) no-repeat 50% 0;
	min-width:830px;
	padding:0 0 20px;
}

/* Common Parts */
a {color:#f6ee48;}
a:hover {text-decoration:none;}
p {margin:0 0 15px;}
img {border-style:none;}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
input, select, label, textarea {vertical-align:middle;}
input.text,
select,
textarea {
	font:100% arial, helvetica, sans-serif;
	color:#646466;
}
ul {
	margin:0 0 15px 15px;
	padding:0;
}
ul ul {margin:2px 0 2px 15px;}
/* Main Blocks */
#page-box {
	width:830px;
	margin:0 auto 20px;
	background:url(images/bg-page.gif) repeat-y;
	position:relative;
}
#page-box:after {
	clear:both;
	display:block;
	content:"";
}
/* footre */
#footer {
	width:644px;
	margin:0 auto;
	overflow:hidden;
	padding:0 88px 10px 98px;
	color:#fff;
	font-size:11px;
}
#footer p {
	float:left;
	margin:0;
}
#footer span {float:right;}
/* wrap */
#wrap {
	background:url(images/bg-page-top.jpg) no-repeat;
	width:740px;
	padding:426px 42px 0 48px;
	overflow:hidden;
}
/* logo */
#logo {
	top:24px;
	left:220px;
	margin:0;
	position:absolute;
	width:389px;
	height:111px;
	overflow:hidden;
	text-indent:-9999em;
}
#logo a {
	display:block;
	height:100%;
}
/* navigation */
#nav, .bottom-nav {
	font-size:16px;
	list-style:none;
	text-align:center;
}
#nav {
	position:absolute;
	width:780px;
	top:141px;
	left:25px;
	margin:0;
}
#nav li, .bottom-nav li {
	display:inline;
	margin:0 14px;
}
#nav li a, .bottom-nav li a {text-decoration:none;}
#nav li a:hover, #nav li.active a, #nav li.current_page_item a, .bottom-nav li a:hover, .bottom-nav li.active a {
	text-decoration:underline;
	color:#fff;
}
.bottom-nav {
	background:url(images/bg-page-btm.gif) no-repeat;
	width:100%;
	height:29px;
	padding:27px 0 0;
	overflow:hidden;
	margin:0 0 -14px;
	float:left;
	position:relative;
}
/* news */
.news {
	text-align:right;
	position:absolute;
	top:190px;
	right:55px;
	width:220px;
	height:158px;
	overflow:hidden;
}
.news h2 {
	font-size:20px;
	line-height:25px;
	font-weight:normal;
	color:#fff;
	margin:0 0 4px;
}
.news ul {
	margin:0;
	list-style:none;
}
.news li {
	margin:0 0 10px;
	vertical-align:top;
	width:100%;
}
.news strong {
	font-weight:normal;
	margin:0 0 5px;
	display:block;
}
/* more */
.more {
	padding:0 25px 0 0;
	background:url(images/arrows-white.gif) no-repeat 100% 50%;
	white-space:nowrap;
	display:inline-block;
}
.news .more {
	background-image:url(images/arrows-green.gif);
	font-size:11px;
}
/* breadcrumbs */
.breadcrumbs {
	position:absolute;
	top:367px;
	left:48px;
	margin:0;
	list-style:none;
	color:#f6ee48;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	width:740px;
	overflow:hidden;
}
.breadcrumbs li {
	float:left;
	white-space:nowrap
}
.breadcrumbs a {
	padding:0 20px 0 0;
	margin:0 9px 0 0;
	background:url(images/arrow-yellow.gif) no-repeat 100% 50%;
	text-decoration:none;
}
.breadcrumbs a:hover {text-decoration:underline;}
/* container */
#container {
	width:100%;
	overflow:hidden;
	padding:0 0 5px;
}
#container h3 {
	color:#fff;
	font-size:18px;
	margin:0 0 10px;
}
#container h3 a {color:#fff;}
/* main content */
#main-content {
	float:left;
	width:478px;
}
/* post list */
.post-list {
	width:100%;
	overflow:hidden;
	margin:-30px 0 0;
}
.post {
	border-bottom:1px solid #3a8139;
	margin:1px 0 -1px;
	padding:30px 0 15px;
}
.info {
	color:#fff;
	font-size:14px;
	display:block;
	margin:0 0 20px;
}
/* sidebar */
#sidebar {
	float:right;
	width:232px;
}
/* box */
.box {
	background:url(images/bg-box.gif) repeat-y;
	margin:0 1px 23px;
	width:230px;
	padding:1px 0;
}
.box .inner {
	background:url(images/bg-box.gif) repeat-y;
	margin:0 -1px;
	width:192px;
	padding:20px 10px 15px 30px;
	position:relative;
	overflow:hidden;
}
.box ul {
	margin:0 0 0 4px;
	list-style:none;
	font-size:14px;
}
.box li {
	padding:0 0 0 11px;
	background:url(images/bullet.gif) no-repeat 0 7px;
	position:relative;
	margin:0 0 3px;
}
.box ul ul {margin:3px 0 0 17px;}
.logos {
	margin:0 0 10px;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.logos li {
	float:left;
	width:115px;
	margin:10px 0 0;
	text-align:center;
}
div.navigation{
	overflow: hidden;
}
div.alignleft{
	float: left;
}
div.alignright{
	float: right;
}

