/*
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/
*/





/* This line sets up our clickable header image based on the site title's link */
/* Adjust the height & width attributes to reflect the actual size of your image */
/* Change the filename of your image to reflect the actual header's file name */


/* Leaderboard Ad */





/* Header Customization*/

.custom #header #logo a { display: block; height: 114px; width: 949px; background: url('images/header2.jpg') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header { padding: 0; }
#header { border-top: 1px solid #000000; border-bottom: none; border-right: none; border-left: none; }






/* Navigation Menu Customization */

.custom ul#tabs li a:hover { text-decoration: none; }
.custom ul#tabs li { font-variant: small-caps ;}
.custom ul#tabs li { background: url('images/background.jpg'); }
.custom ul#tabs li.current-cat, .custom ul#tabs li.current_page_item { background: #000000; color: #ffffff; }
.custom ul#tabs li.current-cat a, .custom ul#tabs li.current_page_item a { color: #ffffff; }
.custom ul#tabs li a:hover { background: #000000; color: #ffffff; }
.custom ul#tabs li  { margin-right: 1px; border-left: 1px solid #000000; border-top: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; margin: none; }
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat { padding-bottom: 0px; }

ul#tabs { border-top: none; border-bottom: none; border-left: none; border-right: none ; }






/* Single Post Layout */

body.custom { background: url('images/background.jpg'); }
#content_box { background: url('images/background.jpg'); }

.top { background: #ffffff; color: #000000; }
.top {	border: 4px solid #000000;
	margin-top: 25px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px ;
	padding: 4px;
	width: 560px; }
.top { padding: 20px; }


.post { background: #ffffff; color: #000000; }
.post {	border: 4px solid #000000;
	margin-top: 25px; margin-bottom: 25px; margin-left: 0px; margin-right: 0px ;
	padding: 4px;
	width: 560px; }
.post { padding: 20px; }


.headline_area h1, .headline_area h2 { line-height: 1.4em; }

.headline_meta { padding-left: 5px; font-style: normal; color: #666666; font-size: 1.13em ; }
.headline_meta span, .headline_meta abbr { font-size: 1.13em; color: #666666; font-style: normal; text-transform: none; letter-spacing: 0px; }


blockquote { color: #000000; background: #ededed; border: 1px solid #a6a6a6; }
.format_text blockquote { padding-left: 1.5em; padding-right: 2em; padding-top: 1.5em; margin: 1em 2em 1.5em 2em; }

#content_box { color: #ffffff; }

.headline_meta a { color: #2361A1; text-decoration: underline; }
 
 








/* Archives pages*/

#archive_info { border-bottom: none; }

#archive_info p { text-transform: uppercase; color: #000000; letter-spacing: 2px; }

#content #archive_info h1 {
				font-size: 2.4em;
				font-weight: normal;
				line-height: 1em;
				font-style: italic; 
				color: #000000; }





/* Sidebar styles  */

.custom .sidebar { background: url('images/background.jpg'); }
#sidebar_1 { margin-top: 5px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px ; }






/* Widget Styles */


.sidebar h3 { font-variant: normal; font-size: 18px; color: #000000; text-align: center; margin-bottom: 20px; }


li#text-2.widget { padding-top: 15px; padding-bottom: 15px; text-align: center; border: .1em solid #000000; color: #000000; }

li#text-3.widget { padding-top: 15px; padding-bottom: 15px; text-align: center; border: .1em solid #000000; color: #000000; }

li#text-4.widget { width: 280px; padding-top: 15px; padding-bottom: 20px; padding-left: 20px; font-size: 13px; text-align: left; border: .1em solid #000000; color: #000000; }





/* Tag Customization */

.post_tags { color: #6e6e6e; }






/* Comment display */

.format_text .to_comments span { color: #6e6e6e; font-size: 1.6em;  }
.format_text .to_comments a { color: #6e6e6e; font-variant: small-caps; font-size: 1.4em; padding-left: 448px; }
.custom .to_comments .bracket { display: none; }


dl#comment_list dt, dl#comment_list dd { background: #FFFFFF; }
dl#comment_list dd { color: #000000; margin-bottom: 15px }
dl#comment_list dt { color: #000000; border-top: 4px solid #000000; border-left: 4px solid #000000; border-right: 4px solid #000000; border-bottom: none; }
dl#comment_list dd { border-top: none; border-left: 4px solid ; border-right: 4px solid #000000; border-bottom: 4px solid #000000; }
dl#comment_list .comment_num a { color: #a6a6a6; }

.custom .comments_intro .bracket { display: none; }
.comments_intro span { color: #000000; font-size: 2.2em; }
.comments_intro p { color: #000000; font-size: 2.4em; font-variant: small-caps; line-height: 2.8em; }

.author_comment { background: #e7f8fb !important; }
.avatar img { padding-bottom: 20px; }
.comment_num { padding-left: 60px; padding-bottom: 40px; }

#respond p { color: #000000; font-size: 2.4em; font-variant: small-caps; line-height: 1.429em; }
#commentform p, .login_alert p { color: #000000; }
#commentform p.allowed { border: none; background: #dcbc35; }

#commentform p.allowed span { color: #dcbc35; )

dl#trackback_list dd { color: #ffffff; }
.custom dl#trackback_list dt a { color: #2361A1; text-decoration: underline; )
.custom dl#trackback_list dt a:hover { color: #2361A1; text-decoration: none; )






/* Footer*/

#footer { border: none; }
#footer { text-align: left; color: #a6a6a6; font-size: 1.4em; }
#prev_next { border: none; font-size: 2.2em; color: #dcbc35; }
#prev_next a { color: #dcbc35; }
#prev_next { border-top: none !important; }






/* End */