/*
Theme Name: Briggs HVAC
Version: 1.0
Description: This is a WordPress theme.
Author: David Mallon
Author URI: http://iknowwebdesign.com
Date: 04-7-2010


/*-----------Block Level Elements--------------*/

html, body
	{
	
	}

body
	{
	padding-top: 0;
	margin: 0;
	background-color: #9DBD80;
	font-size: .8em;
	font-family: Verdana, Trebuchet-MS, Arial, Sans-Serif;
	color: #151515;
	background-image: url('images/body_bkgd.gif');
	}

#page
	{
	position: relative;
	padding: 0;
	}

#outer_header
	{
	position: relative;
	width: 920px;
	margin: 0px auto;
	background-image: url('images/page_bkgd.png');
	}

#header
	{
	width: 898px;
	margin: 0px auto;
	height: 136px;
	background-image: url('images/header_bkgd.jpg');
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}

.homelink
	{
	position: absolute;
	width: 320px;
	height: 100px;
	cursor: pointer;
	}

#outer_content
	{
	background-image: url('images/outer_content_bkgd.gif');
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

#content
	{
	width: 920px;
	margin: 0px auto;
	padding: 0;
	line-height: 1.5em;
	min-height: 465px;
	}

.narrow_column
	{
	background-image: url('images/page_bkgd2.png');
	}

.wide_column
	{
	background-image: url('images/page_bkgd3.png');
	}

.page_content
	{
	width: 525px;
	min-height: 465px;
	padding: 20px 0 0 0;
	margin: 0px 0px 0px 80px;
	}

.wide_column .page_content
	{
	width: 525px;
	margin: 0px auto 0 auto;
	padding: 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
	}

.content_top
	{
	margin:0 auto;
	margin-left: 10px;
	}

.has_left_sidebar
	{
	background-image: url('images/page_bkgd_left.gif');
	background-repeat: repeat-y;
	}

#leftside
	{
	float: left;
	margin: 20px 0 0 20px;
	}


ul
	{
	list-style-image: url('images/green_bullet.gif');
	padding:0 0 0 0px;
	margin:0 0 0 10px;
	}


td
	{
	vertical-align:top;
	}

#outer_footer
	{
	position: relative;
	width: 920px;
	margin: 0px auto;
	background-image: url('images/page_bkgd.png');
	}

#footer
	{
	width: 898px;
	height: 105px;
	margin: 0px auto;
	padding: 0;
	background-image: url('images/footer_bkgd.gif');
	height: 105px;
	background-repeat: no-repeat;
	background-color: #bac5de;
	clear: both;
	color: #fff;
	}

#footer a
	{
	color: #cccccc;
	text-decoration: none;
	}

#footer p.copyright
	{
	float: left;
	margin-left: 35px;
	padding-top: 15px;
	}

#footer p.iknow
	{
	float: right;
	margin-right: 45px;
	padding-top: 15px;
	color: #cccccc;
	font-size: 85%;
	}


/*-------------Text elements-------------*/

a
	{
	color: #2e5ab1;
	outline: none;
	text-decoration: none;
	}

a img
	{
	border: none;
	}

p
	{
	margin: 0 0 15px 0;
	padding: 0;
	}

.hidden
	{
	position: absolute;
	left: -999em;
	}

/*-------------Headings-------------*/
h1, h2, h3, h4, h5, h6
	{
	color: #000000;
	font-family: Trebuchet-MS, Arial, Sans-Serif;
	}
h1
	{
	color: #438849;
	font-size: 165%;
	margin: 0px 0px 15px 0px;	
	}

h2
	{
	font-size: 140%;
	margin: 0px 0px 10px 0px;
	}

h3
	{
	font-size: 120%
	}

h4
	{
	font-size: 100%
	}

h5
	{

	}

h6
	{
	font-size: 50%
	}


/*-------------Top Nav-------------*/

#topnav
	{
	position: relative;
	top: 106px;
	height: 29px;
	padding: 0px;
	margin: 0px;
	z-index: 100;
	}

#topnav ul
	{
	
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Trebuchet MS, sans-serif;
	}

#topnav ul li
	{
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	height: 29px;
	}

#topnav ul li a
	{
	font-size: 11px;
	font-weight: bold;
	color: #000;
	display: block;
	padding: 7px 16px 8px 16px;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #ccc;
	}

#topnav ul li a:hover
	{
	background: url('images/nav_hl_bkgd.gif');
	color: #000;
	}

#topnav ul li ul
	{
	margin: 0px;
	position: absolute;
	visibility: hidden;
	border: 1px solid #89a1d2;
	padding: 0;
	}

#topnav ul li li
	{
	height: 30px;
	width: 125px;
	background-color: #fff;
	display: block;
	float: none;
	}
	

#topnav li ul li a
	{
	height: 13px;
	display: block;
	color: #222;
	text-decoration: none;
	padding: 8px 0px 9px 10px;
	font-style: normal;
	border: 0px solid;
	}

#topnav ul li li a:hover
	{
	color: #003B92;
	text-decoration: none;
	background-image: none;
	}

#topnav ul li.current_page_item a, #topnav ul li.current_page_parent a
	{
	background: url('images/nav_hl_bkgd.gif');
	color: #000;
	}

#topnav ul li.current_page_item li a, #topnav ul li.current_page_parent li a
	{
	background-image: none;
	}

#topnav ul li.current_page_item li a:hover
	{
	
	text-decoration: none;
	}


/*-------------The Post-------------*/

.post
	{
	
	}

.page_content
	{
	
	}

.post p
	{
	margin: 0px 0px 10x 0px;
	}

.post .entry
	{
	
	}

.post h2
	{
	margin: 0px 0px 10px 0px;
	}

.entry h2
	{
	
	}

.post h3
	{
	margin: 5px 0px 5px 0px;
	}

.post h4
	{
	margin: 15px 0px 7px 0px;
	}

.post ul
	{
	margin: 0 0 1em 10px;
	padding-left: 10px;
	list-style-type: disc;
	}

.post ol
	{
	border-left: 1px solid #ccc;
	}

.post li
	{
	padding: 0 0 0 4px;
	list-style-position: outside;
	}

.postmetadata
	{
	font-size: 95%;
	color: #999;
	margin: 0;
	padding: 0;
	}

blockquote
	{
	width: 200px;
	float: right;
	margin: 0px 0px 0px 20px;
	border: 2px solid #d0d6f3;
	padding-left: 10px;
	background-color: #fff;
	color: #333;
	line-height: 1.25em;
	}

.post_date
	{
	font-size: 90%;
	margin: 5px 0px 0px 0px;
	color: #6BAB45;
	}

hr
	{
	
	}
	
/*--------------Home Page Styling------------*/
#home #header
	{
	
	}

#home .page_content
	{
	margin-left: 345px;
	width: 285px;
	padding: 20px 0 0 0;
	}

#home #content
	{
	
	}

#home #content .post
	{
	
	}

#home h1
	{
	
	}

#home h1 span
	{
	display: block;
	width: 15px;
	height: 15px;
	background-image: url('images/diamond.gif');
	}

#home .has_left_sidebar
	{
	
	}

#home .has_right_sidebar
	{
	
	}

#home #home_slideshow
	{
	float: right;
	width: 310px;
	height: 250px;
	margin: 0 10px 0 0;
	padding: 0;
	border: 1px solid #CDCDCC;
	background-color: #fff;
	}

/*-------------Projects page------------------*/

.slider
	{
	cursor: pointer;
	background-image: url('images/open.gif');
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left: 20px;
	}

.slider span
	{
	font-weight: normal;
	}

#show_hide h3.opened
	{
	background-image: url('images/close.gif');
	}

.project_image
	{
	float: right;
	margin-left: 10px;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	}

.project_container
	{
	background-color: #eff5ee;
	padding: 8px 8px 8px 8px;
	border: 1px solid #d1d6f4;
	margin: 0 0 8px 0;
	}


/*-------------Widgets and sidebars------------------*/

#sidebar
	{
	font-family: Trebuchet MS, sans-serif;
	font-size: 90%;
	width: 259px;
	float: right;
	margin: 0 11px 0 0;
	padding: 10px 0 0 0;
	color: #222;
	background-image: url('images/sidebar_bkgd2.gif');
	background-repeat: no-repeat;
	min-height: 465px;
	line-height: 1.55em;
	}

.sidebar_post
	{
	margin: 0px 10px 10px 10px;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #fafcf9;
	}

.featured_header
	{
	color: #000;
	text-align: center;
	margin: 0 10px 0px 10px;
	padding: 5px;
	background-image: url('images/featured_header.gif');
	font-style: italic;
	}

.feature_thumb
	{
	float: left;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #ccc;
	background-color: #fff;
	}

h2.Thumb, h2.Info, h2.Tools
	{
	padding: 10px 0 10px 33px;
	margin: 0;
	background-repeat: no-repeat;
	}

h2.Thumb
	{
	background-image: url('images/thumbup.png');
	}

h2.Info
	{
	background-image: url('images/info.png');
	}

h2.Tools
	{
	background-image: url('images/tools.png');
	}

.sidebar_post .entry
	{
	
	}

.left_sidebar
	{
	float: left;
	margin-left: 8px !important;
	}

.right_sidebar
	{
	float: right;
	margin-right: 8px;
	}

.widgettitle
	{
	margin: 0px 0px 5px 0px;
	}

.widgetized li ul
	{
	margin: 0px 0px 10px 0px;
	}

li.widget ul, li.widget select
	{
	margin: 0px 0px 10px 0px;
	}

li h2
	{
	margin: 0px 0px 5px 0px;
	}

#sidebar_right ul li ul
	{
	margin: 0px 0px 15px 0px;
	}

/*-------------Cforms------------------*/

.cform
	{
	width: 525px;
	}

.cform legend
	{
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 0 10px;
	color: #222;
	font-weight: bold;
	font-family: Trebuchet-MS, Arial, Sans-Serif;
	letter-spacing: 0;
	}

form.cform label
	{
	font-weight: bold;
	color: #000;
	text-align: right;
	}

.cform fieldset
	{
	border: 1px solid #d1d6f4;
	padding: 10px;
	background-color: #eff5ee;
	}

span.reqtxt, span.emailreqtxt
	{
	color:red;
	display:inline;
	font-size:0.8em;
	line-height:1.2em;
	margin:0 5px 7px 5px;
	vertical-align:top;
	}

ol.cf-ol li.textonly
	{
	color:#333;
	font-size:1em;
	letter-spacing:0px;
	margin:12px 0 !important;
	padding:0 0 0 0;
	}

.cform ol
	{
	border: none;
	padding: 0 !important;
	}

.cform input
	{
	width: 250px;
	}

.cform textarea
	{
	width: 350px;
	}

#contact form
	{
	margin-bottom: 20px;
	}
#contact p.cf-sb
	{
	text-align: center;
	margin-top: 5px;
	}

#contact .cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton
	{
	width: 250px;
	}

#contact .cform input, #contact .cform textarea, #contact .cform select
	{
	
	}



/*-------------Other------------------*/

.clearboth
	{
	clear: both;
	height: 1px;
	}

.clearright
	{
	clear: right;
	}

.clearleft
	{
	clear: left;
	}

.floatleft
	{
	float: left;
	}

.floatright
	{
	float: right;
	}

.center
	{
	text-align: center;
	}

img.floatleft
	{
	margin-right: 1em;
	}

img.floatright
	{
	margin-left: 1em;
	}

.wp-caption
	{
	background-color: #eee;
	border: 1px solid#ccc;
	}

.wp-caption img
	{
	display: block;
	margin: 5px auto;
	}

.wp-caption p
	{
	margin: 5px;
	}

.block
	{
	display: block;
	}

img.bordered
	{
	border: 1px solid #222;
	padding: 3px;
	}

input.hide
	{
	float: left;
	display: none;
	width: 0px;
height:0px;
margin: 0px;
padding: 0px;
font-size: 0px;
line-height: 0px;
border: 1px solid;
	}

#fckBody
	{
	background-color: #fff !important;
	background-image: url('');
	}

.alternating
	{
	background-color: #fff;
	padding: 8px 8px 8px 8px;
	border: 1px solid #d1d6f4;
	margin: 0 0 8px 0;
	}
	
.alt
	{
	background-color: #ccc;
	}

