/* @override http://schoolofdiscipleship.org/wp-content/themes/thesis_18/custom/custom.css?032112-211532 */

/* @override http://schoolofdiscipleship.org/wp-content/themes/thesis_18/custom/custom.css?040711-153713 */

/* @override http://schoolofdiscipleship.org/wp-content/themes/thesis_18/custom/custom.css?033011-221303 */

/* @override http://schoolofdiscipleship.org/wp-content/themes/thesis_18/custom/custom.css?033011-215315 */

/* @override http://schoolofdiscipleship.org/wp-content/themes/thesis_18/custom/custom.css?032811-184456 */

/* @override http://schoolofdiscipleship.org/wp-content/themes/thesis_18/custom/custom.css?032811-184250 */

/* @override http://schoolofdiscipleship.org/wp-content/themes/thesis_18/custom/custom.css?032211-200134 */

/* @override 
	http://schoolofdiscipleship.org/wp-content/themes/thesis_18/custom/custom.css?032211-180408
	http://schoolofdiscipleship.org/wp-content/themes/thesis_18/custom/custom.css?032211-162651
	http://schoolofdiscipleship.org/wp-content/themes/thesis_18/custom/custom.css?032211-134750
	http://schoolofdiscipleship.org/wp-content/themes/thesis_18/custom/custom.css?032211-134750
	http://schoolofdiscipleship.org/wp-content/themes/thesis_18/custom/custom.css?032111-202454
	http://schoolofdiscipleship.org/wp-content/themes/thesis_18/custom/custom.css?032211-142843
	http://schoolofdiscipleship.org/wp-content/themes/thesis_18/custom/custom.css?032211-145535
	http://schoolofdiscipleship.org/wp-content/themes/thesis_18/custom/custom.css?032211-161147
	http://schoolofdiscipleship.org/wp-content/themes/thesis_18/custom/custom.css?032211-183201
	http://schoolofdiscipleship.org/wp-content/themes/thesis_18/custom/custom.css?032211-190448
*/

/*
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/
*/



#feature_box {
	background-color: #fefffe;
	margin: 0;
	padding: 0;
}

.custom #page {
	background-color: transparent;
	padding: 0;
}

.custom #content { width: 60.9em; float: left;
	background-color: #fffeff;
}

.custom #content_box { width: 100%;
	background-color: #fffeff;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}

body { color: #111111;
	background: #d9d9dd url(images/header-bg.jpg) repeat-x 0 -67px;
}

.custom .menu { position: relative; list-style: none; z-index: 50;
	background-image: url(images/menu-bg.jpg);
}

.custom .menu a {
	background-image: url(images/menu-bg.jpg);
	color: #fefffe;
	text-transform: capitalize;
	letter-spacing: 0;
	padding: 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
}

.custom .menu, .menu a, .menu li ul {
	border: 1px solid #651910;
	border-top-style: none;
	border-bottom-style: none;
	padding: 1px;
	background-color: #490f0c;
	border-left-style: none;
}

.custom #header { border-style: double; border-color: #ddd; clear: both;
	background: url(images/header.png) no-repeat 0 0;
	height: 100px;
	margin-top: -5px;
}

.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover, .menu .current-menu-item ul a:hover, .menu .current-menu-ancestor a:hover { color: #fff;
	background: #490f0c none repeat-x;
}

.custom .sidebar ul.sidebar_list {
	padding: 0;
}

.custom .post_box { padding-top: 2.2em;
	padding-left: 10px;
	width: 800px;
}

#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* space between widgets */
	padding-right: 25px;
	/* text color */
	color: #5d5d5d;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
	width: 200px;
	font-size: 14px;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #fff;
	/* padding under header text */
	padding-bottom: 3px;
	/* distance between border and widget text */
	margin-bottom: 5px;
	border-bottom: 2px solid #942719;
	font: 22px Georgia, "Times New Roman", Times, serif;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }
/* footer font styles */
.custom #footer a {
	border-bottom: none;
	font-size: 12px;
	color: #989898;
}
.custom #footer a:link {
	text-decoration: underline;
	/* default Thesis link color */
	color: #989898;
	font-size: 14px;
}
.custom #footer a:hover {
	text-decoration: underline;
	/* default Thesis link color */
	color: #989898;
}

.custom #footer { text-align: right; clear: both;
	height: 250px;
	background: #51100d none repeat-x;
	border: 2px solid #72231f;
}

.custom #footer p {
	color: #838383;
}

#content {
	overflow:visible !important;
}