/*  
Theme Name: Robert Ott Landscaping 2008
Theme URI: http://ottlandscaping.com/
Description: The 2008 Robert Ott Landscaping website design.
Version: 1.0
Author: Ron Edgecomb II
Author URI: http://greaterwebdesign.com/
*/
/******GENERAL REDEFINE*******/
* {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0;
	}	
body {
	color: #333;
	margin: 0; padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	text-align: center;
	background: #fff url(img/bg_body.gif) repeat-x 0 -40px;
	}
body * {
	font-size: 95%;
	line-height: 1.5;
	}
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p,dl,dt,dd, a {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img, fieldset {border: none;}
address {font-style: normal;}
acronym { cursor: help; border-bottom: 1px dotted; font-weight: inherit; }
strong { font-weight: bold; }
legend { display: none;	}
label { display: block; }

blockquote p { font-style: italic; }


/* a few things */
.text-right { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.img-right { float: right; }
.img-left { float: left; }
.hide { display: none; }
/****END GENERAL REDEFINE*****/

/*******CORE STRUCTURE********/
#container-main {
	width: 100%;
	position: relative;
	text-align: center;
	background: url(img/bg_container.gif) no-repeat center -40px;
	}
#container-wrapper, #footer {
	width: 730px;
	margin: 0 auto; padding: 0;
	position: relative;
	}

#header {
	width: 100%;
	height: 435px;
	position: relative;
	margin-bottom: 30px;
	background: url(img/bg_header-01.jpg) no-repeat center bottom;
	}

#header h1 a  {
	width: 242px;
	height: 122px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(img/bg_logo.gif) no-repeat 0 0;
	}

#header h1 a:hover {
	background: transparent url(img/bg_logo.gif) no-repeat 0 -122px;
	}

 #header h1 {
	width: 242px;
	height: 122px;
	position: absolute;
	top: 5px; right: 0;
	z-index: 10;
	display: block;
	text-indent: -9999px;
	margin: 0; padding: 0;
	}


#header p.tagline {
	width: 447px;
	height: 86px;
	position: absolute;
	top: 32px; left: 0;
	text-indent: -9999px;
	background: transparent url(img/bg_tagline.gif) no-repeat 0 0;
	}
	
/* breadcrumbs */
	
/* --->>> Navigation <<<--- */
ul#top-nav {
	height: 65px;
	position: relative;
	margin: 0; padding: 160px 0 0;
	text-align: center;
	}
ul#top-nav li { display: inline; white-space: nowrap; }	

ul#top-nav li a, ul#top-nav li a:link
ul#top-nav li a:visited {
	color: #a2a48f;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 26px;
	text-transform: uppercase;
	margin: 0;	padding: 0 13px 0 12px;
	background: transparent url(img/bg_nav-li.gif) no-repeat right center;
	}

ul#top-nav li a:hover { text-decoration: underline; }
ul#top-nav li a.active { color: #a45b8c; }
ul#top-nav li.last a { background: none	}

	/* --->>> Home, About Contact <<<--- */
	ul#top-nav li.home, ul#top-nav li.about, 
	ul#top-nav li.contact {
		position: absolute;
		top: 155px;
		right: 30px;
		}
	ul#top-nav li.home a, 
	ul#top-nav li.about a, 
	ul#top-nav li.contact a {
		color: #000;
		font-weight: normal;
		line-height: 1.25em;
		text-transform: lowercase;
		padding: 0 10px;
		background: none;
		border-right: 1px solid #000;
		}
	ul#top-nav li.home a.active, ul#top-nav li.about a.active,
	ul#top-nav li.contact a.active {
		text-decoration: underline;
		}
	ul#top-nav li.home {
		right: 150px;
		}

	ul#top-nav li.about {
		right: 95px;
		}		 
	ul#top-nav li.contact a {
		border: none;
		}

body.split #content {
	width: 480px;
	float: left;
	} * html body.split #content { width: 440px; }
body.split #sidebar {
	width: 250px;
	overflow: visible;
	float: left;
	}
#container-footer {
	width: 100%;
	min-height: 150px;
	position: relative;
	clear: both;
	text-align: center;
	margin-top: 20px;
	background: transparent url(img/bg_footer.gif) repeat-x 0 0;
	}
* html #container-footer {
	height: 150px;
	}
	
#content a, #content a:link, #content a:visited,
#sidebar a, #sidebar a:link, #sidebar a:visited,
#footer a, #footer a:link, #footer a:visited { 
	color: #b8292f;
	border-bottom: dashed 1px #b8292f;
	}
#content a:hover, #footer a:hover, 
#sidebar a:hover { 
	background: #b8292f; 
	color: #fff;
	border-color: #fff;
	}

#content h2 {
	color: #a45b8c;
	font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
/*	letter-spacing: -.065em;*/
	margin-bottom: 10px;
	}
#content p {
	margin: 0 20px 1em 0;
	}
#content p.signature {
	color: #a45b8c;
	font: bold italic 1.5em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.025em;
	}
#copyright {
	width: 100%;
	}

#copyright p {
	color: #666;
	font-size: .75em;
	text-align: center;
	padding: 4px 0;
	}
#copyright a, #copyright a:link, 
#copyright a:visited, copyright a:hover {
	color: #666;
	border-bottom: 1px dashed #666;
	}
#footer address {
	width: 230px;
	float: right;
	color: #6b6b6b;
	font-size: .85em;
	margin-top: 30px;
	}

address span.company {
	color: #a45b8c;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	}
/*	
	#contact-form input, #contact-form textarea {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
		font-size: 1.25em;
		font-weight: normal;
		border : 1px solid #e4eab5;
		background: #fdffeb;
		}	
	#contact-form textarea { width: 240px; margin: 0; padding: 0; }			

	#contact-form input.form-button { 
		width: 90px; 
		color: #202020;
		text-transform: uppercase;
		text-align: center; 
		font-size: 12px;
		line-height: 12px;
		cursor: pointer;
		margin: 10px 10px 0 0;
		padding: 2px 0;
		border: 1px solid #ada1a9;
		background: #fff0fa;
		}		

	* html #contact-form input.form-button { 
		line-height: normal;
		padding: 2px 0 0;
		}
		
	#contact-form #submit { background: #d4c7cf; }		
	
	.contact-error{
		padding:3px 5px;
		background: #fff876;
		border:1px solid #d8c810;
		margin:5px 0;
		}
	.requiredTxt {
		color: #B32034;
		font-size: .75em;
		text-transform: uppercase;
		}
*/
/*****END CORE STRUCTURE******/


/* --->>> Testimonials <<<--- */
#testimonials, #certifications,
div.testimonial {
	margin-bottom: 10px;
	}
	
div.testimonial {
	float: left;
	}
div.testimonial p {
	padding: 10px 10px 0;
	}
	
div.testimonial blockquote {
	border : 1px solid #e4eab5;
	background: #fdffeb;
	}
#testimonials h3, #certifications h3 {	
	color: #598a14;
	font: bold 1.125em Arial, Helvetica, sans-serif;
	letter-spacing: -.0125em;
	margin: 5px 0 10px;
	}

#testimonials p.name,
div.testimonial p.name {
	font: 1em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	}

#testimonials blockquote p,
div.testimonial blockquote p {
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .075em;
	margin-bottom: 10px;
	}

span.location {
	font-weight: bold;
	font-style: normal;
	}

/* --->>> Formatting <<<--- */

/* headings */
#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	clear: both;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0;
	}
	
#content h3 { font-size: 1.25em;  }
#content h4 { font-size: 1.125em; }
#content h5 { font-size: 1em; }
#content h6 { font-size: 1em; font-weight: normal; }


/* lists */
#content ol li {
	font-size: 1em;
	list-style-position: inside;
	list-style-type: decimal;
	}
#content ul, #content ol { padding: 5px 10px .5em 15px; }
#content ul li {
	font-size: 1em;
	margin-left: 10px;
	list-style: disc;
	}


/* --->>> Gallery Pages <<<--- */
#content a.img, #content a.img:link, 
#content a.img:visited, #content a.img:hover { 
	background-color: transparent;
	border: none;
	}
	
p.breadcrumb { font-size: .75em; }
	p.breadcrumb a { font-size: 1em; }
	
/* Page Navigation
------------------------------ */
.pagelist {
	clear: both;
	padding: 10px 0;
}
#content ul.pagelist {
	text-align: center;
	padding: 0;
	margin: 0 0 0 -15px;
	}
ul.pagelist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	}
ul.pagelist li a, ul.pagelist span.disabledlink { padding: 4px; }
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
	}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #AAA;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	visibility: hidden;
}


/* Image Thumbnails
------------------------------ */
.imagethumb a, .thumb a {
	display: block;
	padding: 7px;
	margin: 5px;
	line-height: 0px;
	background: url(img/bg_img.gif) top left no-repeat;
}
#content .imagethumb a:hover, #content .thumb a:hover {
	background: url(img/bg_img.gif) top left no-repeat;
	}
.imagethumb, .thumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
#albums {
        float: left;
}
.album {
	margin: 0 15px 15px 0;
	float: left;
	width: 315px;
}
.album .imagethumb a, .album .thumb a {
	margin: 0;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 100%;
}
.album p {
	margin: 0 0 4px 0;
	line-height: 17px;
	font-size: 10px;
}
.albumdesc {
	float: right;
	width: 205px;
	padding: 6px 0 0 0;
}


/* Individual Image
------------------------------ */
#images { margin-left: 40px; }

.imgdesc {
	padding: 10px 0 10px 0;
	line-height: 18px;
}
#image {
	text-align: center;
	line-height: 0;
	margin:10px 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	margin-top: 13px;
	_margin-top: 8px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	font: normal 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	text-decoration: none;
	color: #214902;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	font: normal 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	text-decoration: none;
	color: #9C3;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	text-decoration: none;
	color: #7A2;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#imgoriginal {
	font-size: 8pt; 
	text-align: right;
	height:30px;
}
#imgorder {
	float: left;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position:fixed;
	right:0;
	top:0;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #fff;
	width:120px;
}
#admin_data{
	top:16px;
}
#admin h3 {
	font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #666;
	border-bottom: 1px dashed #CCC;
	margin:0;
	padding:0;
}


/* --->>> Notices <<<--- */
#content p.notice, #content p.error,
#content p.success {
	color: #000;
	margin: 20px 0;
	padding: 10px 10px 10px 30px;
	background: #ebecd2 url(img/bg_notice.gif) no-repeat 5px center;
	border: 1px solid #333;
	}
#content p.error { background: #ebecd2 url(img/bg_error.gif) no-repeat 5px center; }
#content p.success { background: #ebecd2 url(img/bg_success.gif) no-repeat 5px center; }

#content p.notice span, #content p.error span,
#content p.success span { font-weight: bold; }

/* --->>> Contact Form <<<--- */
#content .form form p.error {
	color: inherit;
	margin: inherit;
	padding: inherit;
	background: none;
	border: none;
	}
#contact { /*margin: 20px 0 0 0;*/ }

.form fieldset {
	position: relative;
	margin: 0; padding: 0;
	background: 0;
	border: 0;
	} .form fieldset legend { display: none; }
	
/* standard input */
.form p.input label,
.form p.select label,
.form p.textarea label,
.form div.radio-label p,
.form div.checkbox-label p {
	width: 120px;
	float: left;
	display: inline;	
	color: #3b010c;	
	font: bold 13px/24px "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 0; padding: 0;
	} .form div.checkbox-label p { padding-top: 5px; }
	
.form p.label-full {
	font: bold 13px/24px "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}

	#content .form form p.error,
	#content .form form div.error {
		padding: 5px 0 5px 0;
		margin: 0 0 5px;
		background: #ebecd2 url(img/bg_error.gif) no-repeat 5px center;
		border: 1px solid #333;
		}

	.form p.checkbox label {
		font: bold 13px/24px "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		text-align: left;
		margin: 0; padding: 0;
		}
	

.form div.radio,
.form div.checkbox-multi {
	width: 100%;
	float: left;
	clear: both;
	display: inline;	
	padding: 0 0 10px;
	}	

.form p.input input,
.form p.select select,
.form p.textarea textarea,
.form div.radio-values,
.form div.checkbox-values {
	width: 150px;
	float: left;
	display: inline;	
	font: 14px/1.5 Arial, Helvetica, sans-serif;
	margin: .25em 0 .5em 10px;
	}

	.form div.radio-values,
	.form div.checkbox-values { width: 150px; float: left; }


#content .form div.radio-values p,
#content .form div.checkbox-values p {
	font: 14px/18px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: .25em 0 .5em 0;
	white-space: nowrap;
	}	
	
.form p.textarea textarea {
	width: 250px;
	height: 100px;
	}
#content .form p.input,
#content .form p.select,
#content .form p.textarea {
	width: 100%;
	float: left;
	display: inline;
	clear: both;
	padding: 0 0 10px 0;
	margin: 0;
	}

.form fieldset p.checkbox { margin-left: 120px; }

.form fieldset p.checkbox label {
	display: inline;
	text-align: left;
	margin: 0; padding: 0;
	}

.form fieldset p.full label {
	width: 100%;
	text-align: left;
	margin: 0; padding: 0;
	}

.form fieldset p.full input,
.form fieldset p.full select {
	clear: both;
	margin-left: 130px;
	}

/* submit  */
.form p.button {
	width: 100%;
	float: left;
	margin: 0 0 10px;
	}
.form p.button input {
	margin-left: 130px;
	}

.form .radio-label span,
.form label span {
	display: block;
	position: relative;
	margin: -5px 0 0;
	padding: 0;
	color: #ff0000;
	text-transform: uppercase;
	font-size:9px;
	line-height: 10px;
	text-align: right;
	}	
.form #recaptcha_widget_div {
	height: 150px;
	padding: 0 0 0 125px;
}