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

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

BODY{
background-image: url(/blog/purpl037.jpg);
background-repeat: repeat;
background-position: center	center; 
background-attachment: fixed;
font: 68.5%;
}

a, a:visited { color: #571458; text-decoration: underline; }

a:hover { color: #CF69AA; text-decoration: none; }

/*---:[ #header styles ]:---*/

#header #logo { font-weight: bold; font-size: 3.6em; line-height: 1em; margin-bottom: 0.167em; }

#header {border-bottom:none; height:175px; padding-top:0; padding-bottom:0; background:url(images/banner4.jpg) center left no-repeat;}
.custom #header #logo { display:none; }
.custom #header #tagline { display:none; }
	#header #logo a, #header #logo a:visited { color: #571458; text-decoration: none; }

	#header #logo a:hover { color: #CF69AA; }
	
#header #tagline { font-weight: normal; font-size: 1.4em; line-height: 1em; color: #888; }

/*---:[ headlines ]:---*/

h1, h2, h3, h4 { font-weight: normal; font-size: 1em; }

h1, h2 { font-size: 2.2em; line-height: 1.455em; }

	h2 a, h2 a:visited { color: #571458; text-decoration: none; }

	h2 a:hover { color: #CF69AA; }
	
	.post_box h1, .post_box h2 { padding-top: 1em; }
	
	.no_byline .post_box h1, .no_byline .post_box h2 { margin-bottom: 1em; }
	
	#archive_info h1 { font-weight: normal; font-size: 2.4em; line-height: 1em; padding-top: 0.458em; }

h3 { font-weight: normal; font-size: 1.286em; line-height: 1.222em; }

	.format_text h3 { margin: 1.833em 0 0.611em 0; }

	.format_text h3.top { margin: 0 0 0.611em 0 !important; }
	
	.sidebar h3 { font-size: 1.0em; line-height: 1.385em; margin-bottom: 0.615em; font-variant: small-caps; letter-spacing: 2px; color: #555; }

h4 { }

	.format_text h4 { line-height: 2.2em; }
	
	
	.to_comments a, .to_comments a:visited { color: #571458; text-decoration: none; }
	
	.to_comments a:hover { color: #CF69AA; text-decoration: underline; }
	
	/*---:[ nav menu styles ]:---*/

ul#tabs { list-style: none; background: url('images/dot-ddd.gif') 0 100% repeat-x; border-left: 1px solid #CA5695; }

	ul#tabs li { font-size: 1.1em; line-height: 1em; padding: 0.545em 0.818em; background: #EED3E4; border: 1px solid #CA5695; border-left: 0; text-transform: uppercase; letter-spacing: 2px; float: left; }

	ul#tabs li.current_page_item, ul#tabs li.current-cat { background: #fff; border-bottom-color: #fff; }
	
		ul#tabs li a, ul#tabs li a:visited { color: #111; text-decoration: none; }

		ul#tabs li a:hover { color: #111; text-decoration: underline; }
	
		ul#tabs li.current_page_item a, ul#tabs li.current_page_item a:visited, ul#tabs li.current-cat a, ul#tabs li.current-cat a:visited { cursor: default; }
	
		ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }
	
	
		
		


.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.2em;
    background: #CB589D;
    border: 0.4em solid #EDCAE2;
}

.custom #page {
    background: #fff;
}


.custom .sidebar h3 { 
    font-size: 1.2em; 
	font-weight: bold;
	line-height: 1.385em; 
	margin-bottom: 0.615em; 
	font-variant: small-caps; 
	letter-spacing: 2px; 
	color: #571458; border-top: 
	1px solid #DF9CC9; 
	border-bottom: 
	1px solid #DF9CC9;
}

/*    Gravatar styling */
.custom #comment_list dt .avatar { margin: 0 1.571em 1.571em 0; float: left; clear: left; }

/*---:[ calendar widget ]:---*/

		#calendar_wrap { width: 15.077em; padding: 0 0.231em 0 0.154em; }

			#calendar_wrap a, #calendar_wrap a:visited { font-weight: bold; padding: 0.077em; text-decoration: none; }

			#calendar_wrap a:hover { padding: 0.077em; background: #ddd; text-decoration: none; }

			table#wp-calendar { width: 15.077em; border-collapse: collapse; }

				table#wp-calendar caption { font-weight: normal; font-size: 0.846em; line-height: 2em; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; }

				table#wp-calendar th { width: 2.545em; padding-top: 0.091em; font-size: 0.846em; line-height: 1.818em; background: #F4E9F1; border-bottom: 1px solid #ddd; text-align: center; }

				table#wp-calendar td { width: 2.154em; line-height: 1.692em; color: #888; text-align: center; }

				table#wp-calendar td#next, table#wp-calendar td#prev { width: 7.636em; font-size: 0.846em; line-height: 2em; text-transform: uppercase; letter-spacing: 1px; }

				table#wp-calendar td#next { padding-right: 0.545em; text-align: right; }

				table#wp-calendar td#prev { padding-left: 0.545em; text-align: left; }