/*
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/
*/





/*---:[ repeating Lime Green Backgound ]:---*/

body.custom { background: #f9f5db url('images/purplebg.gif'); }

		.custom #page { 
		margin-top: 2em; margin-bottom: 2em ; padding: 2em 1.7em; background: #fff; border: 5px solid #39133d; 
		color:#666666; }



/*---:[ customizing the tab colors to green ]:


.custom #tabs { list-style: none; border: 1px solid #ddd; border-width: 0 0 1px 1px; }
.custom #tabs li { margin-bottom: -0.1em; background: #cce296; border: 1px solid #ddd; border-left: 0; float: left; }
.custom #tabs .current_page_item, #tabs .current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; }
.custom	#tabs a { display: block; line-height: 1em; background: # cce296; color: #799f19; text-transform: uppercase; letter-spacing: 2px; }
.custom #tabs a:hover { background: #9ab751; color: #cce296; text-decoration: none; }
.custom	#tabs .current_page_item a, #tabs .current-cat a { cursor: text; }
.custom	#tabs .current_page_item a:hover, #tabs .current-cat a:hover { text-decoration: none; }
.custom	#tabs .rss { padding-right: 0; background: none; border: none; float: right; }
.custom	#tabs .rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }---*/


/* -- tab colors at grays: thesis original with lime rollovers--*/

.custom	#tabs { list-style: none; border: 1px solid #ddd; border-width: 0 0 1px 1px; }
.custom	#tabs li { margin-bottom: -0.1em; background: #efefef; border: 1px solid #ddd; border-left: 0; float: left; }
.custom	#tabs .current_page_item, #tabs .current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; }
.custom	#tabs a {
	display: block;
	line-height: 1em;
	color: #39133d;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.custom	#tabs a:hover { background: #9ab751; color: #fff; text-decoration: none; }
.custom	#tabs .current_page_item a, #tabs .current-cat a { cursor: text; }
.custom	#tabs .current_page_item a:hover, #tabs .current-cat a:hover { text-decoration: none; }
.custom	#tabs .rss { padding-right: 0; background: none; border: none; float: right; }
.custom	#tabs .rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }




/* -- header changes -- */

.custom #header { border-bottom: 3px double #bbb;
height:200px;
padding-top:0;
padding-bottom:0;
background:url('images/AAFBH_header.jpg')
center left no-repeat; }

/*---- to get rid of "comments on this page are closed" --*/
.custom .comments_closed p {
  display: none;
}


/* customize the widgets */
.custom li.widget_categories h3 {
   color: 799f19;
}



/*---:[ global elements ]:---*/
a { color: #799f19; text-decoration: none; text-decoration: none;}
a:hover { text-decoration: underline; }

/*---:[ headlines and bylines .custom h1.entry-title, {
color:#799f19;
}]:---*/




.custom .headline_area h1, .headline_area h2 {
	color:#52295b;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}

.custom h1.entry-title, .custom h2.entry-title, .custom h2.entry-title a {
	color:#52295b;
	border: 0px;	
}
/*
.custom p {
	color:#52295b;
}*/

.custom h2 {
	color:#52295b;
	border-bottom: 1px dotted #bbb;
}

.custom h4 {
	color:#799f19;
	
}


/*--try to change the widget title text 
.sidebar h3 {
	
	letter-spacing: 2px;
	color: #fff;
	background: #f9f5db url('images/purplebg.gif');
	font-weight: bold;
	height: 25px;
	display: block;
}--*/


.custom .sidebar h3 {
	background: #52295b;
	border: 1px solid #ddd;
	display: block;
	line-height: 1em;
	color: #ffffff;
	text-transform: none;
	letter-spacing: 1px;
	padding: 3px 10px 3px 10px;
	font-weight: 900;
	}
	
	.custom .sidebar h3 a{
	
	color: #ffffff;
	
	}
	