/*
Theme Name: UltraLite Framework
Theme URI: http://wp-ultralite.com/
Description: A Wordpress Theme Framework.
Version: 1.0
Author: Kane McLean, Chip Cheatham
Author URI: http://wp-ultralite.com/
Tags: framework, white, widgets

	UltraLite Wordpress Theme Framework
	Designed & Developed by Kane McLean.
	http://wp-ultralite.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 {}

/* Header Structure & Design ********************/
#header {
	float: left;
	height: 100px;
	width: 900px;
}
#header_logo {
	float: left;
}
#header_nav {
	float: left;
	width: 420px;
	padding-top: 65px;
}
#header_info {
	text-align: right;
	float: right;
}
h2.phone {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #8d1017;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: bold;
}
h2.info {
	font-size: 16px;
	color: #8d1017;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: normal;
}

/* Navigation ****************/
.navigation {}
#navigation ul {
	float: left;
	width: 420px;
}
#navigation li {
	display: inline;
}
#navigation a, #navigation a:visited {
	font-size: 14px;
	color: #999;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#navigation a:hover, #navigation .current_page_item a, #navigation .current_page_item a:visited {}

/* Content *******************/
#page {
	background-image: url(/images/page_bg.jpg);
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 62px;
	padding-left: 62px;
	background-repeat: no-repeat;
}
#content {
	float: left;
	width: 900px;
}
#copy_with_sidebar {
	float: left;
	width: 900px;
	background-image: url(/images/content_bg_001.jpg);
	background-repeat: repeat-y;
	margin-top: 18px;
}
#copy_with_sidebar #copy {
	float: left;
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: -8px;
}
#copy p {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 3px;
	padding-bottom: 7px;
}

#copy p.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3c669c;
}

#copy h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #8d1017;
	padding-top: 5px;
	line-height: 30px;
}

#copy h2 a, a:visited {
	color: #8d1017;
	text-decoration: none;
}


#copy ul {
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #8d1017;
	list-style-type: disc;
	font-weight: bold;
}
#copy ul li {
	font-size: 16px;
	font-weight: normal;
	margin-left: 15px;
}
#copy ul li a, a:visited {}
#copy ul li a:hover {}
#copy_without_sidebar {}


/* Sidebars Structure & Design ******************/
#sidebar {
	float: left;
	width: 260px;
	padding-right: 20px;
	padding-left: 20px;
}
* html #sidebar {margin:0;}/*style for IE*/
#sidebar br {}
#sidebar img {}
#sidebar form {}
#sidebar p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 3px;
}
#sidebar h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 5px;
}

/* Footer Structure & Design ********************/
#footer {
	color: #CCC;
	text-align: center;
	height: 35px;
}



/* 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 {}


/* 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 {}

/* Footer Typography *************/
#footer {}
#footer p {}
#footer ul {}
#footer li {}
#footer a, #footer a:visited {}
#footer a:hover {}

/* 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 *************/
#home_flash {}
#home_residential {
	float: left;
	width: 280px;
	margin-right: 10px;
}
#home_commercial {
	float: left;
	width: 280px;
	margin-left: 10px;
}
.column_copy {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
}

#partners {
	float: left;
	width: 580px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	margin-top: 10px;
	padding-top: 5px;
}
#partners img {
	padding: 3px;
	float: left;
}

#partners h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #8d1017;
}


/* 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, .description, .nocomments {visibility:hidden;display:none;}
.clearfix {
	clear: both;
}
