/*

Theme Name: genomnz
Theme URI: http://www.genomnz.co.nz
Description: Custom theme for Genomnz
Author: Wired
Author URI: http://www.wired.co.nz
version: 1.0

*/


/*------------------------------------*\
  RESET
\*------------------------------------*/

@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body {
	/*height: 100%;*/
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 25px;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* BASICS AND MISCELLANEOUS STYLES */

*{
	margin:0; padding:0;
}

html {
	font-family: 'Arial', Helvetica, sans-serif;
}

body {
	height: 100%;
	width: 100%;
	line-height: 1;
	background: rgb(131,169,232); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(131,169,232,1) 0%, rgba(141,198,63,1) 51%, rgba(141,198,63,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(131,169,232,1)), color-stop(1000px,rgba(141,198,63,1)), color-stop(100%,rgba(141,198,63,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(131,169,232,1) 0%,rgba(141,198,63,1) 1000px,rgba(141,198,63,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(131,169,232,1) 0%,rgba(141,198,63,1) 51%,rgba(141,198,63,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(131,169,232,1) 0%,rgba(141,198,63,1) 51%,rgba(141,198,63,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(131,169,232,1) 0%,rgba(141,198,63,1) 51%,rgba(141,198,63,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83a9e8', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #9aa2a4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*--- HEADINGS ---*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Average Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*--- PARAGRAPHS ---*/
/*
p {
	color:#333;
	font-size: 16px;
	font-family: "Arial", Helvetica, sans-serif;
	margin-bottom: 18px;
	line-height: 1.6;
}
*/
small {font-size:80%;}

/*--- LISTS ---*/
ul, ol {
	margin-bottom: 15px;
}

ul ul,
ol ol {
	margin: 0 0 0 60px;
}

ul li:before {
    color: #00AEEF;
    content: "» ";
    margin-left: -40px;
	padding-right: 3px;
}
ul li {
    list-style-position: outside;
    list-style-type: none;
    margin-left: 40px;
	padding: 3px 0;
}

/*--- QUOTES ---*/

blockquote {
	background: #D9F1FD;
	padding: 10px 33px 24px 42px;
	quotes: "\201C""\201D""\2018""\2019";
	margin: 0 0 30px;
}
blockquote p:before {
	color: #6dbc00;
	content: open-quote;
	font-size: 36px;
	font-family: 'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1px;
	vertical-align: -12px;
	margin-left: -13px;
}
blockquote p:after {
	color: #6dbc00;
	content: close-quote;
	font-size: 36px;
	font-family: 'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1px;
	vertical-align: -12px;
}
blockquote p {
	display: inline;
}

.pullout {
	background: #D9F1FD;
	padding: 8px 33px 24px 42px;
	margin: 10px 0;
}
.pullout a {color: #009dd8;}
.pullout a:hover {color: #dd9200;}
.pullout ul, .post .pullout p {
	background: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #656D6F;
	font-weight:normal;
}
.pullout ul li:before {
    content: "";
    margin-left: 0;
}
.pullout ul li {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 15px;
	text-indent: 0;
}

/*--- LINKS ---*/

a {
	color: #50CFFF;
	text-decoration: none;
}

a:hover {
	color: #ffa800;
	text-decoration: none;
}

/* Images */

img{
	border: none;
	padding:0; 
	/*max-width: 100%;*/
	height: auto;
}

.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

img a{
	border:none;
}

img.left{ 
	float: left; 
}

img.right{
	float: right;
}
img.alignnone {
	background: #eee;
	padding: 4px;
}
img.centered, .aligncenter {
	background: #eee;
	padding: 4px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	background: #eee;
	float: right;
	padding: 4px;
	margin: 0 0 10px 20px;
	display: inline;
}
.alignright {
	float: right;
	margin: 0 0 10px 20px;
	display: inline;
}
img.alignleft {
	background: #eee;
	float: left;
	padding: 4px;
	margin: 0 20px 10px 0;
	display: inline;
}
.alignleft {
	float: left;
	margin: 0 20px 10px 0;
	display: inline;
}

.wp-caption {
	text-align: center;
	background-color: #eee;
	padding: /*8px 4px 10px 4px*/ 4px 0 10px 0;
	max-width: 97%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555;
	font-style: italic;
	line-height: 17px;
	padding: 0 10px;
	margin: 0;
}

.wp-post-image {/* Default settings for Post Thumbnails */
	float: left;
	padding-right: 25px;
	margin-bottom: 20px;
}
.feature-img-page .wp-post-image {
	float: left;
	background: #eee;
	padding: 4px !important;
	margin: 0 20px 10px 0 !important;
	display: inline;
}
.feature-imgs img {
	background: #eee;
	padding: 4px !important;
}

.none {background: transparent;}

/* THE CONTAINER*/
.container {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 100%; 
	width: 100%; 
	background: transparent url(images/Big_picture_BG.jpg) center top no-repeat;
}

.centerContainer {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

.mainColumn {
	width: 900px;
	margin-left: 113px;
	/* [disabled]border-color: #FFFFFF; */
	/* [disabled]border-width: 1px; */
	/* [disabled]border-style: dotted; */
	/* [disabled]border-left-width: 1px; */
}

.logoPosition {
	position: absolute;
	z-index: 101;
	top: 98px;
	left: 0;
	width:261px;
	height:261px;
}

.topNav {
	height: 150px;
}


.searchBox {
	position: absolute;
	left: 738px;
	top: 34px;
	line-height: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.searchBox #s {
	background-image: url(images/searchBG.png);
	width: 194px;
	height: 31px;
	color: #afb6bb;
	border-radius: 5px;
	border: 1px solid #d8d8d8;
	font-family: 'Average Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 5px\9;
	float: left;
	margin-left: -230px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}
.searchBox #gobutton {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8ec63f), color-stop(1, #82b83c));
	background: -moz-linear-gradient(top, #8ec63f 5%, #82b83c 100%);
	background: -webkit-linear-gradient(top, #8ec63f 5%, #82b83c 100%);
	background: -o-linear-gradient(top, #8ec63f 5%, #82b83c 100%);
	background: -ms-linear-gradient(top, #8ec63f 5%, #82b83c 100%);
	background: linear-gradient(to bottom, #8ec63f 5%, #82b83c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ec63f', endColorstr='#82b83c',GradientType=0);
	background-color: #8ec63f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: 'Average Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 31px;
	padding-top: 5px;
	padding-top: 6px\9;
	padding-right: 7px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-bottom: 7px\9;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 204px;
	float: left;
	margin-top: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 18px;
}

.searchBox #gobutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #82b83c), color-stop(1, #8ec63f));
	background:-moz-linear-gradient(top, #82b83c 5%, #8ec63f 100%);
	background:-webkit-linear-gradient(top, #82b83c 5%, #8ec63f 100%);
	background:-o-linear-gradient(top, #82b83c 5%, #8ec63f 100%);
	background:-ms-linear-gradient(top, #82b83c 5%, #8ec63f 100%);
	background:linear-gradient(to bottom, #82b83c 5%, #8ec63f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#82b83c', endColorstr='#8ec63f',GradientType=0);
	background-color:#82b83c;
}
.searchBox #gobutton:active {
	position: relative;
	border: none;
}

.smallNav {
	position: absolute;
	width: 601px;
	left: 410px;
	top: 108px;
	height: 35px;

}
.smallNav ul.menu {
	display: inline;
}
.smallNav ul.menu li:before {
    content: "";
    margin-left: 0;
}
.smallNav li {
	list-style: none;
	float: left;
	height: 20px;
	margin: 0 28px 0 0;
	padding-top: 10px;
}
.smallNav a {
	font-family: 'Average Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-left: 51px;
	padding-left: 0px;
}
.smallNav a:hover {
	color: #50CFFF;
}
.smallNav li.home {
	background:url('images/Icon-home.png') no-repeat 28px 7px; 
}
.smallNav li.news {
	background:url('images/Icon-news.png') no-repeat 26px 7px; 
}
.smallNav li.support {
	background:url('images/Icon-support.png') no-repeat 28px 5px; 
}
.smallNav li.contact {
	background:url('images/Icon-contact.png') no-repeat 32px 3px; 
}

.mainNav {
	background-color: #FFFFFF;
	margin-left: 138px;
	width: 712px;
	border-bottom: 1px solid #d9f1fd;
	position: absolute;	
	left: 107px;
	padding-left:56px;
	top: 150px;	
}

.mainNav ul.menu {
	display: inline;
}
.mainNav ul.menu li:before {
    content: "";
    margin-left: 0;
}
.mainNav li {
	list-style: none;
	float: left;
	margin: 0;
	position: relative;
}
.mainNav li sup {font-size: 50%;
  vertical-align: top;}
.mainNav li.menu-item {
	float: left;
	padding-top: 30px;
	padding-left: 23px;
	padding-right: 25px;
	border-right: 1px solid #D9F1FD;
	padding-bottom: 30px;
}
.mainNav li:last-child {
	border-right: none;
}
.mainNav li.menu-item a {
	font-family: 'Average Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #00aeef;
	font-size: 24px;
}
.mainNav li.menu-item a span  {
	font-size: 16px;
}

.mainNav li.menu-item a:hover {
	color:#ff9600;
}
.mainNav .sub-menu {position:absolute;
    left:-9999px;}
	
.mainNav li.menu-item:hover .sub-menu {left: -61px; margin-top: 30px;
}
.mainNav .sub-menu li {
	display: block;
	background: #e9f7fe;
	float: none;
	padding: 10px 20px;
	width: 161px;
	border-right: none;
	border-bottom: 1px solid #D9F1FD;
	border-left: 1px solid #D9F1FD;
	border-right: 1px solid #D9F1FD;
	position: relative;
	text-indent: -3px;
	margin-left: 0;
	z-index: 200;
}
.mainNav .sub-menu li:first-child {border-top: 1px solid #D9F1FD;}
.mainNav .sub-menu li a {
	font-family: 'Average Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-transform: none;
	color: #00aeef;
	font-size: 14px;
}

.speciesNav {
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.8) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ccffffff',GradientType=1 ); /* IE6-9 */
	height: 118px;
	padding: 10px 0 0 142px;
	width: 758px;
	border-top: 1px solid #FFFFFF;
	position: absolute;	
	left: 113px;	
	top: 259px;
}
.speciesNav ul.menu {
	display: inline;
	margin: 20px 0 0 20px;	
}
.speciesNav ul.menu li:before {
    content: "";
    margin-left: 0;
}
.speciesNav li {
	list-style: none;
	float: left;
	margin: 10px 14px 0;	
	/*padding-top:50px;*/
	
}
.speciesNav li:last-child, .speciesNav li:last-child a {
	margin-right: 0;
}

.speciesNav a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	text-align: center;
	margin-right: 17px;
	margin-left: 17px;
	color: #00aeef;
	font-family: 'Average Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	/*margin-top: 18px;*/
	padding-top: 70px;
	cursor:pointer;
}
.speciesNav a:hover, .speciesNav a:visited {
	color:#00aeef;	
} 
.speciesNav li.cattle {
	background:url('images/Species-Cattle.png') no-repeat 0 5px;
	margin-right: 10px;
	padding-right: 0; 
}
.speciesNav li.sheep {
	background:url('images/Species-Sheep.png') no-repeat 6px 5px;
	margin-right: 0;
	padding-right: 0; 
}
.speciesNav li.goats {
	background:url('images/Species-Goat.png') no-repeat 0 5px; 
}
.speciesNav li.alpaca {
	background:url('images/Species-Alpaca.png') no-repeat 6px -1px; 
}
.speciesNav li.deer {
	background:url('images/Species-Deer.png') no-repeat 13px -4px;
	position:relative;
	 z-index:2;
}
.speciesNav li.horses {
	background:url('images/Species-Horse.png') no-repeat -3px 3px; 
	width: 82px;
}
.speciesNav li.aquaculture {
	background:url('images/Species-Fish.png') no-repeat 20px 5px;
	margin-right: 10px;
	padding-right: 0; 
}
.speciesNav li.aquaculture a {
	margin-right: 0;
	padding-right: 0;
}

.speciesNav li.cattle:hover, .speciesNav li.cattle.current_page_item {
	background:url('images/Species-Cattle.png') no-repeat 0 -62px;
}
.speciesNav li.sheep:hover, .speciesNav li.sheep.current_page_item {
	background:url('images/Species-Sheep.png') no-repeat 6px -62px; 
}
.speciesNav li.goats:hover, .speciesNav li.goats.current_page_item {
	background:url('images/Species-Goat.png') no-repeat 0 -62px; 
}
.speciesNav li.alpaca:hover, .speciesNav li.alpaca.current_page_item {
	background:url('images/Species-Alpaca.png') no-repeat 6px -81px;  
}
.speciesNav li.deer:hover, .speciesNav li.deer.current_page_item {
	background:url('images/Species-Deer.png') no-repeat 13px -90px;
}
.speciesNav li.horses:hover, .speciesNav li.horses.current_page_item {
	background:url('images/Species-Horse.png') no-repeat -3px -73px;  
}
.speciesNav li.aquaculture:hover, .speciesNav li.aquaculture.current_page_item {
	background:url('images/Species-Fish.png') no-repeat 20px -62px;
}
.species-tag {
	position: absolute;
	top: 259px;
	left: 253px;
	background: #d9f1fd;
	width: 158px;
	height: 23px;
	color: #405965;
	font-family: 'Average Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding-top: 8px;
	text-transform: uppercase;
	text-align: center;
	z-index: 1;
}

.banner {
	height: 310px;
	margin-top: 222px;
}
ul.bxslider2 li:before {
    content: "";
    margin-left: 0;
}
ul.bxslider2 li {
    list-style-position: outside;
    list-style-type: none;
    margin-left: 0;
}

.leftColumn {
	width: 52.5%;
	margin-left: 5%;
	float: left;
}
.rightColumn {
	width: 32.5%;
	margin-left: 5%;
	margin-top: 20px;
	float: left;
}
.leftColumn-img {
	width: 65%;
	margin-left: 0;
	float: left;
}
.rightColumn-img {
	width: 31%;
	margin-left: 30px;
	margin-top: 30px;
	float: left;
}

/*typography*/

h1 {
	font-size: 48px;
	line-height:48px;
	font-family: 'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	color: #8dc63f;
	border-bottom: 1px solid #8DC63F;
	padding-bottom: 20px;
	padding-top: 15px;
	margin-left: 0px;
	margin-bottom: 20px;
}
h1 strong {color:#8dc63f; text-transform:uppercase; }
h1 em {color:#00aeef; }
h1 sup {font-size: 50%;
  vertical-align: top; font-weight: 200;}
h2 {
	color:#656d6f;
	font-size: 18px;
	font-family: 'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
}
h2 strong {color:#8dc63f; text-transform:uppercase; }
h2 em {color:#00aeef; }
h3 {
	color:#656d6f;
	font-size: 16px;
	font-family: 'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
}
h3 strong {color:#8dc63f; text-transform:uppercase; }
h3 em {color:#00aeef;}
h3 u {
	background:url(images/dottedLine.png) repeat-x bottom;
	text-decoration: none;
	padding-bottom: 4px;
	color: #656d6f;
}
h4 {
	color: #656d6f;
	font-size: 14px;
	font-family: 'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin-bottom: 5px;
}
h4 strong {color:#8dc63f; text-transform:uppercase;}
h4 em {color:#00aeef;}
h5 {
	font-size: 16px;
	font-family: 'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #656d6f;
	background: url(images/dottedLine.png) repeat-x bottom;
	text-decoration: none;
	padding-bottom: 10px;
	margin-bottom: 8px;
}
h6 {
	color: #656d6f;
	text-align: right;
}
em {font-style: italic;}

/* DROP DOWN HORIZONTAL MENU SYSTEM */

#menu {
	border-top: #333 1px solid;
	border-bottom: #333 1px solid;
	background: #fff;
	display: block;	
	width: 100%;
	height: 50px;
	margin: 0;
	clear: both;
}

#menu ul {
	font-size: 12px;
	list-style: none outside none;
	padding: 0;
	margin: 0;
}

#menu li {
	float: left;
	position: relative;
	text-align: left;
	margin-right: 12px;
}

#menu a {
	font-size: 12px;
	font-weight: 700;
	color: #333;
	display: block;
	line-height: 3.333em;
	padding: 10px 15px;
	text-decoration: none;
}

#menu a:hover, #menu .current-menu-item {
}

#menu ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    margin: 0;
    position: absolute;
    top: 3.5em;
    width: 188px;
    z-index: 99999;
}

#menu ul ul ul {
    left: 100%;
    top: 0;
}

#menu ul ul a {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px dotted #DDDDDD;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    line-height: 1.4em;
    padding: 10px;
    width: 168px;
	text-transform: none;
	letter-spacing: normal;
	font-weight: bold;
}

#menu li:hover {
    background: transparent;
}

#menu ul ul a:hover{
    background: none repeat scroll 0 0 #EFEFEF;
}

#menu ul li:hover > ul {
    display: block;
}

#menu ul li .current_page_item a {
    color: #FFEA9F;
}

#menu ul ul .current_page_item a {
    color: #000000 !important;
}

#col1 {
	display: block;
	width: 270px;
	float: left;
	margin-right:30px;
	margin-left:10px;
	margin-top: 10px;
}

#col2, #col3 {
	display: block;
	width: 270px;
	float: left;
	margin-right:10px;
	margin-left:10px;
	margin-top: 10px;
}

#col1, #col2, #col3 a {
	padding: 4px 3px;
	display: block;
	color: #000000;
}

#col1, #col2, #col3 h2 {
	padding: 4px 3px;
	display: block;
	color: #000000;
}


/* THE CONTENT SECTION */
.content {
	background: #fff url(images/Checked_BG_White.png);
	border-top: 1px solid #D9F1FD;
	font-size: 13px;
	line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9AA2A4;
	padding: 20px 40px 40px;
	font-weight:normal;
	overflow: hidden;
	margin-top: 238px;
}
.content-home {
	background-color: #FFFFFF;
	background-image: url(images/Checked_BG_White.png);
	font-size: 13px;
	line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9AA2A4;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight:normal;
	overflow: hidden;
}
.post p {
	/*margin-bottom: 25px;*/
	/*background-color: #FFFFFF;
	background-image: url(images/Checked_BG_White.png);*/
	font-size: 13px;
	line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9AA2A4;
	padding-bottom: 20px;
	/*padding-bottom: 20px;*/
	font-weight:normal;
	/*overflow: hidden;*/
}
.post blockquote p {
	background: transparent;
}

.post {
	margin:0;
	padding:0;
	text-align: left;
	color: #333;
	font-size: 14px;
	line-height: 22px;
}

.post ul, .post ol {
	margin: 0 0 10px;
}

.post li {
	margin-left: 20px;
	font-size: 13px;
	line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9AA2A4;
	font-weight:normal;
	padding: 5px 0;
	text-indent: 26px;
}
.post ol {margin: 0 0 10px 10px;}
.post ol li {
	list-style:decimal;
	padding-left: 0;
	font-size: 13px;
	line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9AA2A4;
	font-weight:normal;
	padding: 5px 0;
	text-indent: 0;
}

.post a{
	text-decoration: none;	
}

.post a:hover{
	text-decoration: none;	
}

/*
.post h2{
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #333333;
	line-height: 1.3;
	margin-bottom: 30px;
}

.post h2 a{
	font-weight: normal;
	text-decoration: none;
}


.post h3{
	font-family: "Georgia", serif;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	line-height: 1.3;
	margin-bottom: 30px;
}

.post h3 a{
	color: #cc3433;
	text-decoration: underline;
}

.post h3 a:hover{
	color: #cc3433;
	text-decoration: none;
}	
*/
h4 {
    margin: 15px 0 10px;
}
.postmetadata{
	clear: both;
	padding:6px 0 0 0;
	margin: 20px 0;
}

.navigation {
	font-size:1.2em;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	margin-bottom: 20px;
}

.aligncenter,div.aligncenter {
	display: block;
	margin: 0 auto 25px;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.alignnone {
   margin: 25px 0 25px 0;
}

/* WIDE SIDEBAR */

.widesidebar {
	width:280px;
	float:right;
	margin:0;
	padding:0;
}

.widesidebar h2 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.widesidebar label {
	color: #000;
	margin: 0;
	padding: 0;
}

.widesidebar p {
}

.widesidebar img.left { 
	float: left; 
	border: none; 
	padding: 6px 0 0 0;
}

.widesidebar img.right {
	float: right;
	border: none;
	padding: 0 0 0 6px;
}

.widesidebar ul {
	margin: 0;
	padding:0;
}

.widesidebar ul li {
	list-style-type:none;
	padding: 5px 0 5px 0px;
	border-bottom:1px solid #eeeeee;
}

.widesidebar ul ul {
	margin:14px 0;
	padding-bottom: 25px;
}

.widesidebar ul ul li {
	list-style-type: none;
}

.widesidebar ul ul ul {
	margin: 0;
	padding: 0;
}

.widesidebar ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: none;
}

/* misc */

code {
	font-family:'Courier New', Courier, monospace;
}

.entry {
}

.line {
	width : 100%;
	background : #eeeeee;
	height : 1px;
	margin-bottom : 24px;
	margin-top : 24px;
	clear: both;
}

button {
	background: #222 url('/images/overlay-button.png') repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

/* NATIVE GALLERY STYLING */

.gallery {
    clear: both;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.gallery .gallery-row {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
}

.gallery .gallery-item {
    float: left;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

.gallery .gallery-item .gallery-icon img {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 1%;
    width: auto;
}

.gallery-caption {
    margin-left: 0;
}

.attachment-thumbnail {
	border: 0 !important;
}

/* COMMENT FORM STYLING */

#commentform {
	background:#fff;
	margin-bottom:20px;
	padding:0;
}

#commentform p {
}

#commentform a{
	text-decoration: underline;
}

#commentform h3 {
	margin:0;
	padding:0;
}	

#comment{
	width:80%;
}

#author, #email, #url, #comment, #submit {
	background: #fff;
	margin:5px 5px 0 0;
	padding:5px;
	border: 1px solid #cccccc;
	font-size: 14px;
}	

#submit {
	margin:5px 5px 0 0;
}

#comments {
	margin:0;
	padding:0
}

ol.commentlist {
	list-style-type: none;
	margin:0;
	padding:0;
}

.avatar {
	float:left;
	margin:0 12px 0 0;
}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
}

ol.commentlist li.alt {
	background: #f9f9f9;
}

ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
}

ol.commentlist a {
}

cite {
	font-family: 'Georgia';
	font-style: normal;
}


/* SEARCH FORM */

#searchform {
	/*padding: 6px 0 10px 0px;*/
	font-family: 'Arial', Helvetica, sans-serif;
	/*border-bottom: 1px solid #eeeeee;*/
	margin-bottom: 20px;
}

#searchform input#s {
/*
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	width: 130px;
	*/
}

#searchform input#searchsubmit {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	margin: 2px 0 0 2px;
	background-color: #422906;
	border: 1px solid #422906;
	color: #fff;
}

/* SHORTCODES*/

.half, .half-last {
	float:left;
	width:47.5%; 
	margin-bottom: 25px;
	text-align: left;
    color: #9AA2A4;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}
.half {margin-right: 40px;}

.half-last {
	margin-right:0;
}

.third, .third-last {
	float:left;
	width:25%; 
	margin-right:3.5%; 
	border: 1px solid #eee; 
	padding: 5px 15px 15px 15px;
}

.third-last {
	margin-right:0;
}

.box {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	padding: 20px;
	border: 1px solid #cccccc;
	margin-bottom: 25px;
}

/* THE FOOTER */

footer.bigFatFooter {
	background-color: #405965;
	margin-bottom: 50px;
	background-image: url(images/footer_BG.gif);
	padding-top: 51px;
	padding-right: 51px;
	padding-bottom: 43px;
	padding-left: 51px;
	overflow: hidden;
}

.footerCol {
	float: left;
	width: 190px;
	margin-right: 9px;
}
.alignR {
	text-align: right;
	float: right;	 	
}
.footerCol p.alignR {
	line-height: 16px;
}

.footerCol.alignR {
	text-align: right;
	float: right;	
	width:200px;
	border: 0px solid red;
	margin-top:-220px;
}

.footerCol p {
	font-family: 'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: left;
	margin: 0;
}
.footerCol h1 {
	font-size: 14px;
	line-height: 32px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	border:0;
}
.footerCol h2 {
	color: #FFFFFF;
	font-size: 29px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 0px;
	margin-top: -20px;
}
.footerCol h3 {
	color: #FFFFFF;
	letter-spacing: 3px;
	margin-top: 20px;
}
.footerCol a:link, .footerCol a:visited {
	 color:#50cfff;
 }
.footerCol a:hover, .footerCol a:active {
	 color:#ffa800;
 }
.footerCol ul li:before {
    content: "";
    margin-left: 0;
	padding: 0;
}
.footerCol ul li {
    list-style-position: outside;
    list-style-type: none;	
    font-family: 'Roboto',Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
	line-height: 18px;
    margin: 12px 0;
    text-align: left;
	padding: 0;
}
.clearBoth {
	clear: both;
	text-align: center;
}

/* Breadcrumbs */

#breadcrumbs {
	font-size: 12px;
}

ul.services {width: 769px; margin: 0 auto;}
ul.services li:before {
    content: "";
    margin-left: 0;
    padding-right: 0;
}
ul.services li {
	list-style: none;
    color: #9AA2A4;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    margin-left: 0;
    padding: 0;
    text-indent: 0;
}
ul.services h3 {
	font-family: 'Roboto',Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 10px;
	margin-left: 10px;
}
ul.services h3 sup {
	font-size: 50%;
  vertical-align: top;
}
.services-item {
	background: #f0f3f4;
	padding: 12px 20px 12px 12px;
	min-height: 161px;
	clear: both;
	margin-bottom: 30px;
	position: relative;
}
.services-item p {
	background: none;
    color: #9AA2A4;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    overflow: hidden;
	padding-bottom: 0;
}

.services-thumb img.wp-post-image {
	-webkit-box-shadow: 2px 3px 12px 1px rgba(0,0,0,.05); 
	-moz-box-shadow: 2px 3px 12px 1px rgba(0,0,0,.05); 
	box-shadow: 2px 3px 12px 1px rgba(0,0,0,.05);
	max-width: 211px;
	max-height: 159px;
	padding: 0;
	margin-right: 30px;
}
.more-button {
	background: #00aeef;
	width: 96px;
	height: 25px;
	padding-top: 3px;
	color: #fff;
	font-family: 'Roboto',Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	text-align: center;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.more-button span {
	font-weight: bold;
	font-size: 16px;
}
.more-button:hover {
	color: #ffa800;
}

.wpcf7-submit {background: #D9F1FD; border: none; padding: 10px; color:#50CFFF; cursor: pointer;}
.wpcf7-submit:hover {color: #ffa800;}
.news-thumb {
	float: left;
	width: 200px;
	min-height: 160px;
}
.news-thumb img {
	max-width: 150px;
	/*max-height: 150px;*/
	float: left;
	background: #eee;
	padding: 4px;
	margin: 0 20px 20px 0;
}
.send-samples {
	float: right;
	margin-top: -85px;
}


.horizontalline {
	border-bottom: 1px solid #8DC63F;
	margin-bottom: 20px;
	padding-top: 20px;
	clear: both;
}

#submitter, #owner {
	float: left;
	width: 48%;
}

#submitter div{
	padding-right: 20px;
}

.checkboxsinglerow label {
	padding-right: 30px;
	white-space: nowrap;
	display: inline;
}

/*
.checkboxmultirow label {
	float:left;
	padding-top: 10px;
}

.checkboxmultirow {
	clear: both;
}
*/

.checkboxmultirow label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

.checkboxmultirow input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -4px;
    *overflow: hidden;
}

.checkboxmultirow .wpcf7-list-item {
	margin-left: 0;
}

#terms-content {
	padding:20px;
}

#terms-content p {
	padding-top: 20px;
}

#terms-content ul {
	margin-bottom: 0;
}

textarea {
	font-family: Arial;
	padding: 1px;
}

.textboxsmall {
	width: 50px;
	font-family: Arial;
}

.textboxmed {
	width: 100px;
	font-family: Arial;
}

.textboxlarge {
	width: 200px;
	font-family: Arial;
}

.textareasmall {
	width: 200px;
	height: 50px;
	font-family: Arial;
}

.textarealarge {
	width: 100%;
	height: 150px;
	font-family: Arial;
}