/*************************************************
    CSS Reset for zippererland.com
    http://meyerweb.com/eric/tools/css/reset/
    v1.0 | 20080212
 ************************************************/


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;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
}
body {
   line-height: 1;
}
ol, ul {
   list-style: none;
}
blockquote, q {
   quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}

/* remember to define focus styles! */
:focus {
   outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
   text-decoration: none;
}
del {
   text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
   border-collapse: collapse;
   border-spacing: 0;
}





/*******************************
    Site-wide Styles
 ******************************/

body {
   background: #050505 url(/images/design/temp_bkg.jpg) center top no-repeat;
   color: #fff;
   font: 100% "Myriad Pro", Arial, sans-serif;
}


#container {
   position: relative;
   width: 900px;
   margin: 54px auto 0;
   overflow: auto;
   background: url(/images/design/bkg_container.jpg) left top no-repeat;
}

#content {
   position: relative;
   width: 640px;
   float: right;
   margin: 300px 0 0;
   padding: 0 0 0 20px;
}


h1 a {
   position: absolute;
   top: 24px;
   left: 30px;
   z-index: 100;
   display: block;
	width: 187px;
	height: 115px;
	text-indent: -99999px;
	background: url(/images/design/logo.png) center no-repeat;
}


#content h2 {
   font: normal normal bold 1.3em "Trajan Pro", "Times New Roman", Arial, sans-serif;
   text-transform: uppercase;
   margin-bottom: 15px;
}

#content h3, #content h4, #content h5, #content h6 {
   font-family: "Trajan Pro", "Times New Roman", Arial, sans-serif;
   text-transform: uppercase;
   margin-bottom: 15px;
}

#content h3 { font-size: 1.2em; }
#content h4 { font-size: 1em; }
#content h5 { font-size: .9em; }
#content h6 { font-size: .8em; }


#content p {
   margin: 0 0 20px;
   line-height: 130%;
   font-size: .9em;
}

#content blockquote p { position: relative; }
#content blockquote .ldquo {
    font: 3em Georgia;
    color: #4d4520;
    float: left;
    margin: -15px 0 0;
    padding-right: 5px;
}
#content blockquote .rdquo {
    font: 2em Georgia;
    color: #4d4520;
    position: absolute;
    padding: 3px 0 0 7px;
}



#sidebar {
   float: left;
   width: 240px;
   padding-top: 160px;
   background: url(/images/design/blk_trans_60.png);
}


#main_menu { list-style: none; margin: 0 !important; }
#main_menu li a {
   display: block;
   width: 240px;
   text-align: center;
   text-transform: uppercase;
   text-decoration: none;
   color: #fff;
   padding: 8px 0 6px;
   font: normal normal bold .9em "Trajan Pro", "Times New Roman", Arial, sans-serif;
}
#main_menu li a:hover { background: url(/images/design/white_trans_20.png) repeat; }
#main_menu li#estimate_action a {
   text-indent: -999999px;
   background: url(/images/design/bkg_estimate.png) center top no-repeat;
   margin-top: 20px;
}
#main_menu li#estimate_action a:hover { background-position: center -32px; }



#sub_content { clear: both; }

#sub_content p { font-size: .8em; line-height: 1.45em; }




#footer {
   position: relative;
   top: 30px;
   width: 880px;
   overflow: auto;
   margin: 0 auto 60px;
   background: #222;
   color: #fff;
   padding: 10px;
}
#footer p { font-size: .8em; }
#footer .right .left { margin-left: 12px; }


/*******************************
    Site-wide elements
 ******************************/


a, a:active, a:visited { color: #cac489; }
a:hover { color: #F6EFA7; }

ul, ol { margin: 10px 0; }

ul.two_column li {
    float: left;
    width: 195px;
}


.category_box {
    width: 180px;
    float: left;
    text-align: center;
    padding: 10px 5px 0;
    margin-right: 25px;
    background: #151616;
    border: 2px solid #1D1D1D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.category_box.end { margin: 0; }
.category_box#cat_box_the-garden { margin: 0; }


.list_entry {
    width: auto;
    display: block;
    overflow: auto;
    clear: both; 
    padding: 10px 0;
    margin-bottom: 15px;
}
.list_entry img.left { margin-right: 20px; }
.list_entry img.right { margin-left: 15px; }


#content .form p.col { float: left; width: 40%; margin-right: 10%; }
#content .form p.col input[type='text'] { width: 270px; }

#content form { margin: 20px 0; }
#content form label { font-size: 11pt; }
#content form input, form textarea {
	font: normal 10pt/1.3em Arial, Tahoma, Serif;
	color: #333;
	padding: 3px;
	border: 1px solid #ccc;
	background: #e3e3e3;
}
#content form input[type="text"] { width: 300px; }
#content form input[type="submit"] {
    font-family: "Trajan Pro", "Times New Roman";
    text-transform: small-caps;
	padding: 0 0 6px;
	background: #050505;
	color: #fff;
	border: none;
	border-bottom: 2px solid #353636;
}
#content form textarea { width: 587px; }
#content form input.error {
	margin: 0;
	padding: 3px;
	background: #f4dede;
	font-size: 11pt !important;
}
#content form input.pass {
	margin: 0;
	padding: 3px;
	border: 1px solid #52ac72;
	background: #e3e3e3;
	font-size: 11pt !important;
}



/*******************************
    Site wide classes
 ******************************/

.left { float: left; }
.right { float: right; } 
.clear { clear: both; }
.hidden { display: none; }
.block { display: block; }
.centered { margin: 0 auto; text-align: center }
.small { font-size: .85em; }
img.left { margin: 0 10px 10px 0; }
img.right { margin: 0 0 10px 10px; }
.alert { background: #ffebe8; border: 1px solid #b24444; padding: 10px; color: #000; }
.notice { background: #fcfdbe; border: 1px solid #8d8d74; padding: 10px; color: #000; }
.success { background: #c3e1bf; border: 1px solid #315733; padding: 10px; color: #000; }

.yellow { color: #dfc55b; }


.cleve_signature {
    display: block;
	width: 195px;
	height: 42px;
	text-indent: -999999px;
	background: url(/images/design/cleve_signature.png) right center no-repeat;
}



/*******************************
    Home Page
 ******************************/

#home #content h2.headline {
    display: block;
	width: 455px;
	height: 62px;
	margin: -30px 0 15px 60px;
	background: url(/images/design/home_headline.png) no-repeat;
	text-indent: -999999px;
}
#home #sub_content img { margin-bottom: 10px; }


/*******************************
    Services
 ******************************/
 
#services #container {
    background: url(/images/design/bkg_container_services.jpg) left top no-repeat;
}
#services #content h2.headline {
    display: block;
	height: 62px;
	margin: -30px 0 0 0;
	background: url(/images/design/services_headline.png) no-repeat;
	text-indent: -999999px;
}

h3#services_featuring {
    display: block;
    padding-bottom: 7px;
    margin-bottom: 10px;
    border-bottom: 2px solid #262625;
    text-indent: -999999px;
    background: url(/images/design/bkg_services_featuring.jpg) left top no-repeat;
}


/*******************************
    Portfolio
 ******************************/

#portfolio #container {
    background: url(/images/design/bkg_container_portfolio.jpg) left top no-repeat;
}

#portfolio #content h2.headline {
    display: block;
	height: 128px;
	margin: -30px 0 0 0;
	background: url(/images/design/portfolio_headline.png) no-repeat;
	text-indent: -999999px;
}

#portfolio #content p {
    position: absolute;
    top: 80px;
    right: 0px;
    width: 480px;
}



/*******************************
    Tips
 ******************************/

#tips #container {
    background: url(/images/design/bkg_container_tips.jpg) left top no-repeat;
}

#tips #content h2.headline {
    display: block;
	height: 136px;
	margin: -30px 0 0 0;
	background: url(/images/design/tips_headline.png) no-repeat;
	text-indent: -999999px;
}

.tip_box {
    margin-right: 15px;
    padding: 10px;
    background: #151616;
    border: 2px solid #1D1D1D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#tips #sidebar ul { margin: 5px 5px 5px 15px; }



/*******************************
    Testimonials
 ******************************/

#testimonials #container {
    background: url(/images/design/bkg_container_testimonials.jpg) left top no-repeat;
}

#testimonials #content h2.headline {
    display: block;
	height: 69px;
	margin: -30px 0 15px 0;
	background: url(/images/design/testimonials_headline.png) no-repeat;
	text-indent: -999999px;
}



/*******************************
    Blog
 ******************************/

#blog #container {
    background: url(/images/design/bkg_container_blog.jpg) left top no-repeat;
}

#blog #content h2.headline {
    display: block;
	height: 124px;
	margin: -30px 0 15px 0;
	background: url(/images/design/blog_headline.png) no-repeat;
	text-indent: -999999px;
}

#blog .list_entry, #blog .entry { padding-top: 15px; }
#blog .list_entry .date, #blog .entry .date { margin: 3px 10px 0 0; }
#blog .list_entry h3, #blog .entry h3 { border-bottom: 2px solid #262625; }
#blog .list_entry img { margin-top: -10px; }

#blog_archive { margin: 10px 0 0 55px; list-style: none; }
#blog_archive a { text-decoration: none; color: #efcd5d; display: block; }
#blog_archive a:hover { text-decoration: underline; }

#blog .entry {
    width: auto;
    overflow: auto;
    margin-bottom: 35px;
}

#blog #comments { 

}



#blog #comments .small { margin-left: 5px; }



/*******************************
    Contact
 ******************************/

#contact #container {
    background: url(/images/design/bkg_container_contact.jpg) left top no-repeat;
}

#contact #content h2.headline {
    display: block;
	height: 47px;
	margin: -30px 0 15px 0;
	background: url(/images/design/contact_headline.png) no-repeat;
	text-indent: -999999px;
}