/*
Theme Name: NFIE
Theme URI: http://northfloridairrigation.com/
Description: A WordPress theme for the NFIE
Version: 1.0
Author: Biscuit Studios
Author URI: http://www.biscuitstudios.com/
Tags: custom header, fixed width, two columns, widgets
*/

/*-------------------------------------------------------------------------*/

/* FONTS */

/*-------------------------------------------------------------------------*/

/* Inherit the default theme styles */
/* @import url( fonts/fonts.css ); */

/*-------------------------------------------------------------------------*/

/* RESET  (Based on work by Eric Meyer) */

/*-------------------------------------------------------------------------*/

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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	/* clear: both; REMOVED BY JASON */
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display:block;
}
a img {
	border: none;
	vertical-align: bottom;
}

/*-------------------------------------------------------------------------*/

/* COLORS */

/*-------------------------------------------------------------------------*/

/* font - blue link = #00AEEF */
/* font - green bar = #9ACD66 */

/*-------------------------------------------------------------------------*/

/* GLOBAL ELEMENTS */

/*-------------------------------------------------------------------------*/

body {
	background-color: #DADADA;
	background-image: url(images/body_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 20px;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0;
}
a:link { 
	color: #00AEEF;
	text-decoration: none;
}
a:visited { 
	color: #00AEEF;
	text-decoration: none;
}
a:active { 
	color: #00AEEF;
	text-decoration: none;
}
a:hover {
	color: #00AEEF;
	text-decoration: underline;
}
.clear {
	clear: both;
}
p { 
	margin: 0 0 18px 0;
}
strong, b, strong *, b * {
	font-weight: bold !important;
}
em, i, em *, i * {
	font-style: italic !important;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
table {
	clear: both;
}
thead {
/* 	background-color: #4C2600; */
}
th {
	font-weight: bold;
	border-bottom: 5px solid #CCC;
	margin: 0;
	padding: 10px 5px;
}
tbody {
	/* background-color: #F6ECD8; */
}
td {
	margin: 0;
	padding: 10px 5px;
	vertical-align: top;
}

/*-------------------------------------------------------------------------*/

/* STRUCTURE */

/*-------------------------------------------------------------------------*/

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#wrapper-interior {
	background-image: url(images/page_bg.png);
	background-repeat: repeat-y;
	background-color: transparent;
	margin: 0;
	padding: 0;
	width: 960px;
	overflow: hidden;
}
/*
#wrapper-interior-wide {
	clear: both;
	margin:  15px;
	padding: 0;
	width: 850px;
}
*/

/*-------------------------------------------------------------------------*/

/* HEADER */

/*-------------------------------------------------------------------------*/

#phone p {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 0 20px;
}
#header {
	margin: 0;
	padding: 0 20px;
	width: 920px;
	height: 180px;
}
/*
#header-logo {
	float: left;
	display: inline;
	margin: 20px 0 0 30px; 
	padding: 0;
	width: 260px;
	height: 110px;
}
#header-logo a, #header-logo a:hover {
	text-decoration: none;
	background: none;
}
*/

/*-------------------------------------------------------------------------*/

/* MENU */

/*-------------------------------------------------------------------------*/

.menu-wrapper {
	background-color: #9ACD66;
	margin: 5px 20px; 
	padding: 0;
	width: 920px;
	height: 50px;
}
ul#menu-main {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu-main a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	line-height: 50px;
	display: block;
	clear: both;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #9ACD66;
	margin: 0;
	padding: 0 22px;
}
ul#menu-main a:hover {
	/* main menu hover background */
	color: #FFF;
	background-color: #00AEEF;
	text-decoration: none;
}
ul#menu-main li {
	position: relative;
	float: left;
	list-style: none;
	text-align: center;
	background-image: none; /* to remove bullets */
	border-right: 1px solid #FFF;
	margin: 0;
	padding: 0;
}
/* DROP DOWN MENUS */
#menu-main ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-transform: none;
	border: 0;
	width: 224px;
	z-index: 9999;
}
#menu-main li li {
	position: relative;
	float: left;
	border-left: 0 solid #FFF;
	border-right: 0 solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 0 solid #FFF;
	margin: 0;
	padding: 0;
	width: 224px;
	z-index: 9999;
}
#menu-main li li a {
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	line-height: 16px;
	margin: 0;
	padding: 10px 0 10px 23px;
}
#menu-main li li a:visited {
	font-weight: normal;
}
#menu-main li li a:hover {
	background-color: #00AEEF; /* drop down menu hover background */
}
#menu-main li ul ul {
	margin:-21px 0 0 190px;
	z-index: 9999;
}
#menu-main li ul li:hover a, #menu-main li ul li li:hover a, #menu-main li ul li li li:hover a, #menu-main li ul li li li:hover a  {
	color: #FFF; /* drop down hover font color */
}
#menu-main li:hover a {
	color: #FFF; /* main menu hover font color */
}
#menu-main li:hover li a, #menu-main li li:hover li a, #menu-main li li li:hover li a, #menu-main li li li li:hover li a {
	color: #FFF; /* drop down font color */
}
#menu-main li:hover ul ul, #menu-main li:hover ul ul ul, #menu-main li:hover ul ul ul ul {
	left:-999em;
}
#menu-main li:hover ul, #menu-main li li:hover ul, #menu-main li li li:hover ul, #menu-main li li li li:hover ul {
	left:auto;
	background-color: #222; /* drop down menu background */
}
#menu-main li:hover {
	background-color: #E51B24; /* main menu background color when hover over a drop down menu */
}
/*
#menu-main .current_page_item {
	color: #005568;
	text-decoration: underline;
}
*/

/*-------------------------------------------------------------------------*/

/* HEADING TAGS */

/*-------------------------------------------------------------------------*/

h1 {
	/* page title */
	font-size: 23px;
	font-weight: normal;
	line-height: 26px;
	color: #444;
	text-align: left;
	text-decoration: none;
	margin: 0 0 18px 0;
	padding: 0;
}
h2 {
	/* post titles */
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #444;
	text-align: left;
	text-decoration: none;
}
h3 {
	/* paragraph title */
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #444;
	text-align: left;
	text-decoration: none;
}
h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #444;
	text-decoration: none;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
h6 {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 18px 0;
}

/*-------------------------------------------------------------------------*/

/* MAIN COLUMN */

/*-------------------------------------------------------------------------*/

.main {
	float: left;
	display: inline;
	text-align: left;
	margin: 0 30px 20px 40px;
	padding: 20px 30px 0 0;
	width: 600px;
	min-height: 250px;
}
#products .product-image {
	float: left;
	display: inline;
	margin: 0 20px 30px 0;
	padding: 0;
	width: 169px;
}
#products .content-alignright {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	width: 411px;
}
.main-wide {
	text-align: left;
	background-color: #FFF;
	margin: 0 30px;
	padding: 0;
	width: 900px;
}
.main-home {
	font-size: 11px;
	margin: 20px;
	padding: 0;
	width: 920px;
}
.main-home h1 {
	margin: 0 0 12px 0;
	padding: 0;
}
.main-home p {
	line-height: 18px;
	padding: 0 20px 0 0;
}
.main-home img {
	background-color: #EEE;
	margin: 0 20px 20px 0;
	padding: 10px;
	width: 400px;
	height: 265px;
}

.main-home .vvqbox {
	float: left;
	display: inline;
	background-color: #EEE;
	margin: 0 20px 20px 0;
	padding: 10px;
	width: 400px;
	height: 265px;
}
ul, ol {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
}
ul li {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 6px 0 6px 15px;
	padding: 0 0 0 12px;
}
ul li li {
	background-image: url(images/bullet_line.png);
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 3px 0 3px 0;
	padding: 0 0 0 10px;
}
ol li {
	list-style-type: decimal; 
	line-height: 18px;
	margin: 6px 0 6px 15px;
	padding: 0;
}
ol li li {
	list-style-type: upper-alpha; 
}
ol li li li {
	list-style-type: lower-roman; 
}
ol li li li li {
	list-style-type: lower-alpha; 
}

/* FOR GOOGLE MAPRESS PLUGIN */
.mapp0_poweredby {
	display: none !important;
}
.mapp-container {
	clear: both !important;
	border: 10px solid #EEE !important;
	text-align: left !important;
	margin: 0 !important;
}
/*
.map-left {
	float: left;
	display: inline;
	padding: 10px 0 0 0;
	margin: 0 10px 10px 0;
	width: 50px;
}
.map-right {
	float: right;
	display: inline;
	text-align: left;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}
*/

/*-------------------------------------------------------------------------*/

/* SIDEBAR */

/*-------------------------------------------------------------------------*/

#sidebar {
	float: right;
	display: inline;
	font-size: 11px;
	line-height: 18px;
	margin: 10px 30px 0 0;
	padding: 0;
	width: 230px;
}
#sidebar h3 {
	/* sidebar title */
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	margin: 0;
	padding: 12px 15px 15px 0;
}
#sidebar img {
	background-color: #EFEFEF;
	padding: 10px;
}
#sidebar p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-style: italic;
}
#sidebar ul {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
}
#sidebar ul li {
	background-image: url(images/bullet_arrow.png);
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 6px 0 6px 0;
	padding: 0 0 0 10px;
}

#sidebar-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar-menu a:link { 
	color: #00AEEF;
	text-decoration: none;
}
#sidebar-menu a:visited { 
	color: #00AEEF;
	text-decoration: none;
}
#sidebar-menu a:active { 
	color: #00AEEF;
	text-decoration: none;
}
#sidebar-menu a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #00AEEF;
}
#sidebar-menu ul li {
	background-image: none;
	margin: 0;
	padding: 0;
}
#sidebar-menu ul li a {
	display: block;
	font-size: 13px;
	line-height: 20px;
	color: #C05B18;
	border-top: solid 1px #DDD;
	margin: 0;
	padding: 6px 0 6px 5px;
}
#sidebar-menu ul li li {
	margin: 0;
	padding: 0 0 0 10px;
}
#sidebar-menu ul li li a {
	display: block;
	font-size: 11px;
	color: #888;
	border: none;
	margin: -10px 0 0 0;
	padding: 6px 0 6px 5px;
}

#sidebar-home {
	clear: both;
	border-top: solid 1px #DDD;
	margin: 0 20px;
	padding: 20px 0;
	width: 920px;
}
#sidebar-home .box-area {
	float: left;
	display: inline;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
	border-right: solid 1px #DDD;
	margin: 0 20px 0 0;
	padding: 0;
	width: 289px;
	height: auto;
}
#sidebar-home #first {
	background-image: url(images/home_left_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0;
	min-height: 290px;
}
#sidebar-home #first h3 {
	margin-bottom: -15px !important;
	*margin-bottom: 8px !important;
	padding: 0 0 0 15px;
}
#sidebar-home #second {
	width: 300px;
	min-height: 290px;
}
#sidebar-home #second ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar-home #second ul li {
	color: #666;
	font-size: 12px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 10px 20px 10px 25px;
	padding: 0 0 0 12px;
}
#sidebar-home #second p {
	color: #666;
	font-size: 12px;
	margin: 0;
	padding: 15px 10px 0 25px;
}
/*
#sidebar-home #second span {
	font-size: 12px;
	line-height: 32px;
	margin: 0;
	padding: 10px 0 0 0;
}
#sidebar-home #second img {
	clear: both;
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	padding: 0;
}
*/
#sidebar-home #third {
	border-right: none;
	margin-right: 0;
}
#sidebar-home #third h3 {
	margin: 0;
	padding: 8px 10px 0 10px;
}
#sidebar-home #third p {
	margin: 0;
	padding: 0 10px;
}
/*
#sidebar-home h2 {
	margin: 8px 0 12px 0;
}
#sidebar-home p {
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-style: italic;
}
#sidebar-home img {
	background-color: #FFF;
	margin: 0 12px 0 0;
	padding: 0;
}
*/
.widget {
	margin-bottom: 18px;
}

/*-------------------------------------------------------------------------*/

/* FOOTER */

/*-------------------------------------------------------------------------*/

#footer-wrapper {
	clear: both;
	background-color: transparent;
	margin: 0 auto;
	padding: 15px 0;
	width: 920px;
	height: 100px;
}
#footer-wrapper img {
	float: left;
	display: inline;
}
#footer-left {
	float: left;
	display: inline;	
	margin: 0 20px 0 0;
	padding: 0;
	width: 600px;
}
#footer-left img {
	margin: 0 15px 0 0;
}
#footer-left p {
	color: #777;
	font-size: 11px;
	line-height: 16px;
	margin: 8px 0 10px 0;
	padding: 0;
}
#footer-right {
	float: left;
	display: inline;
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 300px;
}
#footer-right img {
	margin: 0 10px 0 0;
}
#footer-right p {
	color: #777;
	font-size: 11px;
	line-height: 16px;
	margin: 8px 0;
	padding: 0;
}

/*-------------------------------------------------------------------------*/

/* IMAGES */

/*-------------------------------------------------------------------------*/

.entry-content img {
	margin: 0 0 24px 0;
	max-width: 640px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px;
}
#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}

/*-------------------------------------------------------------------------*/

/* POST */

/*-------------------------------------------------------------------------*/

.post {
	margin: 0;
	text-align: left;
}
/*
.post img {
	background-color: #EEE;
	margin: 0 0 0 12px;
	padding: 10px;
}
*/
.post-info {
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	margin: 0 0 12px 0;
	padding: 0;
}
.post-listing-info  {
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	margin: 0 0 4px 0;
	padding: 0;
}
.post-line {
	clear: both;
	text-align: left;
	border-top: solid 1px #DDD;
	margin: 18px 0;
	padding: 0;
}
.postmetadata {
	margin: 20px 0;
	padding: 6px 10px 6px 10px;
}
	
/*-------------------------------------------------------------------------*/

/* COMMENTS */

/*-------------------------------------------------------------------------*/

#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
	 font-size: 14px;
	 margin: 0 0 0 55px;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 55px;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
#respond {
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px 0;
	width:98%;
}
#respond textarea {
	width:99%;
}
#respond dt,
#respond dd {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond dd code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 0 0 24px;
}
#respond .form-submit input {
	width: auto;
}
#respond dl {
	margin: 0 0 10px;
}
#respond dt {
	 display: inline;
	font-weight: normal;
}
#respond dd {
	display: inline;
}

/*-------------------------------------------------------------------------*/

/* VARIOUS TAGS & CLASSES */

/*-------------------------------------------------------------------------*/

acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	/* TWENTY-TEN'S WAY */
	background-color: #DDD;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}
small {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	margin: 0;
	padding: 6px 0 0 0;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps
{
	font-size: 10px;
	letter-spacing: .07em;
}	
pre {
	/* used to paste in form code */
	font-size: 13px;
	margin: -10px 0 0 0;
	padding: 0;
	text-align: left;
}
ins {
	background: #FFFFCC;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/*-------------------------------------------------------------------------*/

/* CAPTIONS */

/*-------------------------------------------------------------------------*/

.aligncenter,
div.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	float: left;
	display: inline;
	padding: 0;
	margin: 0 0 40px 0;
}
.wp-caption img {
	background-color: #F6ECD8;
	margin: 0;
	padding: 10px;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	line-height: 18px;
	margin: -35px 0 0 0;
	padding: 0 0 0 20px;
}

/*-------------------------------------------------------------------------*/

/* BUTTONS */

/*-------------------------------------------------------------------------*/

.buttons a, .buttons button {
	float: left;
	display: block;
	background-color: #F3F3F3;
	border: 1px solid #CCC;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #205D7C;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	margin: 0 0 20px 0;
	padding: 6px 11px 6px 11px; /* Links */
}
.buttons button{
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
	padding: 4px 5px 3px 4px; /* Firefox */
	line-height: 17px; /* Safari */
}
*:first-child+html button[type]{
	padding: 4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}


/* STANDARD */

button:hover, .buttons a:hover{
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#205D7C;
}
.buttons a:active{
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive {
	color: #FFF;
	font-size: 15px;
	margin: 5px 15px 12px 0;
	padding: 10px 25px;
	background-color: #CD470A;
	border: 0 solid #FFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
}
.buttons a.positive:hover, button.positive:hover {
	background-color: #4C2600;
	border: 0 solid #FFF;
	color: #FFF;
}
.buttons a.positive:active{
	background-color: #4C2600;
	border: 0 solid #FFF;
	color: #FFF;
}

/* HOMEPAGE */

button.homepage, .buttons a.homepage {
	color: #00AEEF;
	font-size: 17px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	margin: 0;
	padding: 15px 25px 15px 15px;
	background-color: transparent;
	border: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	width: 229px;
}
.buttons a.homepage:hover, button.homepage:hover {
	background-color: #00AEEF;
	border: none;
	color: #FFF;
}
.buttons a.homepage:active {
	background-color: #00AEEF;
	border: 0 solid #FFF;
	color: #FFF;
}
button.homepage span, .buttons a.homepage span {
	color: #666;
	font-size: 11px;
	line-height: 13px;
}
.buttons a.homepage:hover span, button.homepage:hover span {
	color: #FFF;
}

/*-------------------------------------------------------------------------*/

/* GENERAL FORM STYLES (for forms, logins, etc.) */

/*-------------------------------------------------------------------------*/

legend {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 0;
}
label {
	font-size: 13px;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: left;
}
label a {}
.checkboxlabel {
	margin-left: 10px;
}
.flipped .checkbox {
	margin-left: 5px;
	padding-right: 5px;
}
.flipped .checkboxlabel {
	margin-left: 0px;
}
input[type="submit"] {
	clear: both;
	margin: 0 0 0 10px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="file"], input[type="radiobutton"], select, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 14px !important;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #CCC;
	background: #FAFAFA;
	/* controls distance between fields */
	margin: 0;
	padding: 6px !important;
	vertical-align: middle;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="password"]:hover, input[type="file"]:hover, input[type="radiobutton"]:hover, textarea:hover {
	border: 1px solid #AAA;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="file"]:focus, input[type="radiobutton"]:focus, textarea:focus {
	border: 1px solid #AAA;
	background-color: #FFF;
}

/*-------------------------------------------------------------------------*/

/* SEARCH FORM */

/*-------------------------------------------------------------------------*/

#searchform {
	float: right;
	display: inline;
	margin: -3px 0 0 0;
	padding: 0;
}
#searchform input {
	width: 120px;
}
#results p {
	font-size: 12px;
}
.gray-font {
	color: #6A4831;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.black-font {
	color: #6A4831;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

/*-------------------------------------------------------------------------*/

/* CUSTOMIZED GRAVITY FORM STYLES (these override styles listed above) */

/*-------------------------------------------------------------------------*/

.gform_wrapper {
	max-width: 600px !important;
}
.gform_wrapper input {
	font-size: 14px !important;
	font-family: inherit !important;
	padding: 6px 0 6px 3px !important;
}
.gform_wrapper textarea {
	font-size: 14px !important;
	font-family: inherit !important;
	padding: 6px 0 6px 3px !important;
}
.gform_wrapper select {
	font-size: 14px !important;
	font-family: inherit !important;
	padding: 6px 0 6px 3px !important;
}
.gform_body ul li {
	/* REMOVE ANY BULLETS FROM MAIN UL */
	background-image: none !important;
	margin: 0 !important;
	padding: 0 !important
}
.gform_wrapper .ginput_complex label {
	margin: 1px 0 0 0 !important;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
	font-size: 18px !important;
	font-family: inherit !important;
	font-weight: normal !important;
}
.gform_wrapper .gsection {
	border-bottom:1px solid #EEE !important;
	margin:30px 0 0 0 !important;
	padding:0 0 4px 0 !important; 
}
.gform_wrapper .gfield_required {
	color: #930 !important;
}
.gform_wrapper .gfield_error {
	background-color: #F0E1D9 !important;
	border: 1px dotted #C89797 !important;
}
.gform_wrapper .gfield_error .gfield_label {
	color: #930 !important;
}
.gform_wrapper .validation_error {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper .validation_message {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper input.button {
	font-size: 100% !important;
	color: #222 !important;
}
.gform_wrapper input.button:hover {
	color: #000 !important;
}
#gforms_confirmation_message {
	background-color: #FFFFEE !important;
	font-size: 13px !important;
	color: #555 !important;
	text-align: left !important;
	border: 0px solid #feda70 !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	padding: 15px 0 !important;
}
.gform_footer input[type="submit"] {
	/* REQUIRED 0 MARGIN DUE TO SUBMIT INPUT STYLES ABOVE */
	margin: 0;
}

/*-------------------------------------------------------------------------*/

/* MOBILE SAFARI ( iPad, iPhone and iPod Touch ) */

/*-------------------------------------------------------------------------*/

pre {
	-webkit-text-size-adjust: 140%;
}

code {
	-webkit-text-size-adjust: 160%;
}

#menu-main, .entry-meta, .entry-utility, .widget_search label, .navigation, .widget-area {
	-webkit-text-size-adjust: 90%;
}

#site-description {
	-webkit-text-size-adjust: none;
}

/*-------------------------------------------------------------------------*/

/* PRINT STYLES */

/*-------------------------------------------------------------------------*/

@media print {
	body {background:white; 
	     font-size:11pt;
	     color:black;
	     margin:0; }
	#wrapper {
		width: 90%;
		border: none;
		background: none;
	}
	#sidebar { display:none; }
	#header { display:none; }
	.main { margin-left:0; 
	     float:none; 
	     width:auto }
	
	a { 
	     color:#333; 
	     text-decoration:underline }
	#commentform { display:none }
	#footer-wrapper { display:none }
	#copyright { font-size: 8pt;
	}
	h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
	     page-break-inside:avoid }
	blockquote, table, pre { page-break-inside:avoid }
	ul, ol, dl  { page-break-before:avoid }
	img.centered { display: block; 
	     margin-left: auto; 
	     margin-right: auto; }
	img.right { padding: 4px; 
	     margin: 0 0 2px 7px; 
	     display: inline; }
	img.left { padding: 4px; 
	     margin: 0 7px 2px 0; 
	     display: inline; }
	.right { float: right; }
	.left { float: left }
	img { page-break-inside:avoid; 
	     page-break-after:avoid; }
}
