/*  
Theme Name: Dove Bio-Solutions
Description: Theme for Dove Bio-Solutions website, based loosely on Gadget Story by WPThemes4You
Version: v1
Author: Marble Cake
Author URI: http://www.marblecake.co.uk
Tags: simple, green, white, grey, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS
*/

body {	
	background: #ffffff;
	color: #000000;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 100%;
}

a {
	color: #05AF4F;
	text-decoration: none;
}

a:hover {
	background-color: #05AF4F;
	color: #ffffff;
	text-decoration: none;
}

#container { 
	background: #ffffff;
	width: 800px; 
	text-align: left; 
	margin: 0 auto;
	font-size: 0.7em;
	}

/*** Header ***/
#header { 
	height: 168px; 
	padding: 0;
	margin: 0;
	width: 800px;
}

#header h1 {
	color: #05AF4F;
	font-size: 2.2em;
	padding: 0;
	margin: 0;
	width: 285px;
	height: 150px;
	float: left;
}

#header h1 a {
	color: #05AF4F;
	text-decoration: none;
	display: block;
	width: 285px;
	height: 150px;
	position: relative;
}
	
#header h1 a span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 285px;
	height: 150px;
	background: url("images/header-logo.gif") no-repeat;
	cursor: pointer;
}

#header h1 a:hover {
	color: #ffffff;
	text-decoration: none;
}

#header h3 {
	font-size: 1.7em;
	padding: 0;
	margin: 0;
	width: 270px;
	height: 168px;
	float: right;
	position: relative;
}

#header h3 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 270px;
	height: 168px;
	background: url("images/header-hand.gif") no-repeat;
}


/*** Menu ***/
#menu { 
	background: url(images/nav-bg.gif) top left repeat-x;
	width: 800px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: left;
	clear: both;
	font-size: 1.3em;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	height: 1.5em;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	
#menu ul li a {
	display: block;
	padding: 6px 12px;
	margin: 0;
	color: #222222;
	text-decoration: none;
	background: url(images/nav-bg.gif) 0 0 repeat-x;
	border-right: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}

#menu ul li.page-item-2 {
	float: right;
}

#menu ul li a:hover {
	background: url(images/nav-bg.gif) repeat-x;
	background-position: 0 -40px;
	color: #000000;

}


/*** Main ***/
#main
{
	width: 800px;
	padding-top: 24px;
	margin: 0 auto;
	font-size: 1.1em;
}

#main #content
{
	float: left;
	width: 550px;
}

.post
{
	line-height: 1.5em;
	margin-bottom: 20px;
}

#main #content h2 {
	color: #05AF4F;
	font-size: 3.2em;
	line-height: 0.8em;
	font-weight: bold;
	margin: 0 0 0.15em 0;
	padding: 0;
}

#main #content h3 {
	color: #05AF4F;
	font-size: 2.05em;
	font-weight: normal;
	margin: 0 0 0.9em 0;
	padding: 0;
	line-height: 1em;
}

#main #content h4 {
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 0;
}

#main #content h5 {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 0;
}

#main #content address {
	font-style: normal;
	font-weight: bold;
	margin: 0 0 0.9em 2em;
	padding: 0;
}

.post .postheader h2
{
	font-size: 17px;
	margin-bottom: 3px;
}

.post .postheader h2 a
{
	text-decoration: none;
	color: #273647;
}

.post .postheader h2 a:hover
{
	text-decoration: underline;
}

.post .postheader .postmeta
{
	width: 550px;
	font-size: 11px;
	border-bottom: solid 1px #ababab;
	padding-bottom: 5px;
}

.post img
{
	padding: 5px;
	border: solid 1px #ababab;
}

/*** Sidebar ***/
#sidebar
{
	float: right;
	width: 220px;
	padding: 0;
	margin-bottom: 20px;
}

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

#sidebar img
{
	border: none;
}

#sidebar h3 {
	margin: 0;
	padding: 4px 5px 3px 5px;
	font-size: 1.2em;
	text-align: center;
	background-color: #cccccc;
	color: #777777;
	font-weight: bold;
}

#sidebar ul
{
	font-size: 1.1em;
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 26px;
	border: 1px solid #CCCCCC
}

#sidebar ul li a:hover {
	text-decoration: none;
}

#sidebar ul li.current_page_item a {
	color: #999999;
}

#sidebar ul li.current_page_item a:hover {
	color: #ffffff;
	background-color: #999999;
}

#sidebar .sidebarbox
{
	margin-bottom: 30px;
}

#sidebar .sidebarbox h3
{
	color: #336699;
	font-size: 15px;
	margin-bottom: 2px;
}

/***  Search form ***/
.searchform form
{
	margin-top: 4px;
}
.searchform #search
{
	width: 160px;
}

/*** Comments ***/
.allcomments h3
{
	font-size: 15px;
}

.commentbox
{
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #ababab;
	background: #f6f6f6;
}

.commentbox .avatar
{
	float: left;
	margin-right: 5px;
}

.commentbox small
{
	font-size: 11px;
}

.commentbox p {
	margin-bottom: 0px;
}

.commentbox .commentmeta
{
	width: 300px;
}

#commentform label
{
    display:block;
    margin: 0;
}

#commentform .text {
	width: 300px;
    margin: 0 0 15px 0;
}

#commentform strong
{
	font-size: 11px;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}

/*** Footer ***/
#footer {
	width: 800px;
	color: #A0A0A0;
	text-align: center;
	border-top: 1px solid #cccccc;
	clear: both;
	padding: 15px 0px;
}

#footer p {
	margin: 0.2em 0 0 0;
	padding: 0;
}

#footer a {
	color: #A0A0A0;
	text-decoration: none;
}

#footer a:hover {
	color: #A0A0A0;
	background-color: #ffffff;
	text-decoration: underline;
}

/*** Wordpress ***/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}
