/**********************************
 
 NOTES:
 
 -Author: Bret Glassett
          www.bretglassett.com
 
***********************************/

/**********************************
 
 GLOBAL
 
***********************************/

html, body {
	background: #000 url(../images/bg.jpg) top no-repeat;
	margin:0 auto;
	padding:0;
	color: #e8e4e4;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
	
a {
	color: #CC9900;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}

p {
	margin:0 0 18px 10px;
	line-height:19px;
	color: #d0d0d0;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

ul {
	margin: 10 0 10px 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height:16px;
}

li {
	margin-bottom: 10px;
	list-style-type: disc;
}

h1 {
	color:#dadada;
	font-size:16px;
	margin:15px 0 25px 0px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	border-bottom:1px solid #dadada;
	padding-bottom:6px;
	text-transform: uppercase;
}

h2 {
	border-bottom:1px dotted #dadada;
	color: #dadada;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:6px;
	margin: 0 0 20px 10px;
}

h3 {
	border-bottom: 1px dotted #E8E4E4;
  color: #E8E4E4;
  font-size: 12px;
  padding-bottom: 5px;
	margin-left: 10px;
}

.highlight {
	color: #ea1715;
	font-weight: bold;	
}

/**********************************
 
 WRAPS
 
***********************************/

#wrap {
	margin:0px auto;
	padding:0;
	width:965px;
}
	
/**********************************
 
 HEADER & NAV
 
***********************************/

#header {
	float: left;
	background:url(../images/index_2_01.gif) no-repeat;
	height:125px;
	width:965px;
	margin:0;
}

	#header a {
		display:block; 
  	width:100%; 
 	 	height:100%; 
  	text-decoration:none;  
	}

#navigation {
	background: url(../images/bg-nav.jpg) no-repeat;
	height:35px;
	width:915px;
	float:left;
	padding: 15px 25px 0 25px;
	position: relative;
	z-index: 100;
}

#navWrap {
	padding-bottom: 20px;
	border-bottom: 1px solid #7c7a7a;
	width: 910px;
}

#nav ul {
	margin: 0;
	line-height: 12px;
}

#nav li {
	list-style-type: none;
	margin: 0;
	font-size: 14px;
}


/****************
 
 NAV
 
*****************/

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav a {
	display: block;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 4px;
}

#nav a:hover {
	text-decoration: none;
	color: #8d2303;
}

#nav li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}

	*:first-child+html #nav li:hover {
		position: static;
	}
	
.list-spacer {
	border-bottom: 1px solid #7c7a7b;
	width: 80%;
	margin-bottom: 2px;
}	

/**** 

 Sub Nav 
 
****/

#nav li ul {
	position: absolute;
	left: -999em;
	background: url(../images/bg_dropDown.png) bottom left no-repeat;
	width: 157px;
	padding-top: 6px;
}

	* html #nav li ul {
		background-image: none;
		background-color: #7c7a7b;
	}

		#nav li.contact ul {
			position: absolute;
			left: -999em;
			background: url(../images/bg_dropDown_sm.png) bottom left no-repeat;
			width: 130px;
		}

#navigation ul ul a {
	font-size: 9px;
	line-height: 12px;
	margin-bottom: 8px;
	color: #fff;
	padding: 0 0 0 6px;
}

#nav li ul ul {
	margin: -1em 0 0 10em;
}

#nav ul ul a:hover {
	color: #8d2303;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/**********************************
 
 MAIN
 
***********************************/

/*** Sidebar ***/

#sidebar {
	background:url(../images/sidebar_bg.gif) no-repeat;
	float:left;
	width:187px;
	min-height:387px;
	padding: 0 15px 0 15px;
}

#sidebar h1 {
	text-transform: none;
	border-bottom:1px dotted #e8e4e4;
	padding-bottom: 5px;
	color: #e8e4e4;
	font-size: 12px;
}

/*** Main content ***/

#contentarea {
	background:url(../images/index_2_04.gif) repeat-y;
	float:left;
	width:965px;
	min-height: 500px;
}

#content {
	float:left;
	margin:0 0 5px;
	padding:0 35px 0 32px;
	width:650px;
}

	#content .alt_button_format { margin-left: 10px; }

		*:first-child+html #content ul {
			margin: 0 0 0 20px;
		}

#gallery {
	margin:0 0 0 25px;
	height: 500px;
	width: 910px;
	overflow: hidden;
}

	#gallery img:hover {
		cursor: pointer;	
	}

#gallery2 {
	margin:0 0 0 10px;
	height: 500px;
	width: 910px;
	overflow: hidden;
}

/*** Footer ***/

#footer {
	float: left;
	clear:both;
	background:url(../images/index_2_05.gif) no-repeat;
	height:134px;
	width: 965px;
	margin:0 auto;
	padding-top:50px;
}

#seotext {
	float: left;
	margin: 10px 10px 0px 10px;
	width: 955px;
	color:#666666;
}
#seotext a {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	font-size:12px
}
#seotext a:hover {
	text-decoration:underline;
}

/**********************************
 
 INNER PAGES
 
***********************************/

#contentAreaInner {
	background:url(../images/index_2_04.gif) repeat-y;
	float:left;
	width:940px;
	min-height: 500px;
	padding: 0 0 20px 25px;
}

#innerContent {
	float: left;
	width: 680px;
	margin-right: 15px;
}

.style1 {
	margin-top: 10px;
	font-size: 10px;
}

.style2 {
	margin-top: 4px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #CC0000;
}

/**********************************
 
SIDEBAR
  
***********************************/

input.sidebar_form {
	background: #ffffff;
	width: 170px;
	border: 1px solid #282727;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4b4b;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 6px 0px;
}

#sidebar p {
	margin: 0 0 5px 0;
	font-size: 11px;
}

#sidebar h1 {
	margin-bottom: 10px;
}

/**********************************
 
CONTACT FORM
  
***********************************/

form p {
	margin: 0 0 2px 0px;
}

#littleton_appointment,
#parker_appointment,
#client_viewing,
#contact,
.giftcerts {
	background-color: #333333;
	padding: 20px;
}

input.left_form {
	background: #ffffff;
	width: 400px;
	border: 1px solid #282727;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4b4b;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 6px 0px;
}

textarea {
	background: #ffffff;
	width: 400px;
	height: 150px;
	border: 1px solid #282727;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4b4b;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 6px 0px;
	float: left;
}

.alt_button_format {
	float: left;
	background: #dc7019;
	border: 1px solid #e39b60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 4px 4px 4px 4px;
	margin: 0px 5px 0px 0px;
	cursor: pointer;
}

.alert_text {
	color: #054988;
}     

.select { 
	margin: 0 0 6px 0px;
}

.contact_info {
	float: right;
	margin-right: 0px;
}

/**********************************
 
 SEO
 
***********************************/

#seo ul {
	
}

#seo h1 {
	margin: 0 0 3px 30px;
	padding: 0px;
	font-size: 10px;
}

h2.seo {
	border-bottom: none;
}

/**********************************
 
 VARIOS CLASSES
 
***********************************/

.clear {
	clear: both;
}

.biopic {
	border:1px solid #999999;
	float:right;
	margin: 0 0 10px 10px;
}
.credits {
	font-size:10px;
	color:#999999;
}
.credits a {
	color:#999999;
}
.caps {
	text-transform:uppercase;
}
.indent {
	margin-left:15px;
}

.pricing {
	margin:10px 20px 10px 20px;
	padding: 10px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}
/*
.pricing ul ul, ol ol {
	margin:4px 0 4px 35px;
	font-size:12px;
}
.pricing li {
	line-height:20px;
	letter-spacing:.2em;
	list-style-type:none;
	font-size:10px;
	margin-left:20px;
}
*/

.specials_col {
	margin-bottom: 12px;
	float: left;
	width: 100%;
}

.specials_col .alt_button_format {
/* 	margin: 0px 0 25px 25px; */
}

/**********************************
 
 COUPONS
 
***********************************/

#coupons_form {
	border: 1px solid #666666;
	background:  #666;
	padding: 8px;
	margin-left: 10px;
}

#coupons_form input {
	margin-bottom: 0px;
}

#coupons_form input.left_form {
	float: left;
	width: 175px;
	padding: 5px 3px 6px 3px;
	margin-right: 4px;
}

#coupons_form h3 {
	border: none;
	margin: 0 0 8px 0;
	padding: 0px;
}


/**********************************
 
 BLOG
 
***********************************/

.entry-content {
	margin: 0 0 10px 10px;
}

.entry-content p {
	margin-left: 0;
}

.entry-utility {
	font-size: 10px;
	margin: 10px 0 40px 10px;
	padding: 10px 0 10px 0;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	clear: left;
}

.meta-sep,
.author {
	display: none;
}

.comments-link {
	float: right;
}

p.facebook {
	clear: left;
	cursor: pointer;
	margin: 15px 60px 15px 0;
	border: 1px solid #CAD4E7;
	background-color: #ECEEF5;
	float: left;
	padding: 0 2px 0 2px;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

p.facebook a {
	background: url(../images/fb.png) left no-repeat;
	padding-left: 14px;
	margin-left: 4px;
	color: #3B5998;
	font-size: 11px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-style: normal;
	font-weight: normal;
}

p.facebook a:hover {
	text-decoration: none;
}

.more-link {
	clear: both;
	float: right;
	background-color: #7d7d7d;
	color: #fff;
	border:1px solid #d2d0d0;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 8px 0px 8px; 
	background: -moz-linear-gradient(top, #9c9a9a, #7e7e7e);
  background: -webkit-gradient(linear, left top, left bottom, from(#9c9a9a), to(#7e7e7e));
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.more-link:hover {
	text-decoration: none;
	color: #d6d3d3;
}

.wp-blog h2 a {
	color: #dddee0;
}

.wp-blog h2 a:hover {
	text-decoration: none;
}

/*** Sidebar ***/

#sidebar-blog a {
	font-weight: normal;
}

#sidebar-blog #sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar-blog #sidebar li {
	list-style-type: none;
}

#sidebar-blog #sidebar ul ul {
	margin: 0 10px 0 10px;
}

#sidebar-blog #sidebar ul li,
#sidebar-blog #sidebar ul ul li {
	margin-bottom: 2px;
}

.facebook-box {
	margin-top: 12px;
	margin-bottom: 12px;
	float: left;
	background-color: #fff;
}

/*** Main Content ***/

.entry-content .slideshowlink {
	display: none;
}

.senior_img {
	margin-bottom: 12px;
}

.entry-meta a {
	text-decoration: none;
	font-weight: normal;
	color: #A4A3A3;
}

p.post-author {
	font-size: 14px;
	margin-bottom: 4px;
	margin-right: 8px;
	float: left;
}

p.post-company {
	font-style: italic;
	font-size: 12px;
	float: left;
	line-height: 22px;
	color: #999999;
}
	
.post-date {
	float: right;
	font-size: 10px;
	margin: 0 0 10px 10px;
}

.post-date a {
	font-weight: normal;
	color: #a4a3a3;
	text-decoration: none;
}

.type-testimonial,
.type-post,
.type-session {
	margin: 10px 0 10px 0;
}

.testimonial .entry-content .quote blockquote, 
.post .entry-content  blockquote {
	background: url(../images/quote.gif) left top no-repeat;
	min-height: 60px;
	padding:  0 0 0 40px;
	border: none;
	margin: none;
	margin: 0 0 25px 0;
	width: 585px;
}

.testimonial .entry-content .quote blockquote p,
.post .entry-content  blockquote p {
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}

blockquote {
	margin: 15px;
	padding: 15px;
	border: 1px dotted #666666;
	font-weight: normal;
	font-size: 12px;
}

blockquote p {
	margin: 0;
	color: #bbbbbb;
	line-height: 20px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
	border-bottom: none;
	margin-left: 0;
}

.entry-content h2 {
	font-size: 15px;
}

.entry-content h3 {
	font-size: 14px;
}

.entry-content ul {
	margin-bottom: 25px;
	color: #BBBBBB;
}

.session-name {
	text-align: center;
	font-size: 14px;
	margin: 10px 0 20px 0;
	border-bottom: 1px dotted #666666;
	padding-bottom: 6px;
}

.post-image {
	margin-bottom: 12px;
}

/*** Comments ***/

#commentform {
	margin-left: 10px;
	position: relative;
	height: 325px;
	width: 630px;
}

#commentform p {
	margin-bottom: 8px;
	line-height: 24px;
}

#commentform input {
	position: absolute;
	left: 70px;
	background: #FFFFFF;
  border: 1px solid #9c9999;
  color: #4C4B4B;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  padding: 4px;
  width: 240px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#commentform textarea	 {
	position: absolute;
	left: 70px;
	background: #FFFFFF;
  border: 1px solid #9c9999;
  color: #4C4B4B;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  padding: 4px;
  width: 440px; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#commentform .form-allowed-tags {
	display: none;
}

#commentform p.form-submit input {
	width: 100px;
	bottom: 0px;
	cursor: pointer;
	border: 1px solid #E39B60;
	background-color: #DC7019;
	color: #fff;
}

#commentform p.form-submit input:hover {
	color: #E39B60;
}

.commentlist,
.commentlist p {
	font-size: 11px;
	margin: 0;
}

.commentlist li {
	list-style-type: none;
}

h3#comments-title {
	color: #bab9b9;
	border-bottom: none;
	background-color: #555555;
	padding: 5px;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#respond {
	margin-top: 40px;
	background-color: #555555;
	padding: 10px;
	margin-left: 10px;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 12px;
}

.comment-author {
	font-size: 12px;
	margin-bottom: 8px;
}

.commentmetadata a { 
	text-decoration: none;
	font-weight: normal;
	color: #9c9999;
}

.nav-previous {
	float: left;
	font-size: 11px;
}

.nav-next {
	float: right;
	font-size: 11px;
}

#nav-below,
#nav-above {
	float: left;
	width: 650px;
}

#nav-above {
	margin-bottom: 20px;
}


#comments {
	float: left;
}

.specials .entry-utility { border-bottom: none; }
.specials .facebook { display: none; }

.navigation a { font-size: 12px; }
