/*  
Theme Name: Living Trust Theme
Theme URI: http://www.livingtrustlawfirm.com/
Description: Official WordPress Theme
Version: 1.1
Author: TheeDesign Studio
Author URI: http://www.theedesign.com/
*/

body {
	background: #E0E5EC;
	border-top: 5px solid #036;
	color: #333;
	font-family: tahoma, geneva, sans-serif;
	font-size: 13px;
}
#wrap {
	width: 996px;
	margin: 0 auto;
}

p {
	margin: 0 0 15px;
	line-height: 140%;
}

a {
	color: #369;
	text-decoration: none;
	border-bottom: 1px dotted #369;
}
a:hover {
	color: #036;
	border-bottom: 2px solid #800;
}
a:active {
	position: relative;
	top: 1px;
}

h1 {
	margin: 0 0 20px;
	color: #800;
	font: normal 25px "Times New Roman", Times, serif;
}

h2 {
	margin: 0 0 15px;
	color: #025;
	font: normal 21px "Times New Roman", Times, serif;
}
h2 a {
	color: #025;
}

h3 {
	margin: 0 0 15px;
	color: #369;
	font-size: 16px;
	font-weight: normal;
}

input, textarea {
	font-size: 13px;
}


/*  =HEADER STYLES
-------------------------------------------------------------- */
	#header {
		height: 155px;
		position: relative;
	}
	#header a {
		border: none;
	}
	
	/** Logo **/
		#logo {
			margin: 0;
		}
		#logo a {
			display: block;
			width: 480px;
			height: 80px;
			position: absolute;
			left: 18px;
			top: 18px;
			background: url(images/logo.gif) no-repeat left top;
			text-indent: -9999px;
		}
		
	/** Call To Action **/
		#call-to-action {
			position: absolute;
			right: 18px;
			top: 18px;
			margin: 0;
		}
		#call-to-action a {
			display: block;
			width: 230px;
			height: 78px;
			background: url(images/call-to-action.png) no-repeat right top;
			text-indent: -9999px;
		}
		
	/** Menu **/
		.menu {
			width: 960px;
			height: 20px;
			position: absolute;
			left: 0;
			top: 103px;
			padding: 25px 18px 7px;
			background: url(images/menu-bg.png) no-repeat center top;
		}
		.menu ul {}
		.menu ul li.page_item {
			float: left;
			padding: 0 14px;
			border-left: 1px solid #658AA0;
		}
		.menu ul li.page_item a {
			color: #e0e5ec;
			font: 12px/20px "times new roman", times, serif;
			text-transform: uppercase;
		}
		.menu ul li.page_item a:hover {
			color: #fff;
		}
		
	/** Breadcrumb **/
		#breadcrumb {
			padding: 6px 20px;
			background: #69C;
			color: #369;
			font-size: 10px;
			font-weight: bold;
			border-bottom: 1px solid #E0E5EC;
		}
		#breadcrumb a {
			color: #025;
			border: none;
		}
		#breadcrumb a:hover {
			text-decoration: underline;
		}


/*  =CONTENT STYLES
-------------------------------------------------------------- */
	#container {
		width: 960px;
		padding: 0 18px;
		background: url(images/container-bg.png) repeat-y center top;
	}
	#content {
		float: left;
		width: 590px;
		padding: 30px;
	}
	
	/** Posts **/
		.post {
			margin: 0 0 30px;
		}
		
		/** Post Title **/
			.post-title {
				margin: 0 0 3px;
			}
			.post-title a {
				border: none;
			}
			.post-title a:hover {
				border-bottom: 2px solid #800;
			}
			
		/** Post Meta **/
			.post-meta {
				margin: 0 0 15px;
				padding: 5px 0 0;
				color: #8ba0b7;
				font-size: 9px;
				font-weight: bold;
				line-height: 12px;
				border-top: 1px dotted #aaa;
			}
			.post-meta a {
				color: #8ba0b7;
				text-decoration: underline;
				border: none;
			}
			
		/** Post Lists **/
			.post-entry ul {
				margin: 25px 0;
				line-height: 125%;
			}
			.post-entry ul li {
				margin: 0 0 10px;
				padding-left: 25px;
				background: url(images/accept.png) no-repeat left 1px;
				color: #025;
			}
			
		/** Post Images **/
			.post-entry img.alignleft {
				margin: 0 20px 15px 0;
				border: 2px solid white;
			}
			
		/** Testimonials **/
			.testimonial {
				margin: 0 0 1em;
				padding: 15px 15px;
				background: #fff;
				font-size: 12px;
				border: 1px solid #e0e5ec;
			}
			.testimonial p {
				margin: 0;
			}
			.testimonial .testimonial-author {
				margin: 10px 0 0;
				color: #8ba0b7;
				font-style: italic;
			}


/*  =COMMENTS STYLES
-------------------------------------------------------------- */
	ol.commentlist {
		margin: 0 0 20px;
	}
	ol.commentlist li {
		margin: 0 0 1em;
		padding: 15px 15px 0;
		background: #fff;
		font-size: 12px;
		border: 1px solid #E0E5EC;
	}
	/** Author **/
		ol.commentlist li div.vcard cite.fn {
			font-size: 14px;
			font-style: normal;
			font-weight: bold;
		}
		ol.commentlist li div.vcard cite.fn a.url {
			color: #800;
			text-decoration: none;
			border: none;
		}
		ol.commentlist li div.vcard cite.fn a.url:hover {
			color: #025;
		}
		
	/** Comment Meta **/
		ol.commentlist li .comment-body .comment-meta {
			margin: 5px 0 15px;
			font-size: 10px;
			font-weight: bold;
		}
		ol.commentlist li .comment-body .comment-meta a {
			color: #025;
			border: none;
		}
		
	/** Comment Text **/
		ol.commentlist li .comment-body p {
			color: #666;
		}
		
	/** Comment Form **/
		#commentform label {
			font-size: 11px;
		}


/*  =SIDEBAR STYLES
-------------------------------------------------------------- */
	#sidebar {
		float: right;
		width: 270px;
		padding: 20px 10px 0 30px;
	}
	#sidebar a {
		color: #933;
		border: none;
	}
	#sidebar a:hover {
		color: #025;
		border-bottom: 2px solid #800;
	}
	/** Panel **/
		#sidebar .panel {
			margin: 0 0 20px;
			background: url(images/panel-bg.png) repeat-y center top;
		}
		#sidebar .panel-title {
			width: 250px;
			height: 32px;
			padding: 0 10px;
			background: url(images/panel-title.png) no-repeat center top;
			color: #025;
			font: 16px/30px "trebuchet ms", helvetica, sans-serif;
		}
		#sidebar .panel-content {
			/*min-height: 83px;*/
			padding: 10px 15px;
			background: url(images/panel-content.png) no-repeat center bottom;
		}
		
	/** Submenu **/
		.submenu li {
			margin: 0 0 10px;
			padding: 0 0 0 25px;
			background: url(images/note_2.png) no-repeat left top;
			line-height: 16px;
		}
		


/*  =FORM STYLES
-------------------------------------------------------------- */
	div.formBuilderSuccess {
		margin: 0 0 10px;
		background: #e0e5ec;
		color: #369;
		font-size: 11px;
		border: 1px solid #369;
	}
	div.formBuilderFailure {
		margin: 0 0 10px;
		padding: 9px;
		font-size: 11px;
	}
	div.formBuilderFailure p {
		font-size: 11px;
	}
	div.formBuilderFailure ul li {
		margin: 2px 0;
	} 
	.formBuilderForm .formBuilderError {
		margin: 0 0 5px;
		color: #900;
		font-size: 11px;
	}
	.formBuilderForm .formBuilderSubmit {
		text-align: left;
	}
	.formBuilderForm .formBuilderSubmit input[type="submit"] {
		width: 100px;
		height: 28px;
		margin: 0;
		padding: 0;
		background: url(images/btn-submit.png) no-repeat left top;
		cursor: pointer;
		border: none;
	}
	/** Sidebar Form **/
		#sidebar .formBuilderForm {
			padding: 0;
		}
		#sidebar .formBuilderForm input[type="text"],
		#sidebar .formBuilderForm textarea {
			width: 230px;
		}
		#sidebar .formBuilderForm .formBuilderField {
			padding: 0 0 10px;
		}
		#sidebar .formBuilderForm .formBuilderComment {
			float: none;
			font-size: 9px;
			font-style: normal;
			font-weight: bold;
		}
		#sidebar .formBuilderForm .formBuilderLabel,
		#sidebar .formBuilderForm .formBuilderLabelRequired {
			width: 100%;
			margin: 0 0 2px 2px;
			color: #025;
			font-size: 11px;
			font-weight: normal;
		}


/*  =FOOTER STYLES
-------------------------------------------------------------- */
	#footer-top {
		width: 100%;
		height: 10px;
		background: url(images/footer-top.png) no-repeat center top;
	}
	#footer {
		width: 920px;
		padding: 10px 38px 20px;
		background: url(images/footer-bg.png) repeat-y center top;
	}
	#footer h3 {
		margin: 0 0 10px;
		color: #e0e5ec;
		font-size: 15px;
	}
	/** Footer Menu **/
		.footer-menu {
			float: left;
			margin: 0 45px 30px 0;
		}
		.footer-menu ul {
			list-style-type: disc;
			margin-left: 15px;
		}
		.footer-menu ul li {
			color: #369;
			font-size: 11px;
			line-height: 20px;
		}
		.footer-menu ul li a {
			color: #036;
			border: none;
		}
		.footer-menu ul li a:hover {
			border-bottom: 2px solid #800;
		}
		
	#footer-meta {
		float: right;
	}
	/** Footer Address **/
		#footer-address {
			color: #036;
		}
		#footer-address p {
			line-height: 130%;
		}
		
	/** Footer Social **/
		#footer-social {
			margin: 0 0 30px;
		}
		#footer-social ul {
			text-align: left;
		}
		#footer-social ul li {
			float: left;
			display: block;
			margin-right: 20px;
		}
		#footer-social ul li a {
			display: block;
			width: 32px;
			height: 32px;
			text-indent: -9999px;
			border: none;
		}
		#footer-social ul li#rss a { background: url(images/feed_32.png) no-repeat left top; }
		#footer-social ul li#twitter a { background: url(images/twitter_32.png) no-repeat left top; }
		#footer-social ul li#facebook a { background: url(images/facebook_32.png) no-repeat left top; }
		#footer-social ul li#youtube a { background: url(images/youtube_32.png) no-repeat left top; }
		
	/** Footer About **/
		#footer-about {
			margin: 0 0 20px;
			padding: 20px 25px;
			background: #369;
			color: #e0e5ec;
			font-size: 14px;
			text-align: justify;
		}
		#footer-about a {
			color: #e0e5ec;
		}
	/** Copyright **/
		#copyright {
			margin: 0;
			color: #369;
			font-size: 10px;
			font-weight: bold;
			text-align: center;
		}
		#copyright a {
			color: #369;
			border: none;
		}
	


/*  =HOME STYLES
-------------------------------------------------------------- */
	/** Headline **/
		#headline {
			position: relative;
			width: 960px;
			height: 372px;
			background: url(images/headline-bg.png) no-repeat center top;
		}
			#headline-text {
				position: absolute;
				left: 30px;
				top: 40px;
				width: 435px;
			}
				#headline-title {
					color: #025;
					font: 27px "times new roman", times, serif;
					text-shadow: 0 1px 1px #e0e5ec;
				}
				
				#headline-text p {
					color: #025;
					font: 17px/125% "times new roman", times, serif;
				}
				
			#headline-video {
				position: absolute;
				right: 20px;
				top: 20px;
			}
		
	/** Workshop Post **/
		.post-border {
			margin: 0 0 30px;
			border: 1px solid #E0E5EC;
		}
		.post-workshop {
			padding: 12px;
			background: #e0e5ec;
			border: 2px solid #FFF;
		}
		.post-workshop h2 {
			margin: 0 0 3px;
			color: #800;
			font-size: 28px;
			font-weight: normal;
		}
		.post-workshop ul {
			color: #025;
		}
		.post-workshop ul li {
			margin: 15px 0;
			padding: 0 0 0 35px;
			background: url(images/note.png) no-repeat left top;
			line-height: 16px;
		}
		
	/** Secondary Posts **/
		.post-secondary .post-entry p {
			font-size: 12px;
		}


/*  =DEFAULT STYLES
-------------------------------------------------------------- */

.alignleft {float: left;}
.alignright {float: right;}
.clear {clear: both;}

.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

.small {font-size: 0.8em;}
.hidden {display: none;}

.continue-reading a {
	display: block;
	width: 130px;
	height: 28px;
	background: url(images/btn-continue.png) no-repeat left top;
	text-indent: -9999px;
	border: none;
}

.btn-questionnaire a {
	display: block;
	width: 270px;
	height: 50px;
	background: url(images/btn-questionnaire.png) no-repeat left top;
	text-indent: -9999px;
	border: none !important;
}
.btn-download a {
	display: block;
	width: 270px;
	height: 50px;
	background: url(images/btn-download.png) no-repeat left top;
	text-indent: -9999px;
	border: none !important;
}