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

/*---:[ Set 1: solid background with slick borders around your "page" area ]:---*/

body.custom { 
/* background: url('images/back-tile.gif') repeat; */
background: #444; /* Outside Color */

}
	
	.custom #container { 
		margin-top: 2em; 
		margin-bottom: 2em; 
		padding: 0.3em; 
		background: #555; /* middle frame */ 
		border: 0.4em solid #333; /* outside frame */
		}

	.custom #page { background: #fff; /* main page background */}
		
/*---:[ end Set 1 ]:---*/


/*------ :[ HEADER LOGO REPLACEMENT BEGIN ]: -------------------------*/

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { 
	display: block; 
	height: 160px; 
	width: 949px; 
	background: url('images/logo.gif') no-repeat; 
	outline: none;
	}

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

/*---:[ HEADER LOGO REPLACEMENT END ]:-------------------------*/

/*------ :[ MY FEATURE BOX BEGIN ]: -------------------------*/

.custom #feature_box {
	background:none repeat scroll 0 0 #fff;
	font-family: Georgia,"Times New Roman",Times,serif; 
	font-size: 1.4em;
	line-height: 1.571em;
	padding: 1em 1em 0 1em;
	margin: 0;
	border-width: 0px 0 3px 0;
	border-style: double;
	border-color: #555;
}

.custom #feature_box p {
	margin-bottom: 1em;
}

#feature_box .drop_cap {
	font-size:3.571em;
	line-height:0.76em;
	padding:0.04em 0.12em 0 0;
	color: #555;
	float:left;
}

#feature_box a {
	text-decoration: underline;
}

#feature_box a:hover {
	text-decoration: none;
}

/*------ :[ MY FEATURE BOX END ]: -------------------------*/

.custom #content_box {
	background-color: #d3ccaa;
	background: transparent url('images/dot-ddd.gif') repeat-y scroll 61.9em 0;
	}  	/* Sidebar color */
/* .custom #content {background-color: #d3ccaa;}		 content color */

.comments_closed p { display: none; } 		/* Hide link to comments/closed */ 
.format_text .to_comments {display: none; }	/* Hide link to comments/closed */ 


/* .custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat { background: #d3ccaa  none repeat scroll 0 0; } */


.custom #header { border-bottom: 3px double #555; }

.custom #footer { border-top: 3px double #555; }

.custom #sidebar_1 {border-color: #555; }

.custom .prev_next {
	border-top: 1px dashed #555;
	color:#444;
}

.custom .headline_meta { color: #666; }

.custom #image_box img {
	background: #666 none repeat scroll 0 0;
	border: none;
}

.custom a img {
	border: 1px solid #555;
}

.custom .wp-caption {
	background-color: #dcdcdc;
	border-color: #666;
}

.custom #footer {
	color: #666;
}

.custom .format_text .drop_cap { color: #555; }

.custom #archive_info h1 { font-size: 2.8em; }
.custom #archive_info { border-bottom: 3px double #968655;
width: 580px;}


.custom blockquote {
	border-left: 2px solid #cdcdcd;
	color: #666;
	font-style: italic;
}

.custom .sidebar h3 { 
	color: #333; 
	font-size: 1.1em;
	border-bottom: 3px double #555;
}

.custom #footer a {
	border-bottom: none;
}

.custom #footer a:hover {
	text-decoration: underline;
	border-bottom: none;
}
/*---:[ CHANGES TO EVENTS PLUGIN CSS ]:---*/

/* ----- Widget Displays ------- */
.custom .ec3_list {
	margin-left: -2px;
	color: #a35736;
}

.custom .ec3_eventday a {
	color: #a35736 !important;
}

/* ----- Post Date Displays ------- */

.custom div.ec3_iconlet {
	border: 0;
	display: block;
	background: url('images/date-box.gif') 0 0 no-repeat;
/*	background: #555; */
	width: 73px;
	height: 71px;
	padding: 5px 0;

}

.custom div.ec3_iconlet td, .custom div.ec3_iconlet tr.ec3_day td {
	Width: 71px;
	padding: 0;
}

.custom div.ec3_iconlet tr.ec3_month td {
	line-height: 1.1em;
	font-size: 1em;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.custom div.ec3_iconlet tr.ec3_day td {
	line-height: 0.85em;
}


.custom div.ec3_iconlet tr.ec3_time td {
	line-height: 1.1em;
	font-size: 0.85em;
	padding-top: 7px;
}

/* ----- Sidebar Mailing List Form Displays ------- */

.mailing-list-signup label {
	float:left;
	width:130px;
	}

.mailing-list-signup .submit { 
	background: #ebebeb repeat scroll 0 0;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	border-style:double;
	border-width:3px;
	color:#111111;
	cursor:pointer;
	font-weight:bold;
	margin-top: 5px;
}

.mailing-list-signup .submit:hover { 
	color: #2361A1;
	background: #e4e4e4;
}

/* ----- Contact Form Displays ------- */
.custom .wpcf7 {font-size: 0.9em; }

.contact-form { margin-bottom:5px; }

.contact-form label { 
	float:left;
	width:130px; 
}

.contact-form .contact-submit { 
	margin-left: 130px; 
	background: #ebebeb repeat scroll 0 0;
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	border-style: double;
	border-width: 3px;
	color: #111111;
	cursor: pointer;
	font-weight: bold;
	width: 120px;
}

.contact-form .contact-submit:hover { 
	color: #2361A1;
	background: #e4e4e4;
}