/*
File:			custom.css
Description:	Custom styles for Thesis. Lights Out styles by Kolakube.com.

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/
*/

body { background: url(images/bg.png) }

.custom a { outline: none }

.custom .page { background: transparent }


/*---:{ NAV MENU }:---*/

.custom .menu { background: url(images/menu.png) repeat-x; border-radius: 5px 5px 7px 7px; padding: 0.5em 0.5em 0.6em 0.9em; -moz-border-radius: 5px 5px 7px 7px; -webkit-border-radus: 5px 5px 7px 7px }
	.custom .menu li { margin-right: 1em }
	.custom .menu a { background: none; letter-spacing: normal; padding: 0.2em 0.5em 0.3em; text-shadow: 1px 1px 1px #555; text-transform: none }
		.custom .menu .current a, .custom .menu .current-cat a { background: rgba(0, 0, 0, 0.3); cursor: pointer }

		.custom .menu .rss { margin: 0; padding: 0.3em 0.6em 0 }
			.custom .menu .rss a, .custom .menu .rss a:hover{ background: url(images/menu_rss.png) no-repeat right 0.32em; padding: 0 1.3em 0 }
			.custom .menu .rss:hover { background: none }

.custom .submenu, .custom .menu li:hover { background: rgba(0, 0, 0, 0.7) }
	.custom .menu .submenu { padding: 1em 0.5em 0.5em }
		.custom .menu li li { margin-bottom: 0.5em }


/*---:{ HEADER AREA }:---*/

.custom #header_area { background: #323232 url(images/header_area.png) repeat-x bottom; padding-bottom: 2em }
	.custom #header { padding: 0 1.1em }
	
.custom #logo { margin-top: 0.5em }
	.custom #logo a, .custom #tagline { font-weight: normal; text-shadow: 1px 1px 1px #111 }


/*---:{ CONTENT BOX }:---*/

.custom #content_area { background: url(images/content_area.png) repeat-x }

.custom .post_box { background: url(images/divider.png) repeat-x bottom }

.custom .headline_meta, .custom .teaser .teaser_link { background: rgba(0, 0, 0, 0.05); display: inline-block; margin-top: 0.6em; padding: 0.2em 0.5em }
	.custom .headline_meta a { border: 0; color: #323232 }


/* HEADLINES */

.custom .headline_area h1, .custom .headline_area h2, .custom #archive_intro h1 { font-weight: bold; letter-spacing: -0.7px }

.custom .format_text h2, .custom .format_text h3, .custom .teaser h2 { font-size: 1.7em; font-weight: bold }

.custom .format_text h4 { font-size: 1.4em }

.custom .format_text h5 { font-size: 1em }


/* POST STYLES */

.intro, .custom blockquote { color: #858585; font-size: 1.1em; font-style: italic; text-shadow: 1px 1px 1px #F5F5F5 }

.custom blockquote { background: url(images/blockquote.png) no-repeat top left; padding-left: 3.2em }

.custom p.note, .custom p.alert { border: 0; text-shadow: 1px 1px 1px #F5F5F5 }
	.custom p.note { background: rgba(0, 0, 0, 0.05); color: #888 }
	.custom p.alert { background: rgba(255, 255, 0, 0.2); color: #979508 }
	
.custom .format_text ul, .custom .format_text ol { color: #1d1d1d; font-size: 1.0em; font-style: italic; margin-left: 5; }
	.custom .format_text li { list-style-position: inside; padding: 0.2em 0 }


/* TEASERS */

.custom .teasers_box { background: rgba(255, 255, 255, 0.35); margin: 0; padding: 2.2em 1.1em }

.custom .teaser h2 { font-size: 2em }


/*---:{ SIDEBAR }:---*/

.custom .sidebar .widget { background: rgba(0, 0, 0, 0.05); margin-bottom: 1em; padding: 5%; width: 90%; -moz-border-radius: 8px; -webkit-border-radius: 8px }

.custom .sidebar h3, #footer h3 { border-bottom: 1px solid #BBB; font-size: 1.6em; font-variant: normal; font-weight: bold; letter-spacing: -0.5px; padding-bottom: 0.2em; text-transform: none }

.custom .image_box { background: none }
	.custom #image_box img { border-width: 0.5em }


/*---:{ FOOTER }:---*/

.custom #footer_area { background: rgba(0, 0, 0, 0.05); margin-top: 3em }
	.custom #footer_area .page { padding-bottom: 0 }

.custom #footer { padding: 2em 1.1%; text-align: left; text-shadow: 0px 0px 0px #222 }
	.custom #footer ul { list-style: none; overflow: hidden }
		#footer li { float: left; margin-right: 2%; width: 32% }
			#footer li li { float: none; list-style: square; margin: 0 0 0.3em 1em; width: auto }
	#footer h3 { color: #535353; font-size: 2em; margin-bottom: 0.3em; text-shadow: 0px 0px 0px #FFF }
	.custom #footer a { border: 0; color: #444 }
		.custom #footer a:hover { color: #888 }

#footer .last { margin: 0 }

#copyright { border-top: 1px solid #BCBCBC; clear: both; margin-top: 2em; padding-top: 1.7em }


/*---:{ SHARED }:---*/

.custom .menu .current a, .custom .menu li:hover, .custom .menu .current-cat a, .custom .headline_meta, .custom .teaser .teaser_link, .custom p.note, .custom p.alert { -moz-border-radius: 5px; -webkit-border-radius: 5px }

.custom .headline_area h1, .custom .headline_area h2, .custom #archive_intro h1, .custom .format_text h2, .custom .format_text h3, .custom .format_text h4, .custom .format_text h5, .custom .format_text h6, .teaser h2, .custom .headline_meta, .custom .widget, .custom #footer p 