/*
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 ]:---*/
body.custom { background: #000 url(images/bg_stripes.png); }
	.custom #page { padding: 0; background: #fff; border: 0.2em solid #1e272c; border-width: 0 0.2em; }
		.custom #header { position: relative; height: 220px; padding: 0 3em; background: #fff url('images/header_bg.png') top left no-repeat; }
		.custom #nav { width: 95.5em; padding-right: 1em; padding-left: 3em; background: #eee; }
		.custom #content_box { width: 96.5em; padding-left: 3em; background: url('images/bg-sidebar.gif') 59em 0 repeat-y; }
			.custom #content { width: 53em; }
				.custom .post_box { margin: 0 0 2.2em 0; border: none; }
		.custom #sidebars { border-top: 0px solid #e4e2d4; }
			.custom #sidebar_1 { border: none; }
		.custom #footer { padding: 1.333em 0.833em 0.917em 2.5em; color: #111; background: #eee; border: none; text-align: left; }

/*---:[ global elements ]:---*/
.custom a, .custom a:visited {color: #263f68; }
.custom a:hover {color: #865f15;}
.left { float: left; }
.right {float: right; }

/*---:[ header ]:---*/
.custom #header #logo { position: absolute; top: 0px; left: 0px; line-height: 1em; }
	.custom #header #logo a { display: block; width: 7.75em; height: 6.091em; background: url('images/header_logo.png') no-repeat; text-indent: -9999px; outline: none; }
.custom #header #tagline { position: absolute; top: 3.857em; right: 0.786em; }
.custom #header .social { margin-right:1.5em; padding-right:2.8em; padding-top:16.7em; float:right; }
	.custom #header .social a { display: block; text-decoration: underline; padding: 0.462em 0.769em; color: #736e51; font-size: 1.2em;}
	.custom #header .social a:hover { background: #eee; text-decoration: none; }
	.custom #header .social a img { display: block; width: 3.154em; height: 2.769em; margin-right: 0.615em; float: left; }
	.custom #header .social a span { display: block; font-size: 0.846em; line-height: 1.636em; text-transform: uppercase; letter-spacing: 1px; color: #111; }
.custom #header .farright { margin-right:0em; padding-right:0em; }

/*---:[ widget box styles ]:---*/
.custom li.widget h3 {font-weight: bold;}
.custom li.widget .widget_box { background: #F2E3E3; border-style: solid; border-color: #E6ADAD; }
.custom li.widget .list { margin-left: 20px; padding-left: 20px; background: url('images/list_bullet.png') 0 50% no-repeat; }

.custom #custom_box {background-color: #fff;}
.custom .brandieads h3 {text-align: center; font-size: 2.0em; line-height: 1.385em; margin-bottom: 0.615em; font-variant: small-caps; letter-spacing: 2px; color: #555; }
.custom .brandieads-container {padding: 3px; border: 1px solid #ccc; width: 395px; margin: 0 auto; }
.custom .brandieads img.top {float: left; margin: 0 10px 10px 7px;}
.custom .brandieads img.last {float: left; margin: 0 0 10px 7px;}
.custom .brandieads img.bottom {float: left; margin: 0 10px 0 7px;}
.custom .brandieads img.bottomlast {float: left; margin: 0 0 0 7px;}

/*---:[ nav menu area ]:---*/
.custom #nav .search_form { padding-top: 0.3em; float: right; }
	.custom #nav .search_form .text_input { font: normal 1.3em/1em Arial, "Helvetica Neue", Helvetica, sans-serif; width: 15.385em; padding: 0.154em; border-width: 0.154em; }
	.custom #nav .search_form .form_submit { background: #fff; font: normal 1.1em/1em Arial, "Helvetica Neue", Helvetica, sans-serif; text-transform: uppercase; letter-spacing: 1px; padding: 0.182em; border-width: 0.182em; }
.custom ul#tabs { width: auto; border: none; }
	.custom ul#tabs li { margin-bottom: 0; border: none; background: none; color: #c70000;}
	.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat { padding-bottom: 0; background: #fff; }
		.custom ul#tabs li a { padding: 0.818em 1.6em 1.2em; background: none; }
		.custom ul#tabs li a:hover { background: #888; }
		.custom ul#tabs li.current_page_item a:hover, .custom ul#tabs li.current-cat a:hover { background: #fff; }

/*---:[ multimedia box ]:---*/
#multimedia_box { font-size: 1.4em; line-height: 1.0em; padding-top: 0.786em; }
	#image_box { padding: 1.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 #custom_box { padding: 1.1em; margin-right:1.0em; background: #eee; border-bottom: 1px solid #ddd; }
		.custom #custom_innerbox { margin: 0em; padding: 1.5em; background: #fff; }
			.custom #custom_innerbox h3 { font-size: 1.1em; font-weight: bold; margin-bottom:1.5em; }
			.custom #custom_innerbox p { line-height: 1.636em; }
			.custom #custom_innerbox p.marginbottom { margin-bottom: 2.0em; }
			.custom #custom_innerbox p.leftindent { margin-left: 1.0em; }
			.custom #custom_innerbox .list { margin-left: 20px; padding-left: 20px; background: url('images/list_bullet.png') 0 50% no-repeat; }
		.custom #custom_innerbox .social { margin-right:0em; margin-bottom: 1.0em; }
			.custom #custom_innerbox .social a { display: block; text-decoration: underline; padding: 0.462em 0.769em; color: #736e51; font-size: 1.0em;}
			.custom #custom_innerbox .social a:hover { background: #eee; text-decoration: none; }
			.custom #custom_innerbox .social a img { display: block; width: 3.154em; height: 2.769em; margin-right: 0.615em; float: left; }
			.custom #custom_innerbox .social a span { display: block; font-size: 0.546em; line-height: 1.636em; text-transform: uppercase; letter-spacing: 1px; color: #111; }
			.custom #custom_innerbox .connect { display: block; text-decoration: underline; padding: 0.462em 0.769em; color: #736e51; font-size: 1.0em; }
			.custom #custom_innerbox .connect:hover { background: #eee; text-decoration: none; }
			.custom #custom_innerbox .social img { display: block; width: 3.154em; height: 2.769em; margin-right: 0.615em; float: left; }
			.custom #custom_innerbox .social span { display: block; font-size: 0.546em; line-height: 1.636em; text-transform: uppercase; letter-spacing: 1px; color: #111; }
	
/*---:[ biography box ]:---*/
#biography { background-color: #e5e5e5; font-size: 0.846em; width: 220px; border: 0.2em solid #1e272c; border-width: 0.2em; padding: 0.5em; }
	#biography span { font-weight: bold; font-style: italic; }
	#biography a { color: #c70000; text-decoration: none; }