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

body.custom {
background:#000 url(images/bg.jpg) no-repeat scroll 50% 0;
}

.custom #content_box {
	background: #000;
}
	
.custom #content { 
	background: #000;
	}
	
.custom #page {
	background: none !important;
	}
	



/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

.custom #header {
	border: none;
	padding: none;}
	
.universal_header a { 
	background:#000 url(images/header.jpg) no-repeat scroll 0 0;
	display:block;
	height:12em;
	width:74.222em; 
	outline: none;
	}

.universal_header {
	padding-bottom: 0px;
	padding-top: 9.7em;
	padding-left:2.7em;
	border: none;
	outline: none;
	}


.welcome_header a {
	background:#000 url(images/welcome_header.jpg) no-repeat scroll 0 0;
	display:block;
	height:14.9em;
	width:74.222em;
	outline: none;
	}
	
.welcome_header {
	padding-bottom: 0px;
	padding-top: 6.6em;
	padding-left:2.7em;
	border: none;
	}

/* NAVIGATION MENU*/

.custom ul#tabs { background: #000; list-style: none; padding-top: none; padding-left:21.4em; border: none; width:71.9em;}

	.custom ul#tabs li { background: #000; border: none; border-left: 0; color: #ffc353; background: none; text-transform: lowercase; font-style: italic;  }

	.custom ul#tabs li a { display: block; line-height: 1em; color: #646363; background: none; text-transform: lowercase; font-style: italic; text-align:center; width:100px; letter-spacing: 0px; }

		.custom ul#tabs li a:hover { color: #ffc353; text-decoration: none;}
	
		.custom ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; }
		
		.custom ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { line-height: 1em; text-decoration: none; }
		
		.custom ul#tabs li.current_page_item a { color: #a251fd; font-style: normal;}
		

		
/*Body Content*/
.custom .format_text {
	color: #fff;
	}

/*Headlines*/
.custom h2 a {
	color: #a251fd;
	}
	
.custom h2 a:hover {
	color: #5c5c5c;
	text-decoration: none;
	}
	
/*Post Meta*/
.custom .headline_meta {
	color:#888888;
	font-style:italic;
	}

.custom .headline_meta span, .headline_meta abbr {
	font-style:normal;
	letter-spacing:1px;
	text-transform:uppercase;
	}

/*Headlines*/
.custom h1 {
	color: #a251fd;
	}



/*---:[ comment styles ]:---*/

	.custom .comments_intro p { color: #ffc353; }
		
	.comments_intro a { text-decoration: underline; }
		
	.comments_intro a:hover { text-decoration: none; }

	.comments_intro span { color: #ffc353; }

	.comments_intro span.bracket { color: #000; }
	
/*---:[ after-post elements ]:---*/

	.custom .format_text .to_comments { 
		color: #ffc353; 
		clear: both; 
		background:transparent url(images/comment.jpg) no-repeat scroll 0% 70%;
		color:#FFC353;
		height:5.5em;
		text-decoration:none;
		width:25em; }

	.custom .format_text .to_comments span { color: #ffc353; }

	.custom .format_text .to_comments span.bracket { color: #000; }

	.custom .format_text .to_comments a { 
		color:#FFC353;
		margin-left: 2em;
		font-style: italic;
		letter-spacing: .09em;  }

	.custom .format_text .to_comments a:hover { color: #ffc353; text-decoration: underline; }
	
.prev_next {
	border-top: none;}
	
/*Additional Comments Styling*/

.custom dl#comment_list dt .comment_author {
	color:#5c5c5c;
	}
	
.custom dl#comment_list dt.bypostauthor {
	background:#000 url('images/authorcomment.jpg') no-repeat scroll 80% 100%;
	height: 4.5em;
	}
	
.custom dl#comment_list .bypostauthor {
	background:#000 none repeat scroll 0 0;
	}
	
.custom dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor > .format_text {
	border-color:#5c5c5c;
	}
	
.custom .comment_time a, .edit_comment a {
	color:#242424;
	}

.custom .avatar img {
	margin-right:0.769em;
	margin-left: 0em;
	float: left;
	}
	
.custom dl#comment_list dd {
	border-bottom:1px solid #242424;
	}

.custom #commentform {
	border-top:0px solid #242424;
	}
	
.custom #commentform p, .login_alert p {
	color:#555555;
	}
	
/*Comment Form Styles*/

.custom input:focus, textarea:focus {
	background:#fff4e0 none repeat scroll 0 0;
	border-color:#777777 #CCCCCC #CCCCCC #777777;
	}
	
.custom input.form_submit:hover {
	color:#fff4e0;
	}
	
.custom input.form_submit {
background:#000;
border-color:#242424;
border-style:solid;
border-width:1px;
-moz-border-radius: .3em;
-webkit-border-radius: .3em;
color:#a251fd;
cursor:pointer;
font-weight: normal;
overflow:visible;
width:auto !important;
}

	



/*ALL LINKS*/
	
	.custom a { color: #ffc353; text-decoration: none; }

	.custom a:hover { color: #fde6bc; text-decoration: underline; }

	.custom a:visited { color: #ffc353; font-weight: normal; }

/*Quote*/
.quote {
	background: url('images/quote.jpg') no-repeat;
	display: block;
	width: 23em;
	height: 39em;
	}
	
/*Custom Front Page*/
.the_design_page h2 {
	color: #000;}
	
.the_design_page .headline_area {
	margin-bottom:0em;
	}
	
.text_box_design_page {
	-moz-border-radius-bottomleft:1em;
	-moz-border-radius-bottomright:1em;
	-moz-border-radius-topleft:1em;
	-moz-border-radius-topright:1em;
	-webkit-border-radius: 1em;
	background:#000 none repeat scroll 0 0;
	border:0px solid #5d5d5d;
	margin-left:4em;
	margin-right:4em;
	}

/*Custom Text for all pages*/
.front_page_text {
	margin-left:4em;
	margin-right:4em;
	padding-top: 1em;
	}
	
.text_box {
	-moz-border-radius-bottomleft:1em;
	-moz-border-radius-bottomright:1em;
	-moz-border-radius-topleft:1em;
	-moz-border-radius-topright:1em;
	-webkit-border-radius: 1em;
	background:#000 none repeat scroll 0 0;
	border:0px solid #5d5d5d;
	margin-left:4em;
	margin-right:4em;
	}
	
/*Custom Story Page*/

.the_story_page h1 {
	color: #000;}
	
.text_box_story_page {
	-moz-border-radius-bottomleft:1em;
	-moz-border-radius-bottomright:1em;
	-moz-border-radius-topleft:1em;
	-moz-border-radius-topright:1em;
	-webkit-border-radius: 1em;
	background:#000 none repeat scroll 0 0;
	border:0px solid #5d5d5d;
	}
	
/*Custom Text for story page*/
.the_story_page_text {
	margin: 1em;
	}
	
/*Custom Shop Page*/

.the_shop_page h1 {
	color: #000;}
	
/*Custom Services Page*/

.the_services_page h1 {
	color: #000;}

.the_services_page .headline_area {
	margin-bottom:0em;
	}
	

	
/*Headers for Individual Pages*/
.header_lifestyle {
	background: #000 url('images/thelifestyle.jpg') no-repeat;
	display:block;
	height:6em;
	width:44em;
	}
	
.header_the_design {
	background: #000 url('images/thedesign.jpg') no-repeat;
	display:block;
	height:6em;
	width:44em;
	}
	
.header_the_story {
	background: #000 url('images/thestory.jpg') no-repeat;
	display:block;
	height:6em;
	width:44em;
	}
	
.header_the_shop {
	background: #000 url('images/theshop.jpg') no-repeat;
	display:block;
	height:6em;
	width:44em;
	}
	
.header_the_services {
	background: #000 url('images/theservices.jpg') no-repeat;
	display:block;
	height:6em;
	width:44em;
	}
	
/*Comments Closed Text*/
.custom .comments_closed p {
text-indent: -9999px;
}

/*Drop Cap Styling*/
.custom .format_text .drop_cap {
color:#FFC353;
float:left;
	}
	
/*Random Styling for Pictures*/
.custom .format_text img.center, .format_text img.aligncenter, .wp-caption.aligncenter {
margin:0 auto .467em;
}


	
/*footer widgets*/
#footer-sidebar { 
	display:block; 
	width:100%; 
	height: 350px; 
	list-style-type: none;
	padding: 30px 0px 100px 0px; 
	color: #fff; 
	background: #000 url('images/footer.jpg') no-repeat 0 95%; 
	width: 870px; 
	border: .1em solid #242424; 
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em;
	margin-left: 10px;
	}
 
#footer-sidebar a {color:#ffc353; text-decoration: bold; border:none;}
  
#footer-sidebar a:hover{color:#fff; text-decoration:underline;}
  
#footer-sidebar1{text-align: center; background: transparent none repeat scroll 0 0; border-right: .1em solid #242424; float: left; height: 425px; width: 280px; padding-left: 20px;}
  
  #footer-sidebar2{text-align: center; background: transparent none repeat scroll 0 0; border-right: .1em solid #242424; float: left; height: 425px; padding-left: 15px; padding-right: 15px; width: 220px;}
  
  #footer-sidebar3{text-align: center; background: transparent none repeat scroll 0 0; border-right: 0px solid #242424; float: left; height: 425px; width: 265px;}
  
  
.custom #footer {
	border: none;
	padding-top:12em;
	}
  
/* CUSTOM HEADERS FOR SIDEBAR Widgets */
	
	.custom li.widget_killer_recent_entries h3 { height: 5.5em; background: url('images/recent.jpg') no-repeat; text-indent: -9999px; }
	
	.custom li.widget_categories h3 { height: 5.5em; background: url('images/categories.jpg') no-repeat; text-indent: -9999px; }
	
	.custom li.widget_archive h3 { height: 5.5em; background: url('images/archives.jpg') no-repeat 50% 0; text-indent: -9999px; }
	
	.custom li.widget_links h3 { height: 5.5em; background: url('images/links.jpg') no-repeat 50% 0; text-indent: -9999px; }
	

/*Sidebar Formatting*/
.custom #sidebar_1 {
border:0 none;
padding-top:10em;
text-align: center;
}

.custom .sidebar a {
	color: #b0afaf;}
	
.custom .sidebar a:hover{
	color: #ffc353;}
	
  
  
/*RSS button footer widget*/
#rss
{
  display: block;
  width: 7.1em;
  height: 2em;
  background: url("images/rss.gif") no-repeat 0 0;
}

#rss:hover
{ 
  background-position: 0 -27px;
}

#rss span
{
  display: none;
}

/*Email button footer widget*/
#email_footer
{
  display: block;
  width: 9.8em;
  height: 2em;
  background: url("images/email.gif") no-repeat 0 0;
}

#email_footer:hover
{ 
  background-position: 0 -27px;
}

#email_footer span
{
  display: none;
}

/*Twitter button footer widget*/
#twitter
{
  display: block;
  width: 13em;
  height: 2em;
  background: url("images/twitter.gif") no-repeat 0 0;
}

#twitter:hover
{ 
  background-position: 0 -27px;
}

#twitter span
{
  display: none;
}


/*Custom Footer Nav Menu*/

ul#footer_nav {
	width: 530px;
	list-style: none;
	padding: 0;
	}
	
ul#footer_nav li {
	float: right;
	padding-left: .5em;
	font-size: 1.3em;
	text-transform: uppercase;
	}
	
ul#footer_nav li#home a {
	color: #9a9998;
	float: left;
	}
	
ul#footer_nav li#home a:hover {
	color: #fff;
	float: left;
	}
	
ul#footer_nav li#home span {	
	margin-left: .5em;
	color: #9a9998;
	}
	
ul#footer_nav li#about a {
	color: #9a9998;
	float: left;
	}
	
ul#footer_nav li#about a:hover {
	color: #fff;
	float: left;
	}
	
ul#footer_nav li#about span {
	margin-left: .5em;
	color: #9a9998;
	}
	
ul#footer_nav li#contact a {
	color: #9a9998;
	float: left;
	}
	
ul#footer_nav li#contact a:hover {
	color: #fff;
	float: left;
	}
	
.footer_text {
	color: #9a9998;
	margin-top: 5em;
	margin-bottom: 1em;
	float: right;}
	
.footer_text a, .footer_text a:visited  {
	color: #9a9998;
	text-decoration: underline;
	}


/*Custom Nav Menu*/

ul#nav_menu {
	margin-left: 10em;
	width: 75em;
	list-style: none;
	padding: 0;
	}
	
ul#nav_menu li {
	float: left;}
	
	

/*Home Button*/
ul#nav_menu li#the_design a
{ width: 8.44em; height: 2.5em; background: url('images/the_design.gif') no-repeat 0 0; float: left; padding-left: 6em; outline: none;}

ul#nav_menu li#the_design a:hover
{ background-position: 0 -2.4em; }

ul#nav_menu li#the_design span
{ display: none; }


/*About Button*/
ul#nav_menu li#the_story a
{ width: 8.44em; height: 2.5em; background: url('images/the_story.gif') no-repeat 0 0; float: left; padding-left: 6em; outline: none;}

ul#nav_menu li#the_story a:hover
{ background-position: 0 -2.4em; }

ul#nav_menu li#the_story span
{ display: none; }


/*Blog Button*/
ul#nav_menu li#the_lifestyle a
{ width: 10.44em; height: 2.5em; background: url('images/the_lifestyle.gif') no-repeat 0 0; float: left; padding-left: 6em; outline: none;}

ul#nav_menu li#the_lifestyle a:hover
{ background-position: 0 -2.4em; }

ul#nav_menu li#the_lifestyle span
{ display: none; }


/*Shop Button*/
ul#nav_menu li#the_shop a
{ width: 8.44em; height: 2.5em; background: url('images/the_shop.gif') no-repeat 0 0; float: left; padding-left: 5em; outline: none;}

ul#nav_menu li#the_shop a:hover
{ background-position: 0 -2.4em; }

ul#nav_menu li#the_shop span
{ display: none; }


/*Services Button*/
ul#nav_menu li#the_services a
{ width: 8.44em; height: 2.5em; background: url('images/the_services.gif') no-repeat 0 0; float: left; padding-left: 6em; outline: none;}

ul#nav_menu li#the_services a:hover
{ background-position: 0 -2.4em; }

ul#nav_menu li#the_services span
{ display: none; }








