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

.custom body, body.home, body.meeting-schedule, body.member-directory, body.contact, body.members-only, body.calendar-of-events, body.membership-info, body.news, body.links, body.our-partners, body.resources, body.member-content, body.members-only, body.library-listings, body.help-needed, body.for-sale-trade, body.financial-reports, body.bylaws-and-board-descriptions body.monthly-meetings {
	background: url(images/paper_bkgd.jpg) repeat fixed;
	margin: 0;
}

.custom div#content_box div.downloads {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-left: 35px;
	height: 38px;
	padding-bottom: 10px;
	background: url(images/pdf.gif) no-repeat;
}

.custom div#content_box div.downloads a:hover{
	color: #999;
}


.custom br.clear {
	clear: both;
}

.custom div#container {
	background: #fff;
}

.custom div#page {
	padding: 0 15px 20px 20px;
	border-right: 1px dotted #5b2500;
	border-left: 1px dotted #5b2500;

}

.custom #header {
	background: url(images/header.jpg) no-repeat;
	width: 100%;
	text-indent: -9999px;
	height: 150px;
	border-bottom-style: none;
	margin: 0;
	padding: 0;
	clear: none;
}

.custom h2.entry-title a {
}

.custom div#content div.headline_area h1, h2 {
	color: #393d94;
	display: block;
	border-bottom: 1px dotted #ddd;
}

.custom #content_box {
}


.custom div#image_box {
}

.custom body p {
}

.custom div#content {
}

.custom div#content ul {
	list-style-type: disc;
}

.custom div#content p {
}

.custom div#content h1 {
	color: #393d94;
	margin: 0;
	line-height: 1.1em;
}

.custom div#content h2, h3, h4, h5, h6 {
}

.custom div#content a {
	color: #c12126;
}

.custom div#content a:hover {
	color: #393d94;
}

.custom div#content_box div.downloads {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-left: 35px;
	height: 38px;
	padding-bottom: 10px;
	background: url(images/pdf.gif) no-repeat;
}

.custom div#content_box div.downloads a{
	font-size: 115%;
	color: #c12126;
}

.custom div#content_box div.downloads-mp3 {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-left: 35px;
	height: 38px;
	padding-bottom: 10px;
	background: url(images/mp3.gif) no-repeat;
}

.custom div#content_box div.downloads-mp3 a{
	font-size: 115%;
	color: #c12126;
}

.custom #sidebar_1 {
}

.custom #sidebar_1.sidebar {
}

/* @group Sidebars */

.custom div#sidebars a {
}

.custom div#sidebar_1.sidebar ul.sidebar_list ul.menu{
}
/*.custom div#sidebar_1.sidebar ul.sidebar_list h3{	
	text-transform: none;
	letter-spacing: 0px;
	color: #5b2500;
	text-decoration: none;
	font: normal 120% Georgia, "Times New Roman", Times, serif;
}*/

.custom div#sidebar_2.sidebar ul.sidebar_list h3 {
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left: 10px;
	height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #393d94;
}



.custom div#sidebar_1.sidebar li a {
	width: 155px;
	height: 25px;
	color: #393d94;
	border-bottom: 1px dotted #393d94;
	margin-bottom: 5px;
	display: block;
	border-right: 1px dotted #393d94;
	background-color: #fff;
	font-size: 16px;
}

.custom #sidebar_1.sidebar li a:hover {
	text-decoration: none;
	background: url(images/sidebar_1_bkgd_a.jpg) no-repeat right bottom;
	color: #0c0152;
}

.custom #sidebar_1.sidebar ul.sidebar_list ul.menu .current a {
	background: url(images/sidebar_1_bkgd_a.jpg) no-repeat right bottom;
	color: #0c0152;

}

.custom div#sidebar_1.sidebar li.tab ul.submenu a {
	width: 185px;
	height: 20px;
	color: #393d94;
	border-bottom: 1px dotted #393d94;
	display: block;
	border-right: 1px dotted #393d94;
	background-color: #ddd;
	margin-bottom: -5px;
	font-size: 12px;
	position: relative;
	left: 185px;
	top: -50px;
}

.custom #sidebar_1.sidebar li.tab ul.submenu a:hover {
	text-decoration: none;
	background: #eee;
	color: #0c0152;
}

.custom div#sidebar_1.sidebar ul.sidebar_list ul.menu li.tab a {
}

.custom div#sidebar_1.sidebar ul.sidebar_list ul {
}

.custom div#sidebar_2.sidebar ul.sidebar_list {
}

.custom div#sidebar_2.sidebar ul.sidebar_list ul {

}

.custom div#sidebar_2.sidebar ul.sidebar_list ul {
	margin-top: -8px;
	padding: 10px;
	list-style-image: url(images/bullet.gif);
	list-style-type: disc;
	list-style-position: inside;
	background: #fff ;
	border-bottom: #ddd solid 1px;

}

.custom div#sidebar_2.sidebar li a {
	color: #c12126;

}

.custom #sidebar_2.sidebar li a:hover {
	color: #393d94;

}

.custom li#subscriptions.widget thesis_widget_subscriptions ul li.sub_rss {
}

.custom div#sidebar_1.sidebar ul.sidebar_list h3, .custom div#sidebar_2.sidebar ul.sidebar_list h3 {
	color: #fff;
	font-size: 120%;
	letter-spacing: 0px;
	text-transform: none;
	font-variant: normal;
}
/* @end */

/* @group Comments */

.custom div#comments a {
}

.custom div#comments a:hover {
}

.custom div#comments .comments_closed {
	visibility: hidden;
}



/* @end */

.custom div#footer {
	border-top: 1px solid #393d94;
	text-align: center;
}

.custom div#footerpages {
}


.custom div#footer li {
	padding-right: 10px;
	list-style-type: none;
	display: inline;
	font-size: 110%;
}

.custom div#footer ul {
	text-align: center;
}

.custom div#content_box {
}

.custom div#content table#members {
	border-bottom: 1px solid #000;
}

.custom div#content div.member-directory {
	width: 100%;
	float: left;
}

.custom div#content div.member-about {
	border-bottom: 1px solid #000;
}

.custom div#content div.member-directory ul {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
}

.custom div#content div.member-directory img {
	float: left;
	padding-right: 25px;
}

.custom div#content div.member-directory h3 {
	display: block;
	border-bottom: 1px solid #000;
}

.custom div#content div.member-directory strong {
	color: #c12126;
}

/* @group ON HOLD */

/*.custom ul#tabs .current_page_item {
	border-right: 1px solid #fff;
	text-decoration: underline;
}

.custom ul#tabs .home-item.current_page_item a {

}

.custom ul#tabs .current_page_item a:hover {
	text-decoration: underline;
}*/

/*.custom div.headline_area h3 {
	color: #c12126;
	font-size: 2.0em;
}

.custom div#content {
	border-style: none;
}*/

/*.custom #column_wrap {
	background: url(images/ra_column_wrap_bkgd.jpg) no-repeat 0 top;
}*/

/*.custom ul#tabs a {
	height: 15px;
	padding-top: 10px;
}*/

/*.custom div#sidebar_1.sidebar ul.sidebar_list {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}*/

/*.custom div#sidebar_1.sidebar ul.children li a {
	color: #000;
	border-bottom-style: none;
	list-style-type: disc;
	text-align: left;
	margin-top: -5px;
	font-size: 85%;
	font-variant: normal;
}

.custom div#sidebar_1.sidebar ul.children li a:hover {
	color: #666;
}*/

/*.custom div#sidebar_2.sidebar p {
	font-style: italic;
}*/

/* @end */