/*
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/
*/

@media screen and (-webkit-min-device-pixel-ratio:0){
.custom #container {width: 1110px;}
.custom #content {width: 560px; border-color: #eee; }
.custom .post_box {border: none; }
.custom #sidebars {margin: 0; width: 400px; border: none}
.custom #sidebar_1 {width: 195px; border-color: #eee;}
.custom #sidebar_2 {width: 200px; border-color: #eee;}
.custom #mailchimp-widget input.mc_input {width: 165px;}
}

* {outline: none;}
.custom #header #logo a {background: url('http://www.stagemothers.com/wp-content/uploads/2010/04/logo-london.jpg') no-repeat scroll 0 0; display: block; height: 200px; width: 200px; padding: 0;}
.custom #header #logo, .custom #header #tagline { text-indent: -9999px;}

.custom #container #page .menu {display: none;}
.custom .rss a {color: #000;}
.custom .rss a:hover {color: #333;}
.custom #header_widget_1 ul {display:block; padding:0; width:728px; margin: 48px 0 48px 250px; float: left; list-style-type:none;}
.custom #header_widget_1 ul img {padding:4px; background: #eee; border: 1px solid #e8e8e8;}
.custom #header {border-bottom: none; padding: 0px 0;}

/*.custom #nav_bottom {background: #FFF; background: url('images/bottom.jpg') no-repeat; height: 37px; text-align: center; padding: 0 0 20px 0; border-bottom: 1px solid #eee;}*/
.custom #nav_bottom {border-bottom: 1px solid #eee;}
.custom #menu {background: #FFF; text-align: center;  margin: 0 40px; height: 55px; padding:0;}
.custom ul#topnav {margin: 0; padding: 0; float:left; width: 100%; list-style: none; font-size: 1.1em; position:relative; text-align: left;}
.custom ul#topnav li {float: left; margin: 0; padding: 0; position: relative; /*--Important--*/}
.custom ul#topnav li a {top: 0; margin: 0; padding: 0; display: block; height: 55px; background: url('images/nav_sprite.jpg') no-repeat; text-indent: -9999px; overflow: hidden;}
.custom ul#topnav li:hover ul ul, ul#topnav li:hover ul ul ul, ul#topnav li.sub ul ul, ul#topnav li.sub ul ul ul {left: -999em;}
.custom ul#topnav li:hover ul, ul#topnav  li li:hover ul, ul#topnav  li li li:hover ul, #ul#topnav  li.sub ul, ul#topnav  li li.sub ul, ul#topnav  li li li.sub ul {left: auto;}

/*up state*/
.custom ul#topnav li#nav_shows a {left: 0;width: 105px;background-position: 0 0;}
.custom ul#topnav li#nav_bands a {left: 105px;width: 90px;background-position: -105px 0;}
.custom ul#topnav li#nav_tickets a {left: 195px;width: 100px;background-position: -195px 0;}
.custom ul#topnav li#nav_blog a {left: 295px;width: 75px;background-position: -295px 0;}
.custom ul#topnav li#nav_twitter a {left: 370px;width: 105px;background-position: -370px 0;}
.custom ul#topnav li#nav_shop a {left: 475px;width: 75px;background-position: -475px 0;}
.custom ul#topnav li#nav_videos a {left: 550px;width: 90px;background-position: -550px 0;}
.custom ul#topnav li#nav_pics a {left: 640px;width: 65px;background-position: -640px 0;}
.custom ul#topnav li#nav_sponsors a {left: 705px;width: 130px;background-position: -705px 0;}
.custom ul#topnav li#nav_contact a {left: 835px;width: 120px;background-position: -835px 0;}

/*hover state*/
.custom ul#topnav li#nav_shows a:hover {background-position: 0 -55px;}
.custom ul#topnav li#nav_bands a:hover {background-position: -105px -55px;}
.custom ul#topnav li#nav_tickets a:hover {background-position: -195px -55px;}
.custom ul#topnav li#nav_blog a:hover {background-position: -295px -55px;}
.custom ul#topnav li#nav_twitter a:hover {background-position: -370px -55px;}
.custom ul#topnav li#nav_shop a:hover {background-position: -475px -55px;}
.custom ul#topnav li#nav_videos a:hover {background-position: -550px -55px;}
.custom ul#topnav li#nav_pics a:hover {background-position: -640px -55px;}
.custom ul#topnav li#nav_sponsors a:hover {background-position: -705px -55px;}
.custom ul#topnav li#nav_contact a:hover {background-position: -835px -55px;}

.custom #content {border-color: #eee; }
.custom .post_box {border: none; }
.custom #sidebars {margin: 0; border: none;}
.custom #sidebar_1 {border-color: #eee;}
.custom #sidebar_2 {border-color: #eee;}
.custom #sidebars h3 {display: block; color: #eee; padding: 4px 0 0 0; border-bottom: 1px solid #333; height: 25px; background: #000; margin: 5px -10px 10px -10px; text-indent: 10px; text-shadow: #333 0 1px 1px; text-transform: lowercase;}

.custom #linkcat-43 li {background: #eee; display: block; padding: 10px; border-bottom: 1px solid #e8e8e8; border-top: 1px solid #f5f5f5; margin: 0 -10px 5px -10px;}
.custom #linkcat-43 li:hover {background: #e8e8e8;}
.custom #twitter-tools li {background: #eee; display: block; padding: 10px; border-bottom: 1px solid #e8e8e8; border-top: 1px solid #f5f5f5; margin: 0 -10px 5px -10px;}
.custom #twitter-tools li:hover {background: #e8e8e8;}
.custom #recentcomments li.recentcomments {background: #eee; display: block; padding: 10px; border-bottom: 1px solid #e8e8e8; border-top: 1px solid #f5f5f5; margin: 0 -10px 5px -10px;}
.custom #recentcomments li.recentcomments:hover {background: #e8e8e8;}
.custom #recent-posts-3 li {background: #eee; display: block; padding: 10px; border-bottom: 1px solid #e8e8e8; border-top: 1px solid #f5f5f5; margin: 0 -10px 5px -10px;}
.custom #recent-posts-3 li:hover {background: #e8e8e8;}

.custom #search input.text_input {color: #eee; background: #000; padding: 7px 5px; border: 1px solid #111; margin: 0;}
.custom #search input.text_input:hover {background: #333;}
.custom #srssfetcher-1 li {background: #eee; display: block; padding: 10px; border-bottom: 1px solid #e8e8e8; border-top: 1px solid #f5f5f5; margin: 0 -10px 5px -10px;}
.custom #srssfetcher-1 li:hover {background: #e8e8e8;}

#mailchimp-widget fieldset {margin: -20px 0 5px -5px; border:none;}
#mailchimp-widget input.mc_input {width: 185px; color: #eee; background: #000; padding: 6px 5px; border: 1px solid #111; margin: 1px 0 0 0;}
#mailchimp-widget input.mc_input:hover {background: #333;}
#mailchimp-widget input.button {margin: 2px; color: #eee; background: #000; padding: 7px 5px; border: 1px solid #111; }
#mailchimp-widget input.button:hover {background: #333;}

.custom .gfield_checkbox input {width: 20px;}
.custom .sponsors img {display:inline; padding: 5px 50px 25px;}

.custom .fonts ul { padding-left: inherit;}
.custom .fonts li {list-style-type:circle; font-size: 1.8em;}
