/*---:[ Layout overrides ]:---*/
.custom #homepage_wrapper #sidebars {display:none;}
.custom #homepage_wrapper #content {width: 100%;}
.custom #homepage_wrapper .post_box {margin: 0 0 0 1em;}
.custom #homepage_wrapper .teasers_box {width: 100%; }
.custom #homepage_wrapper .teaser {width: 45%; }

.custom #page {background:none;}

.custom #feature_box #subscribe_form {margin-top: 1.5em; font-size: 12px;} 
.custom #header { padding-top: 0em; padding-bottom: 0em; }
.custom #feature_box {background:none; border:none;}

.custom #column_wrap { width: 74.1em;}
.custom #column_wrap #content { width: 55em; float: right; }
.custom #sidebars { width: 21.5em; border: 0; float: right; clear:none;}
.custom #sidebar_1 { width: 21.5em; border: 0;}
.custom #sidebar_2 { width: 19em; float: left; }

/*---:[ global elements ]:---*/
body.custom {color: #bfbfbf; background: url('images/background_long_tile.png') repeat-x #414141;}
.custom a, .custom a:active, .custom a:hover { color: #fff; } /*color: #f00; text-decoration: none;*/
.custom #content_box { background: none; }
.custom #column_wrap { background: none; }

/*---:[ #images styles ]:---*/
.custom .post_image {border: solid #545454 6px;}
.custom .post_box img {border: solid #545454 6px;}

/*---:[ #logo styles ]:---*/
.custom #logo {text-align:right}

/*---:[ #header styles ]:---*/
.custom #header { border-bottom: 0px none;} /* padding-top: 1em; padding-bottom:1em; margin-left:1em; background: url('images/tagline_bg.png') repeat;}*/
.custom #header #tagline { color: #818181; font-size:1.2em;}
.custom .menu {margin-top: 15px; margin-bottom:10px; border: 0px;}
.custom .menu .current a, .custom .menu .tab-home .current a { color:#f00; }

/*.custom .menu .current a:hover, .custom .menu .current-parent a:hover, .custom .menu .tab-home .current a:hover  { background:none; }*/

.custom .menu .current a, .custom .menu .current a:hover, .custom .menu .current-parent a:hover, .custom .menu .current-cat a, .custom .menu .current-cat a:hover { background:none; }

.custom .menu .tab-home a {color:#a5a5a5;}
.custom .menu li  { background: none; border: 0px;}
.custom .menu a {letter-spacing: 0px; text-transform: lowercase; color:#fff; font-size:1.4em; background:none;}
.custom .menu li.rss a {font-size:0.7em; color:#a8a2a2;}


.custom .headline_area {margin-bottom: 1em;}
.custom h2.entry-title {font-size: 1.4em}
.custom h2 {font-size:1.2em;}
.custom h2 a {color:#fff;}
.custom h2 a:hover {color:#fff;}

.custom .headline_area h1 {font-size: 1.8em; color:#fff;}

/*---:[ sidebar styles ]:---*/
/* .custom .sidebar .sidebar_list ul li.page_item{ padding: 0px 0px 0px 15px; display: block; width: 165px; background: url(images/arrowred.gif) no-repeat 0px 4px; background-color:#fff;}*/
.custom .sidebar .sidebar_list h3 #subpages-title a {color:#fff; background-color:#e32f29; padding:2px 3px 2px 3px;}
.custom .sidebar .sidebar_list #wh-subpages h3 {margin-bottom:5px;}
.custom .sidebar .sidebar_list ul li.page_item{ display: block; padding: 0px 5px 0px 20px; margin-bottom:5px; margin-bottom:3px;}
.custom .sidebar .sidebar_list ul li.page_item a { color:#000;  background-color:#fff; padding:2px 3px 2px 3px; margin-left:-10px;}
.custom .sidebar .sidebar_list ul li.current_page_item{}
.custom .sidebar .sidebar_list ul li.current_page_item a { color:#fff; background-color:#e32f29;}
.custom #sidebars h3 {color:#c9c9c9; font-size:1.1em; margin-bottom:5px;}
.custom .related_cases_widget a, .custom .related_cases_widget a:hover {color:#c6e9fc; font-size:0.9em;}
.custom .related_cases_widget li {margin-bottom:2px;}
.custom .sidebar .search-text { width: 95%; }

/* make sidebar dissapear on homepage */

/* hack to get custom_template with navigation sidebar on the left */

/*---:[ footer styles ]:---*/
.custom #footer {border: none;}
.custom .prev_next p {color: #c6e9fc;}
/*
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/
*/
