/*
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/
*/                                                                                         
a{outline: none}
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 

.custom {background: #dbd827 url(images/bg.png) repeat-x; border-top: .5em solid #5e5e5e; }

.custom #header_area { margin:1em 0 25em 0;}
.custom #header_area #header { display: none;} 

.custom #header_area #custom_identity_bar { width: 100%; margin: 0 0 2em 0;text-indent: -9999px;}     
.custom #header_area #custom_identity_bar h1.logo {float: left; background: url(images/logo.png) no-repeat; height:70px; width: 626px;}
.custom #header_area #custom_identity_bar p.request_quote{float: right; background: url(images/contact_info.png) no-repeat; height:70px; width: 270px;}

.custom #header_area #tabs {border: none;border-top: 3px double #fff;border-bottom: 3px double #fff; padding: 1em 0;}
.custom #header_area #tabs li {-moz-border-radius: .5em; -webkit-border-radius: .5em; margin: 0 1em 0 0; border: none; background:  #EDEB92; }   
.custom #header_area ul#tabs li:hover { background: #fff; }       
.custom #header_area ul#tabs li a { color: #DB7F29; padding: 1em;}
.custom #header_area ul#tabs li a:hover { text-decoration: none;}  
.custom #header_area ul#tabs li.current_page_item {padding: 0; background: #DB7F29; }                      
.custom #header_area ul#tabs .current_page_item a { color: #fff;}    

.custom #header_area #custom_header_image { background: url(images/header.png) no-repeat; height: 342px; width: 1150px; position: absolute; top: 180px; left: 50%; margin: 0 0 0 -575px;}

.custom #content_area .page { padding: 8em 0 0 0; background: url(images/content_bg.png) repeat-y;}
.custom #content_area .page #content_box{ background: none;} 

.custom #content_area .gallery {border: 1px solid #DB7F29; padding: 0em; margin: 0em }
.custom #content_area .gallery .gallery-item { margin: .5em 0 0 0 }
.custom #content_area .gallery .gallery-item .gallery-caption{ margin: .5em}

.custom #content_area .page #sidebars #sidebar_1 {border-right: 1px dashed #5e5e5e;}

.custom #content_box #comments #respond_intro { border-top: 1px dashed #5e5e5e; border-bottom: 1px dashed #5e5e5e; padding: 1em 0em;}
.custom #content_box #comments #respond_intro p {height: 50px; text-align: left; text-indent: -9999px; background: url('images/comment_leave_headline.png') no-repeat; display: block;;}
.custom #content_box #comments #commentform { border: none;}

.custom #content_area #archive_info {display: none}

/*  Cforms Styling */
.custom #content_area #sidebars #cformsii { border-top: 1px dashed #5e5e5e; border-bottom: 1px dashed #5e5e5e; padding: 1em 0;}  
.custom #content_area #sidebars #cformsii textarea { width: 30em; margin: -2em 0 0 1em; height: 5em;}
.custom #content_area #sidebars #cformsii textarea:hover { background: #dbd827;}
.custom #content_area #sidebars #cformsii input#cf_field_2 { width: 26.9em; margin: -1em 0 0 .9em;}  
.custom #content_area #sidebars #cformsii input#cf_field_2:hover { background: #dbd827;}  
.custom #content_area #sidebars #cformsii p.cf-sb { margin: 0em 0 0 .9em; text-align: center; width: 27.7em;}
.custom #content_area #sidebars #cformsii p.cf-sb input { width: 100%; margin: 0 0 0 0em;}
.custom #content_area #sidebars #cformsii .linklove { display: none;}
.custom #content_area #sidebars  .emailreqtxt {display :none;}
.custom #content_area #sidebars #cformsii h3 { text-indent: -9999px; background: url(images/widget_contact_headline.png); width: 380px;  height: 50px;}

/* About Styling */   
.custom #content_area #sidebars #text-3 { margin: -2em auto 1em; border-bottom: 1px dashed #5e5e5e; padding: 1em 0;} 
.custom #content_area #sidebars #text-3 h3 {color: red; width: 380px; height: 50px; text-indent: -9999px; background: url(images/widget_about_headline.png);} 
.custom #content_area #sidebars #text-3 .textwidget { width: 27em; text-align: justify; margin: 0 0 0 1em; line-height: 2em; color: #5e5e5e;} 
 
/* Recent Posts Styling */
.custom #sidebars #widget_killer_recent_entries-2 h3 { height: 35px; text-indent: -9999px; background: url('images/widget_recent_headline.png');}

/* Pagges Styling */
.custom #sidebars #pages-3 h3 { height: 35px; text-indent: -9999px; background: url('images/widget_pages_headline.png');}

/*  Topics Styling */ 
.custom #content_area #sidebars #categories-3 { border-top: 1px dashed #5e5e5e; padding: 1em 0 0em 0 ;}
.custom #content_area #sidebars #categories-3 h3 {width: 380px; height: 50px; text-indent: -9999px; background: url(images/widget_topics_headline.png);} 
.custom #content_area #sidebars #categories-3 ul { text-align: center; margin: 0 0 0 1em; }
.custom #content_area #sidebars #categories-3 li { float: left; width: 13.8em; margin: 0 0 1em 0;}    
.custom #content_area #sidebars #categories-3 li a {color: #5e5e5e;}
 
/*  Footer Stuff */ 
.custom #footer_area * { border: none;}
.custom #footer_area {background:#E4E15E url(images/footer_bg.png)bottom repeat-x; border-top: 5px solid #5e5e5e; margin: 0em;}
.custom #footer_area a {color: #fff;}

.custom #footer_area #footer{padding: 0em}
.custom #footer_area #footer_fullwidth_widgets { margin: 0 0 0 0;  border-bottom: 1px dashed #5e5e5e;}
.custom #footer_area #footer_fullwidth_widgets #twitpic-1 h2 { height: 50px; width: 1039px;text-align: left; background: url(images/widget_pics_headline.png) no-repeat; text-indent: -9999px; margin: 0 0 0 -.9em; }
.custom #footer_area #footer_fullwidth_widgets #twitpic-1 {width: 1039px; margin: 0 0 0 -1em;}
.custom #footer_area #footer_fullwidth_widgets #twitpic-1 ul { margin: 0em; padding: 0em; width: 100% }

.custom #footer_area ul.footer_widgets {display: inline; list-style: none; border: none;  color: #fff;}
.custom #footer_area ul.footer_widgets h3{color:#5e5e5e;  text-indent: -9999px; text-align: left;  border-bottom: 1px solid #5e5e5e; margin: 0 0 1em 0;}
.custom #footer_area ul.footer_widgets li { width: 25%; float: left; margin: 1em 0 0 .5em; text-align: left;}
.custom #footer_area ul.footer_widgets li.half_footer { width: 48.5%; float: right}
.custom #footer_area ul.footer_widgets li:first-child { margin:1em 0 0 0;}    

.custom #footer_area  li#twitter-1 h3 {text-indent: -9999px; color: black; background: url(images/widget_tweets_headline.png) no-repeat; height: 50px; border-bottom: 1px solid #5e5e5e;}
.custom #footer_area  li#twitter-1 li {width: 100%; float: left; padding: 0em; margin: 0 0 .5em}
.custom #footer_area  li#twitter-1 li a {color: #DB7F29; }
.custom #footer_area  li#twitter-1 li a:hover {color: #000; }

.custom #footer_area #akpc-widget-2 h3 { height: 50px; background: url(images/widget_popular_headline.png) no-repeat;}
.custom #footer_area #akpc-widget-2 ol { list-style: circle; margin: 0 0 0 1em}
.custom #footer_area #akpc-widget-2 ol li {width: 100%; float: left; padding: 0em; margin: 0 0 .5em}
.custom #footer_area #akpc-widget-2 ol li a {color: #DB7F29; }
.custom #footer_area #akpc-widget-2 ol li a:hover {color: #000; }


.custom #footer_area #text-4 h3 { height: 50px;background: url(images/widget_hire_headline.png) no-repeat;}
.custom #footer_area #text-4 p {font-size: 1em;color: #000;}
                 

.custom #footer_area .custom_attribution { border-top: 1px dashed #5e5e5e; border-bottom: 1px dashed #5e5e5e; text-align: center; padding: 1em; color:#fff; clear: both; margin: 2em 0 1em} 


.custom #content_area #sidebars #categories-2:after, 
.custom #footer_area ul.footer_widgets:after, 
.custom #footer_area .widget:after, 
.custom #footer_area  li#twitter-1:after,
.custom #footer_area #akpc-widget-2:after,
.custom #footer_area #text-4:after 
{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }

                                       