/* Add your custom CSS here. */


/* Custom footer */

#bottom, #bottom {
   /* border-top: 1px solid #D1D1D1; 
	border-top: 2px solid #EE2A26;*/
}

#bottom .copyright p {
    font-size: 0.9em;
    line-height: 1.5em;
    margin: -0.75em; 
    text-align: left;
}

#bottom .copyright {
	border-top: none;
}


#bottom {
	background-color: #000000;
	color:#FFF;
}

#bottom .copyright span {
   background-color: #000000;
}

.default, #branding {
    border: none;
}

#access li.home a {
	display: none;
}


/* sticky footer code starts */


html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */	
}

/* sticky code not yet used but must trouble shoot 

/* .footer, .push {
	
/* height: 142px; /* .push must be the same height as .footer */
/* }

*/

/* sticky footer code ends*/

.tracklist {
	border: 3px solid #EEEEEE;
    box-shadow: 2px 2px 2px #cccccc;
    margin: 0 0 20px 0px;
    position: relative;
  /*  width: 560px */
}

.tracklist ol {
list-style: decimal inside none;
margin-left: 0px;
}

.tracklist ol li {
padding: 5px 10px;
}

.tracklist h3 {
	margin: 10px 0px 10px 10px;
	text-transform: uppercase;
	color: #000000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.25em;
	line-height: 1.15em;
}

.tracklist li.alt {
    background: none repeat scroll 0 0 #EEEEEE;
}

/* header container update */

/*#branding #header_content {
padding-top: 0px;	
} */

/* fixing homepage/ros ad */

#text-11 .widget-inner {
padding: 0px;
border: none;
}

#text-8 .widget-inner {
padding: 0px;
border: none;
}

#text-5 .widget-inner {
padding: 0px;
border: none;
}

#text-17 .widget-inner {
padding: 0px;
border: none;
background: none;
margin: 0 auto;	
}

#text-18 .widget-inner {
padding: 0px;
border: none;
background: none;
margin: 0 auto;	
}



/* Slider font adjustments */

.slide-title span {
	line-height: normal;
}

.typekit-badge {
	display: none !important;	
}


/* =Content
----------------------------------------------- */

.slide-title, .widget-title, .entry-title, .entry-title a {
	text-transform: uppercase;
}


/* Collapsible Widget Areas */

.widget-area-collapsible .widget {
    background-color: #FFFFFF;
}


/* Primary Navigation */

#primary-menu {
	text-transform: uppercase;
	
}

/* AD styles */

.header_ad .bottom_ad {
margin: 0 auto; 
width: 728px; 
padding: 5px	
}

.mtk_home_125x125 {
	display: none;
}


.mtk_home_250x250 {
		display: none;
}

#google_ads_div_mtk_ros_468x60_ad_wrapper {
margin: 0 auto; 
width: 468px;
padding-bottom: 5px;
	
}


/* Optimized for Tablets */
@media (max-width: 800px) {
	
.mtk_home_300x250 {
	display: none;
}

.mtk_home_250x250 {
	display:block;
	margin: 0 auto;
	width: 250px;
	padding: 5px
	
}

}


/* Optimized for Mobile Devices */
@media (max-width: 480px) {
	
.header_ad, .mtk_home_300x250, .bottom_ad {
	display: none;
}

.mtk_home_250x250 {
display: none;
	
}

.mtk_home_125x125 {
	display:block;
	margin: 0 auto;
	width: 125px;
	padding: 5px
	
}

#google_ads_div_mtk_ros_468x60_ad_wrapper {
display: none;	
}

	
}

/* home page background update */

#featured {
/*	background: #EEE url(../images/bg_vintage_1-bw.png); */
	background: #EEE; 
/*	url(http://www.mixtapekings.com/wp-content/themes/swagger-child/assets/images/bg_vintage_1-bw.png); */
}


#featured .page-id-1809 {
background: #fff !important;
}


#featured .slider_is_last .secondary-bg, #featured .has_blog_featured .secondary-bg {
	background: none !important;
}

/* Color for single post post date */
.entry-meta {
    color: #F98123;
	background-color: #FFF;
}

/* styling the search bar */

.themeblvd-search fieldset {
    border: 2px solid #E1E1E1;
    padding: 5px;
}


/* image feed widget image style */
.image-feed-small a img {
  max-height: 120px;
  max-width: 120px;
  float: left;
  padding: 0px 10px 10px 0px;
  }
	
	


