/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:
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 overwrite *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:
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!
*/
/*---:[ Set 1: solid background with slick borders around your "page" area ]:---*/

body.custom { background:url('bg-blue.jpg') repeat-x; }
	
	.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #555566; border: 0.4em solid #3e3e3a; }

		.custom #page { background: #ffff; }
/*.custom { font: 48% arial, helvetica; }*/

* { padding: 0; margin: 0; }
.custom #content { border-right: none; }
.custom li.widget .callout { padding: 0.846em; line-height: 1.385em; background: #dddfff; border: 0.077em solid #70267f; }
.custom li.widget.journal { display: block; 
			   height: 200px; 
			   width: 140px; 
			   background: url('images/crayons.jpg') no-repeat;
			   }
.custom .li.widget.journal p { font: bold 1em Verdana,Arial, Helvetica; 
			     color: #000;
			     text-align: center;
			     border: 1px dashed #000;}


/*---:[ end Set 1 ]:---*/
/*---:[ footer styles ]:---*/

.custom #footer a { color: #FFFFFF; border-bottom: 1px solid #ccc; }
.custom #footer{ background: #6A6A6A; }
.custom #header{ background: url('images/butterfly-brown-oz.jpg') center no-repeat; height:100px; }
.custom #header #logo { display:none; }
.custom #header #tagline { display:none; }
.custom #navigation { font: bold 5em Verdana,Arial; }

.custom #sidebars H3 { font: bold 1em Corsiva; padding: 0.2em; color: #FFF; background: #777777;}
custom #sidebars { background-color: #77777; }

/*---:[ salesletter page ]:---*/

.salesletter #header { display: none; }
.salesletter #header #logo { display: none; }
.salesletter #footer { padding-bottom: 0; border-top: 0em; }
.salesletter #footer { display: none; }
.salesletter #sidebars { display: none; border: none; }
.salesletter #tabs {display:none;}
.salesletter #content_box { background:none; }
.salesletter .comments_closed { display: none; }
.salesletter #header #logo { display: none; }
.salesletter #header #tagline { display: none; }
.salesletter #content { margin: 0 auto; float: none; }.salesletter .comments_closed { display: none; }
.salesletter #content h2, .sale #content h1 { font-size:30pt; text-align:center; font-weight:bold; }






















































































































































































































































































































































































































































































