/*
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/
*/


/*---:[ headlines and bylines ]:---*/
.custom #page { letter-spacing: 1px; border-color: #b3b3b3; border-style: solid; border-width: 1px; background-color: white; padding: 0px; margin-top: 2.5em; }

.custom #header { border-style: none; height: 0px; padding: 0px; }
		/*---:[ #header styles ]:---*/
.custom #header #logo { font-size: 0em; line-height: 0em; }
.custom #header #tagline { line-height: 0px; }

.logo {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right: 13px;
	padding-left: 13px;
	padding-right: 13px;
	border-right-color: #cccccc;
	border-right-style: solid;
	border-right-width: 1px;
	float: left;
}


/*---:[ sidebar styles ]:---*/
.custom ul#tabs li ul 
{
    display:none; position:absolute; list-style:none;
}
.custom ul#tabs li ul li { float:none;}
.custom ul#tabs li:hover ul {display:block;}
.custom ul#tabs { margin-bottom:-1px;} /* Fix for IE6 */


/* @group Header */

.custom #header_area {
	background-image: url(http://sainttheresacatholicchurch.org/images/bg.png);
	right: 100%;
	left: 100%;
	background-repeat: repeat-x;
	background-color: #339933;
}
.custom #header_area .page {
	padding-top: 0;
}
.custom #header_area #header{
	height: 0px;
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
}
/* @end */

/* @group Content */

.custom #content_area, .custom #footer_area {
 	background-color: #fff;
}
.custom #content_area .page, .custom #footer_area .page {
	background-color: #fff;
}

/* @end */

/* @group Category Nav */

/* Category Nav */
.custom #header_area #categoryNav {
	font-size: 11px;
	width: 100%;
	height: 35px;
}

.custom #header_area #categoryNav li a span {
	font-size: 11px;
	color: gray;
	font-weight: normal;
}
.custom #header_area #categoryNav #secnav, .custom #header_area #categoryNav #secnav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

.custom #header_area #categoryNav #secnav a {
	border-right-color: #cccccc;
	border-right-style: solid;
	border-right-width: 1px;
	display: block;
	line-height: 10px;
	padding: 0 20px 0 20px;
	line-height: 10px;
	padding: 14px 20px 11px;
	color: #545454;
}

.custom #header_area #categoryNav #secnav li:hover, .custom #header_area #categoryNav #secnav li.sfhover1 {
	background: url(http://sainttheresacatholicchurch.org/images/hover.png) repeat-x;
	cursor: pointer;
}

.custom #header_area #categoryNav #secnav li:hover span, .custom #header_area #categoryNav #secnav li.sfhover1 span {
	color: #4c4c4c;
}

.custom #header_area #categoryNav #secnav li {
	float: left;
	font-size: 12px;
	font-weight: bold;
}
/* Style drop down list */

.custom #header_area #categoryNav #secnav li ul {
	position: absolute;
	width: 1em;
	width: 188px;
	left: -999em;
	z-index: 10;
	border: 1px solid #e6e6e6;
	border-width:0px 1px 1px;
}

.custom #header_area #categoryNav #secnav li li {
	font-weight: normal;
}

.custom #header_area #categoryNav #secnav li:hover ul, .custom #header_area #categoryNav #secnav li.sfhover1 ul {
	left: auto;
}

.custom #header_area #categoryNav #secnav li ul li a {
	background: scroll left bottom;
	line-height: 30px;
	color: #565656;
	font-size: 10px;
	width: 148px;
	padding: 0 20px;
}

.custom #header_area #categoryNav #secnav li ul li a {
	border-right-style: none;
	border-right-width: 0px;
	border-left-style: none;
	border-left-width: 0px;
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #e6e6e6;
}

.custom #header_area #categoryNav #secnav li ul li a:hover {
	color: #004080;
	background: #d4d4d3;
}

.custom #header_area #categoryNav #secnav li ul ul {
	margin: -35px 0 0 188px;
	border-width:1px;
}

.custom #header_area #categoryNav #secnav li:hover ul ul, .custom #header_area #categoryNav #secnav li.sfhover1 ul ul {
	left: -999em;
}

.custom #header_area #categoryNav #secnav li:hover ul, .custom #header_area #categoryNav #secnav li li:hover ul, .custom #header_area #categoryNav #secnav li.sfhover1 ul, .custom #header_area #categoryNav #secnav li li.sfhover1 ul {
	left: auto;
}

/* IE7 Fix */

.custom #header_area #categoryNav #secnav  li:hover, .custom #header_area #categoryNav #secnav  li.hover {  
	position: static;
}

/* @end */




/*-------------------------------
Text Edits
-------------------------------*/

h2 {
	border-bottom-color: #4a3d25;
	border-botto white solid;
	border-bottom-width: 1px;
	font-variant: small-caps;
	color: #004080;
	font-weight: bold;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;}

.sidebar h3 { border-bottom-color: #4a3d25; border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; font-size: 12px; font-family: Helvetica, Verdana, Arial, sans-serif; font-variant: small-caps; color: #004080; }
	
	
/*---:[ #header styles ]:---*/
#header #logo { font-size: 28px; color: #004080; font-weight: bold; }
	#header #logo a { color: #004080; }
	#header #logo a:hover { color: #004080; }
#header #tagline { font-weight: normal; color: #888; }	

.custom .comments_closed p {display: none ;}
