﻿/*
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: #000000;
	background-repeat: repeat;
	background-image: url('../images/background-slate.jpg');
}
.custom #page { background: #fff; }

body.custom #content_box {
	border: 0;
	margin-right: 0px;
	margin-left: 0px;
}

body.custom #content_box a {
	color: #000000;
}
body.custom #content_box a:hover {
	color: #f5bf13;
}


.custom #header {border:0; padding-right: 0px; padding-left: 0px; padding-top: 0px; padding-bottom: 0px; margin:0; height:225px; background:url('../images/top_banner.jpg') center no-repeat; }

/* .custom #sidebars {margin-right: 4px;}
.custom #sidebar_1 {margin-left: 4px;}*/

/* reformat image box for rotating quotes */
.custom #image_box {
	border-style: none;
	padding: 40px 4px 20px 4px;
	background: #fff;
}

.custom #image_box img{
	border-style: none;
}

/* remove title from home page */
.custom .home h2 { display: none; }
body.custom.home h2 { display: none }

/* This is the custom nav background image */
.custom .custom_nav_dd {
	background: transparent;
	height: 31px;
	top: 190px;
	left: 65px;
	position: relative;
}

/* BEGIN ul#tabs DIV */

.custom ul#tabs {
	display: block;
	border-style:none;
	clear:both;
	font-family:Geneva, Arial, Helvetica, sans-serif, Verdana, Arial, Sans-Serif;
	font-size:1.02em;
	left:98px;
	padding-top:6px;
	position:relative;
	top:3px;
}

.custom ul#tabs li a {
	display:block;
	color:#FFFFFF;
	letter-spacing:0.01em;
	padding:0.545em 1.22em;
	line-height:2px;
}

.custom ul#tabs li {
	display:block;
	background:none;
	border-style:none solid none none;
	padding-bottom:0;
	padding-left: 0;
	margin-bottom: 10px;
}

.custom ul#tabs li.current_page_item, ul#tabs li.current-cat {
	background:none;
	font-weight:bold;
}

.custom ul#tabs li a:hover { color:#f5bf13; }

.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a { color:#FFFFFF }

.custom ul#tabs li.current_page_item a:hover, .custom ul#tabs li.current-cat a:hover { color:#f5bf13 }

/* END ul#tabs DIV */

.quote {
	margin: 25px 10px 10px 10px;
	font-family: Helvetica, sans-serif, Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	font-style: normal;
}
.quoted {
	margin: 10px;
	font-family: Helvetica, sans-serif, Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	font-style: italic;
}

#homepage {
	float: left;
	font-family: Helvetica, sans-serif, Verdana, Arial, Sans-Serif;
	width: 490px;
	font-size: 1.1em;
	margin-top: -1.75em;
}
.kevin_img {
	float: left;
	margin-bottom: 8px;
	margin-right: 15px;
}

/* Customize Footer Text */

.custom #footer {
	color: #ffffff;
	border-style: none;
	font-family: Geneva, Arial, Helvetica, sans-serif, Verdana, Arial, Sans-Serif;
	font-size: .85em;
	vertical-align: middle;
	padding-top: 1px;
	background-color: #000000;
}
/* Customize Footer Links */

.copyright {
	color: #ffffff;
	border-style: none;
	font-family: Geneva, Arial, Helvetica, sans-serif, Verdana, Arial, Sans-Serif;
	font-size: .9em;
	vertical-align: middle;
	text-align: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	width: 470px;
	background-color: #000000;
}
.wpadmin {
	color: #ffffff;
	border-style: none;
	font-family: Geneva, Arial, Helvetica, sans-serif, Verdana, Arial, Sans-Serif;
	font-size: .9em;
	vertical-align: middle;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: right;
	width: 470px;
	background-color: #000000;
}
.wpadmin a {
	color: #ffffff;
}
.wpadmin a:hover {
	color: #f5bf13;
}
.under_footer {
	color: #FFFFFF;
	background-color: #000000;
}
.under_footer a {
	color: #FFFFFF;
	background-color: #000000;
}
.clear {
	clear: both;
	overflow: auto;
}
#botnav {
	text-align: center;
	font-size: 12px;
	border-style: none;
	background-color: #000000;
}
#botnav ul {
	list-style-type: none;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-size: 12px;
	border-style: none;
}
#botnav ul li {
	display: inline;
	font-size: 12px;
	padding: 10px 4px 10px 4px;
	border-style: none;
}
#botnav ul li a {
	font-family: Geneva, Arial, Helvetica, sans-serif, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 4px 10px 4px;
	text-decoration: none;
	border-style: none;
}
#botnav ul li a:hover {
	color: #f5bf13;
}
.barfont {
	font-size: 20px;
	font-weight: bold;
}
#contact_info {
}
#contact_info h2 {
	padding: 0px;
	font-size: 20px;
	margin-top: 3px;
	margin-bottom: 5px;
}
#contact_info h3 {
	padding: 0px;
	font-size: 16px;
	margin-top: 3px;
	margin-bottom: 5px;
}
#contact_info p {
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
}
.contact_titles {
	padding: 20px 0px 0px 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
}
.contact_email {
	padding: 20px 0px 0px 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
}
#center_page {
	padding: 10px;
	text-align: center;
}
.under_construct {
	font-size: x-large;
	font-weight: bold;
	text-decoration: underline;
}
.question {
	font-style: italic;
}
.answer {
	margin-top: 20px;
	margin-bottom: 20px;
}
.pagelink {
	margin: 15px;
}
.intro {
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}
.introsub {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 2px;
}
.introcontent {
	margin-top: 0px;
	padding-top: 0px;
}
#floatleft {
	float: left;
}
.social {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* newsletter template */

#news_side {
	width: 200px;
}

#newsletter #content{
	width: 660px;
	float: right;
}

#newsletter #column_wrap{
	width: 880px;
	background-color: #FFFFFF;
}

/*Newsletter formatting*/

#main1 {
	width: 480px;
	border: 1px none #8b8b8b;
	float: left;
	margin-bottom: 15px;
}
#main1 .sectiontop {
	padding: 11px 3px 3px 3px;
	border: 1px solid #8b8b8b;
	background-color: #5c6069;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	height: 43px;
}
#main1 .sectionmain {
	padding: 10px 5px 10px 5px;
	border: 1px none #8b8b8b;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.article {
	border: 1px solid #8b8b8b;
}
#main2 {
	width: 225px;
	border: 1px none #8b8b8b;
	float: right;
}
#main2 .sectiontop {
	padding: 11px 3px 3px 3px;
	border: 1px solid #8b8b8b;
	background-color: #996808;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	height: 42px;
}
#main2 .sectionmain {
	padding: 5px;
	border: 1px none #8b8b8b;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	background-color: #ffffeb;
}
#newscontent {
	width: 710px;
}
.sectionmain ul {
	margin-left: 0px;
	padding-left: 0px;
}
.sectionmain li {
	margin-left: 20px;
	padding-left: 5px;
	padding-bottom: 5px;
	list-style-type: square;
}
#main2 .sectionmain2 {
	padding: 10px;
	border: 1px none #8b8b8b;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}
#volnum {
	font-weight: bold;
	padding-left: 1px;
	margin-bottom: 3px;
}

#newscontent h3 {
	font-size: 20px;
	font-weight: bold;
}
#newscontent .italics {
font-style: italic;
}

#newscontent .tm {
}

#newscontent sup {
font-size: 10px;
}

#news_side {
	margin-top: 20px;
	margin-bottom: 0px;
}
