/*
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: #dddddd;
	background: url(images/pjbg.jpg) top center #dddddd;
}

.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 h2 {
	color: #57B6DD;
	font-size: 1.5em;
}	

.custom h3 {
	color: #1295D2;
	margin-top: 0em;
	margin-bottom: 0.2em;
}	


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

.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; }

.custom .format_text p.note2 { padding: 0.57143em 0.78571em; width: 430px; background: #fffcd0; border: 1px solid #cfc9b1; font-size: 1.1em; }
.custom .format_text p.note3 { padding: 0.57143em 0.78571em; width: 430px; background: #d2ecff; border: 1px solid #7e97ae; font-size: 1.1em; }
.custom .format_text p.note4 { padding: 0.57143em 0.78571em; width: 430px; background: #fff1dc; border: 1px solid #e1c7a2; font-size: 1.1em; }

.custom ul#tabs { 
	margin: 30px 0 0px 0;
	padding: 0px 0 0px 0;
	list-style: none; 
	border-top: 0px solid #DDDDDD;
	border-bottom: 3px solid #57B6DD;
	border-left: none;
	width: 831px;
}

.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: #57B6DD; 
	border-bottom: 0; 
	padding-bottom: 0;
}

.custom ul#tabs li a { 
	font-size: 1.4em;
	font-weight: bold;
	display: block; 
	line-height: 1em; 
	color: #1295D2; 
	text-transform: none; 
	letter-spacing: 0px; 
	padding: 12px 0 12px 0;
	margin: 0 20px 0 20px;
}


.custom ul#tabs li a:hover { 
	color: #8ADEFF;
	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('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: #00365B;
	border-top: 2px solid #E6E6E6;
	padding: 10px 0 0 0;
}

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

.custom .post h2 a {
	color: #00365B;
	cursor: default;
}

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


.custom #feature_box {
	border-top: 0px solid #ffffff;
	border-bottom: 1px solid #E6E6E6;
	background: #ffffff;
	padding: 0px 0 0px 0;
	margin: 0px 0 0 0;
	width: 831px;
    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: 791px;
	padding: 17px 20px 20px 20px;
	float: left;
	background: url(http://www.pjkim.com/wp-content/themes/thesis-15/custom/images/pj_banner_bg.gif) repeat-x top left #1696d3;
}

.custom #BannerPhoto {
	width: 476px;
	float: left;
	border: 2px solid #fff;
} 

.custom #BannerCopy {
	width: 252px;
	height: 240px;
	float: right;
	padding: 15px 15px 15px 19px;
	overflow: hidden;
	background: #e5f4fb;
}

.custom #BannerCopy h3 {
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
	padding: 0 0 6px 0;
	color: #1496d0;
}

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

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

.custom #TopBanner {
	width: 831px;
	padding: 0px 0px 0px 0px;
	float: left;
}