/*
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 background ]:---*/
body.custom {
    background-color: #885752;  
}

.custom #footer {
	background: url(/wp-content/themes/thesis_151/custom/images/BG-Footer6.jpg) no-repeat;
	width: 780px;
	height: 130px;
	border-top: 0;
	position: relative;
	margin-top: 172px;
	margin-left: -58px;
	padding: 0;
	padding-top: 10px;
}

.lecturespage #footer, .blog #footer, .articles #footer {
	background: url(/wp-content/themes/thesis_151/custom/images/BG-Footer6.jpg) no-repeat;
	width: 780px;
	height: 130px;
	border-top: 0;
	position: relative;
	margin-top: 192px;
	margin-left: -60px;
	padding: 0;
	padding-top: 10px;
}

.eventspage #footer {
	background: url(/wp-content/themes/thesis_151/custom/images/BG-Footer6.jpg) no-repeat;
	width: 780px;
	height: 130px;
	border-top: 0;
	position: relative;
	margin-top: 237px;
	margin-left: -60px;
	padding: 0;
	padding-top: 10px;
}

.supportpage #footer {
	background: url(/wp-content/themes/thesis_151/custom/images/BG-Footer6.jpg) no-repeat;
	width: 780px;
	height: 130px;
	border-top: 0;
	position: relative;
	margin-top: 192px;
	margin-left: -58px;
	padding: 0;
	padding-top: 10px;
}

.aboutpage #footer {
	background: url(/wp-content/themes/thesis_151/custom/images/BG-FooterFront2.jpg) no-repeat;
	width: 780px;
	height: 117px;
	border-top: 0;
	position: relative;
	margin-top: 453px;
	margin-left: -59px;
	padding: 0;
	padding-top: 5px;
}

.custom #footer div {
	position: relative;
	margin-right: 8em;
	margin-top: 4em;
}

.aboutpage #footer div {
	position: relative;
	margin-right: 6em;
	margin-top: 2em;
}

.custom #content_box {
	position: relative;
	top: 307px;
	left: -63px;
	background: url(/wp-content/themes/thesis_151/custom/images/BG-Tile5.jpg) center;
	width: 780px;
}

.lecturespage #content_box, .blog #content_box, .articles #content_box {
	position: relative;
	top: 323px;
	left: -63px;
	background: url(/wp-content/themes/thesis_151/custom/images/BG-Tile5.jpg) center;
	width: 780px;
}

.eventspage #content_box {
	position: relative;
	top: 368px;
	left: -63px;
	background: url(/wp-content/themes/thesis_151/custom/images/BG-Tile5.jpg) center;
	width: 780px;
}

.supportpage #content_box {
	position: relative;
	top: 323px;
	left: -61px;
	background: url(/wp-content/themes/thesis_151/custom/images/BG-Tile5.jpg) center;
	width: 780px;
}

.aboutpage #content_box {
	position: relative;
	top: 570px;
	left: -60px;
	background: url(/wp-content/themes/thesis_151/custom/images/BG-TileHome4.jpg) center;
	width: 780px;
	height: 380px;
}


.custom #content {
    border-left: 1px solid #671815;
}

.custom #content div.format_text h3 {
    font-family: "Times New Roman",Times,Georgia,serif;
    font-size: 18px;
    color: #8e5452;
}

.articles #content div.headline_area img {
    float: left;
    margin: 0 10px 0 3px;
    border: 0;
}

.articles #content div.headline_area h1, .blog #content div.headline_area h1, .eventspage #content div.headline_area h1, .lecturespage #content div.headline_area h1, .bookspage #content div.headline_area h1, .ihandbook #content div.headline_area h1, .rwanda #content div.headline_area h1, .pluralist #content div.headline_area h1, .reader #content div.headline_area h1, .courage #content div.headline_area h1, .discussionone #content div.headline_area h1, .musings #content div.headline_area h1 {
    display: none;
}

.musings #content div.format_text img.sonnotes {
	margin-left: -20px;
}

.musings #content div.format_text img.bodyimage {
	float: right;
	margin: 2px 6px 8px 10px;
}

.aboutpage #content {
    border-left: 0;
}

.custom #container {
    background: url(/wp-content/themes/thesis_151/custom/images/BG-Header-books2.jpg) 0 16px no-repeat;
	width: 780px;
	height: 439px;
}

.lecturespage #container {
    background: url(/wp-content/themes/thesis_151/custom/images/BG-Header-lectures2.jpg) 0 16px no-repeat;
	width: 780px;
	height: 459px;
}

.eventspage #container {
    background: url(/wp-content/themes/thesis_151/custom/images/BG-Header-scheduledevents2.jpg) 0 16px no-repeat;
	width: 780px;
	height: 504px;
}

.blog #container {
    background: url(/wp-content/themes/thesis_151/custom/images/BG-Header-notebook2.jpg) 0 16px no-repeat;
	width: 780px;
	height: 459px;
}

.supportpage #container {
    background: url(/wp-content/themes/thesis_151/custom/images/BG-Header-articles2.jpg) 0 16px no-repeat;
	width: 780px;
	height: 459px;
}

.articles #container {
    background: url(/wp-content/themes/thesis_151/custom/images/BG-Header-articles2.jpg) 0 16px no-repeat;
	width: 780px;
	height: 459px;
}

.aboutpage #container {
    background: url(/wp-content/themes/thesis_151/custom/images/BG-Header-front2.jpg) 0 16px no-repeat;
	width: 780px;
	height: 703px;
}

.custom #tabs {
	position: relative;
	top: -50px;
}

.custom #sidebars {
	position: relative;
	left: 75px;
	top: -176px;
}

.lecturespage #sidebars {
	position: relative;
	left: 75px;
	top: -181px;
}

.eventspage #sidebars {
	position: relative;
	left: 75px;
	top: -231px;
}

.blog #sidebars {
	position: relative;
	left: 75px;
	top: -176px;
}

.musings #sidebars {
	position: relative;
	left: 75px;
	top: -176px;
}

.supportpage #sidebars, .articles #sidebars {
	position: relative;
	left: 75px;
	top: -121px;
}

.aboutpage #sidebars {
	position: relative;
	left: 75px;
	top: 0;
}

.custom #content {
	position: relative;
	left: -55px;
	top: -176px;
}

.lecturespage #content {
	position: relative;
	left: -55px;
	top: -181px;
	padding-top: 50px;
}

.eventspage #content {
	position: relative;
	left: -55px;
	top: -231px;
	padding-top: 215px;
}

.blog #content {
	position: relative;
	left: -55px;
	top: -181px;
	padding-top: 15px;
}

.musings #content {
	position: relative;
	left: -55px;
	top: -181px;
	padding-top: 15px;
}

.supportpage #content, .articles #content {
	position: relative;
	left: -55px;
	top: -121px;
}

.aboutpage #content {
	position: relative;
	width: 700px;
	left: -40px;
	top: -175px;
}

.aboutpage #content img {
	float: right;
	margin: 8px 5px 7px 10px;
}

.aboutpage #content .bookbox {
	position: relative;
	background: url(/wp-content/themes/thesis_151/custom/images/bookbox.jpg) center;
	width: 696px;
	height: 169px;
	margin-bottom: 10px;
	margin-left: -6px;
}

.aboutpage #content div.bookbox div.bookholder {
	position: relative;
	width: 664px;
	padding-left: 32px;
	display: block;
	float: left;
}

.aboutpage #content div.bookbox div.bookholder img {
	float: left;
	margin: 6px 20px 0 0;
}

.aboutpage #content .bookbox img.booktext {
	float: left;
	margin: 9px 0 0 30px;
}

.aboutpage #content div.notes {
	float: left;
	width: 320px;
}

.aboutpage #content div.events {
	float: left;
	width: 260px;
}

.aboutpage #content div.notes, .aboutpage #content div.events {
	padding: 5px 0 0 40px;
}

.aboutpage #content div.notes p, .aboutpage #content div.events p {
	font-family: Arial;, Helvetica, sans-serif;
	font-size: 0.95em;
	margin-bottom: 0;
}

.aboutpage #content div.notes a, .aboutpage #content div.events a {
	color: #975708;
	text-decoration: none;
	font-weight: bold;
}

.aboutpage #content div.notes a:hover, .aboutpage #content div.events a:hover {
	text-decoration: underline;
}

.aboutpage #content div.notes div.fheadline, .aboutpage #content div.events div.fheadline {
	font-family: Arial;, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #975708;
	margin-top: 10px;
	font-weight: bold;
}

.aboutpage #content div h1.honefront {
	font-size: 2.45em;
	color: #7d7061;
}

.aboutpage #content div div.fronttwo {
	margin-top: 22px;
}

.aboutpage #content div h2.htwofront, .blog #content h2.htwofront, .musings #content h2.htwofront, .events p strong {
	font-size: 2em;
	color: #661814;
	margin: 0;
	margin-top: -20px;
	line-height: 24px;
}

.aboutpage #content div.fronttwo h2.htwofront{
font-size: 1.7em;
margin-top: 0;
}


.events p{
margin-top: -20px;
}

.format_text p {
   margin-right: 16px;
}

/* remove nav bar border, change background to match tabs */
.custom ul#tabs { border-style: none; font-size: 1.1em; font-weight: normal; }
/* remove the lines between tabs */
.custom ul#tabs li { border-style: none; }
.custom ul#tabs li a { font-family: "Times New Roman", Times,Georgia ,serif; font-size: 1.4em; padding: 0.571em 0.7em 0 0.7em;}
.custom ul#tabs li.home-item a { padding: 0.571em 0.786em 0 1.6em; }



/*change the background color of everything on the nav bar except tabs*/
.custom ul#tabs { background: transparent; }

/*change the background color of unselected tabs*/
.custom ul#tabs li a { background-color: #885752; letter-spacing: 0;  font-size: 1.35em; }
/*change the font color of unselected tabs*/
.custom ul#tabs li a { color: #FFFFFF; text-transform: capitalize; }

/*change the background of color the selected tab*/
.custom ul#tabs li.current_page_item a { background-color: #885752; }
/*change the font color of the selected tab*/
.custom ul#tabs li.current_page_item a { color: #fcefa7; }

/*change the background color of unselected tab when the cursor hovers over it*/
.custom ul#tabs li a:hover { background-color: #885752; }
/*change the font color of unselected tab when the cursor hovers over it*/
.custom ul#tabs li a:hover { text-decoration: none; }

/*remove the default left pad on the subscribe/rss line*/
.custom ul#tabs .rss a { color: #fcefa7; text-decoration: none; }

/*---:[ custom header ]:---*/
.custom #header {border: 0; }

/*---:[ no comments ]:---*/
.aboutpage .comments_closed p, .bookspage .comments_closed p, .lecturespage .comments_closed p, .discussionone .comments_closed p, .rwanda .comments_closed p, .reader .comments_closed p, .ihandbook .comments_closed p, .pluralist .comments_closed p, .eventspage .comments_closed p, .supportpage .comments_closed p, .articles .comments_closed p, .about-sondra .comments_closed p, .courage .comments_closed p {
    display: none ;
}

/*---:[ custom sidebar styles ]:---*/
.custom .sidebar { 
    color: olive;
}

/* style to customise sidebar list items */
.custom ul.sidebar_list li#pages-3 ul li a {
    color: #661814;
}

.custom ul.sidebar_list li#pages-3 ul li {
    line-height: 14px;
}

.custom ul.sidebar_list li ul li.current_page_item a {
    border-bottom: 4px solid #e17f5b;
}

.custom ul.sidebar_list li ul li.current_page_item ul li a {
    border-bottom: 0;
}
    
.custom ul.sidebar_list li#pages-3 ul li a:hover {
}

.custom ul.sidebar_list {
    padding-top: 1em;
}

.custom .post_box {
    padding-top: 1em;
}

.aboutpage .post_box {
    padding-top: 0;
}

/* some general formatting tweaks */

.custom #page {
    padding-bottom: 1em;
}

.custom .format_text {
    line-height: 1.375em;
}

.clear {
	clear: both;
}

div.bquote {
	width: 323px;
	margin: 38px 0 14px 0px;
	padding-left: 0;
	color: #8c6239;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 14px;	
}
