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

body.custom { background: #0e1748 url('images/bg.jpg') no-repeat center top; }
img.custom { -ms-interpolation-mode: bicubic; }
* { outline:none; }

a.pdflink { 
	background: url('images/icons/pdf.gif') no-repeat right top; 
	padding: 0 18px 1px 0; 
	text-decoration: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{ a.pdflink { padding: 0 18px 2px 0; } }
a.pdflink:hover { text-decoration: underline; }

/*Header Custom CSS*/
.custom #header { background: none; border: none; overflow: hidden; }
.custom #header ul { list-style: none; padding: 0; margin: 0;}
.custom #header li { float: left; margin: 0; }
.custom #header li:first-child { margin-right: 75px; }
.custom #header li:last-child { margin-left: 85px; }
#join-form { padding-top: 20px; }
#join-text { 
	display: block;
	width: 147px;
	margin-bottom: -11px;
	padding: 3px 5px 0 5px;
	border: 0px solid;
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background: url('images/nav-hover-bg.jpg') repeat-x;
	font-family: 'Helvetica',sans-serif; 
	font-size: 1.4em; 
	color: #990000;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
}
#contribute-button {
	margin-top: 30px;
}
/*End Header Custom CSS*/

/*Nav Custom CSS*/
.custom ul.menu { 
	height: 35px; 
	padding: 0; 
	margin: 0;
	border: none;
	background: url('images/nav-bg.png') repeat-x;
}
.custom .menu li { background: none; padding-right: 10px; }
.custom .menu li:last-child { padding-right: 0; }
.custom .tab a {
	margin-top: -2px;
	background: none;
	border: 0px solid;
	color: #fff;
	font-weight: 550;
	text-shadow: 1px 1px 1px #232323;
	letter-spacing: 0px;
}
.custom .tab a:hover {
	height: 13px;
	border: 0px solid;
	border-bottom: none;
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background: #fff url('images/nav-hover-bg.jpg') repeat-x;
	color: #232323;
	font-weight: 550;
	text-shadow: none;
	letter-spacing: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{ .custom .tab a:hover { height: 14px; } }
.custom .current a {
	height: 13px;
	border: 0px solid;
	border-bottom: none;
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background: #fff url('images/nav-hover-bg.jpg') repeat-x;
	color: #232323;
	font-weight: 500;
	text-shadow: none;
	letter-spacing: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{ .custom .current a { height: 14px; } }
/*End Nav Custom CSS*/

/*Sidebars Custom CSS*/
.widget_text { text-align: center; }
.widget_text h3 { margin: 0 0 5px 0; padding: 0; }

ol#social-icons {
	width: 170px;
	height: 130px;
	list-style: none;
	text-align: center;
	padding: 0 0 0 23px;
}
ol#social-icons li { float: left; margin-right: 20px; }
ol#social-icons br { clear: left; }

#twitter-5 { 
	margin: -10px 0 10px -3px; 
	padding: 3px;
	border: 1px solid transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #acded6;
	font-family: 'Helvetica',sans-serif; 
}
#twitter-5 img { margin: 0 0 0 3px; padding: 0; }
#twitter-5 a { color: #038543; text-decoration: none; }
#twitter-5 a:hover { text-decoration: underline; }
#twitter-5 li:first-child { 
	margin: -5px 0 0 0; 
	border: 1px solid transparent;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-top-left: 5px;
	-webkit-border-radius-top-right: 5px;
}
#twitter-5 li { margin: 0; padding: 3px; border-bottom: 1px solid #eeeeee; }
#twitter-5 li:last-child  {
	margin-bottom: 3px;
	border: 1px solid transparent;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottom-left: 5px;
	-webkit-border-radius-bottom-right: 5px;
}

input#s { font-size: 10px; }

#text-5 { height: 650px; }
/*End Sidebars Custom CSS*/

/*Content Custom CSS*/
.custom #page { background: none; padding-top: 0; }
.custom #content_box { background: #fff; margin-top: -3px; }
.custom #content { background: #fff; padding-bottom: 10px; }
/*End Content Custom CSS*/

.homepage div.post_box { padding: 0; }

/*Homepage Custom Headline CSS*/
.homepage div.headline_area {
	margin: 0 !important; 
	text-align: center;
}
/*End Homepage Custom Headline CSS*/

/*Homepage Bar CSS*/
ul#homepage-bar {
	width: 908px;
	height: 72px;
	margin: 3px auto 0 auto;
	padding: 0 !important;
	border-bottom: 3px solid #ccc;
	list-style: none;
}
ul#homepage-bar li { display: inline; height: 72px; margin: 0 !important; padding: 0 !important; text-align: right; }
/*End Homepage Bar CSS*/

/*Homepage ABC6 Video*/
.custom .format_text object { margin-top: -3px !important; padding-right: 5px; }
/*End Homepage ABC6 Video*/

/*Homepage Social Icons Custom CSS*/
ol#homepage-social-icons {
	list-style: none;
	text-align: center;
	padding: 0 0 0 23px;
}
ol#homepage-social-icons li { display: inline; margin-right: 20px; }
/*End Homepage Social Icons Custom CSS*/

/*Biography Page - Custom WP Gallery CSS*/
body.biography .gallery { 
	margin-bottom: 5px !important; 
	padding-top: 0 !important; 
	background: none !important; 
	border: none !important; 
}
body.biography dl.gallery-item { padding-right: 0 !important; margin: 0 !important; background: none !important; border: none !important; }
body.biography .attachment-thumbnail { background: none !important; border: none !important; }
/*End Biography Page - Custom WP Gallery CSS*/

/*Footer custom CSS*/
.custom div#footer { background: #fff; color: #000; border: none; }
.custom div#footer a { color: #3864c6; border: none; font-size: 1.1em; }
.custom div#footer a:hover { color: #cc0000; border: none; font-size: 1.1em; }
.custom #footer #site-info { width: 700px; margin: 0 auto; padding-top: 5px; border-top: 1px dotted #999; text-align: center; }
.custom #footer ul li { display: inline; list-style-type: none; margin: 3px 5px; }
/*End Footer Custom CSS*/

/*Begin BizGrader Link and Form CSS*/
a#bizlink { color: #414141 !important; font-size: 1.1em; }
a#bizlink:hover { color: #54537c !important; font-size: 1.1em; }
#mask {
	position:absolute;
 	left:0;
 	top:0;
 	z-index:90000;
 	background-color:#000;
 	display:none;
} 
#boxes .window {
 	position:absolute;
 	left:0;
 	top:0;
 	width:440px;
 	height:400px;
 	display:none;
 	z-index:99999;
	padding:20px;
}
#boxes #dialog {
	width:375px; 
	height: 400px;
	background-color:#ffffff;
	text-align: center;
}
#boxes #dialog a:hover { color: #53547c; }
#boxes #dialog p { text-align: left !important; }
#cforms4form fieldset { border: none; text-align: left !important; }
#cforms4form legend { display: none; }
#cforms4form label { display: none; }
#cforms4form .emailreqtxt, .reqtxt { display: none; }
#cforms4form ol { list-style: none; }
#cforms4form li { display: inline; }
#cforms4form input {
	height: 20px;
	width: 170px;
	margin: 5px 3px;
	padding: 3px 3px;
}
#cforms4form textarea {
	width: 360px;
	margin: 5px 0 0 2px;
	padding: 3px 3px;
}

div.failure4 {
	margin-top: 1px !important;
	margin-left: 0 !important;
	width: 100% !important;
	background-color: #ffebe8 !important;
	border: 1px solid #cc0000;
	text-align: center !important;
	font-family: 'Helvetica',sans-serif;
	font-size: 1.1em;
	color: #cc0000 !important;
}
input#sendbutton4 {
	width: 50px;
	padding: 0 3px 5px 0;
}
div.success4 {
	margin-top: 1px !important;
	margin-left: 0 !important;
	width: 100% !important;
	background-color: #A8FFB5 !important;
	border: 1px solid #009966;
	text-align: center !important;
	font-family: 'Helvetica',sans-serif;
	font-size: 1.1em;
	color: #009966 !important;
}
div.waiting4 {
	margin-top: 1px !important;
	margin-left: 0 !important;
	width: 100% !important;
	background-color: #fffac6 !important;
	border: 1px solid #F4B701;
	text-align: center !important;
	font-family: 'Helvetica',sans-serif;
	font-size: 1.1em;
	color: #F4B701 !important;
}
/*End BizGrader Link and Form CSS*/