/* @override 
	http://www.rebeccaphalen.com/wp-content/themes/thesis_17/custom/custom.css?040110-162924
	http://www.rebeccaphalen.com/wp-content/themes/thesis_17/custom/custom.css?040110-170432
*/

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

/* Main Body Styles */

/* Layout Styles */


.custom #container{
	margin-top: 3em;
	border: 2px solid #5c6a72;
	}

.custom #page{
	padding: 0;
	}

.custom #content_box{
	border-bottom: 1px solid #ececec;
	background: #fcfcfc;
	} 
 
.custom #content_box #content{ 
	padding-left: 2.5em;
	background: #fff;
	border-right: 1px solid #ececec;
	}
 

/* Header Styles */

.custom #header{
	padding: 3em;
	background: #fcfcfc;
	}
		
.custom #header #logo{
	display: block;
	width: 491px;
	height: 84px;
	}

.custom #header #logo a{
	background: url(images/rp-logo.jpg) no-repeat;
	display: block;
	width: 491px;
	height: 84px;
	text-indent: -9999px;
	}	

.custom #header #tagline{
	text-indent: -9999px;
	height: 0px !important;
	width: 0px !important;	
	}
	
	
.custom #header #header-contact-info{
	float: right;
	list-style-type: none;
	text-align: right;
	position: relative;
	top: 25px;
	left: 15px;
	z-index: 100000;
	}

.custom #header #header-contact-info li{
	font-size: 9pt;
	line-height: 1.571em;
	}


/* Utility Styles */

.custom img.frame{
	padding: 4px;
	background: #fff;
	border-color: #d5ddba;
	}
 
.custom a{
	color: #3a708c;
	}

/* Navigation Styles */


.custom ul.menu{
	background: #fcfcfc;
	border-left: 0;
	}

.custom ul.menu li{
	}

.custom ul.menu li a{
	text-transform: none;	
	font-weight: bold;
	letter-spacing: 0;
	background: #faf8f9;
	}

.custom ul.menu li.tab-home a{
	border-left: 1px solid #ececec;
	margin-left: 3em;
	}

.custom ul.menu li.current a,
.custom ul.menu li.current-cat a,
.custom ul.menu li.current-parent a,
.custom ul.menu li:hover a{
	background: #fff;
	}

/* Welcome Page Styles */

.custom.welcome #content{
	width: 974px;
	border-right: 0;
	}

.custom.welcome #content .post_box.top{
	padding-top: 1.5em;
	margin-right: 4em;
	}

.custom.welcome .headline_area{
	display: none;
	}
	
.custom.welcome h2.welcome-titles{
	margin-top: 0;
	margin-bottom: 0.25em;
	font-size: 2.2em;
	letter-spacing: 1px;
	}

.custom.welcome h3.welcome-subtitles{
	margin-top: 0;
	font-size: 1.8em;
	letter-spacing: 1px;
	}

.custom.welcome .post_box.top .format_text p a{
	font-weight: bold;
	}	

 
/* Blog Archive Page Styles */

.custom #content.hfeed .post.hentry{
	border-bottom: 1px dotted #ececec;
	}

/* Sidebar Styles */

.custom .sidebar h3{
	letter-spacing: 0;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
	color: #3a708c;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #e2ecf1;
	margin-bottom: 0.5em;
	}



/* Footer Styles */

.custom #footer{
	text-align: left;
	padding: 2em 3.5em 2em 3.5em;
	background: url(images/rp-lower-gradient.jpg) repeat-x;
	font-size: 9pt;
	color: #777;
	}

.custom #footer div.sidebar_list{
	overflow: hidden;
	margin-bottom: 2em; 
	border-bottom: 1px solid #ececec;
	}

.custom #footer div.sidebar_list .widget{
	width: 30%;
	margin-right: 3.7%;
	float: left;
	}

.custom #footer div.sidebar_list .widget#widget-text-4{
	width: 31%;
	margin-right: 0% !important;
	float: left;
	}

.custom #footer div.sidebar_list .widget h3{
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #e2ecf1;
	margin-bottom: 0.5em;
	color: #3a708c;
	}
	
.custom #footer div.sidebar_list .widget ul li{
	margin-bottom: 1em;
	}

.custom #footer div.sidebar_list .widget a{
	text-decoration: none;
	color: #3a708c;
	border-bottom: none;
	line-height: 1.571em;
	font-size: 9pt;
	}

.custom #footer div.sidebar_list .widget a:hover{
	text-decoration: underline;
	}
	
.custom #footer #footer-attribution{
	}

.custom #footer #footer-nav{
	text-align: center;
	background: none;

	}

.custom #footer #footer-nav .menu{
	background: transparent;
	border: none;
	padding: 0;
	margin-bottom: 0.5em;
	}

.custom #footer #footer-nav .menu li{
	background: transparent;
	border: none;
	}

.custom #footer #footer-nav .menu li a{
	background: transparent;
	border: none;
	font-size: 9pt;
	font-weight: normal;
	}

.custom #footer #footer-nav .menu li ul.submenu,
.custom #footer #footer-nav .menu li ul.submenu li,
.custom #footer #footer-nav .menu li ul.submenu li a{
	background: #fff;
	}

.custom #footer #footer-nav .menu li.tab-home a{
	padding-left: 0;
	margin-left: 0;
	}