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

.custom .full_width .page {
	width: 88.2em;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	padding-right: 2.2em;
	padding-left: 2.2em;
}

.custom {
	background: url(images/bg.png)
	}
	
.custom #header_area .page {
	padding-left: 0;
	
	background: url(images/header_glow_right.png) no-repeat 89.3em 3em;
	} 	
	
.custom #content_area .page {
	padding-left: 0;
	background: url(images/content_glow_right.png) repeat-y 89.3em top;
	} 
	
.custom #footer_area .page #footer{
	padding-left: 0;
	background: url(images/menu_dark.png) repeat;
	color: #EEE;
	}
	
.custom #footer a {
	border: 0;
	font-style: italic;
	color: #DDD;
	}
	
.custom #footer_area .page {
	padding-left: 0;
	padding-bottom: 0;
	background: url(images/footer_glow_right.png) no-repeat 89.3em -29.5em;	
	}
		
.custom #header_wrapper1 {
	min-width: 88.2em;
	background: url(images/header_glow_left.png) no-repeat .1em 1em;
}

.custom #nav_wrapper {
	min-width: 88.2em;
	background: url(images/header_glow_left.png) no-repeat 0.1em bottom;
}

.custom #content_wrapper {
	padding-left: 1.1em;
	min-width: 88.2em;
	background: url(images/content_glow_left.png) repeat-y .1em top;
}

.custom #footer_wrapper1 {
	padding-left: 1.1em;
	padding-bottom: 2.2em;
	min-width: 88.2em;
	background: url(images/footer_glow_bl.png) no-repeat .1em -29.8em;
}

.custom #footer_wrapper2 {
	}


.custom #header_wrapper2 {
	min-width: 88.2em;
	margin-left: 1.1em;
	background: url(images/header_glow_top.png) repeat-x left 1em;	
}

.custom #tabs {
	margin-left: 1.1em;
	min-width: 88.2em;
}
	
.custom #diamond1 {
	background:url(images/logo_glow.png) no-repeat right top;
	height: 2em;
	}
	
.custom #diamond2 {
	background: url(images/logo_glow.png) no-repeat right -2em;
	height: 8.8em;
	width: 30em;
	float: right;
	}
	
	
.custom #diamond3 {
	background:url(images/logo_glow.png) no-repeat right bottom;
	height: 13em;
	padding: 0;
	margin: 0;
	}

.custom #header_image {
	background: url(images/title.jpg) no-repeat center bottom;
	height: 13em;
	padding: 0;
	margin: 0;
	}
		
.custom #header {
	background: #fff;
	border: 0;
	padding: 0;
	margin: 0;
	padding-left: 1em;
	height: 8.8em;
	}
	
.custom #header_area #logo {
	padding-top: 1.5em;
	width: 10em;
	line-height: .7em;
	}	

.custom #header_area #logo a {
	line-height: .7em;	
	}
	
.custom #header_area #tagline {
	padding:0;
	width: 20em;
	}	
	

.custom #tabs {
	background: url(images/menu_dark.png) repeat;
	border-top: 1px solid #FFFFFF;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	}
	
.custom #tabs li , .custom #tabs li a {
	background-color: transparent;
	border: 0;
	}
	
.custom #tabs li a {
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: lowercase;
	width: 5em;
	text-align: center;
	background: transparent;
	border: 0;
	color: #fff;
	}
	
.custom #tabs li.current_page_item a {
	font-style: italic;
	background: url(images/menu_light.png) repeat;
	color: #111;
	}
	
.custom #tabs li a:hover  {
	font-style: italic;
	background: url(images/menu_light.png) repeat;
	color: #111;
	}

.custom #tabs li.rss {
	text-align: right;
	background: url(images/menu_light.png) repeat;
	}
	
.custom #tabs li.rss a {
	padding-right: 2em;
	text-align: center;
	width: 7em;
	background-image: url(../images/icon-rss.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 8em 50%;
}

.custom #tabs li.rss a {
	color: #fff;
	}
	
.custom #content_area #content_box {
	background: #fff;
	}
	
.custom .comments_closed {
	display: none;
	}
	
.custom #sidebars {
	background: url(images/inner_glow_left.png) repeat-y left;
	}
	
.custom .headline_area h2, .custom .headline_area h2 a {
	font-weight: bold;
	color: #49aaca;
	}
	
.custom #text-448272651 .textwidget, .custom #text-448272651 .textwidget div {
	text-align: center;
	}

.custom #feedback_wrap	{
	background: url(images/menu_dark.png) repeat scroll 0 0;
	height: 12.8em;
	}
	
.custom #feedback {
	background: url(images/menu_light.png) repeat scroll 0 0;	
	}

.custom #feedback, .custom #feedback_wrap {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	padding: .5em .5em .5em 1em;
	left:0%;
	position:fixed;
	top:28.42em;
	width:3.2em;
	border-top: 1px ridge #49aaca;
	border-right: 1px ridge #49aaca;
	border-bottom: 1px ridge #49aaca;
	border-left: 0px ridge #49aaca;
}
.custom #feedback a {
display:block;
height:3.2em;
text-indent:-9999px;
}
.custom #feedback #twitter {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://thesistutor.com/wp-content/uploads/2009/07/twittericon.png) no-repeat scroll 0 -3.2em;
}
.custom #feedback #twitter:hover {
background-position:0 0;
}
.custom #feedback #facebook {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://thesistutor.com/wp-content/uploads/2009/07/facebookicon.png) no-repeat scroll 0 -3.2em;
}
.custom #feedback #facebook:hover {
background-position:0 0;
}
.custom #feedback #rss {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://thesistutor.com/wp-content/uploads/2009/07/rssicon.png) no-repeat scroll 0 -3.2em;
}
.custom #feedback #rss:hover {
background-position:0 0;
}
.custom #feedback #email {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://thesistutor.com/wp-content/uploads/2009/07/emailicon.png) no-repeat scroll 0 -3.2em;
}
.custom #feedback #email:hover {
background-position:0 0;
}

.custom #wpstats {
	display: none;
	}
	
.custom blockquote {
	border-left-width: 5px;
	color: #111;
	font: normal 0.85em/1.4em Georgia, "Times New Roman", Times, serif;
	}