/*
Theme Name: Biofortuna
Theme URI: http://www.splinter.co.uk
Description: Biofortuna Ltd.
Version: 1.0
Author: Jon Raffe
Author URI: http://www.splinter.co.uk
Tags: two column
*/


body {
	background-color: #FFF;
	background-image:url(imgs/bg-body.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#wrapper {
	width: 905px;
	margin: 0 auto;
	font-size: 1em;
	position: relative;
	top: 0;
}

#footer-content {
	width: 905px;
	margin: 0 auto;
}

#maincontent-wrap ul {
	margin: 0 0 2em 5em;
}

#maincontent-wrap li {
	list-style:disc;
	color:#999999;
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
}

p {
	font-size: 1.3em;
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
	color: #999999;
}

p.meta-date {
	margin: 0 0 0.2em 0;
	font-size: 1.1em;
}
p.news-date {
	margin: 0 0 0.2em 0;
	font-size: 0.9em;
	text-transform:uppercase;
	padding: 0;
}

p.more-link {
	text-align:right;
}

#home-intro, #home-news, #about-staff {
	clear: both;
}

#home-news {
	border-top: 1px dashed #999999;
	padding: 1.5em 130px 0 0;
}

#about-staff {
	padding: 0 0 2em 0;
}
#about-staff h3 {
	border-top: 1px dashed #999999;
	padding: 0.5em 0 0 0;
	margin: 1.5em 0 1em 0;
}
.general-entry h3 {
	border-top: 1px dashed #999999;
	padding: 0.5em 0 0 0;
	margin: 1.5em 0 1em 0;
}

.staff-post {
	/*border-bottom: 1px dashed #999999;*/
	padding: 1.5em;
	background-color:#f5f5f5;
	margin: 0 0 1.5em 0;
}

.staff-post p {
	margin: 0;
}

.staff-post p.meta-date {
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
}

.staff-post  h4 {
	margin: 0;
}

.product-post {
	padding: 0 0 2.5em 0;
}

.product-post p {
	margin: 0;
}

.product-post p.meta-date {
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
}

.product-post  h4 {
	margin: 10px 0 0 0;
	font-weight: bold;
}

#home-software {
	border-top: 1px dashed #999999;
	padding: 1.5em 130px 0 0;
}

.content-col1 {
	width: 345px;
	float: left;
}

.content-col2 {
	width :250px;
	float: right;	
	position: relative;
	top: 105px;
}

.quote-statement {
	
	font-style: italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	
	padding: 15px 20px 40px 20px;
	margin: 0;
	
	background-image:url(imgs/bg-quote.gif);
	background-position: bottom;
	
}

.quote-quotee {
	text-align:right;
	color: #484E42;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0;
}

.quote-company {
	font-style: italic;	
	text-align:right;
	color: #484E42;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.2em;
}

a:link, a:visited, a:active {
	color: #87CDD9;
	text-decoration:none;
}
a:hover {
	color:#484E42;	
}

h1, h2, h3, h4, h5 {
	margin: 0;
	color: #484E42;
}

h2 {
	font-size: 2.6em;	
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 0.8em 0;
}

h3 {
	font-size: 2em;	
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 0.8em 0;
}

h3.underlined-h3 {
	font-size: 2em;	
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 0.8em 0;
	padding: 0 0 0.2em 0;
	border-bottom: 1px dashed #999999;
}

h4 {
	font-size: 1.6em;	
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 0.3em 0;
}

strong {
	font-weight: bold;
}

#logo {
	float: left;
}

/* repeated code per header */ 
#logo, #logo span { 
 width: 217px;
 height: 163px;
 background-image:url(imgs/logo.jpg);
 background-repeat: no-repeat; 
} 
#logo span { margin-bottom: -75px; } 
/* non-repeated code */ 
h1 span { 
 display: block; 
 position: relative; 
 z-index: 1; 
} 
/* IE5 Mac Hack \*/ 
h1 { overflow: hidden; } 
/*/ 
h1 { text-indent: -100em; } 
/* End Hack */

#header ul {
	float: left;
	margin: 0 0 0 35px;
}
#header ul li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	height: 57px;
	font-size: 95%;
}
#header ul li.selected a:link, #header ul li.selected a:visited, #header ul li.selected a:active {
	background-image:url(imgs/bg-nav.jpg);
	background-position:center -114px;
}

#header ul li.selected a:hover {
	background-image:url(imgs/bg-nav.jpg);
	background-position:center -171px;
}

#header ul li a:link, #header ul li a:visited, #header ul li a:active {
	
	
	background-image:url(imgs/bg-nav.jpg);
	background-position:center 0;
	
	color: #fff;
	text-decoration:none;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 1.2em;
	height: 57px;
	display:block;
	display:inline-block;
	line-height: 57px;
	padding: 0 10px;
}
#header ul li a:hover {
	background-position:center -57px;
}

#mainbody {
	clear: both;
	margin: 0 0 1.5em 0;
}

#sidebar {
	width: 220px;
	float: left;
	
}

#maincontent {
	float: right;
	margin: 170px 0 0 0;
	width:644px;
	
}

#maincontent-sub {
	float: right;
	margin: 270px 0 0 0;
	width:644px;
}

#maincontent-wrap {
	margin: 0 22px 0 0;	
}

#news-wrap {
	width: 450px;	
}
#news-wrap h3 {
	margin: 0 0 10px 0;
}
.news-img-wrap {
	background-color: #f5f5f5;
	border: 1px solid #d5d5d5;
	padding: 4px;
	margin: 0 0 10px 0;
}
.news-img-wrap img {
	width: 440px;
}

#news-wrap .post {
	border-bottom: 1px dashed #999999;
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
}

#sidebar-top {
	background-image:url(imgs/bg-sidebar-top.jpg);
	background-position: top center;
	padding: 30px 8px 15px 8px;
}

#sidebar-mid {
	background-image:url(imgs/bg-sidebar-mid.jpg);
	background-position:center;
	padding: 0 18px 30px 18px;
}
#sidebar-btm {
	background-image:url(imgs/bg-sidebar-btm.jpg);
	background-position:center;
	height: 40px;
}

#sidebar-top h3 {
	font-size: 1.1em;
	text-transform:uppercase;
	font-weight:bold;
	margin: 0 10px 15px 10px;
}

#sidebar-mid h3 {
	font-size: 1.1em;
	text-transform:uppercase;
	font-weight:bold;
	margin: 0 0 15px 0;
}

#sidebar-top p {
	margin: 15px 20px 0 20px;
	font-size: 1.1em;
}
#sidebar-mid a:link, #sidebar-mid a:visited, #sidebar-mid a:active {
	color: #333;
}
#sidebar-mid a:hover {
	color: #999;	
}

#sidebar-mid p {
	margin: 0 20px 15px 10px;
	font-size: 1.1em;
	color: #666;
}

#sidebar-mid form {
	margin: 0 0 25px 10px;
}

#product-1 a:link, #product-1 a:visited, #product-1 a:active {
	background-image:url(imgs/bg-product-1-tmp.jpg);
	background-position:center 0;
	
	height: 41px;
	display:block;
	text-indent : -100em;
	overflow: hidden;
}
#product-1 a:hover {
	background-position:center -41px;
}
#product-2 a:link, #product-2 a:visited, #product-2 a:active {
	background-image:url(imgs/bg-product-2.jpg);
	background-position:center 0;
	
	height: 41px;
	display:block;
	text-indent : -100em;
	overflow: hidden;
}
#product-2 a:hover {
	background-position:center -41px;
}

#product-3 a:link, #product-3 a:visited, #product-3 a:active {
	background-image:url(imgs/bg-product-3.jpg);
	background-position:center 0;
	
	height: 41px;
	display:block;
	text-indent : -100em;
	overflow: hidden;
}
#product-3 a:hover {
	background-position:center -41px;
}

#product-4 a:link, #product-4 a:visited, #product-4 a:active {
	background-image:url(imgs/bg-product-4-tmp.jpg);
	background-position:center 0;
	
	height: 41px;
	display:block;
	text-indent : -100em;
	overflow: hidden;
}
#product-4 a:hover {
	background-position:center -41px;
}

#product-5 a:link, #product-5 a:visited, #product-5 a:active {
	background-image:url(imgs/bg-product-5-tmp.jpg);
	background-position:center 0;
	
	height: 41px;
	display:block;
	text-indent : -100em;
	overflow: hidden;
}
#product-5 a:hover {
	background-position:center -41px;
}

#searchform input {
	color: #999;
}

#contact-btn:link, #contact-btn:visited, #contact-btn:active {
	background-image:url(imgs/btn-contact.jpg);
	background-position:center 0;
	
	height: 48px;
	display:block;
	text-indent : -100em;
	overflow: hidden;
}
#contact-btn:hover {
	background-position:center -48px;
}

#supporter-list li a:link, #supporter-list li a:visited, #supporter-list li a:active {
	background-image:url(imgs/btn-supporter-1.jpg);
	background-position:center 0;
	
	height: 53px;
	display:block;
	text-indent : -100em;
	overflow: hidden;
	
	margin: 0 0 10px 0;
}
#supporter-list li a:hover {
	background-position:center -53px;
}

#supporter-list #supporter-2 a:link, #supporter-list #supporter-2 a:visited, #supporter-list #supporter-2 a:active {
	background-image:url(imgs/btn-supporter-2.jpg);
}

#supporter-list #supporter-3 a:link, #supporter-list #supporter-3 a:visited, #supporter-list #supporter-3 a:active {
	background-image:url(imgs/btn-supporter-3.jpg);
}
#supporter-list #supporter-4 a:link, #supporter-list #supporter-4 a:visited, #supporter-list #supporter-4 a:active {
	background-image:url(imgs/btn-supporter-4.jpg);
}
#supporter-list #supporter-5 a:link, #supporter-list #supporter-5 a:visited, #supporter-list #supporter-5 a:active {
	background-image:url(imgs/btn-supporter-5.jpg);
}

#feature-box {
	position: absolute;
	top: 59px;
	left: 240px;
}

#footer {
	
	margin: 0;
	padding: 40px 0 40px 0;
	clear: both;	
	background-image: url(imgs/bg-footer.jpg);
	background-repeat: repeat-x;
	background-color:#3C413A;
	
}

#footer p {
	color: #737971;
}

#footer-left {
	width: 290px;
	float: left;
}

#theForm label {
	font-size: 1.3em;
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
	color: #999999;
}

#theForm input {
	color: #8C939C;
}

#theForm .btn-subscribe {
	height: 24px;
	width: 82px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(imgs/btn-subscribe.jpg) no-repeat left top;
}

#theForm .input-box {
	width: 190px;
	height: 18px;
	margin: 0 8px 4px 0;
}

#theForm .input-box {
	width: 190px;
	height: 18px;
	margin: 0 8px 4px 0;
}

#footer-right {
	width: 600px;
	float: right;
	text-align: right;
}

#footer-right p {
	margin: 0;
}

#footer-right a:link, #footer-right a:visited, #footer-right a:active {
	color: #A0A59D;
}

/* CONTACT FORM STYLES */

div.wpcf7 {
	
	padding-left: 10px;
	padding-right: 10px;
	width: 320px !important;
 	 width /**/:340px;
	 
	background-color:#f5f5f5;
}

div.wpcf7 input.generalField {
	padding: 5px;
	width: 310px !important;
 	 width /**/:320px;
	border: 1px solid #e5e5e5;
}

div.wpcf7 textarea.generalField {
	padding: 5px;
	width: 310px !important;
 	 width /**/:320px;
	border: 1px solid #e5e5e5;
}

div.wpcf7 select.generalField {
	width: 320px;	
}

div.wpcf7 input.submitEmail {
	
	padding: 5px;
	width: 310px !important;
 	 width /**/:320px;
	
	background-image:url(imgs/btn-send-email.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
	background-color:#f5f5f5;
	
	height: 48px;
	display:block;
	text-indent : -100em;
	overflow: hidden;
	
	cursor: pointer;
	
	border: none;
	
	font-size: 0px;
display:block;
line-height: 0px;
}

div.wpcf7 span.productCheck  { display: block;  border-top: 1px solid #ccc;  }

div.wpcf7 span.wpcf7-list-item { 
	display: block; 
	/*clear:both;*/
	background-color:#FFF; 
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
	padding: 5px; 
}  

div.wpcf7 span.wpcf7-list-item-label { display: block; width: 280px; float: left; }  


div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	background-color:#398f14;
	font-style:italic;
	color:#FFF;
	padding: 10px;
}

div.wpcf7-mail-sent-ng {
	background-color:#900;
	font-style:italic;
	color:#FFF;
	padding: 10px;
}

div.wpcf7-spam-blocked {
	background-color:#900;
	font-style:italic;
	color:#FFF;
	padding: 10px;
}

div.wpcf7-validation-errors {
	background-color:#900;
	font-style:italic;
	color:#FFF;
	padding: 10px;
	font-size: 1.2em;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	width: 280px;
	padding: 2px;
	font-style:italic;
	font-size: 0.9em;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	display: block;
	font-style:italic;
	font-size: 0.9em;
}


#contact-address {
	padding: 20px;
	width: 210px !important;
 	 width /**/:250px;
	
	float: right;
	background-color: #f5f5f5;
	
}

#contact-address p {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1.2em;
	/*font-style:italic;*/
	color: #999999;
	padding-right: 0px;
}

#contact-address span {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1.8em;
	font-style:italic;
	color: #999999;
}

.staff-pic {
	float: left;
	padding: 2px;
	border: 1px solid #CCC;
	margin: 0 10px 0 0;
}

.staff-bio {
	width: 405px;
	float: left;
}

.general-entry p {
	padding: 0 140px 0 0;
}

.product-badge {
	float: left;
	margin: 0 10px 0 0;
}

.product-blurb {
	width: 405px;
	float: left;
}
.product-blurb h4 {
	margin: 5px 0 5px 0;	
}
.product-blurb p {
	margin: 0 0 5px 0;
}
.product-blurb ul {
	margin: 1em 0 1em 4.5em;
}
.product-blurb li {
	list-style:disc;
	color:#999999;
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
}

address {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1.3em;
	font-style:italic;
	color: #999999;}

/* Banner images */
#banner-outer {
	position: absolute;
	top: 59px;
	left: 262px;
	border: 1px solid gray;
}
#banner-inner {
	border: 10px solid white;
}

/* distributor logo layout */
img.distributor_logo {
	float: right;
	padding-top: 10px;
}

/* product layout */

#unlaunched_products h3 {
	border-top: 1px dashed #999999;
	padding: 0.5em 0 0 0;
	margin: 1.5em 0 1em 0;
}
