/*
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/
*/


/* 000 Header Area 000 */
.custom #header_area { background: #344207 url("images/headerbground.png") bottom center no-repeat; overflow: hidden; padding: 0 0 1em 0; border-top: 0.5em solid #4c5c1c; }
.custom #header_area .page { padding: 1em 0 0 0; background:transparent;}
.ie #header_area .page { padding: 1em 0 0 0 !important; }
.custom .menu, .ie ul#tabs { float: left; border: none; width: auto !important; }
.custom .menu li { background: none; border: none; margin: 0 8px 0 0; zoom: 1; }
.custom .menu a, .custom .menu .rss a { text-transform:capitalize; background:none; border:none; color:#fff; letter-spacing:0.04em; padding:5px 8px;}
.custom .menu .current a, .custom .menu a:hover, .custom .menu .rss a:hover  {color:#FFFFFF; background: #4c5c1c; border-color: #d5a514; -moz-border-radius: 4px; -webkit-border-radius: 4px; text-decoration: none; }
.custom #header { float: right; border: none; clear: none; padding: 0; }
.custom #logo { background: url("images/logo.png") 0 0 no-repeat; width: 184px; height: 28px; text-indent: -5000px; }
.custom .menu .rss{float:left; }


/*000 Home Page 000 */

.custom .teasers_box {border: 0px; padding:0em; margin-left:0; margin-right:0;}
.custom .teasers_box .teaser {width:auto; border-bottom: #c3c3c3 .12em dotted; padding:2em 0em}
.custom .teasers_box .teaser a.teaser_link{}
.custom .teasers_box a.post_image_link img.thumb{float:left; margin:0em 1.8em 1.8em 0em; }
.custom .format_teaser{ margin:.8em 0px; line-height:1.6em; }
.custom .teasers_box .teaser a.teaser_link  {color:#FFFFFF; background: #4c5c1c; border-color: #4c5c1c; -moz-border-radius: 4px; -webkit-border-radius: 4px; text-decoration: none; padding:2px 5px;}


/* 000 Main Content Area 000 */

.custom #content_area {background:url("images/contentbackground.png") repeat-x; padding-top:2.8em;}
.custom #content_area .page {border: solid #d0d0c3 5px;}


/* 000 Sidebar 000 */

.custom #sidebars {padding-top:1.4em;} /* makes multimedia box level with content */
.custom .sidebar ul.sidebar_list {padding-left: 2.2em; padding-right:0;}


.custom #multimedia_box {padding:1.1em 0 1.1em 2.2em;background: none repeat scroll 0 0 transparent;border-width:0;}


.custom li.widget ul li {margin-bottom:0; padding:0.692em; border-bottom:dotted #CCCCCC 1px;}
.custom li.widget ul li a {display:block;}
.custom li.widget ul li:hover {background:#dce0d2;}
.custom .sidebar h3 {font-variant:normal; text-transform:none; color:#FFFFFF; font-weight:bold; letter-spacing:0.5px; background: url('images/h3tab.png') no-repeat top right #bac0a7; padding:0.5em; -moz-border-radius: 4px; -webkit-border-radius: 4px;}




/* 000 Custom Header Styling 000 */

.custom .entry-title {font-weight:bold;}
.custom .entry-content h3 {font-weight:bold;}


/* 000 Footer 000 */
.custom #footer_area, .custom #footer_area .page {background:#dce0d2;}
.custom #footer {border-width:0;}


/* 000 Aweber Form Styling 000 */

#af-form-867923383 .af-body .af-textWrap{width:98%;display:block;float:none;}
#af-form-867923383 .af-body input.text, #af-form-867923383 .af-body textarea{background-color:#FFFFFF;border-color:#919191;border-width:1px;border-style:solid;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:12px;font-family:Verdana, sans-serif;}
#af-form-867923383 .af-body input.text:focus, #af-form-867923383 .af-body textarea:focus{background-color:#FFFAD6;border-color:#030303;border-width:1px;border-style:solid;}
#af-form-867923383 .af-body label.previewLabel{display:block;float:none;text-align:left;width:auto;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:12px;font-family:Helvetica, sans-serif;}
#af-form-867923383 .af-body{padding-bottom:0px;padding-top:0px;background-repeat:no-repeat;background-position:inherit;background-image:none;color:#000000;font-size:11px;font-family:Verdana, sans-serif;}
#af-form-867923383 .af-quirksMode{padding-right:0px;padding-left:0px;}
#af-form-867923383 .af-standards .af-element{padding-right:15px;padding-left:0px;}
#af-form-867923383 .buttonContainer input.submit{background-image:url("http://forms.aweber.com/images/auto/gradient/button/c00.png");background-position:top left;background-repeat:repeat-x;background-color:#ac0000;border:1px solid #ac0000;color:#FFFFFF;text-decoration:none;font-style:normal;font-weight:normal;font-size:14px;font-family:Helvetica, sans-serif;}
#af-form-867923383 .buttonContainer input.submit{width:auto;}
#af-form-867923383 .buttonContainer{text-align:left;}
#af-form-867923383 button,#af-form-867923383 input,#af-form-867923383 submit,#af-form-867923383 textarea,#af-form-867923383 select,#af-form-867923383 label,#af-form-867923383 optgroup,#af-form-867923383 option{float:none;position:static;margin:0;}
#af-form-867923383 div{margin:0;}
#af-form-867923383 form,#af-form-867923383 textarea,.af-form-wrapper,.af-form-close-button,#af-form-867923383 img{float:none;color:inherit;position:static;background-color:none;border:none;margin:0;padding:0;}
#af-form-867923383 input,#af-form-867923383 button,#af-form-867923383 textarea,#af-form-867923383 select{font-size:100%;}
#af-form-867923383 select,#af-form-867923383 label,#af-form-867923383 optgroup,#af-form-867923383 option{padding:0;}
#af-form-867923383,#af-form-867923383 .quirksMode{width:264px;}
#af-form-867923383.af-quirksMode{overflow-x:hidden;}
#af-form-867923383{background-color:transparent;border-color:#FFFFFF;border-width:1px;border-style:solid;}
#af-form-867923383{overflow:auto;}
.af-body .af-textWrap{text-align:left;}
.af-body input.image{border:none!important;}
.af-body input.submit,.af-body input.image,.af-form .af-element input.button{float:none!important;}
.af-body input.text{width:100%;float:none;padding:2px!important;}
.af-body.af-standards input.submit{padding:4px 12px;}
.af-clear{clear:both;}
.af-element label{text-align:left;display:block;float:left;}
.af-element{padding:5px 0;}
.af-form-wrapper{text-indent:0;}
.af-form{text-align:left;margin:auto;}
.af-quirksMode .af-element{padding-left:0!important;padding-right:0!important;}
.lbl-right .af-element label{text-align:right;}
