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

/*logo change code paste it in custom.css file*/

.custom #header #logo a { display: block; height: 160px; width: 960px;
background: url(http://scenelouisiana.com/wp-content/uploads/2010/12/Scene-Website-Header1080wd.jpg) no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header {border:0.0em solid #9c9c9c;
height:180px;
padding:0px;
}


/* Nav Search */

.custom ul.menu li.nav_right {
  float:right;
  font-size:10px;
  height: 22px;
  letter-spacing:1px;
  overflow:hidden;
  text-transform: uppercase;
}

.custom ul.menu li.search {
  background-color: #000000;
  border-bottom:none;
  height:25px;
  margin-bottom:0;
}

.custom ul.menu li.search input {
  background-color: #000000;
  border:0px solid #333;
  color:#FFFFFF;
  font-size:12px;
  height:30px;
  letter-spacing:1px;
  padding:4px 10px 0 22px;
  text-transform: uppercase;
  width:100px;
}


/* Content Background Color */ 

.custom #content {
Background-color:#F5F5F5;
}


/* Custom Sidebar Background Color */ 

.custom #sidebars {
Background-color:#000000;


/* Custom Sub Page Background Color */ 
}

.custom.november #content {background-color: #000000;}
.custom.december #content {background-color: #000000;}

.custom.january #content {background-color: #000000;}
.custom.march #content {background-color: #000000;}
.custom.april #content {background-color: #000000;}
.custom.may #content {background-color: #000000;}
.custom.july #content {background-color: #000000;}
.custom.septoct2010 #content {background-color: #000000;}
.custom.novdec2010 #content {background-color: #000000;}
.custom.janfeb2011 #content {background-color: #000000;}
.custom.marapr2011 #content {background-color: #000000;}
.custom.junejuly2011 #content {background-color: #000000;}
.custom.augsept2011 #content {background-color: #000000;}
.custom.octnov2011 #content {background-color: #000000;}
.custom.decjan2011 #content {background-color: #000000;}
.custom.febmar2012 #content {background-color: #000000;}
.custom.aprilmay2012 #content {background-color: #000000;}
.custom.junejuly2012 #content {background-color: #000000;}
.custom.augsept2012 #content {background-color: #000000;}
.custom.octnov2012 #content {background-color: #000000;}
.custom.decjan2013 #content {background-color: #000000;}
.custom.marapr2013 #content {background-color: #000000;}
.custom.mayjune2013 #content {background-color: #000000;}
.custom.july-august-2013 #content {background-color: #000000;}
.custom.september-october-2013 #content {background-color: #000000;}
.custom.november-december-2013 #content {background-color: #000000;}
.custom.november-december-2013 #content {background-color: #000000;}
.custom.january-february-2014 #content {background-color: #000000;}
.custom.march-april-2014 #content {background-color: #000000;}
.custom.may-june-2014 #content {background-color: #000000;}
.custom.july-august-2014 #content {background-color: #000000;}
.custom.september-october-2014-2 #content {background-color: #000000;}
.custom.november-december-2014 #content {background-color: #000000;}
.custom.january-february-2015 #content {background-color: #000000;}
.custom.march-april-2015 #content {background-color: #000000;}
.custom.may-june-2015 #content {background-color: #000000;}
.custom.july-august-2015 #content {background-color: #000000;}
.custom.september-october-2015 #content {background-color: #000000;}
.custom.november-december-2015 #content {background-color: #000000;}
.custom.winter-2016 #content {background-color: #000000;}
.custom.spring-2016 #content {background-color: #000000;}
.custom.summer-2016 #content {background-color: #000000;}

.custom.swift #content {background-color: #000000;}
.custom.before-the-scene-with-jerry-ferrara #content {background-color: #000000;}
.custom.the-scientist-of-style #content {background-color: #000000;}
.custom.Scene-Weekly #content {background-color: #000000;}

/* Sidebar Menu Title Styling */ 
.custom ul.sidebar_list li h3{
	font-variant: normal;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 1em;
	color: #fff;
	background: #663333;
	padding: 0.75em 0em;
	letter-spacing: -0px;
	text-indent: 10px; 
	border-bottom: 1px solid #5C2E2E;
	border-right: 1px solid #5C2E2E;
	border-left: 10px solid #5C2E2E;
	border-top: 1px solid #5C2E2E;
	margin-right: -25px;
	}

/* Category Posts - Film Styling */ 

.custom .sidebar li#categoryposts-3 ul li{

	}

.custom .sidebar li#categoryposts-3 ul li a{
	color: #333;
	font-weight: bold;	
	padding: 0.75em 0.75em 0.75em 15px;
	margin-right: -10px; 
	border-left: 10px solid #222;
	color: #555;
	background: #F285C3;
	display: block;
	}

.custom .sidebar li#categoryposts-3 ul li a:hover{
	text-decoration: none;
	background: #8CC983;
	color: #fff;
	}



/* Category Posts - Music Styling */

.custom .sidebar li#categoryposts-4 ul li{

	}

.custom .sidebar li#categoryposts-4 ul li a{
	color: #333;
	font-weight: bold;	
	padding: 0.75em 0.75em 0.75em 15px;
	margin-right: -10px; 
	border-left: 10px solid #222;
	color: #555;
	background: #81B56E;
	display: block;
	}

.custom .sidebar li#categoryposts-4 ul li a:hover{
	text-decoration: none;
	background: #E8EB8D;
	color: #fff;
	}

/* Category Posts - Fashion Styling */ 

.custom .sidebar li#categoryposts-5 ul li{

	}

.custom .sidebar li#categoryposts-5 ul li a{
	color: #333;
	font-weight: bold;	
	padding: 0.75em 0.75em 0.75em 15px;
	margin-right: -10px; 
	border-left: 10px solid #222;
	color: #555;
	background: #81B56E;
	display: block;
	}

.custom .sidebar li#categoryposts-5 ul li a:hover{
	text-decoration: none;
	background: #E8EB8D;
	color: #fff;
	}

/* Twitter Widget Styling */

.custom .sidebar li.widget_tweetblender h3{
	margin-bottom: -5px;
	}

.custom .sidebar li.widget_tweetblender .tb_tweetlist{
	border-bottom: none;
	}

.custom .sidebar li.widget_tweetblender .tb_tweetlist .tb_tweet a.tb_photo img{
	padding: 0px;
	margin-right: 1em;
	display: block;
	border: 1px solid #ddd;
	}

.custom .sidebar li.widget_tweetblender .tb_tweetlist .tb_tweet a{
	color: #555;
	}

.custom .sidebar li.widget_tweetblender div.tb_tweet{
	color: #333;
	padding: 0.75em 0.75em 0.75em 15px;
	margin-right: -10px; 
	border-left: 10px solid #222;
	color: #555;
	font-weight: normal;
	background: #AEDAE8;
	display: block;
	margin-bottom: 1em;
	border-top: 0;
	border-bottom: 0;
	}

.custom .sidebar li.widget_tweetblender .tb_header{

	}

.custom .sidebar li.widget_tweetblender .tb_header img.tb_twitterlogo{
	display: none;
	}

.custom .sidebar li.widget_tweetblender .tb_header .tb_tools{
	position: relative;
	left: 20px;
	top: -29px;
	}

.custom .sidebar li.widget_tweetblender a:hover{
	text-decoration: none;
	background: #fff;
	}


.custom .sidebar li.widget_tweetblender div.tb_footer a.tb_archivelink{
	color: #aaa;
	margin-top: -3px;
	}

.custom .sidebar li.widget_tweetblender div.tb_footer a.tb_archivelink:hover{
	color: #aaa;
	margin-top: -3px;
	}

/* Contact Widget Styling */

.custom .sidebar li#text-3 ul li{

	}

.custom .sidebar li#text-3 ul li a{
	color: #333;
	font-weight: bold;	
	padding: 0.75em 0.75em 0.75em 15px;
	margin-right: -10px; 
	border-left: 10px solid #222;
	color: #555;
	background: #FFFFFF;
	display: block;
	}

.custom .post_box .format_text input { width: auto; }