/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:

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 overwrite *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!
*/
.custom #content { width: 60em; float: left; }
.custom #content_box { width: 100%; background: url('http://www.blogstorm.co.uk/wp-content/themes/thesis/images/dot-ddd.gif') 60em 0 repeat-y; }
.custom #sidebars { width: 35.9em; float: right; }
.custom .sidebar { width: 100%; float: left; }
strong.search-excerpt { background: yellow; }
	

body.custom {
    background: #44443f;
}

.custom #container {
    margin-top: 2em;
    width:100em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #33332f;
    border: 0.4em solid #3e3e3a;
}

.custom #page {
    background: #fff;
}

.custom h1, h1 a, h1 a:visited { color: #b51109;font-weight:bold;text-decoration:none; }
.custom h1 a:hover { text-decoration:underline; }

.custom h2 { color: #b51109;font-size:1.1em;font-weight:bold; }

.custom .format_text ul { margin: 0 0 1.5em 20px; padding: 0; list-style: none;	}
.custom .format_text ul li { padding: 0 0 0 16px; background: url('http://www.blogstorm.co.uk/images/bullet.gif') 0 0.4em no-repeat; }
	
.custom blockquote { border-left: 4px solid #ddd; color: #666; }

.custom .format_text img.frame { padding: 3px; border: 1px solid #ddd; background: #eee; }
.custom #multimedia_box { width: 100%; margin-bottom: 0; }
.custom #sidebars_box { width: 100%; background:none; }
.custom #custom_box { padding: 1.1em; background: #ffffff; border-bottom: 0px; }
.custom #feedbox {width:348px;border: 1px solid #cccccc;margin-right:20px;margin-bottom:10px;}
.custom td.jobform {padding:5px;}
.custom .author_and_date { margin-bottom: 0.5em; }

/*    Gravatar styling */
.custom #comment_list dt .avatar { margin: 0 1.571em 1.571em 0; float: left; clear: left; }

.custom .prepost {background-color: #f7f3e2; padding:10px; padding-bottom:0px; border: 1px solid #ddce93; width: 500px; margin-left:20px; margin-top:20px; }
/* TABS */
.tabs-block {
	clear: left;
	float: left;
	width: 350px;
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	}
.tabbed {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	}
.tabbed ul.tabs {
	overflow: hidden;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background: transparent;
	}
.tabbed ul.tabs li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0 .3em 0 0;
	}
.tabbed ul.tabs li a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 5px .8em;
	background: #eee;
	border: 1px solid #ccc;
	}
.tabs-block ul.tabs li a { padding: 5px .7em; }
.tabbed ul.tabs li a:hover {
	background: #f7f7f7;
	text-decoration: none;
	}
.tabbed ul.tabs li a.tab-current {
	background: #fff;
	border-bottom: 1px solid #fff;
	}
.tabs-block .tabbed div, #home .tabbed .c {
	overflow: hidden;
	display: block;
	position: relative;
	left: 0;
	top: -1px;
	z-index: 0;
	clear: left;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	border: 1px solid #ccc;
	background: #fff;
	display: none;
	}
div.t2, div.t3, div.t4, div.t5, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8, div.c9, div.c10  { display: none; }
.tabs-block .tabbed div.t1, #home .tabbed div.c1 { 
	display: block;
	}
.tabs-block .tabbed div { width: 348px; }
.tabbed div ul {
	overflow: hidden;
	padding: 4px 0 2px 0;
	margin: 0;
	background: #fff;
	}
.tabbed div ul li {
	clear: left;
	background: transparent;
	}
.tabbed div ul li a {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.5em;
	width: 90%;
	color:#b51109;
	display: block;
	padding: 4px 5px 4px 14px;
	margin-left:7px;
	margin-right:10px;
	background: transparent;
	border: none;
	background: url('http://www.blogstorm.co.uk/images/sidebullet.gif') 0 0.4em no-repeat; 
	}
.tabbed div ul li a:hover { text-decoration: underline;color:#67727b; }

.tabbed div ul li a { text-decoration: none;color:#000000; }

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
/*.custom #header #logo a { display: block; height: 147px; width: 960px; background: url('images/header.gif') no-repeat; outline: none; }*/
.custom #header #logo a { display: block; height: 0px; width: 960px; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */
/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; margin-top: -6px; }
/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

.custom #footer img {padding:10px; }

#login { width: 100em; margin: 0 auto; color: #b0cfe1; padding:0px;}

	#login_inner { font: normal 1.2em/1.33333em "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0 auto; padding: 0.66667em 0; }

	.diy_bar { width: 61.66667em; }
	
	.thesis_bar { width: 80em; }
	
		#login_form_holder { text-align: left; }
		
		#login_inner p.manage_links { color: #465f6d; }
	
		#login_inner a, #login_inner a:visited { padding: 0 0.33333em; color: #f6b645; text-decoration: none; }
		
		#login_inner a:hover { color: #f6b645; text-decoration: underline; }
		
		#login_inner a.account_home { padding-left: 0; }
		
		#login_inner a.logout, #login_inner a.logout:visited { color: #b38128; }
		
		#login_inner a.logout:hover { color: #b38128; }

		#login_inner label { padding: 0 0.25em 0 0.5em; }
		
		#login_inner .form_input { font: normal 1em Verdana, sans-serif; width: 10em; padding: 0.16667em; }

		#login_inner .header_submit { font: bold 1em Verdana, sans-serif; margin-left: 0.5em; padding: 0.16667em; color: #111; background: #fdea91; border: 0.16667em solid #faf1c8; border-right-color: #d5c477; border-bottom-color: #d5c477; cursor: pointer; }
		
#alert_bar { width: 100%; height:50px; padding: 1em 0; background: #ebeacc; border-top: 0.2em solid #d6d5b8; border-bottom: 0.2em solid #d6d5b8; }

	#alert_bar p { font-size: 1.2em; line-height: 1em; text-align: center; }
	
.custom .format_text { font-size: 1.2em; line-height: 1.6em; }