/* Errors/etc */

.error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;font-size:12px;}
.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}


/* Flexslider */

/*
* jQuery FlexSlider v1.7
* http://flex.madebymufffin.com
*
* Copyright 2011, Tyler Smith
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/

/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li a.prev {background-position: 0 0; left: -20px;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}


/*******************************************************/

/* Reset */

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,
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: normal;
font-style: normal;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust:none;
}

body {
color: black;
background: white;
}

ol, ul {
list-style: none;
}

table {
border-collapse: separate;
border-spacing: 0;
}

caption, th, td {
text-align: left;
font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}

blockquote, q {
quotes: "" "";
}

/* Clearfix */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

html.ie6 .clearfix {
height: 1%;
}

html.ie7 .clearfix {
display: inline-block;
}


/*************************************************************** Site Styles */

body {
padding:30px 0;
background-color:#E5E5E5;
font-family:Helvetica, Arial, sans-serif;
}

#container {
margin:0 auto;
width:960px;
background-color:#FFF;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-box-shadow: 2px 2px 2px #999;
-moz-box-shadow: 2px 2px 2px #999;
box-shadow: 2px 2px 2px #999;
behavior: url(/PIE.htc);
}

#header {
position:relative;
border-bottom:1px solid #BBB;
border-bottom:1px solid #d14a00;
height:110px;
}

ul#mainnav {
position:absolute;
right:30px;
top:20px;
}

ul#mainnav li {float:left;}

ul#mainnav a:link,
ul#mainnav a:visited,
ul#mainnav a:hover,
ul#mainnav a:active {
display:block;
padding:5px 10px;
text-decoration:none;
color:#333;
font-size:11px;
text-transform:uppercase;
margin:0 0 0 10px;
font-weight:bold;
-moz-border-radius: 5px;
border-radius: 5px;
behavior: url(/PIE.htc);
}

ul#mainnav a:hover {background-color:#eee;}

ul#mainnav a.active {
background-color:#D14A00;
color:#fff;
}

ul#subnav {
position:absolute;
right:40px;
bottom:15px;
list-style:none;
}

ul#subnav li {
float:left;
margin-left:25px;
}

ul#subnav a:link,
ul#subnav a:visited,
ul#subnav a:hover,
ul#subnav a:active {
text-decoration:none;
color:#333;
font-size:15px;
}

ul#subnav a:hover {color:#777;}

ul#subnav a.active {color:#D14A00;}

#content {
padding:30px 30px 30px 30px;
}

#content .col1 {
width:600px;
float:left;
}

h1 {
position:absolute;
left:30px;
bottom:17px;
}

h1 a {
display:block;
width:319px;
height:35px;
background-image:url(images/steveabraham.png);
background-repeat:none;
text-indent:-10000em;
}

#content .col1 h2 {
color:#333;
padding-bottom:10px;
font-weight:normal;
font-size:22px;
}

#content .col1 h2.meta {padding-bottom:2px;}

#content .col1 h3 {
font-size:16px;
color:#d14a00;
padding-bottom:5px;
padding-top:5px;
}

#content .col1 p,
#content .col1 ul {
padding-bottom:10px;
line-height:140%;
font-size:13px;
color:#555;
}

#content .col1 ul {
list-style:disc;
padding-left:30px;
}

#content .col1 ul.nopad {padding-bottom:5px;}

#content .col1 strong {font-weight:bold;}

#content .col1 em {font-style:italic;}

#content .col2 p {
padding-bottom:15px;
line-height:130%;
font-size:13px;
color:#555;
}

#content a:link,
#content a:visited,
#content a:hover,
#content a:active {color:#d14a00;}

#content .contact p {font-size:14px;}

#content .col1 p.meta {
color:#888;
font-size:11px;
font-style:italic;
}

#content .col1 p.meta a {
font-size:11px;
font-style:italic;
}

#content .col1 p.meta a:link,
#content .col1 p.meta a:visited,
#content .col1 p.meta a:hover,
#content .col1 p.meta a:active {color:#d14a00;}

#content .col1 p.price em {
color:#333333;
font-style:normal;
font-weight:bold;
}

#content .col1 img {
padding:9px;
background-color:#fff;
border:1px solid #ccc;
display:block;
}

#content .col1 .entry {padding-bottom:20px;}

#featured {
padding:20px 0 0 0;
}

#featured .service {
position:relative;
float:left;
margin-right:12px;
width:192px;
background-color:#F7F5F1;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 1px 1px 1px #999;
-moz-box-shadow: 1px 1px 1px #999;
box-shadow: 1px 1px 1px #999;
behavior: url(/PIE.htc);
}

#featured .service  h3 {
font-weight:normal;
color:#d14a00;
padding:15px 20px 10px 20px;
}

#featured .service  h3 a:link,
#featured .service  h3 a:visited,
#featured .service  h3 a:hover,
#featured .service  h3 a:active {
color:#d14a00;
text-decoration:none;
}

#featured .service  ul {
padding:0 0 10px 20px;
list-style:none;
}

#featured .service  ul li {
font-size:12px;
color:#555555;
line-height:130%;
}

#featured .service ul li em {
color:#d14a00;
padding-right:5px;
font-style:normal;
}

#featured .service p.price {
color:#555555;
font-size:12px;
padding:10px 0 15px 20px;
}

#featured .service p.price em {
font-size:16px;
color:#d14a00;
font-style:normal;
}

#featured .service p.more {
padding:0px;
margin:0px;
}

#featured .service p.more a:link,
#featured .service p.more a:visited,
#featured .service p.more a:hover,
#featured .service p.more a:active {
position:absolute;
display:block;
right:11px;
bottom:11px;
background-color:#d14a00;
padding:0px 7px 3px 7px;
font-size:14px;
color:#fff;
text-decoration:none;
-moz-border-radius:5px;
border-radius:5px;
behavior:url(/PIE.htc);
}

#featured .last {margin-right:0px;}

#content .col2 {
float:right;
width:250px;
}

#testimonials {
}

#testimonials .item {padding-top:30px;}

#testimonials .item p {
padding:0px;
margin:0px;
}

#testimonials p.quote {
padding-bottom:5px;
font-family:Georgia, Times, 'Times New Roman', serif;
font-size:22px;
font-style:italic;
color:#333333;
}

#testimonials p.from {
color:#999;
font-size:13px;
}

#testimonials p.from em {
color:#333;
font-style:normal;
}

#testimonials p.from a:link,
#testimonials p.from a:visited,
#testimonials p.from a:hover,
#testimonials p.from a:active {color:#999;}

#content .col1 table.service {
width:600px;
margin-bottom:20px;
}

#content .col1 table.service th {
font-weight:normal;
font-size:13px;
text-align:left;
padding:5px 0 5px 10px;
color:#d14a00;
border-bottom:1px solid #bbbbbb;
}

#content .col1 table.service th.image {width:50px;}

#content .col1 table.service th.service {width:230px;}

#content .col1 table.service th.features {width:250px;}

#content .col1 table.service th.price {width:120px;}

#content .col1 table.service th.desc {width:410px;}

#content .col1 table.service th.guide {
width:70px;
text-align:center;
}

#content .col1 table.service th.amazon {
width:100px;
text-align:center;
}

#content .col1 table.service h4 {
font-weight:bold;
font-size:12px;
padding-bottom:2px;
}

#content .col1 table.service tr.odd td {background-color:#f9f9f9;}

#content .col1 table.service td {
font-size:13px;
color:#555555;
padding:10px;
line-height:130%;
vertical-align:top;
}

#content .col1 table.service td.price {color:#d14a00;}

#content .col1 table.service td.price em {
font-size:11px;
color:#555555;
}

#content .col1 table.service td.service p {font-size:11px;}

#content .col1 table.service td.image {width:70px;}

#content .col1 table.service td.guide {text-align:center;}

#content .col1 table.service td.desc p {
font-size:11px;
padding-bottom:0px;
}

#content .col1 table.service td.amazon {text-align:center;}

#content .col1 .smallprint p {
font-size:11px;
font-style:italic;
}

#content .col1 table.service td p:last-child {padding-bottom:0px;}

input.txt {
border:1px solid #aaa;
width:300px;
padding:5px;
}

textarea.txts {
border:1px solid #aaa;
padding:5px;
width:400px;
height:100px;
}

img.noformat {
padding:0 !important;
margin:0 !important;
border:none !important;
}

#content .col1 .codeblock {
font-size:13px;
padding-bottom:10px;
font-family:"Courier New", monospace;
}

#content .sidenav {padding-bottom:20px;}

#content .sidenav h3 {
color:#333333;
font-size:13px;
font-weight:bold;
padding:5px 0 7px 15px;
border-bottom:1px solid #bbbbbb;
}

#content .sidenav li {
padding:5px 0 7px 15px;
border-bottom:1px dotted #bbbbbb;
}

#content .sidenav li a:link,
#content .sidenav li a:visited,
#content .sidenav li a:hover,
#content .sidenav li a:active {
font-size:13px;
color:#333333;
text-decoration:none;
}

#content .sidenav li a:hover {color:#777;}

#content .sidenav li.active a:link,
#content .sidenav li.active a:visited,
#content .sidenav li.active a:hover,
#content .sidenav li.active a:active {color:#d14a00;}

#footerbar {
background-color:#F2EEEB;
padding:20px 30px;
}

#footerbar .col {
float:left;
padding-right:35px;
}

#footerbar .col:last-child {
width:234px;
padding-right:0px;
padding-left:15px;
border-left:1px solid #ccc;
float:right;
}

#footerbar h3 {
padding-top:5px;
color:#444;
font-size:11px;
font-weight:bold;
padding-bottom:2px;
}

#footerbar li {padding-bottom:2px;}

#footerbar a {
color:#444;
font-size:11px;
}

#footerbar li.main a {
color:#444;
font-weight:bold;
}

#footerbar p {
font-size:11px;
line-height:130%;
padding-bottom:5px;
color:#444;
}

#footer {
background-color:#D14A00;
-moz-border-radius:0px 0px 14px 14px;
border-radius:0px 0px 14px 14px;
behavior: url(/PIE.htc);
padding:15px 30px;
}

#footer p {
font-size:11px;
color:white;
padding-bottom:0px;
line-height:130%;
}


#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {color:white;}
