/*
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 #header {
	height:260px;
}

.custom #footer {
	height:24px;
        padding-bottom: 0em;
}



body.custom { background: url(/artwork/BGart.jpg) repeat }
.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.1em; background: #ffffff; border: 0em solid #ffffff; }

/*---:[ nav menu styles ]:---*/
.custom #tabs { list-style: none; border: 0px solid #ddd; border-width: 0 0 0px 0px; }
	#tabs li { margin-bottom: -0.1em; background: #efefef; border: 1px solid #ddd; border-left: 0; float: left; }
	#tabs .current_page_item, #tabs .current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; }
		#tabs a { display: block; line-height: 1em; color: #111; text-transform: uppercase; letter-spacing: 2px; }
		#tabs a:hover { color: #111; text-decoration: underline; }
		#tabs .current_page_item a, #tabs .current-cat a { cursor: text; }
		#tabs .current_page_item a:hover, #tabs .current-cat a:hover { text-decoration: none; }
	#tabs .rss { padding-right: 0; background: none; border: none; float: right; }
		#tabs .rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }


/*---:[ content elements ]:---*/
.custom body { font-family: Georgia, "Times New Roman", Times, serif; }
	#header { padding-top: 0em; padding-bottom: 0em; }
		.post_box { padding-top: 2.2em; }
			.headline_area { margin-bottom: 0em; }
		.teasers_box { padding-top: 2.2em; padding-bottom: 2.2em; }
		#multimedia_box { margin-bottom: 2.2em; }
	#footer { padding-top: 1.1em; padding-bottom: 1.1em; }


/*---:FROM STYLE.CSS[ core layout elements ]:---*/
.custom #header { border-bottom: 0px double #ddd; clear: both; }
	#column_wrap { float: left; }
	.post_box, .teasers_box { border-top: 1px dotted #bbb; clear: both; }
	.teasers_box .post_box { margin: 0; border-top: none; clear: none; }
		.teaser { float: left; }
		.teaser_right { float: right; }
	.top { border: none !important; }
		#sidebars { border-style: solid; border-color: #ddd; }
			#sidebar_1 { border-style: dotted; border-color: #ddd; }
#footer { color: #888; border-top: 0px double #ddd; text-align: right; clear: both; }

/*---:FROM LAYOUT.CSS[ comments area ]:---*/
#comments { margin-right: 2.3em; margin-left: 9em; }
	.comments_intro, #respond_intro { margin-left: 1.1em; }
		dl#comment_list dt, dl#trackback_list dt { padding-right: 1.1em; padding-left: 1.1em; }
		dl#comment_list dd, dl#trackback_list dd { padding-left: 1.1em; }
			dl#comment_list dd .format_text, dl#comment_list dd #respond { padding-right: 1.1em; }
		dl#comment_list dl dt { padding-left: 2.2em; border-width: 0 0 0 0.1em; }
		dl#comment_list dl dt.bypostauthor { padding-left: 2.1em; border-width: 0 0 0 0.2em; }
		dl#comment_list dl dd { padding-left: 0; }
		dl#comment_list dl dd .format_text { padding-left: 1.6em; border-width: 0 0 0 0.071em; }
		dl#comment_list dl dd.bypostauthor > .format_text { padding-left: 1.5em; border-width: 0 0 0 0.143em; }
		dl#comment_list dl dd dl { padding-left: 2.2em; }
#commentform { padding-right: 2.3em; padding-left: 1.1em; }
.comments_closed, .login_alert { margin-left: 1.1em; }



/*---:FROM LAYOUT.CSS[ core layout elements ]:---*/
.custom #container { width: 1000px; margin: 0 auto; }
	#page { padding: 0em; }
		#header, #footer { padding-right: 0em; padding-left: 0em; }
		#content_box { width: 100%; background: url('images/dot-ddd.gif') 65.2em 0 repeat-y; }
		.no_sidebars { background: none !important; }
			
			#content { width: 55.2em; float: left; }
			.no_sidebars #content { width: 100%; }
				.post_box, .teasers_box, .full_width #content_box .page { margin: 0 2.3em 0 4em; }
					.full_width #content_box .page { width: auto; }
				.no_sidebars .post_box { margin: 0 1.1em; }
				.teasers_box { width: 61.8em; }
					.teaser { width: 29.8em; }
				#archive_info, .prev_next { padding-right: 2.3em; padding-left: 1.1em; }
			#sidebars { width: 40.4em; border: 0; float: right; }
				.sidebar { width: 100%; }
				#sidebar_1 { border: 0; }
					.sidebar ul.sidebar_list { padding-right: 1.1em; padding-left: 1.1em; }


/*---:[ headlines ]:---*/
.headline_area h1, .headline_area h2 { font-size: 2.2em; line-height: 1.364em; }
.format_text h2, .format_text h3 { font-size: 1.286em; line-height: 1.222em; margin: 1.833em 0 0.611em 0; }
.format_text h4 { font-size: 1em; }
.format_text h5 { font-size: 0.786em; }
.format_text h6 { font-size: 0.786em; }
.teaser h2 { }
.sidebar h3 { font-size: 1.5em; line-height: 1.385em; margin-bottom: 0.692em; }
#archive_info h1 { font-size: 1.8em; line-height: 1em; }


/*SAMPLE: <p class="stylename">text</p>  or  <div class="stylename">text</div> <table class="style10">   */
.style1 {font-family: Arial;
	font-size: 13px;
	color: #000000;
	line-height:1.5em;}

.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4b5b7c;}

.style6 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666666;
        line-height:1.5em;}

.style7 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #999999;
	line-height: normal;}

.style8 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666666;
	line-height: 150%;
	padding-left:0px;}

.style9 {
	font-family: "Trebuchet MS";
	font-size: smaller;
	color: #0000CC;
}

.style10 {
	font-family: "Arial";
	font-size: 12px;
	color: #666666;
	line-height: 120%;
}

.style11 {
	font-family: "Arial";
	font-size: 11px;
	color: #000000;
        line-height: 100%;
}

.style12 {font-size: 10px}
