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

/*---:[ core layout elements ]:---*/

h1 {
font-size: 32px;
font-weight:bold;
}

h2 {
font-size: 26px;
font-weight:bold;
}

h3 {
font-size: 20px;
font-weight:bold;
}

body.custom { background: #240404; }
	.custom #page { padding: 0; background: #fff; border: 0.0em solid #1e272c; border-width: 0 0.0em; }
		.custom #header { position: relative; height: 127px; padding: 0 3em; background: #000000 url('images/auriemmabanner.jpg') 100% 0 no-repeat; border: none; }
		.custom #nav { width: 95.5em; padding-right: 1em; padding-left: 3em; background: #D6BD98; }
		.custom #content_box { width: 96.5em; padding-left: 3em; background: none; 0em 0 repeat-y; }
		.custom #content { width: 53em; }
		.custom .post_box { margin: 0 0 2.2em 0; border: none; }
		.custom #sidebars { border-top: 1px solid #DBD59E; }
		.custom #sidebar_1 { border: none; }
		.custom #footer { padding: 1.333em 0.833em 0.917em 2.5em; color: #ffffff; background: #240404; border: none; text-align: left; }

/*---:[ global elements ]:---*/

.custom a { color: #111; }
.custom a:hover { color: #df5e00; }
.custom .form_submit { width: auto; line-height: 1em; text-transform: uppercase; letter-spacing: 1px; color: #685619; background: #ecdf5a; border-style: solid; border-color: #b1a84f; border-top-color: #f3ec9e; border-left-color: #f3ec9e; }
.custom .form_submit:hover { color: #111; }

/*---:[ header ]:---*/

.custom #header #logo { position: absolute; top: 13px; left: 0.833em; line-height: 1em; }
.custom #header #tagline { position: absolute; top: 3.857em; right: 0.786em; }

/*---:[ nav menu area ]:---*/

.custom ul#tabs { width: auto; border: none; }
.custom ul#tabs li { margin-bottom: 0; border: none; background: none; }
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat { padding-bottom: 0.0em; background: #fff; border-bottom: 0; }
.custom ul#tabs li a { padding: 0.818em 1em; background: none; }
.custom ul#tabs li a:hover { background: #B4938C; }
.custom ul#tabs li.current_page_item a:hover, .custom ul#tabs li.current-cat a:hover { background: #B4938C; }
//.custom ul#tabs li.rss a { padding-right: 26px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }

/*---:[ headlines and bylines ]:---*/

.custom .headline_meta { line-height: 1.818em; }
.custom .headline_meta a { color: #888; }
.custom .headline_meta a:hover { color: #111; }

/*---:[ content area ]:---*/

.custom .format_text a { border-bottom: 1px dotted #aaa; text-decoration: none; }
.custom .format_text a.stbutton { border-bottom: none; }
.custom .format_text h3 { font-weight: bold; }
.custom .format_text .call_to_sub { padding: 0.571em 0.786em; background: #fdedae; border: 0.071em solid #e2ce80; }
.custom .format_text .after_post_meta { border-top: 1px dotted #ddd; }
.custom .format_text .comments_right { font-size: 0.857em; line-height: 1.833em; margin-left: 1.833em; padding: 0 !important; float: right; }
.custom .format_text .after_post_meta a { padding: 0.167em 0.083em; border-bottom: none; }
.custom .format_text .after_post_meta a:hover { color: #fff; background: #df5e00; }
.custom .format_text .to_comments a { border-bottom: none; }
.custom .prev_next, .custom #archive_info { margin-right: -1.1em; margin-left: -1.1em; }
.custom #archive_info { padding-top: 2.2em; }

/*---:[ multimedia box ]:---*/

#multimedia_box { width: 100%; }

	#image_box { padding: 1em; background: #eee; border-bottom: 1px solid #ddd; }
        #image_box img { display: block; padding: 0.1em; background: #fff; border: 0.1em solid #bbb; }

	/*---:[ video box styles ]:---*/

	#video_box { padding: 1em; background: #000; }

	/*---:[ custom box styles ]:---*/

	#custom_box { padding: 1.6em; background: #fff; border-bottom: 1px solid #fff; }

/*---:[ sidebars ]:---*/

.sidebar a:hover { text-decoration: underline; }

ul.sidebar_list { list-style: none; }

	li.widget { width: 100%; }

	li.centered { text-align: center; }
	
		li.widget p a { text-decoration: underline; }
		
		li.widget p a:hover { text-decoration: none; }

		li.widget ul { list-style: none; }
		
			li.widget ul li .num_comments { color: #111; }
		
		/*---:[ widget box styles ]:---*/
		
		li.widget .widget_box { background: #fffff2; border-style: solid; border-color: #addde6; }
		
		/*---:[ subscriptions widget ]:---*/
		
		.thesis_widget_subscriptions .sub_rss a { padding-left: 20px; background: url('images/icon-rss.gif') 0 50% no-repeat; }

		.thesis_widget_subscriptions .sub_email a { padding-left: 20px; background: url('images/icon-email.gif') 0 50% no-repeat; }

		/*---:[ google custom search ]:---*/

		li.thesis_widget_google_cse form input[type="text"] { width: 95%; }

		li.thesis_widget_google_cse form input[type="submit"] { font-weight: bold; color: #111; background: url('images/submit-bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; }

		li.thesis_widget_google_cse form input[type="submit"]:hover { color: #2361a1; }
		
		/*---:[ calendar widget ]:---*/

		#calendar_wrap { width: 98%; padding: 0 1%; }

			#calendar_wrap a { font-weight: bold; }

			#calendar_wrap a:hover { background: #ddd; text-decoration: none; }

			table#wp-calendar { width: 98%; border-collapse: collapse; }

				table#wp-calendar caption { font-weight: normal; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; }

				table#wp-calendar th { width: 14%; background: #f2f2f2; border-bottom: 1px solid #ddd; text-align: center; }

				table#wp-calendar td { width: 14%; color: #888; text-align: center; }

				table#wp-calendar td#next, table#wp-calendar td#prev { width: 45%; text-transform: uppercase; letter-spacing: 1px; }

				table#wp-calendar td#next { text-align: right; }

				table#wp-calendar td#prev { text-align: left; }


/*---:[ comments ]:---*/

.custom #comments { margin-right: -1.1em; margin-left: -1.1em; }
	.custom .comment_author a { color: #111; border-bottom: 1px dotted #aaa; }
	.custom .comment_author a:hover { color: #df5e00; text-decoration: none !important; }
	.custom .comment_time a, .custom .edit_comment a { color: #888; }
	.custom .comment_time a:hover, .custom .edit_comment a:hover { color: #888; }
	.custom #commentform .form_submit { font-size: 0.786em; padding: 0.455em 0.636em; border-width: 0.182em; }

/*---:[ footer ]:---*/

.custom #footer a { color: #D6BD98; border-color: #88af77; }
.custom #footer a:hover { color: #8A7C4D; }
.custom #footer ul { list-style: none; margin-bottom: 0.5em; float: left; }
.custom #footer li { padding-right: 15px; padding-left: 4px; background: url('images/footer-slash.gif') 100% 0 no-repeat; float: left; }
.custom #footer li.home { padding-left: 0; }
.custom #footer li.linkedin { padding-right: 0; background: none; }
.custom #footer li a { display: block; height: 33px; border-bottom: none; text-indent: -9999px; outline: none; }
.custom #footer li a:hover { background-position: 0 -33px !important; }
.custom #footer li.home a:hover { background-position: 0 0 !important; }
.custom #footer li.home a { width: 155px; background: url('images/footer-chris-brogan.gif') no-repeat; }
.custom #footer li.twitter a { width: 75px; background: url('images/footer-twitter.gif') no-repeat; }
.custom #footer li.facebook a { width: 96px; background: url('images/footer-facebook.gif') no-repeat; }
.custom #footer li.linkedin a { width: 95px; background: url('images/footer-linkedin.gif') no-repeat; }
.custom #footer p { clear: both; }
	
#subs_box:after, .custom #footer ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }


.custom #header_area{display:none;}

.custom #nav_area ul {border-bottom:none; border-left:none;}
	.custom #nav_area ul li {border-width:0; margin-bottom:0; padding-bottom:0; background:none;}

.custom #header {border-bottom:none;}





.custom ul#tabs {border-bottom:none; border-left:none; background:#EEEEEE;}
.custom ul#tabs li {margin-bottom:0; border:none; background:none}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:#FFFFFF}
.custom ul#tabs li.rss {}
.custom ul#tabs li a {}
.custom ul#tabs li a:hover {text-decoration:none; background:#FFFFFF}
.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}
.custom ul#tabs li.current_page_item a:hover {text-decoration:none; background:#FFFFFF;}, .custom ul#tabs li.current-cat a:hover {text-decoration:none; background:#FFFFFF}



