/*
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/
*/

#page {padding-top:16px; padding-bottom:0px;}

.custom .teaser {
   width: 100%;
   margin-top: 0em;
   padding-top: 1.5em;
   padding-bottom: 1.5em;
   border-bottom: 1px solid #828282;
   text-align: left;
}

.custom .teaser .format_teaser {
   margin-bottom:0px;
   margin-top:0px;
}

.custom .teasers_box {
   padding-top: 10px;
   padding-bottom:0;
   border-top: 0;}

.custom .teasers_box h2 {padding-bottom: 10px;}

.custom #header {border: 0px;}

.custom #sidebars {background-color:#d1cfd0; margin-top:0px; margin-bottom:5px; border: 0px;}

.custom #sidebars a {color: #383838;}

.custom ul.sidebar_list {padding-top: 10px;}

.custom #sidebars li {line-height: 8px;}

.custom .menu {border-bottom: 1px solid #E17427; margin-bottom:0px; width: 991px; padding-top:0px; padding-bottom: 4px;}
.custom .menu li ul {border-bottom:0px; margin-top:0px; margin-bottom:0px; width: 991px; padding-top:0px; padding-bottom: 0px;}

.menu .menu ul li {border-bottom:0px; margin-top:0px; width: 100px; padding-top:0px; padding-bottom: 0px;}
.menu .menu ul {border-bottom:0px; margin-top:0px; width: 100px; padding-top:0px; padding-bottom: 0px;}

.custom .item-1 {border-bottom:0px; margin-top:0px; width: 100px; padding-top:0px; padding-bottom: 0px;}

.custom #content_box {padding-left: 0px; padding-top: 15px; border: 0px; background-image: none;}

.custom #feature_box {background-color: #ffffff; padding-left: 0px; border: 0px;}

.custom #footer {background-color: #E17427; border: 0px; text-align: center; margin-top: 20px; color: #f2f2f2;}


/*---TWITTER---*/

.twtr-hd, .twtr-ft {
display:none;
}

.twtr-tweets, .twtr-tweet {
font-family:arial, sans-serif; 
}

#tweet-id-1, #tweet-id-2, #tweet-id-3, #tweet-id-4, #tweet-id-5 {
border:none;
margin:10px 0;
}

#text-6 a.follow {
color:#555;
font-size:.65em;
letter-spacing:.1em;
display:block;
width:30%;
float:right;
text-align:right;
padding:5px 0 0 0;
margin:0 0 -15px 0;
position:relative; top:-26px;
}


#text-6 a.follow:hover {
color:#ff5555;
}


/*---FB BOX BG---*/
#fb-box {width: 300px; height:285px; background-color: #ffffff;}



/*---CONTACT SEND BUTTON---*/
.custom .wpcf7-submit {width:69px; cursor: pointer; border:1px solid #adadad;}
.custom .wpcf7-submit:hover {width:69px; cursor: pointer; border:1px solid #adadad; background-color:#E17427; color:#ffffff; }


/*.custom #submit {width:69px; cursor: pointer; background-image:none; border:0px solid #adadad; font-weight: normal;}
.custom #submit:hover {width:69px; cursor: pointer; background-color:#E17427; border:1px solid #adadad; font-weight: normal; color:#ffffff;} 


.custom input {border:0px solid #adadad;}*/

/*
.custom .format_text input, #commentform input, #commentform textarea {border:0px;}

.custom input {
background:#EEEEEE none repeat scroll 0 0;
border-color:#AAAAAA #DDDDDD #DDDDDD #AAAAAA;
border-style:solid;
border-width:1px;
color:#444444;
font-size:1em;*/


/*ul.menu li.tab {margin-left:0em;}
.menu .tab-home {width:123px;text-align:left;}
.menu .tab-1 {width:123px;text-align:left;}
.menu .tab-2 {width:123px;text-align:left;}
.menu .tab-3 {width:123px;text-align:left;}
.menu .tab-4 {width:123px;text-align:left;}
.menu .tab-5 {width:123px;text-align:left;}
.menu .tab-6 {width:123px;text-align:left;}
.menu .tab-7 {width:123px;text-align:left;}
.menu .tab-8 {width:123px;text-align:left;}*/

ul.menu li.tab {margin-left:0em;}
.menu .tab-home {margin-right: 39px;text-align:left;} /* DEFAULT HOME */
.menu .tab-1 {margin-right: 39px;text-align:left;}
.menu .tab-2 {margin-right: 39px;text-align:left;}
.menu .tab-3 {margin-right: 39px;text-align:left;}
.menu .tab-4 {margin-right: 39px;text-align:left;}
.menu .tab-5 {margin-right: 39px;text-align:left;}
.menu .tab-6 {margin-right: 39px;text-align:left;}
.menu .tab-7 {margin-right: 39px;text-align:left;}
.menu .tab-8 {margin-right: 39px;text-align:left;}
.menu .tab-9 {margin-right: 0px;text-align:left;}


/* SOCIAL MEDIA */
#socmedia {position: fixed; height:310px; width: 57px; right: 0px; top: 300px; float:none; background-image:url('http://slimkid3.com/i/socmedia-container.png'); z-axis:-10; margin-right:0px; padding-right:0px;}

a.image {color: #ffffff;}
a.image:hover {color: #ffffff; 
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
  	}

/* ALIGNING TOP OF LEFT CONTENT SIDE 
.custom #content h1 {padding-top: 0px, margin-top: 0px;}
.custom #content {padding-top: 0px, margin-top: 0px;}
.headline_area {padding-top: 0px, margin-top: 0px;}
.post_box top {padding-top: 0px, margin-top: 0px;}
*/

/* PHOTOS SLICKR FLICKR */
.custom .slickr-flickr-galleria p.nav a {color: #E17427; }
.custom .slickr-flickr-galleria p.nav a:hover { color: #000000; }

/* SIDEBAR UNDERLINE BORDER */
.custom .sidebar h3 {
border-bottom:1px solid #383838;
}

/* FOR HOMEPAGE BLOG TEASERS */
.custom h2 {text-transform: uppercase;}

/* FOR INDIV POSTS AND PAGES */
.custom h1 {text-transform: uppercase;} 

.custom .headline_area h1 {color:#E17427; font-size:17pt;}
.custom #archive_intro h1 {color:#E17427; font-size:17pt;}

/* TO ALIGN CONTENT ON LEFT TO TOP OF DIV */
.custom .post_box {padding:0em;}
.custom .content_box {padding:0em;}

/* TO ALIGN CONTENT ON LEFT TO TOP OF DIV FOR ARCHIVE PAGES
AND TO GET RID OF THE SOLID ARCHIVE HORIZ LINE */
.custom #archive_intro {padding:0em;border:0px;}
.custom #archive_intro h1 {padding-left:11px;border:0px;}
.custom.cat_blog .post_box{
   margin-top: 0em;
   margin-bottom: 1.5em;
   padding-top: 0em;
   padding-bottom: 1.5em;
   border-bottom: 1px solid #828282;
   border-top: 0px solid #828282;
}
.custom.cat_shows .post_box{
   margin-top: 0em;
   margin-bottom: 1.5em;
   padding-top: 0em;
   padding-bottom: 1.5em;
   border-bottom: 1px solid #828282;
   border-top: 0px solid #828282;
}
.custom .prev_next {border:0px;}


/* CUSTOM SIDEBAR HEADER TWITTER BIRD */
.custom ul.sidebar_list li#sidebartabs-3 {background:url('http://slimkid3.com/i/twitter-bird.png') no-repeat left top; padding-top:17px; margin-bottom:25px;} 
.custom .sidebar li#sidebartabs-3 h3  {border-bottom:0px solid #383838;}

/* SIDEBAR SPACING PER WIDGET */
.custom ul.sidebar_list li#text-4 {margin-bottom:6px;}
.custom ul.sidebar_list li#text-3 {margin-bottom:25px;}
.custom ul.sidebar_list li#tag_cloud-3  {margin-bottom:25px; line-height: 18px;} 
.custom ul.sidebar_list li#tag_cloud-3 h3  {margin-bottom:15px;} 
.custom ul.sidebar_list li#archives-3 {margin-bottom:25px;}
.custom ul.sidebar_list li#search-3 {margin-bottom:25px;}


/* PHOTO AND VIDEO MAIN PAGE IMG LINKS */
.custom .label {font-size: 18px; color:#383838; padding-top:5px;}
a.officialphotos {display: block; width: 257px; height: 162px; text-decoration:none; background:url("http://slimkid3.com/i/official-photos.jpg") no-repeat 0 0;}
a.officialphotos:hover {background-position: 0px -162px;}
a.fanphotos {display: block; width: 257px; height: 162px; text-decoration:none; background:url("http://slimkid3.com/i/fan-photos.jpg") no-repeat 0 0;}
a.fanphotos:hover {background-position: 0px -162px;}

a.sk3vids {display: block; width: 260px; height: 162px; text-decoration:none; background:url("http://slimkid3.com/i/watch-sk3.jpg") no-repeat 0 0;}
a.sk3vids:hover {background-position: 0px -162px;}
a.trevids {display: block; width: 260px; height: 162px; text-decoration:none; background:url("http://slimkid3.com/i/watch-tre.jpg") no-repeat 0 0;}
a.trevids:hover {background-position: 0px -162px;}
a.pharvids {display: block; width: 260px; height: 162px; text-decoration:none; background:url("http://slimkid3.com/i/watch-pharcyde.jpg") no-repeat 0 0;}
a.pharvids:hover {background-position: 0px -162px;}
a.ozovids {display: block; width: 260px; height: 162px; text-decoration:none; background:url("http://slimkid3.com/i/watch-ozo.jpg") no-repeat 0 0;}
a.ozovids:hover {background-position: 0px -162px;}
a.fanvids {display: block; width: 260px; height: 162px; text-decoration:none; background:url("http://slimkid3.com/i/watch-fans.jpg") no-repeat 0 0;}
a.fanvids:hover {background-position: 0px -162px;}

/* ADDITIONAL SUBMENU NAV FOR WATCH AND PHOTOS */
.custom .submenu {font-size:12px; text-transform: uppercase;}
.custom a.sub {color: #383838;}
.custom a.sub:hover {color: #E17427;}

/* ALBUM DESCRIPTIONS */
.custom span.albuminfo {font-size:12px; line-height:15px; display:block;}

/* STORE */
h9 {font-size: 18px; margin-bottom:15px;}