/*
Theme Name: LEC Redesign
Theme URI: http://www.fluidwebsitedesign.com
Description: <a href="http://www.fluidwebsitedesign.com">FluidWebsiteDesign.com</a> & <a href="http://www.Cre8iveOptions.com">Cre8iveOptions.com</a>
Author: Kelly Wilson (Coding) & Julia Fowler (Design)

*/









/* Begin Typography & Colors */



.thread-alt {



	background-color: #f8f8f8;



}



.thread-even {



	background-color: white;



}



.depth-1 {



border: 1px solid #ddd;



}







.even, .alt {







	border-left: 1px solid #ddd;



}



small {



	font-family: Arial, Helvetica, Sans-Serif;



	font-size: 0.9em;



	line-height: 1.5em;



	}







h1, h2, h3 {



	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;



	font-weight: bold;



	}







h2.pagetitle {



	font-size: 1.6em;



	}







#sidebar h2 {



	font-family: 'Lucida Grande', Verdana, Sans-Serif;



	font-size: 1.2em;



	}







h3 {



	font-size: 1.3em;



	}







h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {



	text-decoration: none;



	color: white;



	}







h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {



	color: #333;



	}







h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {



	text-decoration: none;



	}







.entry p a:visited {



/*	color: #b85b5a;*/



	}







.sticky {



	background: #f7f7f7;



	padding: 0 10px 10px;



	}



.sticky h2 {



	padding-top: 10px;



	}







.commentlist li, #commentform input, #commentform textarea {



	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;



	}



.commentlist li ul li {



	font-size: 1em;



}







.commentlist li {



	font-weight: bold;



}







.commentlist li .avatar { 



	float: right;



	border: 1px solid #eee;



	padding: 2px;



	background: #fff;



	}







.commentlist cite, .commentlist cite a {



	font-weight: bold;



	font-style: normal;



	font-size: 1.1em;



	}







.commentlist p {



	font-weight: normal;



	line-height: 1.5em;



	text-transform: none;



	}







#commentform p {



	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;



	}







.commentmetadata {



	font-weight: normal;



	}







#sidebar {



	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;



	}







small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {



	color: #777;



	}







code {



	font: 1.1em 'Courier New', Courier, Fixed;



	}







acronym, abbr, span.caps



{



	font-size: 0.9em;



	letter-spacing: .07em;



	}







a, h2 a:hover, h3 a:hover {



	color: #147;



	text-decoration: none;



	}







a:hover {



	color: #147;



	text-decoration: underline;



	}







#wp-calendar #prev a, #wp-calendar #next a {



	font-size: 9pt;



	}







#wp-calendar a {



	text-decoration: none;



	}







#wp-calendar caption {



	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;



	text-align: center;



	}







#wp-calendar th {



	font-style: normal;



	text-transform: capitalize;



	}



/* End Typography & Colors */















/* Begin Structure */



.post {
	margin: 0 0 40px;
	text-align: justify;
	}
	
.post h2 { text-align: left; }





.post hr {



	display: block;



	}







.clear {



	clear: both;



}



/* End Structure */















/*	Begin Headers */



h2.pagetitle {



	margin-top: 30px;



	text-align: center;



}







#sidebar h2 {



	margin: 5px 0 0;



	padding: 0;



	}







h3 {



	padding: 0;



	margin: 30px 0 0;



	}







h3.comments {



	padding: 0;



	margin: 40px auto 20px ;



	}



/* End Headers */















/* Begin Images */



p img {



	padding: 0;



	max-width: 100%;



	}







/*	Using 'class="alignright"' on an image will (who would've



	thought?!) align the image to the right. And using 'class="centered',



	will of course center the image. This is much better than using



	align="center", being much more futureproof (and valid) */







img.centered {



	display: block;



	margin-left: auto;



	margin-right: auto;



	}







img.alignright {



	padding: 4px;



	margin: 0 0 2px 7px;



	display: inline;



	}







img.alignleft {



	padding: 4px;



	margin: 0 7px 2px 0;



	display: inline;



	}







.alignright {



	float: right;



	}







.alignleft {



	float: left;



	}



/* End Images */















/* Begin Lists







	Special stylized non-IE bullets



	Do not work in Internet Explorer, which merely default to normal bullets. */





/*

html>body .entry ul {



	margin-left: 0px;



	padding: 0 0 0 10px;



	list-style: none;



	}







html>body .entry li {



	margin: 7px 0 8px 10px;



	}







.entry ul li:before, #sidebar ul ul li:before {



	content: "\00BB \0020";



	}*/







.entry ol {



	padding: 0 0 0 35px;



	margin: 0;



	}







.entry ol li {



	margin: 0;



	padding: 0;



	}







.postmetadata ul, .postmetadata li {



	display: inline;



	list-style-type: none;



	list-style-image: none;



	}







#sidebar ul, #sidebar ul ol {



	margin: 0;



	padding: 0;



	}







#sidebar ul li {



	list-style-type: none;



	list-style-image: none;



	margin-bottom: 15px;



	}







#sidebar ul p, #sidebar ul select {



	margin: 5px 0 8px;



	}







#sidebar ul ul, #sidebar ul ol {



	margin: 5px 0 0 10px;



	}







#sidebar ul ul ul, #sidebar ul ol {



	margin: 0 0 0 10px;



	}







ol li, #sidebar ul ol li {



	list-style: decimal outside;



	}







#sidebar ul ul li, #sidebar ul ol li {



	margin: 3px 0 0;



	padding: 0;



	}


li.widget_sp_image { list-style: none; }

/* End Entry Lists */















/* Begin Form Elements */



#searchform {



	margin: 10px auto;



	padding: 5px 3px;



	text-align: center;



	}







#sidebar #searchform #s {



	width: 108px;



	padding: 2px;



	}







#sidebar #searchsubmit {



	padding: 1px;



	}







.entry form { /* This is mainly for password protected posts, makes them look better. */



	text-align:center;



	}







select {



	width: 130px;



	}







#commentform input {



	width: 170px;



	padding: 2px;



	margin: 5px 5px 1px 0;



	}







#commentform {



	margin: 5px 10px 0 0;



	}



#commentform textarea {



	width: 100%;



	padding: 2px;



	}



#respond:after {



		content: "."; 



	    display: block; 



	    height: 0; 



	    clear: both; 



	    visibility: hidden;



	}



#commentform #submit {



	margin: 0 0 5px auto;



	float: right;



	}



/* End Form Elements */















/* Begin Comments*/



.alt {



	margin: 0;



	padding: 10px;



	}







.commentlist {



	padding: 0;



	text-align: justify;



	}







.commentlist li {



	margin: 15px 0 10px;



	padding: 5px 5px 10px 10px;



	list-style: none;







	}



.commentlist li ul li { 



	margin-right: -5px;



	margin-left: 10px;



}







.commentlist p {



	margin: 10px 5px 10px 0;



}



.children { padding: 0; }







#commentform p {



	margin: 5px 0;



	}







.nocomments {



	text-align: center;



	margin: 0;



	padding: 0;



	}







.commentmetadata {



	margin: 0;



	display: block;



	}



/* End Comments */















/* Begin Calendar */



#wp-calendar {



	empty-cells: show;



	margin: 10px auto 0;



	width: 155px;



	}







#wp-calendar #next a {



	padding-right: 10px;



	text-align: right;



	}







#wp-calendar #prev a {



	padding-left: 10px;



	text-align: left;



	}







#wp-calendar a {



	display: block;



	}







#wp-calendar caption {



	text-align: center;



	width: 100%;



	}







#wp-calendar td {



	padding: 3px 0;



	text-align: center;



	}







#wp-calendar td.pad:hover { /* Doesn't work in IE */



	background-color: #fff; }



/* End Calendar */















/* Begin Various Tags & Classes */



acronym, abbr, span.caps {



	cursor: help;



	}







acronym, abbr {



	border-bottom: 1px dashed #999;



	}







blockquote {



	margin: 15px 30px 0 10px;



	padding-left: 20px;



	border-left: 5px solid #ddd;



	}







blockquote cite {



	margin: 5px 0 0;



	display: block;



	}







.center {



	text-align: center;



	}







.hidden {



	display: none;



	}



	



.screen-reader-text {



     position: absolute;



     left: -1000em;



}







hr {



	display: none;



	}







a img {



	border: none;



	}







.navigation {



	display: block;



	text-align: center;



	margin-top: 10px;



	margin-bottom: 60px;



	}



/* End Various Tags & Classes*/















/* Captions */



.aligncenter,



div.aligncenter {



	display: block;



	margin-left: auto;



	margin-right: auto;



}







.wp-caption {



	border: 1px solid #ddd;



	text-align: center;



	background-color: #f3f3f3;



	padding-top: 4px;



	margin: 10px;



	-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 captions */







































































































img {



border: none;



}



body  {



	font: 12px Arial, Helvetica, sans-serif;



	background: #2c2b08;



	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */



	padding: 0;



	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */



	color: #000000;



}



.site-wrapper {



background: url(images/bg-container.gif) -1px 0px repeat-y;



width: 1050px;



margin: 0px auto;



}



#container { 



	width: 1000px;



	background: #000000;



	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */



	text-align: left; /* this overrides the text-align: center on the body element. */



} 



#header { 



	background: url(images/bg-header.jpg) top left no-repeat;



	height: 256px;



	position: relative;



}



#header a.logo, #header .slogan, #header .login, #header .search, form.ezine-signup input.email, form.ezine-signup input.firstname, form.ezine-signup input.submit {



	position: absolute;



}



#header a.logo {



	border: 0px solid red;



	left: 0px;



	top: 0px;



	width: 550px;



	height: 215px;



}



#header .slogan {



top: 180px;



left: 220px;



width: 300px;



text-align: center;



color: #cfb661;



font: normal 12px Tahoma, Arial;



border: 0px solid red;



}



#header .login {



	bottom: 8px;



	left: 20px;



	color: #fff;



}



#header .login input, #header .search input {



margin-left: 10px;



background-color: #A99966;



border: 1px solid #6d6750;



color: #000000;



font-size: 10px;



width: 165px;



padding: 3px 0 3px 5px;



}



#header .login input.submit, #header .search input.submit {



width: auto;



padding: 0px;



border: none;



}



#header .search {



	bottom: 8px;



	right: 10px;



border: 0px solid red;



}



#header .search input {



background-color: #584e2c;



border: none;



color: #b5a56d;



width: 185px;



}



#top-nav {



float: left;



width: 100%;



height: 50px;



line-height: normal;



background-color: #000;



}



#top-nav ul {



margin: 0px;



margin-left: 10px;



padding: 0px;



list-style: none;



}



#top-nav li {



float: left;



margin: 0px;



margin-left: 1px;



padding: 0px;



background: url(images/img-red-tab-right.gif) no-repeat right top;



}



#top-nav a {



display: block;



background: url(images/img-red-tab-left.gif) no-repeat left top;



padding: 0px 14px;



line-height: 30px;



color: #ffffff;



text-decoration: none;



}



#top-nav li.blue-tab {



background: url(images/img-blue-tab-right.gif) no-repeat right top;



}



#top-nav li.blue-tab a {



background: url(images/img-blue-tab-left.gif) no-repeat left top;



}



#top-nav li.green-tab {



background: url(images/img-green-tab-right.gif) no-repeat right top;



}



#top-nav li.green-tab a {



background: url(images/img-green-tab-left.gif) no-repeat left top;



}



#sidebar1 {



	float: left; /* since this element is floated, a width must be given */



	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */



	padding: 0px 10px 5px 10px;



color: #ffffff;



}



#sidebar1 p {



margin: 0px;



padding: 0px;



}



#sidebar2 {



float: right;



width: 235px;



border-left: 2px solid #e5e5e1;



margin-left: 20px;



padding-left: 20px;



}







#mainContent { 



	margin: 0 10px 0 255px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */



	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */



background-color: #ffffff;



/*font-family: "Franklin Gothic Medium", Arial;*/



overflow:auto;



}



form.ezine-signup {
background: url(images/img-monthly-ezine-signup.gif) top left no-repeat;
margin-top: 10px;
margin-bottom: 0px;
height: 241px;
position: relative;
}

form.ezine-signup input.email, form.ezine-signup input.firstname {
background-color: #F5F5F5;
border: 1px solid #464646;
padding: 3px 0 3px 5px;
font-size: 11px;
}


form.ezine-signup input.email {
top: 137px;
left: 10px;
width: 135px;
}


form.ezine-signup input.firstname {
top: 162px;
left: 10px;
width: 135px;
}

form.ezine-signup input.submit {
top: 160px;
left: 160px;
}







form.newsletter-signup {
background: url(images/bg-free-report.gif) top center no-repeat;
height: 120px;
}



form.newsletter-signup table {



margin-top: 33px;



}



form.newsletter-signup input {



border: 1px solid #464646;



margin-bottom: 2px;



padding: 3px 0 3px 5px;



font-size: 11px;



width: 210px;



}



form.newsletter-signup input.submit {



border: none;



width: auto;



}







#footer { 



	height: 65px;



/*	width: 968px;*/



	margin: 0 25px;



	padding: 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */



	background:#9C3A09 url(images/bg-footer-top.gif) top left repeat-x; 



}



#footer p {



	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */



	padding: 0px 0px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */



	text-align: center;



	color: #e0ca9a;



}



#footer ul {



	margin: 10px 0px 5px 0px;



	padding: 0px;



	list-style: none;



	text-align: center;



}



#footer li {



	display: inline;



	margin: 0px;



	padding: 0px;



	list-style: none;



}



#footer li a {



	color: #e0ca9a;



	text-decoration: none;



	padding: 0 3px;



}



#footer a:hover {



	text-decoration: underline;



}



#footer .copyright {



	color: #e46220;



	font-size: 11px;



}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */



	float: right;



	margin-left: 8px;



}



.fltlft { /* this class can be used to float an element left in your page */



	float: left;



	margin-right: 8px;



}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */



	clear:both;



    height:0;



    font-size: 1px;



    line-height: 0px;



}











h2.widgettitle {



font: normal 30px/34px Georgia;



color: #d4b470;



margin: 0px 0px 10px 0px;



}



div.textwidget {



margin-bottom: 20px;



}



h2, h2.widgettitle, .heading, .heading2 {



font: normal 30px/34px Georgia;



margin: 0px 0px 10px 0px;



text-decoration: none;



display: block;



}



.heading2 { font-size: 25px; line-height: 23px; }



.tan { color: #d4b470; }



.maroon { color: #a62915; }



.quick-resource-links a {



display: block;



color: #786c40;



margin-bottom: 5px;



text-decoration: underline;



}



.testimonial {



font-style: italic;



line-height: 23px;



color: #786c40;



}



h1 {



font: normal 35px/33px Georgia;



color: #2c2b08;



margin: 0px 0px 10px 0px;



/*font-variant:small-caps;*/



}



h4 {



font: bold 18px/20px "Palatino Linotype";



color: #b52915;



margin-bottom: -10px;



}







td { vertical-align: top; }







td > h4 { margin-top: 0px; }







#mainContent ul.shop-links, #mainContent ul.resource-links {



margin: 0px;



margin-bottom: 30px;



padding: 0px;



list-style-type: none;



text-align: center;



}







#mainContent ul.shop-links li, #mainContent ul.resource-links li {



margin: 0px;



margin-bottom: 10px;



padding: 0px;



list-style-type: none;



float: left;



}







#mainContent ul.shop-links a, #mainContent ul.resource-links a {



background: url(images/bg-shop-for.gif) top left no-repeat;



width: 197px;



height: 56px;



display: block;



color: #000;



font: bold 20px/20px "Palatino Linotype";



text-align: center;



margin: 0 15px;



padding-top: 35px;



}







#mainContent ul.resource-links a {



background: url(images/bg-blank-button.gif) top left no-repeat;



height: 61px;



padding-top: 27px;



line-height: 28px;



}







.resource-links h2 { margin-top: 30px; clear: both; }







li.widget_pages, li.widget_pages ul, li.widget_text { list-style: none; list-style-position: outside; margin: 0px; padding: 0px; }


body.home h2.page-title { display: none; }
