/*
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/
*/

/* Tweaks to remove default Thesis borders */
.custom #content_box {background: none;}
.custom #header {border-bottom: none;}
.custom #tabs {border-bottom:none; border-left:none;}
.custom #tabs li {border: none;}
.custom #sidebars {border-top: none !important;}
.custom #sidebar_1 {border-width: 0 !important;}
.custom #footer {border-top: none;}

/* Tweaks to remove default tab styling */
.custom ul#tabs li { margin-bottom: 1em; background:none; }
.custom ul#tabs li.current_page_item,
.custom ul#tabs li.current-cat { padding-bottom:0; background:none;}
.custom ul#tabs li.rss {}
.custom ul#tabs li a {text-transform: none;}
.custom ul#tabs li a:hover {text-decoration:none;}
.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}
.custom ul#tabs li a {color: #EE933D; font-weight: normal;}
.custom ul#tabs li a {font-family: "Century Gothic","Apple Gothic",Verdana,sans-serif;}
.custom h2 a {color: #20608A;}
.custom li a {color: #1B4F73;}
.custom li a:hover { color: #1B4F73; text-decoration: underline;}
.custom li a:visited {color: #1B4F73;}

/* make current page tab in nav bar a different color and weight */
.custom ul#tabs li.current_page_item a { color:#FFFFFF; font-weight:bold; }

/* this changes the in-post link colors */
.custom a { color: #FF6C09; }
.custom a:visited { color: #FF6C09; }	
	.custom a:hover { color: #FF6C09; text-decoration: none;}

/* this changes the sidebar widget headings (archives, categories, etc.) */
.custom .sidebar h3 { color: #FF6C09; }
.custom .sidebar h3 { font-family: "Century Gothic","Apple Gothic",Verdana,sans-serif;}
.custom .sidebar h3 { font-size: 1.11em;}

.custom .headline_area h1 { color: #20608a;}
.custom .headline_area h1 { font-family: "Century Gothic","Apple Gothic",Verdana,sans-serif;}

.custom .headline_area h2 { color: #20608a;}
.custom .headline_area h2 { font-family: "Century Gothic","Apple Gothic",Verdana,sans-serif;}

.custom .format_text h1 {  color: #20608A;}
.custom .format_text h1 {  font-weight: bold;}
.custom .format_text h1 {  font-size: 1.5em;}
.custom .format_text h1 {  font-family: "Century Gothic","Apple Gothic",Verdana,sans-serif;}

.custom .format_text h2 {  color: #FF6C09;}
.custom .format_text h2 {  font-weight: bold;}
.custom .format_text h2 {  font-size: 1.33em;}
.custom .format_text h2 {  font-family: "Century Gothic","Apple Gothic",Verdana,sans-serif;}

.custom .format_text h3 { color: #20608A;}
.custom .format_text h3 {  font-weight: bold;}
.custom .format_text h3 {  font-size: 1.2em;}
.custom .format_text h3 {  font-family: "Century Gothic","Apple Gothic",Verdana,sans-serif;}

.custom .format_text h4 {  color: #FF6C09;}
.custom .format_text h4 {  font-weight: bold;}
.custom .format_text h4 {  font-family: "Century Gothic","Apple Gothic",Verdana,sans-serif;}

.custom .format_text h5 { color: #FF6C09;}
.custom .format_text h5 {  font-weight: normal;}
.custom .format_text h5 {  text-transform: none;}
.custom .format_text h5 {  font-family: "Century Gothic","Apple Gothic",Verdana,sans-serif;}

.custom .format_text h6 { color: #20608A;}
.custom .format_text h6 {  font-weight: normal;}
.custom .format_text h6 {  text-transform: none;}
.custom .format_text h6 {  font-family: "Century Gothic","Apple Gothic",Verdana,sans-serif;}

.custom li.widget { color: #1B4F73;}

.custom dl#comment_list .bypostauthor {background:#c5e6fc none repeat scroll 0 0;}

/* this changes the font color of everything that inherits from the body */
body.custom {color: #111111;}

/*this changes post font size */
.custom .format_text { font-size: 1.25em;}

/* this changes the space from top of post box to post title (to get title below gradient) */
/*.custom .post_box { padding-top: 3.75em;}*/
.custom #content {padding-top: 4em;}

/* this styles the brackets, number and link to comments */
.custom .format_text .to_comments span.bracket { color:#71B4E0;}
.custom .format_text .to_comments a { color:#FF6C09; text-decoration:none;}
.custom .format_text .to_comments span {color:#FF6C09; line-height:1em; }

/* change color of the border between posts abd remove unneeded borders/padding between teasers */
.custom .post_box { border-top:1px dotted #71B4E0; clear:both; }
.custom .teasers_box { border: none;}
.custom .teasers_box { padding-top:0em; padding-bottom:0em;}

/* tweaks for the category archives */
.custom #archive_info { padding-bottom:1em; padding-top:4.9em;}

/* tweaks for aff link icons */
/*.custom a img { padding-left:2.5em;}*/

/* tweaks for blockquotes */
*.custom blockquote { border-left:0px solid #CCD6DE;}
.custom blockquote { color:#3B3E3F;}
/*.custom blockquote { font-style: italic;} */

.custom blockquote { background-color: #EDF8FF;}
.custom blockquote { margin: 0 50px;}
.custom blockquote { padding: 10px 5px;}

/* Tweaks for a full-width design framework (Julie and others) */
/*.custom #header_area, .custom #footer_area { background:#3B546C;}*/
/*.custom #header_area, .custom #footer_area { background:#1B4F73;}*/
.custom #header_area, .custom #footer_area { background:#2B658F;}
/*.custom #header_area { background:transparent url('images/fwHeader4.jpg') repeat-x scroll 0 0; }
.custom #footer_area { background:transparent url('images/fwFooter4.jpg') repeat-x scroll 0 0; }
*/

/* this puts a graphic logo where the regular logo is 
.custom #logo a { background:transparent url('images/vblogo.jpg') no-repeat scroll 0 0;} */

.custom #content_area { background:#fffefa url(images/content_bg6.png) repeat-x scroll 0 0; }

/*.custom #footer { color: #063B5E; }*/
.custom #footer { color: #fff; }
.custom #footer a { color: #FF8309; }
.custom #footer { font-size 1.0em; }

.custom ul#tabs { margin-bottom: 0em;}

/*.custom ul#tabs li a { color:#E64909;}*/

.custom ul#tabs li a { color:#FF8309;}
.custom ul#tabs li {} 
.custom #header #logo { font-weight: normal; letter-spacing: 0.01em;}
.custom #header #logo a { color: #FFF; }
.custom #header #logo a:hover { color: #FF8309; }
.custom #header #tagline { font-weight: bold; color: #fff; font-style: italic; padding-left: 0.50em;}
.custom #header #tagline { letter-spacing: 0.09em;}
/*.custom #sidebars {background:#c5e6fc;}*/
.custom #sidebars {background:#C7EAFF;}
.custom #image_box {background:#C7EAFF none repeat scroll 0 0;
border-bottom:1px solid #C7EAFF;}

/* format the paypal buttons */
.custom .format_text input { border-width:1px; padding:0.25em; }
/*.custom .format_text input { border-width:1px; padding:0.25em; width:15%; }*/

/*.custom .format_text input { width:15%; }*/
.custom input, textarea { background: #FFFFFF none repeat scroll 0 0;}

/* formatting for testimonials */
.custom img.testimonial { border: 1px solid #ffffff; display: inline; float: left; margin: 2px 10px 0 0;}

/*************** stuff not being used ***************/

/*.custom #header_area { border-color: #CF463C;}*/
/*.custom #header_area { border-bottom: 0.3em solid;}*/
/* this is sim to the blue gradient on old site...doesn't go full-width, though...
.custom #header { height:150px; background:transparent url(images/BlueGradient.jpg) 

repeat-x; }
*/
/* this is from the background customizing kit from Thesis 
body.custom {
    background: #D2D7C0;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #7F7E86;
    border: 0.4em solid #B6C679;
}

.custom #page {
    background: #fff;
}
*/
/*
.custom #header, .custom #footer { background:#FF9E01;}
*/