/*   
Theme Name: Hi-Tech-Pest-Control
Theme URI: http://www.ramemorialfoundation.org
Description: Wordpress Theme for the Robby Atherton Memorial Foundation website
Author: Browser Kings
Author URI: http://www.browserkings.com
Template: thematic
Version: 0.1
.
General comments/License Statement if any.
.
*/

/* Reset the browser defaults */
@import url('../thematic/library/styles/reset.css');
 
/* Apply default typography */
@import url('../thematic/library/styles/typography.css');
 
/* Add WordPress image styles */
@import url('../thematic/library/styles/images.css');
 
 
/* Start with some default styles */
@import url('../thematic/library/styles/18px.css');



html, body{
	height: 100%;	
}

body{
	min-height: 100%;
	width: 100%;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 90%;
	background: #DBDBD7 url('images/background.png') top left repeat-x;
}


h1{
	font-size: 2em;
	line-height: 1.1;
	margin-bottom: .5em;
	color: #00133E;
	
	clear: both;
}

h2{
	font-size: 1.6em;
	line-height: 1.1;	
	margin-bottom: .5em;
	color: #295A82;
	
	clear: both;
}

h3{
	font-size: 1.4em;
	line-height: 1.1;	
	margin-bottom: .5em;
	color: #00133E;
	
	clear: both;
}

h4{
	font-size: 1em;
	line-height: 1.1;	
	margin-bottom: .5em;
	color: #295A82;
	
	clear: both;
	font-family: Helvetica, Arial, sans-serif;
}

p{
	font-size: 1em;
	line-height: 1.3;
	margin-bottom: .5em;
	color: #444444;
	/*
	clear: both;
	*/
	font-family: Helvetica, Arial, sans-serif;
}

ul{
	font-size: 1em;
	line-height: 1.3;
	margin-bottom: 1em;
	margin-left: 15px;
	padding-left: 10px;
}

ul li, ol li{

	color: #333;
	font-family: Helvetica, Arial, sans-serif;
}

a{
	color: #444444;

}

a:hover{
	color: #000000;
}

#wrapper{
	width: 100%;
	min-height: 100%;
	float: left;
	position: relative;
}

#main{
	width: 990px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	position: relative;
}



#header{
	float: left;
	clear: left;
	width: 990px;
	height: 416px;
	background: transparent url('images/header.png') top center no-repeat;
	postion: relative;
}

#header #flash-container{
	position: absolute;
	top: 100px;
	left: 15px;
	padding: 0;
	width: 445px;
	height: 270px;
}

#header #nav-bar{
	width: 990px;
	height: 40px;
	margin: 0;
	top: 370px;
	position: absolute;
	z-index: 1000;
	float: left;
	clear: left;

}

#header #nav-bar .menu-nav-menu-container{
	width: 100%;
	float: left;
	height: 100%;
	position: relative;
}

.ie7 #header #nav-bar .menu-nav-menu-container{

	width: auto;
}	

#header #nav-bar .menu{
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	text-align: center;
	position: relative;
	list-style: none;
}

.ie7 #header #nav-bar .menu{

	width: auto;
	float: none;
	margin: 0 auto;
}

#header #nav-bar .menu > .menu-item{
	display: inline-block;
	width: auto;
	height: 40px;
	list-style: none;
	margin: 0;

	padding: 0;
	margin-left: 20px;
	margin-right: 20px;	
	position: relative;
}

.ie7 #header #nav-bar .menu .menu-item{
	
	float: left;	
}

#header #nav-bar .menu > .menu-item > a{
	text-decoration: none;
	font-size: 18px;
	color: #C8D6DF;
	line-height: 38px;
	height: 38px;
	font-weight: bold;
	position: relative;
	display: block;
}

#header #nav-bar .menu > .menu-item > a .sf-sub-indicator{
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	right: -18px;
	top: 14px;
	width: 15px;
	height:  11px;
	background: transparent url('images/down-arrow.png') top left no-repeat;
}

#header #nav-bar .menu > .menu-item > a:hover .sf-sub-indicator,
#header #nav-bar .menu > .current_page_item > a .sf-sub-indicator,
#header #nav-bar .menu > .sfHover > a .sf-sub-indicator{
	background: transparent url('images/down-arrow-hover.png') top left no-repeat;

}

#header #nav-bar .menu .sub-menu{
	position: absolute;
	top: -999em;
	left: -9999em;
	margin: 0;
	padding: 0;
	list-style: none;
}

	
#header #nav-bar .menu .sfHover .sub-menu{
	left: 0;
	top: 38px;
}	
	
#header #nav-bar .menu .sub-menu .menu-item{
	background-color: #00133E;
	border-bottom: 1px solid #183D66;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header #nav-bar .menu .sub-menu > .menu-item > a{
	display: block;
	width: 97%;
	padding-left: 3%;
	color: #C8D6DF;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.6em;
	height: 1.6em;
	text-align: left;
}

#header #nav-bar .menu-nav-menu-container .menu .sub-menu .menu-item a:hover{
	background-color: #183D66;
	color: #8EBF4A;
}


#header #nav-bar .menu .current_page_item a .sf-sub-indicator,
#header #nav-bar .menu .current_page_ancestor a .sf-sub-indicator{
	background: transparent url('images/down-arrow-hover.png') top left no-repeat;
}

#header #nav-bar .menu .menu-item a:hover, 
#header #nav-bar .menu .menu-item:hover > a,
#header #nav-bar .menu .current_page_item > a,
#header #nav-bar .menu .current_page_ancestor>a
{
	color: #8EBF4A;
}



#container{
	width: 990px;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 30px;
	min-height: 280px;
}

#container #content{
	width: 930px;
	float: left;
	clear: left;
	margin: 0;
	margin-bottom: 15px;
	padding: 0 30px;

}

.hentry{
	width: 100%;
	margin-bottom: 45px;
	float: left;
	clear: both;
}

.hentry .entry-title{
	margin-bottom: 5px;
}

.hentry .entry-meta{
	margin-bottom: 20px;
}

.hentry .entry-title a{
	color: #031843;
	text-decoration: none;
}	

.hentry .entry-title a:hover{
	color: #000;
}

.entry-content{
	width: 100%;
	clear: both;
	float: left;	
}

#content ul.left-side{
	/*
	float: left;
	*/
	clear: none;
	width: 65%;
}

#content h2.left-side{
	/*
	float: left;
	*/
	clear: none;
	width: 65%;

}

#content #phone-numbers{
		margin-left: 40px;
		margin-bottom: 10px;
		width: 300px;
		float: left;
		clear: both;
}

#content #phone-numbers p{
	font-size: 1.3em;
	margin-bottom: 5px;
	color: #295A82;
}

#content #phone-numbers p span{
	color: #00133E;
}

#content #map{
	width: 324px;
	height: 325px;
	float: right;
	clear: right;
	background: transparent url('images/map-background.png') top left no-repeat;
}

#content #map iframe{
	margin-left: 7px;
	margin-top: 6px;
	margin-bottom: 10px;
}

#content #map small{
	display: block;
	float: right;
	margin-right: 10px;
}

#content #map small a{

}

#content #home-info{
	width: 100%;
	clear: both;
	float: left;	
}

#content #hours{
	background: transparent url(images/hours-of-operation.png) top left no-repeat;
	width: 310px;
	height: 180px;
	float: right;
	margin-top: -50px;
	margin-right: 45px;
	margin-bottom: 20px;
}

#content #hours.home{
	margin: 0;
	margin-bottom: 15px;
	float: right;
	
}

#content #home-form-holder{
	float: left;
	clear: none;
	margin-left: 80px;
	position: relative;
	
}

#content #home-form-holder p{
	margin-top: 4px;	
}

#content #home-form-holder a{
	text-decoration: none;
	clear: both;
	float: left;	
	font-size: 1.4em; 
	padding: 5px;
}

#content #home-form-holder a:hover{
	background-color: #97C656;
	border: 1px solid #333;
}

#content #home-form-holder a:hover{
	text-decoration: underline;	
}

#content #home-form-holder .the-form{
	position: absolute;
	top: 0;
	left: -80px;
	padding: 20px 10px 10px 10px;
	background-color: #999;
	border: 2px solid #333;
	
	display: none;	
}

#content #home-form-holder .the-form #contact-form-area{
	margin: 0;	
}

#content #home-form-holder .the-form .close a{
	color: #fff;
	position: absolute;
	top: 5px;
	right: 10px;	
	font-size: 1.1em;
}

#content #home-form-holder .the-form .close a:hover{
	background-color: transparent;
	border: none;
	text-decoration: underline;	
}


#content .address{
	margin-bottom: 5px;
	margin-right: 15px;
	width: 300px;
	float: right;
	clear: right;
	text-align: center;
}

#content .address p{
	margin: 0;
}

#content #contact-form-area{
	width: 546px;

	float: left;
	clear: left;
	margin-bottom: 20px;
	position: relative;
}

#quote-block{
	clear: both;
	width: 990px;
	margin: 10px auto;
}

#quote-block h2{
	text-align: center;
}

#footer{
	min-width: 100%;
	float: left;
	clear: left;
	background: #79A73A url('images/footer.png') top left repeat-x;
	margin-top: 20px;
	text-align: center;
}

#footer p{
    width: 100%;
	text-align: center;
	float: left;
	clear: left;
	margin-top: 10px;
}

#footer #footer-container{
	width: 990px;
	margin: 0 auto;	
	
	padding: 15px 0;
}


#footer #footer-container #bottomNav{
	width: 100%;
	margin: 0;
	padding: 0;
	oveflow: hidden;
}

#footer #bottomNav ul{
	width: 94%;
	float: left;
	clear: left;
	list-style-type: none;

	text-align: center;
}

#footer #bottomNav ul li{
	display: inline;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

#footer #bottomNav ul li a{
	text-decoration: none;
	margin: 0 10px:
	display: block;
	line-height: 1.3;
}

#footer #bottomNav ul li a:hover{
	text-decoration: underline;	
}


/*****************
**	Images
**
*****************/

#bbb{
	display: block;
	float: left;
	
	/*
	margin-right: 80px;
	*/
	
	width: 65px;
	margin-right: 10px;
}



/******************************/
/* Contact Form       		  */
/******************************/



#contact-form-area form{
	clear: left;
	float: left;
}


#contact-form{
	width: 324px;
	height: 326px;
	float: left;
	background: transparent url("images/contact-form.png") top left no-repeat;
	padding-top: 20px;
	position: relative;
}

#contact-form label{
	margin-right: 12px;
	text-align: right;
	float: left;
	clear: left;
	width: 80px;
	font-size: 9pt;
	padding-top: 4px;
}

#contact-form input{
	width: 188px;
	height: 22px;
	float: left;
	margin-bottom: 3px;
	padding-top: 6px;
	padding-left: 12px;
	border: none;
	background: transparent;
	overflow: hidden;
}

#contact-form textarea{
	width: 188px;
	height: 143px;
	margin-top: 10px;
	padding-left: 10px;
	float: left;
	overflow: auto;
	background: transparent;
	border: none;
}


.submitButton{
	margin: 0;
	margin-top: 10px;
	margin-left: 280px;
	margin-bottom: 10px;
	padding: 0;
	clear: both;
	width: 90px;
	height: 33px;
	float: left;
	background: transparent url("images/form-submit-button.png") top left no-repeat;
	border: none;
}

.submitButton:active{
	background: transparent url("images/form-submit-button-pressed.png") top left no-repeat;
	
}

.LockOff {
     display: none;
     visibility: hidden;
}

.LockOn {
     display: block;
     visibility: visible;
     position: absolute;
     z-index: 1001;
     top: 0px;
     left: 0px;
	 width: 100%;
     min-height: 100%;
     background-color: #000;
	 color: #fff;
     text-align: center;
     padding-top: 205px;
	 padding-bottom: 20px;
     filter: alpha(opacity=75);
     opacity: 0.75;
}

#errorHolder{
	height: 200px;
	width: 220px;
	margin-top: 22px;
	float: left;
	clear: none;
	margin-left: 2px;
}


#errorContainer{
	clear: none;
	float: left;
	margin: 0;
	width: 220px;
	height: 23px;
	margin-bottom: 8px;
}

#errorContainer p{
	width: 100%;
	padding: 0;
	margin: 0;
	height: 20px;
	font-size: 12px;
	padding-top: 3px;
	font-weight: bold;
	color: #295A82;
}


#reciever{
	display: none;
     position: absolute;
     z-index: 2001;
     top: 10px;
     left: 50px;


	 width: 400px;
     height: 100px;
	 background-color: #295A82;
	 border: 2px dotted #031843;
	 color: #fff;
     text-align: center;
     padding-bottom: 20px;
}

#reciever p{
	color: #DBDBD7;
	padding-top: 40px;
	font-size: 20px;

}



#social_network{

	position: fixed;
	right: -62px;
	top: 20%;
	width: 85px;
	height: 143px;
	z-index: 10000;
	border-right: none;
	background: transparent url(images/social-network-tab.png) top left no-repeat;
	cursor: pointer;
}

#social_network.show{

	right: 0;
}

#social_network #facebook-icon{

	width: 50px;
	height: 48px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	top: 14px;
	left: 28px;
}

#social_network #twitter-icon{

	width: 50px;
	height: 50px;
	display: block;
	text-indent: -999em;
	overflow: hidden;	
	position: absolute;
	top: 78px;
	left: 28px;
}



.left-column{

	float: left;
	width: 600px;
	margin-right: 20px;
}


.right-column{

	float: left;
	width: 310px;
}

.right-column .container{

	margin-bottom: 20px;
	width: 288px;
	font-size: .95em;
	line-height: 1.2;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.right-column .container .content{

	width: 266px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	
	font-family: Helvetica, Arial, sans-serif;
}

.right-column .container h2{
	
	font-size: 1.4em;
	text-align: center;
}

#content .right-column #hours{

	float: none;
	clear: both;
	display: block;
	margin: 0 auto 15px auto;
}

.right-column #bbb{

	display: block;
	float: none;
	margin: 0 auto;
}



#video-container{

	width: 500px;
	height: 375px;
	margin: 10px auto 20px auto;
}

#ad-player{

	display: block;
	width: 500px;
	height: 375px;
	margin: auto;
}





