/*
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: &lt;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; }	&amp;lt;--- 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/
*/

html, .custom {
 height: 100%;
}

/* HEADER */

.custom #header { border-bottom:none;
display: block;
height:100px;
width: 1000px;
padding-top:0;
padding-bottom: 1em;
background:url(images/Longbanner5.png) right no-repeat; 
}

.custom #header #logo { text-indent: -.9999px; }

.custom #header #tagline 
{
color:#000000;
text-indent: -9999px;
}




/* NAVBAR ZONE */

.custom #nav_area {
	background: #ffffff;
}

.custom #nav_area .page {
	background: #ffffff;
}

.custom .menu {
	background: #ffffff;
	border: 0;
}

/* MENU */

.menu {margin-top: -60px; float: right; }


.custom .menu li.tab a, li.tab {
	border: 0; font-size: 14px; font-weight:bold; }

.custom .menu a { font-size: 14px; font-weight:bold; line-height: 1.333em; padding: 0.667em 0.833em; border-width: 0em; border-left-width: 0; }


/* CONTENT ZONE */

.custom #content_area { 
	background: #ffffff;
}

.custom #content_area .page {
	background: #ffffff;
}

.custom #content_box {
	background: #ffffff;
}


/* This line adds a custom footer */

.custom #footer_area {background: #2E2917; padding:0.5em 0; border-top:1px solid #bbd;}

.custom #footer { background:#2E2917; background-repeat: no-repeat; background-position: center; 
padding:2em 0; border-top:0; text-align: right; padding-right: .5em;}

.custom #footer_area .page { background: #2E2917;}


/* BEHIND EVERYTHING */

body.custom { background: #ffffff;}

.custom #image_box, #custom_box {
border-width:0;
}

/* CUSTOM SIDEBAR */ 

.custom .sidebar { background: #e2ded1; }
.custom .sidebar ul.sidebar_list { padding-left: 2em; padding-right: 2em; }
.custom li.widget { background: #e2ded1;  }
.custom .entry-content a { color: #769635; text-decoration: none }

/* CUSTOM TEASER */

.custom .teaser { width: 36.3em; height: 27em; }
.custom .post_box, .teasers_box, .full_width #content_box .page { margin: 0 2.5em 0 2.5em; }
.custom .format_text img[align="left"] { margin-right: 0em; margin-bottom: 0em; }


.custom ul#tabs li a:hover {
  text-decoration: none;
}


.custom img.alignleft, img.left { float: left; margin: 5px 15px 5px 5px; }
.custom #feature_box, #archive_info, #comment_nav_2 { border-width: 0 0 0 0; }

.custom .format_text h2, .format_text h3 { font-size: 1em; line-height: 1.2em; margin: 1.8em 0 0.6em 0; font-weight: bold; }


/* BLOCK QUOTE */

.custom .format_text blockquote.left {
   border: #aaa;
   font-size: 1.1em;
   font-weight: bold;
   color: #9AB536;
   background-color: #fff;
}

.custom .format_text blockquote.right {
   border: #aaa;
   font-size: 1.1em;
   font-weight: bold;
   color: #9AB536;
   background-color: #fff;
}

/* SAVE THIS IN CUSTOM.CSS FILE */
/* change all widget header details */
.custom .sidebar h3 { color: #FFFFFF; text-align: center; background: #8BA331; }
.custom .sidebar h3 { color: #FFFFFF; font-size: .9em; line-height: 1.3em; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; margin-bottom: 1.5em; test-transform: uppercase; }
.custom .sidebar { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.custom #column_wrap .sidebar ul.sidebar_list { padding-top: 3em; }
	li.widget { font-size: 1.5em; line-height: 1.385em; margin-bottom: 2.769em; text-align: center; }
	

/* change specific widget header details */ 
.custom li#top-commentators h3 {font-weight: bold; color: #FFFFFF; padding: 0px 5px; background: #B8860B;}
.custom li#recent-comments h3 {font-weight: bold; color: #FFFFFF; padding: 0px 5px; background: #008000;}
.custom li#wp_digi_cart_widgets h3 {font-weight: bold; color: #ffffff; padding: 0px 5px; background: #000000;}

/* change space between widgets */
.custom li.widget {margin-bottom: 2em;}

/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #2E2917;
	/* widget padding */
	padding: 16px;
	/* margin at bottom of widgets */
	margin-bottom: 25px;
	/* do not change this! */
	overflow: ;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 320px;
	/* space between widgets */
	padding-right: 15px;
	/* text color */
	color: #DBD7CB;
        font-size: 1.3em;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 1.em;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: uppercase;
	/* space out the letters*/
	letter-spacing: 1px;
	/* font color*/
	color: #DBD7CB;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 3px solid #2E2917;
	/* distance between border and widget text */
	margin-bottom: 0px;
}

/* 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 #before_footer a {
	font-size: 1.5em;
	border-bottom: none;
	/* default Thesis link color */
	color: #9AB536;
}
.custom #before_footer a:visited {
	text-decoration: none;
	/* default Thesis link color */
	color: #DBD7CB;
}
.custom #before_footer a:link {
	text-decoration: none;
	/* default Thesis link color */
	color: #DBD7CB;
}
.custom #before_footer a:hover {
	text-decoration: none;
	/* default Thesis link color */
	color: #9AB536;


