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

a:hover {color:#73798A;}

.custom h2 a:hover {color:#73798A;}


/* === HEADER === */
.custom #header_area {background:#002743 url(images/header_area-bg.jpg) left top repeat-x; height:100px;}
	.custom #header_area .page {padding-top:0; position:relative; background:transparent;}
		.custom #header {border-bottom:0; padding-top:0;padding-bottom:2px; height:96px;}
			.custom #header #logo {display:inline; float:left; line-height:98px; vertical-align:sub; font-size:2.8em; text-indent:-9999px; padding-left:100px; background:url(images/eye_logo.png) left 45% no-repeat;}
				.custom #header #logo a {color:#fff; background:url(images/title_1.png) left center no-repeat; display:block; width:252px;}
			.custom #header #tagline {position:absolute; left:250px; bottom:0.5em; font-size:1.2em;}


/* === NAV === */
.custom ul.menu {float:right; width:23em;}
		.custom ul.menu li a {padding-top:0; padding-bottom:0; line-height:98px; color:#fff; background:transparent;}
		.custom ul.menu li a:hover {text-decoration:none; background:#CDD0D5 url(images/nav-bg.jpg) left bottom repeat-x; color:#000;}
		.custom ul.menu li.current a, .custom ul.menu li.current-cat a {color:#CDD0D5;}
		.custom ul.menu li.current a:hover, .custom ul.menu li.current-cat a:hover {background:none;}

		
/* === SEARCH === */
.custom #search {position:absolute; right:2em; bottom:-4em; height:2em; padding:0.8em 1em 1em; background:#fff; border:1px solid #D3D4DA; border-top:0;}
	.custom #search #s {font-size:1.1em; padding:0.4em; width:15em;}


/* === CONTENT === */
.custom #content_area {background:#F7F8FA; /* background:#003A69; */}
.custom #content_area .page {border:1px solid #EFF0F2; border-width:0 1px;}

.custom #feature_box {background:#EFF0F2 url(images/welcome-bg.jpg) left bottom repeat-x; border-bottom:1px solid #CDD0D5;}
	.custom #welcome {padding:2.2em 0;}
		.custom #welcome h2 {font-size:2em; padding-bottom:0.25em; border-bottom:1px solid #EFF0F2; color:#002743;}
		.custom #welcome p {font-size:1.3em; line-height:1.571em; padding-top:1.5em; border-top:1px solid #D3D4DA;}

/* rotator */
#rotator {position:relative; width:950px; height:534px; overflow:hidden;}
#rotator img {position:absolute; top:0; left:0;}
.ie #rotator img {width:950px; height:534px; display:block;}

/* slider */
#slider_area {width:950px; height:210px; position:relative; overflow:hidden; border-bottom:1px solid #D3D4DA;}

#slider_posts:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
	#slider_posts ul {list-style:none; position:absolute; white-space:nowrap; padding:2em 0;}
		
		#slider_posts ul li {display:inline-block; width:150px; height:150px; overflow:hidden; position:relative; margin-right:1em;}
		.ie #slider_posts ul li {display:inline; position:relative; z-index:0;}
			#slider_posts ul li img {position:relative; z-index:1;}
			#slider_posts ul li span {width:130px; padding:0 10px; display:block; position:absolute; bottom:0; z-index:2; font-size:1.2em; line-height:3em; height:3em; overflow:hidden; white-space:nowrap; background:#000; color:#fff;
			-moz-opacity:0.7; filter:alpha(opacity=70); opacity:0.7;
			}
			#slider_posts ul li a:hover span {-moz-opacity:0.9; filter:alpha(opacity=90); opacity:0.9;}

#slider {top:17.5em; cursor:pointer; margin:0 3em;}
	#slider img#slide_left {position:absolute; left:-3em; top:-0.4em; cursor:pointer;}
	#slider img#slide_right {position:absolute; right:-3em; top:-0.4em; cursor:pointer;}

	.ui-slider {position:relative; text-align: left; border:1px solid #bbb; height: 0.8em; cursor:pointer;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-khtml-border-radius:3px;
	}
		.ui-slider .ui-slider-handle {position:absolute; top:-0.3em; margin-left:-0.7em; z-index:2; width:1.3em; height:1.3em; cursor:pointer; background:#e6e6e6 url(images/slider-bg.png) left center repeat-x; border:1px solid #bbb;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-khtml-border-radius:3px;
		}
		
		.ui-slider .ui-state-hover {border-color:#999;}
		.ui-slider .ui-state-focus {background:#fff;}


.custom #content_box {background:#fff url(images/content-bg.png) left top repeat-x; border-top:1px solid #F7F8FA;}

.custom .post_box, .custom .teasers_box {border-top:1px solid #D3D4DA; border-bottom:1px solid #EFF0F2;}
.custom .top {border-bottom:1px solid #EFF0F2; border-top:0;}

.custom .prev_next {padding:1.1em 0; margin:0 2.2em 0 1.1em; border-top:1px solid #D3D4DA;}

/* home */
.home .post_box, .home .teasers_box {width:auto; margin:0 1.5em;}
.ie .teasers_box {overflow:auto;}
.home .teaser {margin-right:2em;}
.home .teaser_right {margin-right:0;}
.custom .teaser .format_teaser .post_image_link img {width:100px; height:auto;}
.custom .teaser .entry-title {height:44px;}

.home p.teaser_cat {font-size:1.5em; font-style:italic; color:#999; margin-bottom:0.75em; margin-left:0.5em;}
	.home p.teaser_cat span {text-transform:uppercase; font-size:0.9em;}
	.home p.teaser_cat a {color:#666;}
	.home p.teaser_cat a:hover {color:#000;}

/* archive pages */
.custom .headline_area:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.custom img.archive_thumb {width:90px; height:auto; margin-top:-1em; margin-bottom:-1.5em;}

/* single page */
.custom .comments_intro, .custom #respond_intro {border-top:1px solid #D3D4DA; border-bottom:1px solid #EFF0F2; margin:0; padding:4.4em 0 1.1em 1.1em;}
.custom dl#comment_list {border-top:none;}
	.custom dl#comment_list dt {border-top:1px solid #D3D4DA;}
	.custom dl#comment_list dd {border-bottom:1px solid #EFF0F2;}
	.custom dl#comment_list .bypostauthor {background:#F7F8FA;}
.custom #commentform {border-top:1px solid #D3D4DA;}

/* archives page */
.archives li h3 a {color:#000; text-decoration:none;}
.archives li h3 a:hover {text-decoration:underline;}
.archives li span.date {font-size:smaller; font-style:italic; color:#666;}


/* === SIDEBAR === */
.custom #sidebar_1 {padding-top:3em;}

.custom li.widget {background:#fff url(images/content-bg.png) left top repeat-x; border:1px solid #EFF0F2;}
	.custom li.widget h3 {border:solid #F7F8FA; border-width:1px 1px 0; padding:0.5em 1.5em;}
	.custom li.widget ul {border:solid #F7F8FA; border-width:0 1px 1px; padding:0 1em 1em;}
	
.custom li.sub_rss {}
	.custom li.sub_rss a {background:url(images/rss.png) 1em top no-repeat; display:block; padding-left:6em; font-size:smaller; font-style:italic; line-height:1.1em;}
		.custom li.sub_rss a span {font-size:large; font-style:italic; color:gray; font-weight:bold; display:block; padding-top:5px; line-height:1.3em;}
		
.custom li.twitter {}
	.custom li.twitter a {background:url(images/twitter.png) 1em top no-repeat; display:block; padding-left:6em; font-size:smaller; font-style:italic; line-height:1.1em;}
		.custom li.twitter a span {font-size:large; font-style:italic; color:gray; font-weight:bold; display:block; padding-top:5px; line-height:1.3em;}


/* === FOOTER === */
.custom #footer_area {background:#002743 url(images/footer_area-bg.jpg) left top repeat-x; height:100px; overflow:hidden;}
	.custom #footer_area .page {background:transparent;}

.custom #footer {border-top:0;}