/*
Theme Name: Amanda
Theme URI: http://amandacossey.com
Description: The totally simple Wordpress theme. Phwoar! (Based on Twenty Ten & Starkers)
Version: 3.0
Author: Jake Bresnehan
Author URI: http://jakebresnehan.com
Tags: Amanda, clean, basic
*/

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #FF5E99; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }




/* Primary Styles
    Author: Jake Bresnehan
    Date: 5-2-11
*/

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them.
 More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }


/* TYPOGRAPHY */
/* ----------------------------------------- */
@font-face {
 	font-family: 'SegoeUINormal';
 	src: url('css/segoeui-webfont.eot');
 	src: local('☺'), url('css/segoeui-webfont.woff') format('woff'), url('css/segoeui-webfont.ttf') format('truetype'), url('css/segoeui-webfont.svg#webfontxmPa6ASc') format('svg');
 	font-weight: normal;
 	font-style: normal;
}
 
@font-face {
	font-family: 'SaginawLight';
	src: url('css/saginawlight-webfont.eot');
	src: local('☺'), url('css/saginawlight-webfont.woff') format('woff'), url('css/saginawlight-webfont.ttf') format('truetype'), url('css/saginawlight-webfont.svg#webfontS56kYFzj') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* BODY */
/* ----------------------------------------- */
 
body{background: #FFF url('./images/bg.png') repeat-x 0 0;}

/* CONTAINER */
/* ----------------------------------------- */

#container{margin: 0 auto;}

/* HEADER */
/* ----------------------------------------- */

header{
  width: 960px;
  height: 182px;
  margin: 0 auto;
}

#header-contact{
  background:url("./images/contact.png") no-repeat scroll 0 0 transparent;
  color:#FFFFFF;
  float:right;
  height:46px;
  width:246px;
  margin-right: 15px;
  display:none; /*needs to be removed if it is approved*/
}

#header-contact p{
  padding-top: 5px;
  text-align: center;
  font-size: 11px;
  font-family: 'SegoeUINormal';
}

header h1{
  padding-top: 66px;
  color:#D4E8D4;
  font-family:'SaginawLight';
  font-size:36px;
  letter-spacing:2px;
  margin-left: 22px;
  font-weight: normal;
}

h1 span{
 padding-top: 50px;
  font-family: 'SegoeUINormal';
  text-transform: uppercase;
  color: #c5f5b4;
  font-size: 20px;
  font-weight: normal;
  }

header h4{
  padding-top: 50px;
  font-family: 'SegoeUINormal';
  text-transform: uppercase;
  color: #c5f5b4;
  font-size: 14px;
  margin-left: 80px;
  font-weight: normal;
}

header ul{
  list-style: none;
  margin-top: 25px;
  margin-left: 40px;  
}

header ul li{
  font-family: 'SegoeUINormal';
  float: left;
  font-size: 14px;
}

header ul li a{
  color: #fff;
  text-decoration: none;
}

header ul li a:hover,header ul li.current{
  color: #adfe6c;
  text-shadow:0 0 25px #adfe6c, 0 0 25px #adfe6c, 0 0 15px #adfe6c;
}

header ul li a, header ul li a:active, header ul li a:visited { color: #fff; }


li.current_page_item{
  color: #adfe6c;
  text-shadow:0 0 25px #adfe6c, 0 0 25px #adfe6c, 0 0 15px #adfe6c;

}

.menu li{
 background:url("./images/nav-sep.png") no-repeat scroll 0 -9px transparent;
 height:24px;
 margin-right:15px;
}

.menu li:first-child{
 background: none;
}

.menu li a{
 padding-left: 10px;
}

#header-fruit{
 background:url("./images/oranges.png") no-repeat scroll 0 0 transparent;
 height:199px;
 margin-left:690px;
 margin-top:-108px;
 position:absolute;
 width:278px;
 z-index:10;
}

/* MAIN */
/* ----------------------------------------- */

#main{
 background:none repeat scroll 0 0 #FFFFFF;
 margin:-10px auto 0;
 overflow:hidden;
 position:relative;
 width:960px;
 z-index:1;
 -moz-box-shadow: 0px 3px 4px #c4c4c4; /* FF3.5+ */
 -webkit-box-shadow: 0px 3px 4px #c4c4c4; /* Saf3.0+, Chrome */
 box-shadow: 0px 3px 4px #c4c4c4; /* Opera 10.5, IE9 */
}

#main-big{
 float:left;
 margin-bottom:20px;
 margin-left:80px;
 margin-top:35px;
 width:960px;  
}

#main-left{
 float:left;
 margin-bottom:20px;
 margin-left:35px;
 margin-top:31px;
 width:600px;
}

#main h2{
 color:#326d01;
 font-size: 24px;
 font-family:'SaginawLight';
 letter-spacing:2px;
}

#main h3{
 color:#326d01;
 font-size: 18px;
 font-family: 'SegoeUINormal';
 font-weight: normal;
 padding-top:15px;
}

#main p{
 font-family: 14px;
 font-family: Arial, "MS Trebuchet", sans-serif;
 margin-top: 15px;
 padding-bottom: 10px;
 text-align:justify;
 line-height: 1.2em;
}

#main-left ul li{
 width: 700px;
}

#main-big p{
 width: 850px;
}

#main-big ul li{
 width: 700px;
}

#main span, #main span a{
 color: #f36900;
}

/* SIDEBAR */
/* ----------------------------------------- */

#sidebar{
 float:right;
 margin-right:35px;
 margin-top: 60px;
 text-align:center;
 width:270px;
}

li.widget-container, li.widget_text{
 list-style: none;
}

.center{
 margin-left: 11px;
}

/* FOOTER */
/* ----------------------------------------- */

footer{
 width: 960px;
 height: 182px;
 margin:  0 auto;  
}

footer ul{
 list-style: none;
 margin-top:20px;
}

footer ul li {
 float:left;
 font-family: 'SegoeUINormal';
 color: #f36900;
 font-size: 12px;
}

footer ul li a, footer ul li a:active, footer ul li a:visited {
 text-decoration: none;
 color: #f36900;
}

footer ul li a:hover{
 text-decoration: underline;
 color: #f36900;
}

footer ul li span{
 background: url('./images/footer-nav-sep.png') no-repeat 0 3px;
 width: 1px;
 height: 10px;
 margin-left: 10px;
 padding-right: 10px;
}

footer p{
 clear:both;
 margin-left: 1.8em;
 padding-top: 20px;
 font-size: 12px;
 font-family: 'SegoeUINormal';
 color: #444444;
}

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

footer p a, footer p a:active, footer p a:visited { color: #f36900; }

footer p a:hover{
 text-decoration: underline;
 color: #f36900;
}
  
span.footer{
 background: url('./images/footer-nav-sep.png') no-repeat 0 3px;
 width: 1px;
 height: 10px;
 margin-left: 10px;
 padding-right: 10px;
}

/* SUB PAGES */
/* ----------------------------------------- */

ul.aged{
  margin-top: 10px;
}

ul.aged li{
 color: #508301;
 padding-top: 10px;
}
 
ul.aged li span{
 color:#444444 !important;
}

ul#services li{
 color: #508301;
 padding-top: 10px;
}
 
ul#services li span{
 color:#444444 !important;
}
 
ul#qualifications li{
 color: #508301;
 padding-top: 10px;
}

ul#qualifications li span{
 color:#444444 !important;
}

ul.rebates{
 list-style:none;
 margin-top: 10px;
}

ul.rebates li{
 padding-bottom:5px;
}

ul.rebates li p{
 margin-left: 10px;
 margin-top: 0 !important;
 padding-bottom: 0 !important;
 width: 700px !important;
}

a.email {
 color: #f36900; 
}

#main-left.left{
 float:left;
}

#main-left img{
 float:right;
}

blockquote {
 font-size: 18px;
 font-style: italic;
 margin: 0px 0px 1.5em;
 padding: 5px 0px 0px 10px;
}

/*Contact Form */
#wpcf7-f1-p10-o1{
 float:left;
 width:360px;
 }

h3.location{
 margin-top: 12px;
}

ul#fees{
 margin-top: 10px;
 border:1px solid #CCCCCC;
 list-style:none outside none;
 width:500px;
}

ul#fees li {
 height:30px;
 padding-left:10px;
 padding-right:10px;
 padding-top:15px;
 width:480px;
}

ul#fees li.shade{background: #e5e5e5;}

ul#fees li span{
 float:right;
 color: #508301;
 font-size: 14px;
 font-family: 'SegoeUINormal';
 font-weight: bold;
}

p#require{
 margin-left:20px;
 width:500px;
}

li.heading{
 color: #f36900; 
 font-weight: bold;
 padding-top: 10px;
 list-style: url('./images/bullet.png');
}


@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

@media screen and (max-device-width: 480px) {
  
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }  
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

