/*
Theme Name: See Ya Later
Theme URI: 
Description: Custom design.
Version: 1.0
Author: Josh McKenney
Author URI: http://www.dominateyourlocalmarket.com
Tags:

*/
img {
border:0;
}

/* wordpress base DON'T REMOVE */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
/*END WORDPRESS BASE*/

/*------ basic elements -------------------------------------------------------------*/

body { 
	font-family: "ms trebuchet", Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	color:#7B7777;
	background-color:#222222;
	font-size:12px;
	}

p {}
a:link, a:visited { text-decoration: none; color: #6F96FF;	}
a:hover, a:active { text-decoration: none; color: #ff9600; }
li { text-decoration: none; list-style-type: none; display: block; color: #fff; }
h1{
font-size:20px;
font-family:"century gothic", "ms trebuchet", sans-serif;
font-weight:normal;
color:#313131;
}


/*------ specific divs --------------------------------------------------------------*/


#container { 
	width: 960px;
	padding:0;
    margin: 0px auto; 
	position: relative;
	z-index: 6;
	background-color:#E7E7E7;
	}

#header {
	height:100px;
	background-color:white;
}

#header #top-nav {
	font-family:trebuchet ms, verdans, arial;
	font-size:11px;
	position:absolute;
	top:0px;
	left:550px;
}

#header #hope-giver {
	position:absolute;
	top:71px;
	right:180px;
	background-image: url(images/hope-giver.jpg);
	width:241px;
	height:29px;
	z-index:100;
	cursor:pointer;
}

#top-nav p a{
color:#717171;
margin-right:15px;
text-decoration:none;
}

#header #phone {
	position:absolute;
	top:12px;
	left:695px;
}

#phone p{
	font-family:'Century Gothic', arial, sans-serif;
	color:909090;
	margin:0;
}

#phone p.toll {
	font-size:24px;
}

#phone p.local {
	font-size:11px;
	line-height:12px;
	margin-bottom:4px;
	width:88px;
	float:left;
}


#left { 
width: 190px; 
float: left; 
overflow:hidden;
background-image:url(images/left-shadow.jpg);
background-repeat:no-repeat;
background-position: 0 240px;
}

#left ul{
margin:0;
padding:0;
}

#menu-holder{
	height:244px;
	background-image: url(images/middlebg.jpg);
	background-repeat: repeat-x;
	background-color:#367C9A;
}

#main-menu{
	margin:0;
	font-size:14px;
	font-family:'trebuchet ms', verdana, sans-serif;
	padding:0;
	position:absolute;
	z-index:1000;
}

#main-menu li {
	list-style-type:none;
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0;
	padding:0;
	min-height:23px;
}
#main-menu li a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	margin:0 0 4px 0 !important;
	padding:0 23px;
}

#middle { width: 578px; float: left; overflow:hidden;}
#right { width: 192px; float: left; overflow:hidden;}





/*------ footer ---------------------------------------------------------------------*/

#footer {
	margin-top: 20px;
	margin-bottom: 25px;
}

#footer a:link, #footer a:visited { 
	margin-right: 6px; 
	color: #ff9600;
	}


/*------ main images -----------------------------------------------------------------*/


#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv3 span, #extraDiv4, #extraDiv5, #extraDiv6, #extraDiv6 span
{ position: absolute;  }


#extraDiv1 { 
	background: url(clouds.jpg) repeat-x; 
	top: 0px;
	right: 0px; 
	width: 100%; 
	height: 104px; 
	}

#extraDiv2 { 
	background: url(water_edge.jpg) repeat-x; 
	top: 104px;
	right: 0px; 
	width: 100%; 
	height: 75px; 
	}


.main_image {
	height: 242px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
	color: #fff;
}
.main_image h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0 10px;
	font-family:"trebuchet ms";
}
.main_image p {
	padding: 0 10px;
	margin: 0;
}
.main_image .desc{
	position: absolute;
	bottom: 0;
	left: 0; /*--Stick the desc class to the bottom of our main image container--*/
	width: 100%;
	display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
	width: 381px;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.show {background-position: left bottom;}

.image_thumb {
	float: left;
	width: 190px;
	background: #f0f0f0;
}
.image_thumb img {
	background: #fff;
	float: left;
}
.image_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0;
	background: #f0f0f0 url(nav_a.gif) repeat-x;
	width: 190px;
	float: left;
}
.image_thumb ul li.hover { /*--Hover State--*/
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
	background: #fff;
	cursor: default;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/
#left_shadow{
}

#left_shadow p{
	text-align:right;
	padding:0;
}

#quote_bottom{
	background-image:url(images/quote-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:53px;
	width:178px;
	background-color:#D9D9D9;
}

#quote{
	background-image:url(images/quote-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-family:georgia,serif;
	color:#5E5E5E;
	font-size:14px;
	line-height:18px;
	padding: 50px 12px 0 12px;
}

#quote p{
margin:0;padding:0 15px 0 0;
	text-align:left;
	
}

#content{
clear:both;
padding:1px 17px 17px 17px;
background-color:#FFFFFF !important;}

.page_subtitle{
font-family:"ms trebuchet", sans-serif;
font-style:italic;
color:#BABBBB;
font-size:16px;
}

#next_step{
	height:243px;
	font-family:georgia,serif;
	font-size:14px;
	color:#FFFFFF;
	background-image: url(images/quote.jpg);
	background-repeat: repeat-x;
	background-color:#367C9A;
}

#next_step a{
	color:#000000;
}

#next_step #padding {
	width:140px;
	padding-top:30px;
	margin-left:25px;
}

#next_step #title{
	font-size:18px;
	color:#5E5E5E;
	font-weight:bold;
	margin-bottom:20px;
}

.post li{
color:#7B7777;
padding:0 0 0 10px;
margin:0 0 5px 0;
}

.enlarge ul{
margin:10px 0 10px 15px;
padding:0;
list-style-type:square !important;
}.widget {padding:0 13px 0 14px;width:165px;}
.widget h4{display:none;}