/*
Theme Name: Arborscapes
Theme URI: http://wp-ultralite.com/
Description: A Wordpress Theme for Arborscapes, LLC.
Version: 1.0
Author: Chip Cheatham
Author URI: http://theideacenter.com/
Tags: framework, white, widgets

	UltraLite Wordpress Theme Framework
	Designed by Julia Hendon
	CSS styles and layout by Chip Cheatham
	Developed by Kane McLean.
	http://theideacenter.com/
	
*/

/* RESET CSS *****************************************************************************/
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;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse;border-spacing:0;}


/* STRUCTURE & DESIGN *********************************************************************/
/* HTML Structure & Design *************/
body {
	background-image: url(/images/body_bg.jpg);
	background-repeat: repeat;
	padding-top: 15px;
}

/* Header Structure & Design ********************/
#header {
	background-image: url(/images/header_bg.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}
#header .deco {
	background-image: url(/images/leaves_doodad.png);
	display: block;
	height: 438px;
	width: 542px;
	position: absolute;
	z-index: 1001;
	top: -240px;
	left: -170px;
	background-repeat: no-repeat;
}
#header h1 {
	float: right;
	clear: left;
	margin-top: 15px;
}
#header .description {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	float: right;
	clear: both;
	width: 100%;
	color: #006838;
	text-align: right;
	margin-bottom: -25px;
	padding-right: 25px;
}

/* Navigation ****************/
#page .navigation {
	float: left;
	width: 145px;
	padding-top: 35px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
#page #navigation ul {
	float: left;
}
#page #navigation li {
	background-image: url(/images/home_a.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 145px;
	float: left;
}
#page #navigation li a[title="Home"]:hover,#page #navigation li.current_page_item a[title="Home"],#page #navigation li.current_page_item a[title="Home"]:visited {
	background-image: url(/images/home_b.jpg);
	background-repeat: no-repeat;
	}

#page #navigation a, #page #navigation a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #8c734b;
	display: block;
	float: left;
	width: 110px;
	text-decoration: none;
	height: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 35px;
}
#page #navigation a:hover,#page #navigation .current_page_item a,#page #navigation .current_page_item a:visited {
	color: #006838;
	text-decoration: underline;
}

#page #navigation li.nav-about {
	background-image: url(/images/about_a.jpg);
	background-repeat: no-repeat;
}
#page #navigation li.nav-about:hover,#page #navigation li.nav-about.current_page_item a,#page #navigation li.nav-about.current_page_item a:visited {
	background-image: url(/images/about_b.jpg);
	background-repeat: no-repeat;
}
#page #navigation li.nav-services {
	background-image: url(/images/services_a.jpg);
	background-repeat: no-repeat;
}
#page #navigation li.nav-services:hover,#page #navigation li.nav-services.current_page_item a,#page #navigation li.nav-services.current_page_item a:visited {
	background-image: url(/images/services_b.jpg);
	background-repeat: no-repeat;
}
#page #navigation li.nav-testimonials {
	background-image: url(/images/testimonials_a.jpg);
	background-repeat: no-repeat;
}
#page #navigation li.nav-testimonials:hover,#page #navigation li.nav-testimonials.current_page_item a,#page #navigation li.nav-testimonials.current_page_item a:visited {
	background-image: url(/images/testimonials_b.jpg);
	background-repeat: no-repeat;
}
#page #navigation li.nav-ask-the-experts {
	background-image: url(/images/ask_a.jpg);
	background-repeat: no-repeat;
}
#page #navigation li.nav-ask-the-experts:hover,#page #navigation li.nav-ask-the-experts.current_page_item a,#page #navigation li.nav-ask-the-experts.current_page_item a:visited {
	background-image: url(/images/ask_b.jpg);
	background-repeat: no-repeat;
}
#page #navigation li.nav-contact-us {
	background-image: url(/images/contact_a.jpg);
	background-repeat: no-repeat;
}
#page #navigation li.nav-contact-us:hover,#page #navigation li.nav-contact-us.current_page_item a,#page #navigation li.nav-contact-us.current_page_item a:visited {
	background-image: url(/images/contact_b.jpg);
	background-repeat: no-repeat;
}

/* Content *******************/
#page {
	background-image: url(/images/content_bg.png);
	background-repeat: repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}
#content {
	float: left;
	width: 725px;
}
#copy_with_sidebar {}
#copy_without_sidebar {}
#copy_with_sidebar #copy {
	float: left;
	width: 440px;
	padding-right: 10px;
}

/* Sidebars Structure & Design ******************/
#sidebar {
	float: right;
	width: 265px;
	padding-left: 10px;
}
* html #sidebar {margin:0;}/*style for IE*/
#sidebar br {}
#sidebar img {}
#sidebar form {
	float: left;
	margin-right: auto;
	margin-left: auto;
}
#sidebar ul {}
#siebar ul li {}
#cf7_form_box {
	display: block;
	float: left;
	width: 100%;
}

/* Footer Structure & Design ********************/
#footer {
	background-image: url(/images/footer_bg.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 900px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#footer_content {
	text-align: center;
	display: block;
	width: 900px;
}



/* TYPOGRAPHY ***************************************************************************/
/* Global Typography **********/
body { 
/* Default Font Family */ font-family:Calibri,Arial,Helvetica,Verdana,Sans-Serif; 
/* Default Font Size   */	font-size:80%; /* Use 62.5% to set 1em to 10px. pxtoem.com */
/* Default Font Color  */	color:#000; 
/* Default Font Weight */	font-weight:normal;
/* Default Line Height */	line-height:1.8;
	}
p {}
small {}
#content {}
#copy p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #26160f;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#copy h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	line-height: 34px;
	color: #006838;
}
#copy h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #8c734b;
	line-height: 26px;
	margin-top: 10px;
}
#copy h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #8c734b;
	margin-top: 15px;
}
#copy ul {
	padding-left: 15px;
	list-style-type: disc;
	margin-left: 20px;
}
#copy ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006838;
}
#copy ul li a {
	color: #006838;
}
#copy ul li a:hover {
	font-weight: bold;
}
#copy ul li ul {
	padding-left: 10px;
	list-style-type: circle;
	margin-left: 15px;
}
#copy ul li ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8c734b;
}

/* Heading Typography ************/
h1,h2,h3,h4,h5,h6 { 
/* Default Heading Font Family */	font-family:Georgia,"Times New Roman",Times,serif;
/* Default Heading Font Color  */	color:#000; 
/* Default Heading Font Weight */	font-weight:normal;
	}
h1 {font-size:2.5em;}
h2 {font-size:1.8em;}
h3 {font-size:1.5em;}
h4 {font-size:1.3em;}
h5 {font-size:1.0em;}
h6 {font-size:0.7em;}
h2.pagetitle {font-size:2.5em;text-align:center;margin:0 0 20px 0;width:100%;display:block;}
h3.comments {}
/* Sidebar Typography *************/
#sidebar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #26160f;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
}
#sidebar h1 {}
#sidebar h2 {}
#sidebar h2.widgettitle {
	font-size: 24px;
	color: #006838;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	display: block;
	width: 100%;
}

/* Footer Typography *************/
#footer {}
#footer p {}
#footer ul {
	text-align: center;
	display: block;
	width: 900px;
}
#footer li {
	background-image: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#footer a, #footer a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8c734b;
	background-image: none;
	padding: 3px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
#footer a:hover {
	color: #006838;
}

/* Link Typography ***************/
h1 a, h1 a:visited {}
h1 a:hover {}
h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {}
a, a:visited {}
a:hover {}
a img, a:visited img, h1 img, h1 img:hover {}
a:hover img, h1 img, h1 img:hover {}
a.post-edit-link, a.post-edit-link:visited {}
a.post-edit-link:hover {}

/* SPECIAL PAGES ************************************************************************/
/* Home Page *************/
/* About Page ************/
#about_box {
	float: left;
	width: 100%;
}
#about_box p {
	display: block;
	padding-top: 15px;
	padding-bottom: 10px;
}
#about_box img {
	padding: 10px;
	float: left;
}


/* MISCELLANEOUS ************************************************************************/
/* Comments ******************/
#comments {}
#commentform textarea {}
.comment-author {}

/* Calendar ******************/
#wp-calendar {}
#wp-calendar #next a {}
#wp-calendar #prev a {}
#wp-calendar a {}
#wp-calendar caption {}
#wp-calendar th {}
#wp-calendar tr {}
#wp-calendar td {}
#wp-calendar td.pad:hover { /* Doesn't work in IE */}
#wp-calendar #prev a, #wp-calendar #next a {}
#wp-calendar a {}

/* Images ********************/
p img {}
img.centered {display:block;margin:0 auto;}
img.alignright {padding:4px;margin: 0 0 2px 7px;display:inline;}
img.alignleft {padding:4px;margin: 0 7px 2px 0;display:inline;}
.alignright {float:right;}
.alignleft {float:left;}

/* Miscellaneous *************/
.hidden,.nocomments {visibility:hidden;display:none;}
.clearfix {
	clear: both;
}