/*
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: #D2E1F3 url(images/bg-stripes.png) repeat-x;
	padding-top: 0;
}

.custom a { outline: none; }

.custom #header_area
{
	background: url(images/bg-header.png) repeat-x;
}
.custom #header
{
	width: 1010px;
	height: 69px;
	margin: 0 auto;
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
}
.custom #header A#logo
{
	display: block;
	text-indent: -13370px;
	background: url(images/graphic-logo.png);
	width: 276px;
	height: 69px;
	position: absolute;
	left: 200px;
}
.custom #header A#logo:hover
{
	background: url(images/graphic-logo-hover.png);
}
.custom P.headline_meta
{
}
.custom H2 A
{
	font-weight: bold;
	font-size: 135%;
	color: #2C3C57;
}
.custom .headline_area H1.entry-title
{
	font-weight: bold;
	font-size: 300%;
	color: #2C3C57;
}
.custom .headline_area H1.entry-title
{
}
.custom #content_box
{
	background: url(images/bg-content.png) repeat-y right;
}
.custom #column_wrap
{
	background: none;
	border-right: 1px dashed #CCC;
}
/*Navigation-Primary*/
.custom #nav-primary
{
	position: absolute;
	top: 31px;
	/*[disabled]list-style:none;*/
	right: -5px;
	/*[disabled]width:400px;*/
}
.custom #nav-primary LI.tier-1
{
	float: left;
	display: block;
}
.custom #nav-primary LI.tier-1 UL
{
	list-style: none;
	position: absolute;
	border: 1px solid #9C9EB5;
	border-left: 2px solid #9C9EB5;
	border-right: 2px solid #9C9EB5;
	border-bottom: 2px solid #9C9EB5;
	background: #FFF;
	padding: 0 10px;
	width: 150px;
}
.custom #nav-primary LI.tier-1 A
{
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #4B4B4B;
}
.custom #nav-primary LI.tier-1 UL LI A
{
	font-size: 1.2em;
	border-bottom: 1px dashed #BBBDC1;
	padding: 7px 0 7px 15px;
	width: 155px;
	margin-left: -10px;
	color: #667;
}
.custom #nav-primary LI.tier-1 UL LI.tier-2.other A, .custom #nav-primary LI.tier-1 UL LI.tier-2 A
{
	background: url(images/bullet-left.png) no-repeat 3% 50%;
}
.custom #nav-primary LI.tier-1 UL LI.last.other A
{
	border: none;
}
.custom #nav-primary LI.tier-1 UL LI.other A, .custom #nav-primary LI.tier-1 UL LI.tier-2.other UL LI.other A
{
	background: #EDEDED;
}
.custom #nav-primary LI.tier-1 UL LI A:hover
{
	font-weight: bold;
	color: #000;
}
.custom #nav-primary LI.tier-1 #nav-about
{
	background: url(images/header-nav-sprite.png) no-repeat 0px 0px;
	text-indent: -9999px;
	width: 75px;
	height: 30px;
}
.custom #nav-primary LI.tier-1 #nav-about:hover
{
	background: url(images/header-nav-sprite.png) no-repeat 0px -29px;
}
.custom #nav-primary LI.tier-1 #nav-events
{
	background: url(images/header-nav-sprite.png) no-repeat -75px 0;
	text-indent: -9999px;
	width: 79px;
	height: 30px;
}
.custom #nav-primary LI.tier-1 #nav-events:hover
{
	background: url(images/header-nav-sprite.png) no-repeat -75px -29px;
}

.custom #nav-primary LI.tier-1 #nav-get-involved
{
	background: url(images/header-nav-sprite.png) no-repeat -154px 0;
	text-indent: -9999px;
	width: 119px;
	height: 30px;
}
.custom #nav-primary LI.tier-1 #nav-get-involved:hover
{
	background: url(images/header-nav-sprite.png) no-repeat -154px -29px;
}


.custom #nav-primary LI.tier-1 #nav-neighborhoods
{
	background: url(images/header-nav-sprite.png) no-repeat -273px 0;
	text-indent: -9999px;
	width: 139px;
	height: 30px;
}
.custom #nav-primary LI.tier-1 #nav-neighborhoods:hover
{
	background: url(images/header-nav-sprite.png) no-repeat -273px -29px;
}
.custom #nav-primary LI.tier-1 #nav-features
{
	background: url(images/header-nav-sprite.png) no-repeat -412px 0;
	text-indent: -9999px;
	width: 95px;
	height: 30px;
}
.custom #nav-primary LI.tier-1 #nav-features:hover
{
	background: url(images/header-nav-sprite.png) no-repeat -412px -29px;
}
.custom #nav-primary LI.tier-1 #nav-contact
{
	background: url(images/header-nav-sprite.png) no-repeat -276px 0;
	text-indent: -9999px;
	width: 73px;
	height: 30px;
}
.custom #nav-primary LI.tier-1 #nav-contact:hover
{
	background: url(images/header-nav-sprite.png) no-repeat -276px -29px;
}
.custom #nav-primary LI.tier-1 UL LI.tier-2 UL
{
	margin-top: -31px;
	margin-left: -184px;
	border: 2px solid #9B9DB4;
}
.custom #nav-primary LI.tier-1 UL LI.tier-2 UL LI A
{
	border-bottom: none;
	/*[empty]width:;*/
}
.custom #header UL.nav LI A
{
	/*[disabled]display:block;*/
	/*[disabled]width:auto;*/
	/*[disabled]float:left;*/
	/*[disabled]color:#BCBBBC;*/
	/*[disabled]font-size:1.3em;*/
	/*[disabled]margin:0 0 0 20px;*/
}
.custom #header UL.nav LI.tier-1
{
	/*[disabled]float:left;*/
	/*[disabled]display:block;*/
}
.custom #header UL.nav LI.tier-1 A
{
	/*[disabled]display:block;*/
}
.custom #nav-primary LI.tier-1 UL LI#pleasant-valley-heights.tier-2.other UL
{
	margin-top: -46px;
}
/*Removes that pesky border - Thank you, Lord!*/
.custom .post_nav
{
	margin: 0 10px 0 15px;
}
.custom .post P.to_comments
{
	text-align: right;
}

.custom .post P.to_comments A.read-more { display: block; float: left; color: #2361A1; }
.custom .post P.to_comments A.comments
{
	display: block;
	text-align: right;
	width: 94px;
	float: right;
	background: url(images/graphic-comments.png) no-repeat left center;
	margin: 0 5px 5px 0;
}
.custom .post P.to_comments A SPAN
{
	font-size: 1em;
	color: #666;
}
.custom #respond #commentform
{
	margin: 0 10px 0 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.custom #sidebar_1
{
	text-align: right;
	color: #000;
}
.custom #sidebar_1 A#facebook-link
{
	display: block;
	background: url(images/graphic-facebook.png) no-repeat left;
	width: 120px;
	height: 28px;
	line-height: 28px;
	float: right;
	color: #000;
	text-transform: uppercase;
}	
.custom #sidebar_1 A#twitter-link
{
	display: block;
	background: url(images/graphic-twitter.png) no-repeat left;
	width: 120px;
	height: 28px;
	line-height: 28px;
	float: right;
	color: #000;
	text-transform: uppercase;
}
.custom #sidebar_1 A#email-link
{
	display: block;
	background: url(images/graphic-email.png) no-repeat left;
	width: 120px;
	height: 28px;
	line-height: 28px;
	float: right;
	color: #000;
	text-transform: uppercase;
}
.custom #subscriptions
{
	float: left;
	margin-top: 10px;
}
.custom #sidebar_1 H3
{
	color: #000;
	letter-spacing: 0;
	text-transform: uppercase;
}
.custom #sidebar_1 #event-calendar
{
	clear: both;
	background: url(images/bg-events.png) no-repeat top right;
	height: 151px;
	padding: 30px 10px 0 0;
	font-size: 1.2em;
}
/*Redo with auto-resizing*/
.custom #sidebar_2
{
	/*[disabled]border-left:1px dashed #CCC;*/
}
.custom #sidebar_2 UL.sidebar_list
{
	margin-right: 20px;
}
.custom #sidebar_2 H3
{
	border: 1px solid #989FB2;
	background: #516183;
	padding: 5px 10px;
	color: #FFF;
	text-transform: uppercase;
}
.custom #sidebar_2 .widget UL LI
{
	padding-left: 25px;
	background: url(images/bullet.png) no-repeat 8px 5px;
}
.custom #footer
{
	border: none;
}
