/*
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: #00263f;
}

.custom #container {
    margin-top: 1.3em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #ffffff;
    border: 0em;
}

.custom #page {
    background: #fff;
}

.custom #header {
	border: none;
	padding: 0;
	margin: 0;
}

.custom .sidebar {
    padding: 0px 15px 0px 10px;
}

.custom h2 {
	color: #00263F;
	font-size: 1.3em;
}	

.custom h3 {
	color: #237BAD;
	margin-top: 0em;
	margin-bottom: 0.4em;
	font-size: 1.3em;
}	


/* Header Logo */

.custom #logo {
	position: relative;
	text-indent: -9999px;
	margin:0px 0 0px 0px;
	padding:0px 0 0px 0px;
	height: 125px;
	width: 900px;
	background: url(images/kevinkim_logo.gif) no-repeat top left;
	}
.custom #logo a {
	position: absolute;
	padding:0px 0 0px 0px;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 125px;
	}

.custom #logo a:link, .custom #logo a:visited, .custom #logo a:active, .custom #logo a:link:hover, .custom #logo a:visited:hover {
	background-color: transparent;
	}

.custom #logo a span, #logo span { display: none; }



/* Navigation */

.custom ul#tabs { 
	margin: 12px 0 0px 0;
	padding: 0px 0 0px 0;
	list-style: none; 
	border-top: 1px solid #8A9DA8;
	border-bottom: 1px solid #8A9DA8;
	border-left: none;
	width: 900px;
}

.custom ul#tabs li { 
	background: none;
	float: left; 
	border-bottom: 0px solid #DDDDDD;
	border-left: none;
	border-right: none;
	border-top: none;
}

.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat { 
	background: #237BAD; 
	border-bottom: 0; 
	padding-bottom: 0;
}

.custom ul#tabs li a { 
	font-size: 1.2em;
	font-weight: bold;
	display: block; 
	line-height: 1em; 
	color: #74A8C4; 
	text-transform: upper-case; 
	letter-spacing: 0px; 
	padding: 12px 0 12px 0;
	margin: 0 20px 0 20px;
}


.custom ul#tabs li a:hover { 
	color: #237BAD;
	text-decoration: none;
}

.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a { 
	cursor: default; 
	color: #ffffff;
}

.custom ul#tabs li.current_page_item a:hover, .custom ul#tabs li.current-cat a:hover { 
	text-decoration: none; 
}

.custom ul#tabs li.rss { 
	padding-right: 0; 
	background: none; 
	border: none; 
	float: right; 
}

.custom ul#tabs li.rss a { 
	padding-right: 16px; 
	background: url('http://www.votekevinkim.com/wp-content/themes/thesis-15/custom/images/icon-rss.gif') 100% 50% no-repeat; 
}	
	
.format_text ul { 
	color: #4D4D4D;
	font-size: 1.1em;
	}
	
.format_text li {
	padding-bottom: 5px;
}

.format_text ul ul { 
	font-size: 1.0em;
	}
	
	.post_box {
		padding: 0 0 20px 0;
	}
	
.custom .post_box h1 {
	font-size: 2.6em;
}
.custom .post {
	margin-bottom: 10px;
	border-top: none;
	padding: 0;
}

.custom .post a, .post_box a {
	text-decoration: none;
}

.custom .post a:hover, .post_box a:hover {
	text-decoration: underline;
}

.custom .post h2 {
	font-size: 2.7em;
	line-height: 1.2em;
	color: #00263F;
	border-top: 2px solid #E6E6E6;
	padding: 10px 0 0 0;
	margin: 0;
}

.custom .top h2 {
	border-top: none !important;
	padding: 0;
	margin: 0;
}

.custom .post h2 a {
	color: #00263F;
	cursor: default;
}

.custom .post h2 a:hover {
	text-decoration: none;
	color: #237BAD;
	cursor: default;
}

.custom .headline_area {
	margin: 0 0 5px 0;
	padding: 0;
}

.custom #feature_box {
	border-top: 0px solid #ffffff;
	border-bottom: 1px solid #8A9DA8;
	background: #ffffff;
	padding: 12px 0 0px 0;
	margin: 0px 0 0 0;
	width: 900px;
    float: left;	
clear: both;
}

.custom #feature_box img {
	padding: 0;
	margin: 0;
	display: block;
}

.custom #image_box { 
}

.custom #image_box img { 
	border: none; 
	padding: 0;
}

.custom #content {
	padding: 20px 0 0 0;
}

.custom .to_comments {
	display: none;
}

.comments_closed p{
	text-indent: -9999px;
}

li.widget {
	margin-top: 0em;
	margin-bottom: 1.0em;
}

.custom #HomeBanner {
	width: 890px;
	padding: 0px 10px 0px 0px;
	margin: 0 0 12px 0;
	float: left;
	background: url(images/kevin_homebannerbg.jpg) top center #ffffff;
	border-top: 1px solid #8A9DA8;
	border-bottom: 1px solid #8A9DA8;
}

.custom #BannerPhoto {
	width: 0px;
	float: left;
	border: none;
} 

.custom #BannerCopy {
	width: 470px;
	height: 225px;
	float: right;
	padding: 15px 15px 15px 15px;
	margin: 20px 10px 0 0;
	overflow: hidden;
	background: none;
	border: 0px solid #E4EEF4;
}

.custom #BannerCopy h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 6px 0;
	color: #00263F;
}

.custom #BannerCopy p {
	font-size: 12px;
	line-height: 16px;
	color: #393D3F;
	padding: 0 0 13px 0;
}

.custom #GetInvolved {
	float: left;
	display: inline;
	margin: 0 0 0 36px;
}

.custom #content_box {

}

.custom #footer {
border-top: 1px solid #8A9DA8;
}

#NewsBarRss {
	position: absolute;
	top: 7px;
	right: 20px;
}
#NewsUpcomingEventsBar {
position: relative;
float: left;
border-top: 1px solid #8A9DA8;
border-right: 1px solid #8A9DA8;
background: #E4EEF4;
padding: 12px 0 12px 20px;
height: 9px;
width: 596px;
margin: 0;
}

#NewsEventsTitle {
position: absolute;
top: 12px;
left: 20px;
width: 185px;
height: 9px;
background: url(images/newsupcomingevents_title.gif) top left no-repeat;
text-indent: -9999px;
margin: 0;
padding: 0;
}

#TakeActionBar{
position: relative;
float: left;
border-top: 1px solid #8A9DA8;
background: #E4EEF4;
padding: 12px 0 12px 20px;
height: 9px;
width: 263px;
}

#TakeActionTitle {
position: absolute;
top: 12px;
left: 20px;
width: 90px;
height: 9px;
background: url(images/takeaction_title.gif) top left no-repeat;
text-indent: -9999px;
margin: 0;
padding: 0;
}

.leftbutton {
float: left;
padding: 10px 15px 0 0;
height: 35px;
width: 184px;
}

.rightbutton {
float: left;
height: 35px;
width: 208px;
padding: 10px 0px 0 0;
}

.countdowntimer {
	border: 2px solid #00263f;
	width: 218px;
	padding: 10px;
	background: #0c3651;
	color: #ffffff;
	text-align: center;
}

.countdowntimer span {
	font-family: Georgia, Times, serif;
	padding: 9px 0 0 0;
	font-size: 1.7em;
	line-height: 1.3em;
	text-transform: none;
	color: #d4e5ef;
}