/*
Theme Name: Life Lessons
Theme URI: 
Description: 
Version: 1.0.4.1
Author: Dan Root
Author URI: http://danrootdesign.com

####################################################################


####################################################################
*/

@import "css/reset.css";

/*
####################################################################
Structure
#################################################################### */
body {
	font-size: .9em;
	font-family: 'Droid Serif', arial, serif; 
	color: #444;
	text-shadow: 0 1px 0 #fff;
	background: #032E50 url(images/bg.png) repeat-x;
	background-position: 0 33px;
}


hr { border-color: #DDDDDD #DDDDDD #FFFFFF;
    border-left: 0 solid #DDDDDD;
    border-right: 0 solid #DDDDDD;
    border-style: solid;
    border-width: 1px 0;
    clear: both;
    height: 0;}
    
    
#nav {
	width: 100%;
	background: #A88E52;
	border-bottom: 1px solid #fff;
	font-family: 'Lucida Grande', sans-serif;
	text-transform: uppercase;
	letter-spacing:1px;
	font-size: .85em;
	margin-bottom: 2em;
	border-bottom: 4px solid #A88E52;
	border-top: 4px solid #A88E52;
	margin-top: 7px;
	



}
	#navContent {
		width: 960px;
		margin: 0 auto;
		background: #A88E52;
		border-top:3px solid #032E50;
	border-bottom:3px solid #032E50;
	height: 35px;

		color: #fff;
	}
		#navContent ul {
			float: none;
			width: 93%;
			margin: 0 auto;
		}
		#navContent ul li {
			display: block;
			float: left;
			margin-left: 25px;
			padding: 10px 0;
		}
		#navContent ul li.current_page_item, #navContent ul li.current_page_parent {
			font-weight: bold;
			background: url(images/navSelected.png) no-repeat bottom center;
			padding: 9px 0 11px 0;
		}
			#navContent ul li ul {
				display: none;
			}
	#navContent a, #navContent a:link, #navContent a:visited {
		color: #fff;
		text-shadow: 0 1px 0 #483c20;
	}
	#navContent a:hover {
		text-shadow: 0 1px 5px #000;

		
	}
	

#wrapper {
	width:960px;
	padding:0 0 3.5em 0;
	margin:0 auto;
	background: #e5e5e5;
	-webkit-border-radius:0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; border-radius: 0 0 8px 8px;
	-webkit-box-shadow:0 10px 20px 0  rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 20px 0  rgba(0, 0, 0, 0.5); box-shadow: 0 10px 20px 0  rgba(0, 0, 0, 0.5);
}

#header {
	padding: 13px 0 0px 0;
	xbackground:#fff url(images/book.png) no-repeat;
	background-position: -34px -15px;
	height: 318px;
	width:100%;
}
	#header .left {
		xmargin-left: 160px;
	}
	
#book-head {float: right; width:378px; 
xborder: 1px solid blue; height: 278px;}

#book-head img {background: none; padding: 0; border: none; margin: 0;}
.logo {margin-left: 3em; margin-top:17px; float: left; width: 500px; 
xborder: 1px solid red;}

.header-buttons {position: relative; top:-14px;}
#footer {
	xborder-top: 1px solid #ccc;
	margin-top: 35px;
	margin-bottom: 60px;
	padding-top:0px;
	height: auto;
	clear: left;
}
	#footerContent {
	overflow:auto;
		width: 935px;
		margin: 0 auto;
		xpadding-left: 160px;
		font-size: .75em;
		color: #fff;
		text-shadow: none!important;
	}

	#footerContent .menu ul li {display: inline; padding: 0 10px; border-right:1px solid #ccc;}
	#footerContent .menu ul li a {color: #fff; font-weight: normal;}
	#footerContent .menu ul li a:hover {text-decoration: underline;}
	#footerContent .menu ul li:last-child {border: none;}
	
	
	ul#footer-social li a {color:#a88e52; font-family: Lucida Grande, sans-serif; font-size: 12px;}
	ul#footer-social li a:hover {color:gold;}
		
	ul#footer-social li	{ margin-bottom: 5px; text-align: left;}
	
	
	
	ul.social
	 {margin-top: 10px; xfloat: right; width:22%;}
	ul.social li {height: 49px;}
	ul.social li a {width: 49px; height: 34px; display: inline; background: url(images/social-list.png); background-repeat: no-repeat; float: left; xtext-indent: -9999em; margin: 0 5px; padding-left: 55px; font-size: 14px; text-decoration: none!important; padding-top: 15px;}
	
	ul.social li a#facebook {background-position: 0 0;}
	ul.social li a#facebook:hover {background-position: 1px -49px;}
	
	ul.social li a#twitter {background-position: 0px -98px;}
	ul.social li a#twitter:hover {background-position: 1px -147px;}
	
	ul.social li a#youtube {background-position: 0px -196px;}
	ul.social li a#youtube:hover {background-position: 0px -245px;}


	ul.social li a#rss {background-position: 0px -294px;}
	ul.social li a#rss:hover {background-position: 0px -343px;}

	
body.home ul li {text-align: center; margin-bottom: 12px;}



.testimonial-loop {width:50%; margin:0 auto; margin-top: 1em; background: #e5e5e5; padding: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.testimonial-loop p {font-style: italic;}

/*
####################################################################
Testimonials
#################################################################### */
.testimonials-item {font-style: italic; margin: 2em 2em 2em 0; width: 100%; float: left;}



.testimonials-content {float: left; width: 60%;}
.testimonials-img {float: left;}

.testimonials-item img {xmargin-bottom: 2em;}

.celeb {font-family:Lucida Grande, sans-serif; font-weight: bold; font-style:normal; display: block; text-transform: uppercase; margin:1em 0 .15em 0; letter-spacing: 1px;}

.celeb_title {font-family:Lucida Grande, sans-serif; display:block; font-size:.85em; font-style: normal; margin-top:.2em;}

.celeb_url {font-family:Lucida Grande, sans-serif; display:block; font-size:.85em; font-style: normal;}


 .quote {
				padding:0;
				position: relative;
				margin:15px 0 0 0px;
				width: 500px;
				height: 162px;
				font-family: Georgia, serif;
				font-size: 1em;
				font-style: italic;
				text-align: left;
				z-index: 1;
				overflow: hidden;
				background: none;
				xborder: 1px solid black;
			}
.quote p{
				padding-bottom: 8px; line-height: 1.1em;
			}

.testimonials-item-top {font-style: italic; margin: 0em 2em 0em 0; width: 100%; float: left;}
.testimonials-content-top {float: left; width:90%; -moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	 padding: 10px 15px; background: rgba(168,142,82,0.1); }


.testimonials-item-side {font-style: italic; margin: 0em 2em 1em 0; width: 100%; float: left; background:#dedbd5; border-top:none!important; xborder-right:1px solid #a88e52; xborder-bottom:1px solid #a88e52!important; xcolor: #a88e52;}
.testimonials-content-side {float: left; width: 75%; border:none!important; text-shadow: none!important; margin: 0 8px; padding:1em 0; 
font-size: .85em; font-family: Lucida Grande, sans-serif;}
.testimonials-img-side {float: left; padding: .85em 0 1em 1em;}
.testimonials-img-side img{
	width: 80px!important;
	float: left;
	border: 1px solid #ccc;
	padding: 4px!important;
	background: #fff;
	margin-right: 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.pre_name p {display:block; margin:10px 0 0 0; font-style: normal; line-height: 1; padding: 0;}

/*
####################################################################
General
#################################################################### */
.col140 {
	float: left;
	width: 140px;
	margin-right: 20px;
}
	.col140 a, .col140 a:link, .col140 a:visited, .col140 a:active,
	#sidebar a, #sidebar a:link, #sidebar a:visited, #sidebar a:active {
		color: #888;
	}
	.col140 a:hover,
	#sidebar a:hover {
		color: #666;
	}

.col300 {
	float: left;
	width: 250px;
	margin-left: 10px;
}

.col300-home {
	float: left;
	width: 300px;
	margin-left: 10px;
}

.col460 {
	float: left;
	width: 434px;
	margin-right: 20px;
}
	.postContent {
		float: right;
		margin-top: 15px;
	}

.col620 {
	float: left;
	width: 620px;
	margin-right: 35px;
	xborder-right: 1px solid #ccc;
}

.left {
	float: left;
}
	.alignleft {
		float: left;
		margin: 0 20px 10px 0;
	}

.right {
	float: right;
}
	.alignright {
		float: right;
		margin: 0 0 10px 20px;
	}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.clear {
	margin-right: 0;
}
	.clear:after, #header:after, #content:after, #sidebar:after, #wrapper:after, .alignleft:after, .alignright:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}


/*
####################################################################
Fonts General
#################################################################### */
h1 {
	font-size: 3.5em;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: -2px;
	color: #B84E82;
	text-transform: uppercase;
	xmargin-left: 7em;
	
}


h1 a {background: url(images/life_lessons.png) no-repeat left center;
	text-indent: -9999em;
	width: 245px;
	height: 48px; float: left; }

h2 {
	font-size: 2.5em;
	line-height: 1em;
	margin-bottom: 5px;
	letter-spacing: -1px;
		font-family: 'Yanone Kaffeesatz', arial, serif;

	color: #666;
}

h2.description {color: #A88E52; display: inline; float: left;  clear: left;}

	#content h2, #content h3 {
		xmargin-left: 160px;
	}
	 #content .postContent h3, #respond h2 {
		margin-left: 0;	
	}
	
h3.author {font-size:1.5em; color: #032e50; float: left;}

.logo-wrap {margin-left:14px; height: 115px; width:100%; xborder: 1px solid red; }

#content h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #444;
	margin-top:.75em;
}
	#sidebar h3 {
		font-size: 1.4em;
	}
	
#sidebar h2 {margin-left: 10px;}
	
h4 {
	font-size: 1.2em;
	margin-bottom: 2px;
	margin-top: .9em;
}

p {
	line-height: 1.7em;
	margin-bottom: 15px;
}

small {
	color: #999;
}

a {outline: none;}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #032E50;
	cursor: pointer;
	font-weight: bold;
	xtext-decoration: underline;	
}

.post a, .post a:link, .post a:visited, .post a:active, .post a:hover {
	font-weight: bold;
}

a:hover {
	color: #06c;
	cursor: pointer;
}

a:active {
	text-shadow: none;
}

h2 a, h2 a:link, h2 a:visited, h2 a:active {
	text-decoration: none;
	color: #032E50;
}

h2 a:hover {
	color: #0066CC;
}

/*
####################################################################
Posts / Pages / Comment & Trackback list
#################################################################### */
.post {
	margin-top: 50px;
	margin-left: 1.75em;
}
	.post:first-child {
		margin-top: 0;
	}
	h2 + .post {
		margin-top: 25px;
	}
	
	.postInfos {margin-top: 18px!important;}
	
.postInfos, .comment .col140, .pingback .col140, .trackback .col140 {
	margin-top: 3px;
	font-size: .75em;
	color: #888;
	text-align: right;
}
	.postInfos p, .comment .col140 p, .comment-reply-link, .pingback .col140 p, .trackback .col140 p {
		display: block;
		line-height: 1.8em;
		margin-bottom: 0;
		padding: 3px 0;
		border-top: 1px solid #ccc;
	}
	.postInfos p:first-child, .comment .col140 p:first-child, .pingback .col140 p:first-child, .trackback .col140 p:first-child {
		padding-top: 0;
		border-top: 0;
	}
.post img, .page img, .attachment img, .wp-caption {
	width: auto;
	border: 1px solid #ccc;
	padding: 9px;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
	.post a:hover img, .post .wp-caption:hover {
		border: 1px solid #999;
	}
.wp-caption {
	padding: 9px 0 0 8px;
	margin-bottom: 15px;
}
.wp-caption img {
	margin: 0 auto;
	border: 0;
	padding: 0;
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}
	.post .wp-caption a:hover img {
		border: none;
	}
.wp-caption-text {
	font-size: .9em;
	text-align: center;
	font-style: italic;
	margin: 2px 0 5px;
}
.post .gallery img {
	padding: 4px;
}
.post blockquote {
	margin-left: -19px;
	padding-left: 19px;
	border-left: 1px solid #ccc;
	font-style: italic;
}
.post pre {
	margin-bottom: 15px;
}
.post ul, .post ol {
	margin-bottom: 15px;
}
	.post ul li {
		list-style: disc outside;
		margin-left: 1.5em;
		line-height: 1.8em;
	}
	.post ol li {
		list-style: decimal outside;
		line-height: 1.8em;
	}

.navigation {
	border-top: 1px solid #ccc;
	padding: 15px 0;
	margin: 15px;
}
	.navComments {
		border-bottom: 1px solid #ccc;
		padding: 15px 0;
		margin: 0 0 15px 0;
	}

.pagination {
	margin-left: -160px;
}
	.pagination span {
		display: block;
		width: 140px;
		float: left;
		margin-right: 20px;
		text-align: right;
	}

.iLikeThis {
	float: right;
	background: #fff;
	font-size: 1.3em;
	padding: 5px;
	margin-top: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}


/*
####################################################################
Comments
#################################################################### */
#comments {
	margin-left: 175px;
}
	.comment, .pingback, .trackback {
		padding: 15px 0 20px;
		border: 1px solid #ccc;
		border-width: 0 1px 1px 0;
	}
	
	.depth-1 {
		width: 619px;
	}
		.depth-1 .col460 {
			width: 449px;
		}
	.depth-2 {
		width: 610px;
	}
		.depth-2 .col460 {
			width: 440px;
		}
	.depth-3 {
		width: 600px;
	}
		.depth-3 .col460 {
			width: 430px;
		}
	.depth-4 {
		width: 590px;
	}
		.depth-4 .col460 {
			width: 420px;
		}
	.depth-5 {
		width: 580px;
	}
		.depth-5 .col460 {
			width: 410px;
		}
	.depth-6 {
		width: 570px;
	}
		.depth-6 .col460 {
			width: 400px;
		}
	.depth-7 {
		width: 560px;
	}
		.depth-7 .col460 {
			width: 390px;
		}
	.depth-8 {
		width: 550px;
	}
		.depth-8 .col460 {
			width: 380px;
		}
	.depth-9 {
		width: 540px;
	}
		.depth-9 .col460 {
			width: 370px;
		}
	.depth-10 {
		width: 530px;
	}
		.depth-10 .col460 {
			width: 360px;
		}
	
	.avatar {
		float: right;
		margin: 0 0 10px 20px;
		border: 1px solid #ccc;
		padding: 4px;
		background: #fff;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
	}

p.nocomments {
	margin-left: 175px;
}

#respond {
	padding: 15px 0 15px 175px;
}

#commentform textarea {
	width: 410px;
}
#commentform span {
	display: block;
    padding: 1px 2px;
    background: #fff;
}
#commentform label {
    margin-left: 10px;
}


/*
####################################################################
Sidebar
#################################################################### */
#sidebar {
	font-size: .85em;
	color: #483c21;
    text-shadow: none;
	border-left: 1px solid #ccc;
	padding-left:.75em;
}
	#sidebar div, #sidebar .col140 div:first-child {
		padding: 10px 0;
		border-top: 1px solid #ccc;	
	}
	#sidebar div:first-child, #sidebar .col140, #sidebar div.widget div {
		padding-top: 0;
		border-top: 0;
	}
	#sidebar ul li {
		line-height: 1.3em;
		padding: 3px 0;
	}
		#sidebar ul.children {
			margin-left: 10px;
		}
	#sidebar p {
		line-height: 1.5em;
		margin: 0 3em 0 0 ;
		padding: 5px 0;
	}
	
	#sidebar .legal p{line-height: 1.5em;
		margin: 0 0em 0 0 ;
		font-size: 10px;
		font-family:Lucida Grande, sans-serif;
		padding: 5px 0;
}

	#sidebar .legal p.small {font-size: 9px;}
	
	#sidebar  a {font-family: Lucida Grande, sans-serif; text-decoration: underline;}

body.home .textwidget {text-align: center;}
body.home .col300-home {border-right:1px solid #ccc; padding-top:1.5em;}
body.home .last {border: none;}
body.home h3.widgettitle {text-align: center; font-size: 1.8em; font-family: 'Yanone Kaffeesatz', arial, serif; margin-bottom:.5em;
}
body.home .textwidget p {font-size: .9em; line-height:1.5; font-family:Lucida Grande, sans-serif; margin:0 .75em 1em 3em; text-align: left;}
.textwidget {
	padding-bottom: 0 !important;
}

.textwidget img {
	border: none;
	padding: 4px;
	border-radius: none;
	background: none;
}

body.home .textwidget img {
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

span.intro {font-family:Lucida Grande, sans-serif; font-weight: bold;}

	
/*
####################################################################
Forms
#################################################################### */
input, textarea, select {
	font: 1em 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color: #666;
	border: 1px solid #ccc;
	background: #fff;
	padding: 6px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

input:hover, textarea:hover {
	border-color: #999;
	outline: none;
}

input:focus, textarea:focus {
	border-color: #999;
	color: #3D3070;
	outline: none;
	-webkit-box-shadow: 0 0 10px #999;
	-moz-box-shadow: 0 0 10px #999;
}

input.submit {
	width: auto;
	font-weight: bold;
	background: #032E50 url(images/gradient.png) repeat-x top left;
	color: #fff;
	border: 1px solid #032E50;
	padding: 7px 10px;
	text-shadow: 0 -1px 0 #032E50;
	cursor: pointer;
}
	input.submit:hover, input.submit:focus {
		background-color: #0066CC;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	input.submit:active {
		padding: 8px 10px 6px;
	}
	
#searchform {
	margin-top: 5px;
}
	#searchform #s {
	
		float: left;
		width: 200px;
		height: 20px;
		padding: 5px 5px 0;
		border: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		-moz-border-radius-topright: 0;
		-moz-border-radius-bottomright: 0;
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-khtml-border-top-right-radius: 0;
		-khtml-border-bottom-right-radius: 0;
	}
	#searchSubmit {
		cursor: pointer;
		width: 25px;
		height: 25px;
		padding: 0;
		border: 0;
		background: url(images/search.png) no-repeat top left;
		text-indent: -9999px;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
	}
		#searchSubmit:hover, #searchSubmit:focus {
			background-position: center left;
		}
		#searchSubmit:active {
			background-position: bottom left;
		}


/*
####################################################################
Table
#################################################################### */
table {
	width: 100%;
}
	th {
		font-weight: bold;
		text-align: left;
		padding: 5px 3px;
	}
	td {
		padding: 5px 3px;	
	}
	caption {
		padding: 5px 0;
		text-align: center;
	}

.widget_calendar {

}
	.widget_calendar td, .widget_calendar th {
		text-align: center;
	}
	.widget_calendar #today {
		font-weight: bold;
		color: #B84E82;
	}
	
	
/*BUTTONS*/

.button, .button:visited {
	background: #032E50 url(images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 6px 10px 6px; 
	color: #fff!important;
	font-style:normal;
	font-family: Lucida Grande, sans-serif;
	text-decoration: none!important;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
}

	.button:hover							{ background-color: #06c; color: #fff; }
	.button:active							{ top: 1px; }
	
	


/*TWITTER BADGE*/

#twtr-widget-1 {padding-top: 9px!important;}

.twtr-hd, .twtr-ft {display: none;}

.twtr-tweets {margin: 5px 15px 0 15px;}

.twtr-tweet-wrap {padding: 0!important; margin-bottom: 4px;}

.twtr-tweet-text {padding: 0!important;}

.twtr-widget .twtr-tweet {border-bottom:1px dotted #a88e52!important; margin-bottom: 10px;}

#tweet-id-1 {border-bottom: none!important;}


/*BUY THE BOOK TABLE */

table {background:#e5e5e5; margin:15px 0 25px 0; width: 96%;}

td, th {padding:5px 10px; border:1px solid #fff;}

th {background: #ccc;}


/* SUBSCRIBE */
.search label {display: none;}

.search label p:before {display: none;}

.s2_error {color: #f25e22;} 
input.submit {float: left;}

.tagged {float: left; margin-top: -60px;}
.tagged a {font-weight: normal!important;
			font-size: 12px; 
			line-height: 16px;
}

p.tag {margin-bottom: 0; font-size: 12px; 
font-weight: bold;}


#archive h2 {margin-left: 29px;}


div.wpcf7-mail-sent-ok {border:none!important; font-style: italic;}

div.wpcf7-validation-errors {border:none!important; font-style: italic; color:#FF4C00; }
