/*  
Theme Name: Lifestar Theme
Description: A design customized from Agregado, a third-party theme
Author: Derek Alan Rowe and Kirk Rhodes
Original Agregado Author: Darren Hoyt & Matt Dawson
Author URI: http://www.smashingmagazine.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

If you remix and re-release similar versions of Agregado, 
please include links/credit to the original authors

*/



/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Headings
  Content Styles
  Forms
  Float Clearing
  Footer



/* ---------- @ HTML Elements -----------*/

* { 
	margin: 0;
	padding: 0;
	} 

body, html {
	min-height:101%;
	}
	
body {	
	color:#f7f4ef;
	background: #251116;
	}

body, select, textarea, input {	
	font: 100% Arial, Helvetica, sans-serif;
	}

p {	
	margin: 15px 0;
	line-height:145%;
	font-size:15px;
	}
		
a, a:visited {
	text-decoration:none;
	color: #063e6b;
	}

a:hover, a:active {	
	text-decoration:underline;
	}

ol {
	margin: 15px 15px 15px 35px;
	}
	
a img, fieldset {
	border:none;
	}

*:focus {
	outline:none;
	}
	
		
		

/* ---------- @ Page Structure -----------*/

#top {
	padding-bottom:28px;
	background-color: #f7f4f0;
	background-image: url(_images/bg.png);
	background-repeat: repeat-x;
	}

#slideshow_bg {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color:#ffffff;
	text-align:center;
	margin-bottom:0px;
	position:absolute;

}

#slideshow {
    position:relative;
    height:241px;
	width:980px;
	overflow:visible;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	left:50px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:-27px;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#iframe {
	text-align:center;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color:#ffffff;
	margin-bottom:0px;
	position:absolute;
}


#video {
	
	position:relative;
	width:529px;
	z-index:100;
	
	}

#content {
	width:529px;
	position:relative;
	float:left;
	
	}

.wrapper {
	margin: 0 auto;
	font-size: 1em;
	width: 960px;
	top:-245px;
	
	}

#home #top .wrapper {
	/* ---- background:url(images/bg_flare.jpg) no-repeat;---*/
	}

#interior #top .wrapper {
	/* ---- background:url(images/bg_flare2.jpg) no-repeat; ---*/
	}

#main {
	
	background:none;
	padding:17px 0 32px 30px;
	margin-bottom:12px;
	
	}


#sidebar {
	
	float:right;
	position:relative;
	top:-20px;
	width:315px;
	padding:17px 30px 20px 20px;
	/* ---- background:#301e22 url(images/bg_sidebar2.jpg) no-repeat ---*/
	margin:3px 0 0 20px;
	}

#sidebar_bottom {
	position:relative;
	margin-top:20px;
	background:#bad0e4;
	width:345px;
}

#sidebar_top {
	position:relative;
	top:-800px;
}

#sidebar_video {
	background:#ffffff;
	width:313px;
	height:203px;
	position:relative;
}

#sidebar_video_content {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	padding:10px;
	line-height:1.3em;
}

#sidebar_video img {
	position:relative;
	width:313px;
	height:139px;
}

#interior #sidebar #sidebar_content {
	padding:20px;
	width:315px;
}
						   
#masthead {
	
	/* ---- background: url(images/bg_masthead.jpg);---*/
	height: 100px;
	}

.left {	
	float:left;
	}

.right {	
	float:right
	}
	
#branding {
	text-align:center;
	height:235px;
	}
	
#logo {
	position:relative;
	left:-230px;
	top:-10px;
	z-index:30;
	visibility:hidden;
	}
	
#description {
	text-transform:uppercase;
	font:.6em 'Lucida Grande','Lucida Sans Unicode',Arial;	
	color:#d9c7af;
	padding-top:5px;
	letter-spacing:0.4em;
	}	

	
	
	
		
/* ---------- @ Headings -----------*/

		   
h1 {
	font: normal 2.5em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.05em;
	}

h2 {	
	font: normal 1.7em Georgia, "Times New Roman", Times, serif; 
	line-height:110%;
	color:#d9c7af;
	padding-top:2px;
	}

h2, h3, h4 {
	letter-spacing:0.025em;	
	}
		

h3 {	
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color:#5b3c46;
	font-weight:normal;
	margin-bottom:15px
	}




#sidebar h3 {
	margin-bottom:7px;
	}
	
.widget h3 {
	margin-bottom:7px;
	font-size:1.5em;
	}
		
h4 {	
	font-size: 1.1em;
	}

h4#pagetitle {
	margin-bottom:15px;
	}
	
h5 {	
	font-size: 1em
	}

h5 {	
	font-size: 0.9em
	}



/* ---------- @ Content Styles -----------*/

h1 a, h1 a:visited {
	color:#f7f4ef;
	}

h1 a:hover, h1 a:active {
	text-decoration:none;
	border-bottom:1px solid #82435a
	}	

.commentcount {
	background:url(_images/talk_box.png) no-repeat right;
	padding-right:12px;
	color:#53aad5;
	}

.commentcount a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#53aad5;
	}
	
.module {
	/* ---- background:#301e22 url(images/bg_module.jpg) top right no-repeat; ----*/
	padding:12px;
	overflow:auto;
	font-size:0.8em;
	}

.module img {
	padding:3px;
	border:1px solid #4f383d;
	float:left;
	margin:0 13px 7px 0;
	}

.module p {
	margin:0;
	}
	
#latest .drop {
	float: left;
	font: 2.5em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	margin:3px 8px 0 0;
	width:30px;
	text-align:center
	}

#headlines .drop {
	float: left;
	line-height:100%;
	margin:2px 9px 0 0;
	width:0px;
	text-align:left;
	
	color: #636363 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-style: normal !important;
	font-size: 15px !important;
	}

h3 em {
	font-style:italic;
	font-size:0.8em;
	}

#archive-list li {
	float:left;
	font-size:1em;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	border-bottom: 1px solid #ccc;
	}	

.pagenavigationbox {
	color:#a19e94;
	margin-top:20px;
	}
	
.pagenavigationbox a, .pagenavigationbox a:visited, .pagenavigationbox span {
	width:24px;
	height:20px;
	display:block;
	float:left;
	font:0.7em Arial,Georgia, "Times New Roman", Times, serif;
	padding-top:4px;
	margin-right:4px;
	text-align:center;
	color:#a19e94;
	}
	
.pagenavigationbox, .pagenavigationbox a, .pagnavigationbox a:visited {
	background:url(images/bg_pagelink.gif) no-repeat;
	}
		
.pagenavigationbox a:hover, .pagenavigationbox a:active {
	background:#372529;
	text-decoration:none;
	}
	
.pagenavcurrent {
	/*background:url(images/bg_current_pagelink.gif) no-repeat;*/
	}
	
			
	
/*Widgets*/					
.widget {
	margin-bottom:30px;
	font-size:0.85em;
	}	

.widget li {
	 /* background:url(images/bg_headline.gif) bottom no-repeat; ----*/
	padding:10px 0 13px 0;
	list-style:none;
	line-height:135%;
	}
	
#wp-calendar {
	width:100%;
	font-size:0.9em;
	}

#wp-calendar caption {
	padding-bottom:5px;
	}
	
#wp-calendar td,
#wp-calendar th {
	text-align:center;
	}

#wp-calendar #prev {
	text-align:right;
	}

#wp-calendar #next {
	text-align:left;
	}
			
#wp-calendar th {
	background:#3e292e;
	padding:2px 4px
	}

.textwidget {
	font-size:.9em;
	line-height:145%;
	}
	
#recentcomments em {
	font:italic 0.9em Georgia, "Times New Roman", Times, serif;
	padding-right:19px;
	background:url(images/bg_recentcomment.gif) right no-repeat;
	color:#87bcd2;
	letter-spacing:.08em;	
	}

#recentcomments a, #recentcomments a:visited {
	color:#f2f0e9;
	font-size:0.9em;
	}

#tagcloud a {
	line-height:150%;
	padding-right:6px;
	}
				
#sidebar li  {
	list-style:none;
	}


	
/* ---------- @ Forms -----------*/

#searchform {
	margin-left:11px;
	}
	
#searchform .field {
	padding:3px;
	width:90px;
	font-size:1em;
	}

#searchform .button {
	margin:0;
	padding:3px;
	font-size:1em;
	}
		
.button {	
	background: #251116 url(images/bg_button.gif) no-repeat ! important;
	border:none;
	font-size:0.8em;
	color:#e0e5e9;
	padding:4px 18px;
	margin-top:7px;
	border-bottom:2px solid #251116;
	border-right:2px solid #251116;
	}

a.button, a.button:visited {
	color:#e0e5e9;
	width:78px;
	margin:18px 0 0 30px;
	display:block
	}

a.button:hover, a.button:active {
	text-decoration:none
	}
	
.button:focus, .button:hover {	
	background: #110307 url(images/bg_button.gif) no-repeat ! important;
	}

.field {
	background:#412c31 ! important;
	border:none;
	padding:4px 4px 4px 22px;
	font-size:0.8em;
	color:#f2f0e9;
	}

.field#user-name {	
	background: #412c31 url(images/user-name.gif) 5px 4px no-repeat ! important;
	width:118px;
	margin-right:5px;
	}

.field#user-name:focus {	
	background: #4c353b url(images/user-name.gif) 5px 4px no-repeat ! important;
	}
		
.field#user-email {	
	background: #412c31 url(images/user-email.gif) 5px 7px no-repeat ! important;
	width:118px;
	}		

.field#user-email:focus {	
	background: #4c353b url(images/user-email.gif) 5px 7px no-repeat ! important;
	}	

.field#user-comment {	
	background: #412c31 url(images/user-comment.gif) 5px 6px no-repeat ! important;
	width:273px;
	height:120px;
	margin-top:8px;	
	}	

.field#user-comment:focus {
	background: #4c353b url(images/user-comment.gif) 5px 6px no-repeat ! important;
	}

.field#user-url {	
	background: #412c31 url(images/user-url.gif) 4px 8px no-repeat ! important;
	}		

.field#user-url:focus {	
	background: #4c353b url(images/user-url.gif) 4px 8px no-repeat ! important;
	}	
	
#interior .field#user-name, #interior .field#user-email,
#interior .field#user-url, #interior .field#user-url {
	width:260px
	}

#interior .field#user-comment {
	width:500px;
	height:300px;
	}
	
/* ---------- @ Paper Field -----------*/
	
#sidebar_paper {
	position:relative;
	background: url(images/paper_bg2.gif) no-repeat !important;
	width:315px;
	height:310px;
	top:15px;
	left:-3px;
}

#sidebar_paper_form {
	position:relative;
	top:180px;
	left:30px;
	padding:20px;
	font-family: Arial, Helvetica, sans-serif;
	color:#c7b299;
	font-size:12px;
}

.paper_field {
	background:#ffffff ! important;
	border:solid 3px #3d282e;
	padding:4px 4px 4px 30px;
	padding-left:55px;
	font-size:1em;
	color:#000000;
	margin-top:5px;
	}

.sign_up {
	position:relative;
	left:9px;
	top:5px;
}

.download {
	position:relative;
	left:33px;
	top:5px;
}


.paper_field#name {	
	background: #ffffff url(images/name_field2.gif) 0px 0px no-repeat ! important;
	width:150px;
	margin-right:35px;
	}

.paper_field#email {	
	background: #ffffff url(images/email_field2.gif) 0px 0px no-repeat ! important;
	width:150px;
	margin-right:35px;
	}
	
/* .paper_field#name:focus {	
	background: #4c353b url(images/user-name.gif) 5px 4px no-repeat ! important;
	}*/

			

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}



/* ---------- @ Footer -----------*/

#middle {
	background:#363636;
	height:300px;
	text-align:center;
	width:100%;
	}
	
#middle_text {
	position:relative;
	width: 960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background:#363636;
	height:300px;
	}

#middle .wrapper {
	padding:15px 0 0 30px;
	width:930px;	
	/*background: url(../images/bg_middle.jpg) left bottom no-repeat;*/	
	}


#footer {
	background:url(images/bg_footer.jpg);
	}
	
.footer_links{
	float:left;
	position:relative;
	left:30px;
	top:30px;
	line-height:125%;
	}
	
.footer_links a{
	color:#c7b299;
	}

.footer_links ul{
	font:"Arial Black", Gadget, sans-serif;
	font-size:12px;
	list-style:none;
	}
	
.link-list{
	color:#c7b299;
	}

.links-1 {
	float:left;
	position:relative;
	top:0px;
	}
	
.links-2 {
	float:left;
	position:relative;
	left:100px;
	top:0px;
	}

.links-2 li {
	padding-bottom:10px;
	}

.links-3 {
	float:left;
	position:relative;
	left:180px;
	top:40px;
	}

.links-3 li {
	padding-bottom:10px;
	}

.links-4 {
	float:left;
	position:relative;
	left:320px;
	top:0px;
	}
	
.footer_links h3 {	
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color:#e29191;
	font-weight:normal;
	margin-bottom:15px
	}
	
.footer_links a{
	color:#c7b299;
	}

.link-list{
	color:#c7b299;
	}

#social_links {
	
	
	float:right;
	position:relative;
	left:40px;
	top:15px;
	width:313px;
	height:168px;
	}


#social_links img {
	
	width:313px;
	height:168px;
	}
	
#twitter_widget {
	
	
	float:right;
	position:relative;
	left:40px;
	top:15px;
	width:313px;
	height:160px;
	}

#social_links2 {
	
	
	float:right;
	position:relative;
	left:0px;
	top:15px;
	width:313px;
	height:168px;
	}


#social_links2 img {
	
	width:313px;
	height:168px;
	}
	
#twitter_widget2 {
	
	
	float:right;
	position:relative;
	left:0px;
	top:15px;
	width:313px;
	height:160px;
	}
	
.latest {
	
	color: #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 15px;
	}


#footer_form {
	visibility:hidden;
	}
	
#footer .wrapper {
	color:#916972;
	text-align:center;
	font:.65em 'Lucida Grande','Lucida Sans Unicode',Arial;
	text-transform:uppercase;
	letter-spacing:0.08em;
	padding: 10px;
	/* background:url(images/bg_flare_bottom.jpg) no-repeat right top; */
	}