/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body {
background:#b5c465;
font-family:'Tahoma',Trebuchet MS,Verdana,sans-serif;
}

#container {
background:transparent;
border:none !important;
}

#page {background:transparent;}

#header {
border-bottom:none;
padding:0;
margin:0;
width:100%;
}

#header p#logo {
line-height:0;
padding:0;
margin:0;
}

#header p#logo a {
display:block;
height:190px;
width:100%;
text-indent:-9999px;
padding:0;
margin:0;
background:#fff url('../../../../images/ui/LEK-header.jpg') scroll no-repeat left center;
border-bottom:0px solid #ddd;
}

#header h1#tagline, #header p#tagline {
text-indent:-9999px;
padding:0;
margin:0;
line-height:0;
display:block;
width:0;
height:0;
}

.menu .rss a, .menu .rss a:hover {
display: none;
}

.menu a {
border: 0;
}

.menu li {
margin-bottom: 0;
}

.menu {
background: #fff;
border:1px solid #DDDDDD;
width: 100%;
}

.no_sidebars .headline_area h1 {
padding-left:45px;
}

.no_sidebars .headline_area {
margin-bottom:0;
}

.no_sidebars .postFoot, .no_sidebars .sociable {
padding-left:45px;
}

.no_sidebars .postFoot {
padding-bottom:45px;
}

#content_box, #footer {
background-color:#fff;
}


a, #header #logo a:hover, h2 a:hover, .format_text a {
color:#50822F;
text-decoration:none;
}

a:hover, .format_text a:hover {
text-decoration:underline;
}

.format_text h2 {
font-size:18px;
}

.format_text h3 {
font-size:16px;
}

.format_text h4 {
font-size:14px;
}

/* Comment Luv Formatting */
.cluv {
background-color:#f9f7e4;
border-top:1px dotted #bbb;
color:#50822F;
display:block;
font-size:100% !important;
font-weight:normal;
margin-top:15px;
padding:5px;
text-transform:none !important;
}
/* End Comment Luv Formatting */

#tabs {
border-width:0 0 0 1px;
}

#tabs li {
border-width:1px 1px 0 0;
}
.custom #tabs li.rss {
background:transparent;
}

#tabs .current_page_item, #tabs .current-cat {
padding-bottom:0;
}

#feature_box {
border-bottom:none;
}

#header, #content_box {
border-left:1px solid #ddd;
border-right:1px solid #ddd;
}

.headline_meta span, .headline_meta abbr {
text-transform:none;
}

/* Follow Links */
ul.follow li a {
padding-left: 20px;
}

ul.follow li.rss {
background:transparent url('../../../../images/ui/icons/feed.png') scroll no-repeat left center;
}

ul.follow li.mail {
background:transparent url('../../../../images/ui/icons/email.png') scroll no-repeat left center;
}

ul.follow li.twitter {
background:transparent url('../../../../images/ui/icons/twitter.png') scroll no-repeat left center;
}

ul.follow li.facebook {
background:transparent url('../../../../images/ui/icons/facebook.png') scroll no-repeat left center;
}
/* ~/Follow Links */

.sidebar h3 {
	margin-bottom:5px;
}

.sidebar input[type="text"], .sidebar input[type="submit"] {
font-size:12px;
}

/* Popular Posts */
li.popular h2 {
	font-size:1.3em;
	line-height:1.385em;
	margin-bottom:0.692em;
	color:#555555;
	font-variant:small-caps;
	letter-spacing:2px;
}

li.popular ul {
	margin-bottom:2.769em;
}

li.popular ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:4px;
	font-size:1.2em;
}
/* End Popular Posts */

.no_sidebars #content {
background-color:#fff;
}



/* Custom Text Box */
.custom input, textarea {
background:#f4f8d3 none repeat scroll 0 0;
border-color:#AAAAAA #DDDDDD #DDDDDD #AAAAAA;
border-style:solid;
border-width:1px;
color:#444444;
font-size:1em;
}

/* Editing Archives Pages*/
.prev_next a {
text-decoration:none;
font-weight:bold;
font-size:175%;
text-transform:lowercase;
}

.teasers_box {
border-top:none;
clear:both;
padding:0;
}

.teaser {
display:block;
padding-bottom:20px;
padding-top:20px;
width:100%;
border-top:1px dotted #bbb;
}

.teaser .format_teaser .post_image_link img.alignleft, .teaser .format_teaser .post_image_link img.alignright, .teaser .format_teaser .post_image_link img.aligncenter {
margin:5px 10px 10px 0;
float:left;
}

#archive_info h1 {
font-size:3em;
}

#archive_info {
background:#f9f9f9 none repeat scroll 0 0;
border-bottom:1px dotted #dddddd;
}

/* End Editing Archives Pages*/


/* Post Footer */
.linkwithin_hook {
	width:360px;
	margin:0 auto;
}

/* Sidebar Box */
.side-module .loading {
background: transparent no-repeat top center;
padding-top: 45px;
text-align: center;
}

.sidebar a {text-decoration: none;}
.sidebar a:link, .sidebar a:visited {
	color: #3A6629;
	}
.sidebar a:active {
	color: #34925E;
	}
.sidebar a:hover {
	color: #34925E; 
	text-decoration: underline;
	}
.sidebar h4 {
	color: #2E473B;
	font-family: Courier, serif;
	font-size: 12px;
	font-weight: bold;	
	}
.sidebar ul {
	padding: 0px;
	margin: 11px 0;
	}

.sidebar p {
	color: #5c6b12;
	font-size: 10px;
	}
.sidebar .field {
	border: solid 1px #3D9140;
	width: 115px;
	margin:0; 
	padding-left:1px;
	background:#fff no-repeat top left; 
	color:#BE3A1F;
	font-weight:bold;
	}
#welcome p {
line-height: 1.5;
}
#welcome img {
float: right;
margin: 0 0 4px 4px;
border: 1px solid #bbcc78;
}
#welcome h2 {
	font: 20px Georgia, "Times New Roman", Times, serif;
}

#welcome {
background-color:#f4f8d3;
border:1px solid #bbcc78;
height:100%;
margin:0 0 0px;
overflow:auto;
padding:12px;
}
/* End Sidebar Box */

/* More padding for content */
.post_box, .teasers_box, .full_width #content_box .page {
margin:0 2.8em;
/* End more padding for content */
}

/* Popular Posts */
li.popular h2 {
	font-size:1.3em;
	line-height:1.385em;
	margin-bottom:0.692em;
	color:#555555;
	font-variant:small-caps;
	letter-spacing:2px;
}

li.popular ul {
	margin-bottom:2.769em;
}

li.popular ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:4px;
	font-size:1.2em;
}
/* -/Popular Posts */