/*
File:			custom.css
Description:	Custom styles for ESF

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

body.custom {
	background:#3c7faf url('images/bg1sanslogo.png') 50% 0 no-repeat;
	color:#333;
	}

.custom #feature_box {
	background:#fff url('images/slideshowbg.gif') 50% 0 no-repeat;
	padding:60px 55px;
	margin-bottom:-3.5em;
	}

.custom #feature_box, #archive_info, #comment_nav_2 {
	border-width:0;
	}

.custom .headline_area {
	margin-bottom:1.5em;
	}

ul.sidebar_list {
	padding-top:4.5em;
	}

.custom .headline_area h1, .headline_area h2 {
	font-size:3em;
	line-height:1.364em;
	font-weight:bold;
	color:#000;
	}



.custom #archive_info h1, #archive_info h2 {
	font-size:3em;
	line-height:1.364em;
	font-weight:bold;
	color:#000;
	}

.custom #archive_info {
	padding-top:4em;
	padding-left:5.3em;
	padding-right:2.2em;
	margin-bottom:-3.1em;
	padding-bottom:0em;
	}

.custom #post-41 .headline_area {
	position:absolute;
	top:-1500px;
	left:-1500px;
	}

.custom #post-41 h2 {
	font-size: 1.7em;
	color:#000;
	}

.custom .format_text h2 {
	margin:0 0 0.611em;
	font-weight:bold;
	color:#000;
	font-size:1.7em;
	}

.custom .format_text h3 {
	margin:0 0 0.611em;
	font-weight:bold;
	color:#000;
	font-size:1.4em;
	}

.custom .format_text ul {
	margin:-1.2em 0 2.571em 1.571em;
	}

.custom .format_text ul ul {
	margin:0em 0 0em 1.571em;
	list-style-type: circle;
	}

.custom #header {
	padding-bottom:0;
	padding-top:0;
	border-width:0;
	}

.custom #content_box {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:none;
	width:100%;
	}

.custom .post_box, .teasers_box, .full_width #content_box .page {
	margin:4em 2.2em 0 5.5em;
	padding-top:0;
	}

.custom .no_sidebars .post_box, .teasers_box, .full_width #content_box .page {
	margin:4em 4.5em 0 5.5em;
	padding-top:0;
}

.custom #sidebar_1 {
	border-width:0 0 0 0;
	width:100px;
	}

.custom #sidebar_2 {
	margin:0 3.5em 0 2em;
	width:190px;
	}

.custom #sidebar_2 ul.sidebar_list {
	padding-right:0em;
	}

.custom #container {
	position:relative;
	}

.custom #page {
	background:#fff;
	margin-top:94px;
	position:relative;
	}

.custom .menu {
	position:absolute;
	top:-50px;
	left:190px;
	}

.custom .menu a {
	letter-spacing:0px;
	text-transform:uppercase;
	font-size:1.059em;
	}

.custom #logo {
	position:absolute;
	top:-75px;
	left:-5px;
	width: 173px; height: 64px;
	background: url(images/esf_logo.png);
	background-repeat:no-repeat;
	text-indent: -9999px;
	}

.custom #footer {
	border-width:0;
	text-align:center;
	font-size: 0.8em;
	}

.custom blockquote {
	font-weight:bold;
	margin-left:20px;
}
    
.block { display:block; overflow:hidden;}

ul#twitter a { display: block; width: 86px; height: 76px; background: url(images/twitter.png);} 
	
	ul#twitter a span { visibility: hidden; }

	#twitter a, a:hover {text-decoration:none;}


ul#facebook a { display: block; width: 86px; height: 86px;background: url(images/facebook.png);} 
	
	ul#facebook a span { visibility: hidden; }

	#facebook a, a:hover { text-decoration:none;}

ul#flickr a { display: block; width: 86px; height: 76px;background: url(images/flickr.png);} 
	
	ul#flickr a span { visibility: hidden; }

	#flickr a, a:hover {text-decoration:none;}

ul#blog a { display: block; width: 86px; height: 100px;background: url(images/blog.png);} 
	
	ul#blog a span { visibility: hidden; }

	#blog a, a:hover {text-decoration:none;}

.custom .sidebar ul.sidebar_list {
	padding-left:0em;
	padding-right:2.2em;
	}

/* Homepage button CSS */

a#edtoolbutton  {
	float:left;
	display: block;
	background: url("images/button_energytool.png") 0px 0px no-repeat;
	width: 201px;
	height: 25px;
	text-indent:-9999px;
	}

A:Hover#edtoolbutton {
	background : url("images/button_energytool.png") -201px 0px no-repeat;
	text-indent:-9999px;
	}

a#scholarshipinfobutton {
	float:left;
	margin-left:20px;
	margin-right:50px;
	margin-bottom:10px;
	display: block;
	background: url("images/button_scholarinfo.png") 0px 0px no-repeat;
	width: 148px;
	height: 25px;
	text-indent:-9999px;
	}

A:Hover#scholarshipinfobutton {
	background : url("images/button_scholarinfo.png") -148px 0px no-repeat;
	text-indent:-9999px;
	}

.custom .toggleLink {
	color:#0033ff;
	font-size: 0.5em;
	font-weight:normal;
	}

.custom .students {
	line-height:1.2em;
	}

/* Sticky footer */
html, .custom {
	height: 100%;
	}

.custom .wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	}

.custom #footer_area, .custom .push {
	height: 100px; /* .push must be the same height as .footer */
	}

.custom .lcp_catlist a {
	font-weight:bold;
	}
	
.custom .lcp_catlist li {
	list-style:outside none;
	margin-left:-1.5em;
	}

.custom #comments {
	margin:4em 2.2em 0 5.5em;
	padding-top:0;
	}

.custom #commentform {
	padding-left:0em;
	padding-right:0em;
	padding-bottom:0em;
	}

.custom .post_nav {
	margin:4em 2.2em 0 5.5em;
	padding-top:0;
	padding-left:0em;
	}

.custom .cform textarea, .cform input {
	width:295px;
	vertical-align:middle;
	}

.custom .cform label {
	font-size: 0.75em;
	display:inline-block;
	margin:4px 10px 0 4px;
	vertical-align:middle;
	width:90px;
	}

.custom .cform #li-7-15 label {
	display:none;
	}

.custom .cform #li-7-15 textarea {
	width:400px;
	height:400px;
	}

.custom .cf_date {
	width:250px;
	}

.custom span.reqtxt, span.emailreqtxt {
	font-size:0.75em;
	margin:3px 0 0 103px;
	vertical-align:top;
	}

.custom h1, h2, h2 a {
	color:#308CDE;
	}

.custom ol.cf-ol li.textonly {
	letter-spacing:1px;
	text-align:left;
	}
