/*
--------------------------------------------------------
Title: Your Personal Handyman - Main Style Sheet
Author: Bradford Dielman - www.braddielman.com
Last Updated: May 24, 2008
--------------------------------------------------------
*/

/*-----------------------------------------------
=GLOBAL RESET - Much thanks to 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,
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;
}
/* remember to define focus styles! */
:focus {outline: 0;}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/*-----------------------------------------------
=GENERAL STYLES
-----------------------------------------------*/

body {
font-family: Helvetica, Arial, sans-serif;
line-height: 1.4em;
font-size: 62.5%;
color: #3A2F1F;
}
a:link, a:visited {text-decoration: none;}
a img {border: 0;}
.hide {display: none;}
a {color: #333;}
a:visited {color: #333;}
a:hover {color: #fff;}
a:active {color: #ccc;}

/*-----------------------------------------------
=LAYOUT
-----------------------------------------------*/

html {
text-align: center;
background: #c0ab89 url(../images/pattern.gif) repeat;
}
body {
position: relative;
margin: 0 auto;
width: 1000px;
text-align: left;
background: url(../images/wrap-bg.png);
}
#wrap {
background: #e2e2dc;
margin: 0 20px;
}
#content {
float: left;
width: 55%;
margin: 30px 0;
min-height: 50em;
}
#inner-content {margin-left: 55px;}
#sidebar {
float: right;
width: 37%;
margin: 30px 0;
min-height: 50em;
}
#inner-sidebar {margin-right: 55px;}
body#work #content {width: 100%;}
body#work #inner-content {margin: 0 55px;}
body#work #sidebar {display: none;}
#footer {
background: #8d8f6e url(../images/footer-grad.gif) repeat-x top left;
clear: both;
padding: 20px 55px;
border-top: 1px solid #6C6F5C;
}
#footer-inner {
padding-bottom: 9em;
background: url(../images/hammer-watermark.gif) no-repeat 50% 100%;
margin-bottom: 4em;
}

/*-----------------------------------------------
=HEADER and LOGO
-----------------------------------------------*/

#header {
position: relative;
padding-top: 49px;
background: #6c6f51 url(../images/hdr-brdr-top.gif) repeat-x top left;
}
#header span.hdrimg {
position: absolute;
top: 6px;
right: 90px;
background: url(../images/hammer.png) no-repeat;
height: 174px;
width: 203px;
display: block;
}
#masthead {
position: relative;
background: #402c14 url(../images/wood-grain.gif) no-repeat top left;
border-top: 1px solid #312c1d;
border-bottom: 1px solid #e4e5d9;
height: 130px;
}
#masthead h1 {
position: absolute;
top: -40px;
left: 40px;
background: url(../images/logo.png) no-repeat;
width: 565px;
height: 158px;
z-index: 100;
}
#masthead a {
text-indent: -5000px;
border-style: none;
display: block;
width: 565px;
height: 158px;
overflow: hidden;
background: none;
}
body#home #masthead a:hover {cursor: default;}

/*-----------------------------------------------
=NAVIGATION
-----------------------------------------------*/

#navigation {
background: #A9AA92 url(../images/nav-bg.gif) repeat-x bottom left;
overflow: hidden;
border-bottom: 1px solid #6C6F5C;
}
#navigation ul {
float: right;
padding: 10px 45px 10px 0;
}
#navigation li {
float: left;
}
#navigation li a {
color: #3a2f1e;
text-shadow: 0 1px 1px rgba(255,255,255,.5);
display: block;
font-size: 1.6em;
font-weight: bold;
text-transform: uppercase;
padding: 0 15px 0 0;
}
#navigation li a:hover, #navigation li a:active {color: #222;}
body#home #home_nav a,
body#services #services_nav a,
body#work #work_nav a,
body#about #about_nav a,
body#contact #contact_nav a {
color: #fff;
cursor: default;
text-shadow: 0 -1px 1px rgba(000,000,000,.6);
}

/*-----------------------------------------------
=TYPOGRAPHY
-----------------------------------------------*/

p {margin-bottom: 1em;}
#content p {
font-size: 1.6em;
line-height: 1.4em;
}
#content ol, #content ul, #sidebar ol, #sidebar ul {margin-bottom: 1em;}
#sidebar p, #sidebar ul {font-size: 1.6em;}
h2 {
font-size: 4em;
line-height: 1em;
font-weight: bold;
margin-bottom: 30px;
text-shadow: 0 1px 2px rgba(255,255,255,.8);
}
h3 {
font-size: 2em;
line-height: 1em;
font-weight: bold;
margin-bottom: .5em;
text-shadow: 0 1px 2px rgba(255,255,255,.8);
}
div.serv_list h3, div.past_work h3 {margin-bottom: 1em;}
strong {font-weight: bold;}
em {font-style: italic;}
#content ul, #content ol {
padding-left: 10px;
margin: 0 0 30px 5px;
font-size: 1.6em;
}
#content ul {list-style-type: square;}
#content ol {list-style-type: decimal;}
#content li {line-height: 1.5em;}
#sidebar blockquote {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
font-style: italic;
line-height: 1.4em;
color: #84886B;
/*text-shadow: 0px 1px 1px #333;*/
/*background: url(../images/quote-bg.gif) no-repeat 30px 25px;*/
padding: 30px 10px 0 10px;
}
#sidebar cite {
line-height: 1em;
font-size: .6em;
color: #64655b;
margin: 0;
padding: 0;
text-shadow: none;
}
#footer p {
margin-bottom: .2em;
font-size: 1.2em;
text-align: center;
}
#footer a {text-decoration: underline;}

/*-----------------------------------------------
=IMAGE REPLACEMENT
-----------------------------------------------*/

h2.title {
color: #493b26;
margin: 30px 0 0 55px;
}
h2.tagline {font-size: 5em;}

/*-----------------------------------------------
=SIDEBAR STYLES
-----------------------------------------------*/

#side_sticky {
border: 1px solid #bcb738;
background: #f6f3a9 url(../images/sticky_bg.gif);
color: #999024;
padding: 2em 2em 1em;
margin-bottom: 3em;
-moz-box-shadow:  0 3px 6px rgba(0,0,0,.4);
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.4);
box-shadow: 0 3px 6px rgba(0,0,0,.4);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#side_sticky h2 {
color: #6d681b;
margin-bottom: .5em;
line-height: 1em;
font-size: 2.2em;
font-weight: bold;
}
#side_sticky ul, #side_sticky p {line-height: 1.2em;}
#side_sticky li {
line-height: 1.2em;
padding: 0 0 10px 25px;
background: url(../images/services-bul.gif) no-repeat 0 top;
}
#side_sticky a {color: #6d681b}
#side_sticky a:hover {color: #999024;}
#side_sticky div.vcard {
font-size: 1.6em;
margin-bottom: 1em;
}
#side_sticky div.vcard div {margin-bottom: .5em;}
a.dnld	{
background: url(../images/hcard_dnld.gif) no-repeat 0 3px;
padding: .2em 0 .2em 35px;
}
div#side_sticky:hover a {text-decoration: underline;}

/*-----------------------------------------------
=CONTENT STYLES
-----------------------------------------------*/

div.past_work, div.serv_list {
background: url(../images/gradient_bg.gif) repeat-x top left;
padding: 20px;
border-top: 1px solid #fff;
}
div.past_work {margin-bottom: 3em;}
div.past-work:hover {background-color: rgba(0,0,0,.7);}
#content img {
float:left;
border: 1px solid #999;
padding: 6px;
margin: 0 2.5em 1.5em 0;
background: #fff;
-moz-box-shadow:  0 3px 6px rgba(0,0,0,.4);
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.4);
box-shadow: 0 3px 6px rgba(0,0,0,.4);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
body#home #content a img {
float: none;
margin: 0 0 1.5em 0;
}
body#about #content img {margin-right: 1.5em;}
#content a:hover img {
background: #f3f3f3;
border-color: #777;
}

/* Service List Backgrounds */

ul#plumbing {background: url(../images/wrench.gif) no-repeat 100% 0;}
ul#plumbing:hover {background: url(../images/wrench_hover.gif) no-repeat 100% 0;}
ul#outdoors {background: url(../images/paint_brush.gif) no-repeat 100% 0;}
ul#outdoors:hover {background: url(../images/paint_brush_hover.gif) no-repeat 100% 0;}
ul#misc_repairs {background: url(../images/saw.gif) no-repeat 100% 0;}
ul#misc_repairs:hover {background: url(../images/saw_hover.gif) no-repeat 100% 0;}

/*-----------------------------------------------
=FORM STYLES
-----------------------------------------------*/

#contactform input, #contactform textarea {
width: 300px;
border: 1px solid #838383;
font-size: 110%;
padding: 3px;
color: #333;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#contactform textarea {
width: 350px;
max-width: 430px;
}
#contactform input:focus, #contactform textarea:focus {
background: #f7f4d4;
-moz-box-shadow: 0 0 4px #80a8d8;
-webkit-box-shadow: 0 0 4px #80a8d8;
box-shadow: 0 0 4px #80a8d8;
}
#contactform button {
color: #3a2f1f;
cursor: pointer;
font-size: 1.1em;
}
#contactform label {cursor: pointer;}

/*-----------------------------------------------
=SELF-CLEARING FLOATS
-----------------------------------------------*/

body#work #inner-content:after, div.past_work:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* IE7 Specific Float Fix */

*:first-child+html div.past_work {min-height: 1px;}