/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: "Arimo", arial, verdana, sans-serif;
font-weight:normal;
}

thead th,
tbody th{
font-family: "Arimo", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Arimo", arial, verdana, sans-serif;
}

.menu{
font-family: "Arimo", arial, verdana, sans-serif;
}

blockquote{
font-family: "Arimo", arial, verdana, sans-serif;
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0 0 0 0;
color:#000;
background:#590302 url(images/popout_background.jpg)  no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font:normal 0.9em/150% 'Arimo', arial, verdana, sans-serif;
text-shadow: 0 0 1px transparent; /* google font pixelation fix */
}

#wrap{
width:100%;
background:#fff;
margin:30px auto 30px auto;
padding:0 2%;
border:1px solid #ccc;
}


#footer{
text-align:center;
padding:20px;
margin:0;
border-top:1px solid #ddd;
color:#999;
font-size:0.8em;
text-shadow:0px 1px 1px #fff;
position: relative;
top:0;
left:0;
background:#fff;
}

	#link-top{
	display:none;
	}

/* NAV BAR*/
.navbar{
position:fixed;
top:0;
left:0;
width: 100%;
background:#000;
color:#fff;
z-index:1000;
}

	.navbar #logo{
	position:absolute;
	top:0;
	right:0;
	padding:0.5em 1em;
	font-size: 1.2em;
	color:#fff;
	text-decoration:none;
	}

	.navbar span{
	color:#9f1707;
	}
	
	.navbar span a:hover{
	color:#fff;
	}


	.navbar ul{
	display:inline-block;
	margin:0;
	padding:0;
	}

		.navbar li{
		margin:0;
		padding:0;
		list-style-type:0;
		display:inline-block;
		}

		.navbar li a{
		display:inline-block;
		color:#efefef;
		padding:1em 1.3em;
		text-decoration:none;
		text-transform:lowercase;
		line-height:100%;
		font-size: 1.2em;
		}
		
		.navbar li a:hover{
		color:#9f1707;
		}

.callout{
background:;/*#222;*/
padding:1.2em 0;
color:#fff;
/* box-shadow:inset 0 0 10px rgba(0,0,0,0.2); */
text-align: center;
/* text-shadow:0px 1px 3px rgba(0,0,0,0.2); */
display:block;
text-transform:uppercase;
}
	.callout + div.grid{margin-top:20px;}
	 a.callout{cursor:pointer;}
	 .callout i.icon-4x{font-size:6em;}
	 .callout h4{margin-bottom:30px;}
	 .callout-top{margin:0px 0 -20px 0;}
	 .callout p{margin-bottom:0;}
	 .callout .button{margin-top:10px;}
	 .callout.green{background:#19ad0b;/*#86dc00;*/}

#mc_embed_signup{
padding:30px 0;
}

#ui-preview{
border:5px solid #ddd;
margin:30px 0;
display:block;
}

.AlbumArt{
	display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.AlbumArtList{
	max-width:100% !important;
	width:80px;
	height:auto;
	display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	}
	
img{
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	}



img:hover, img:active, img:focus, .AlbumArtList:hover, .AlbumArt:hover, .AlbumArtList:focus, .AlbumArt:focus, .AlbumArtList:active, .AlbumArt:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}


h3 {
font-size: 1.4em;
margin: 10px 0 10px 0;
}

h4 {
font-size: 1.2em;
margin: 10px 0 10px 0;
text-transform:uppercase;
}

h5 {
font-size: 0.8em;
margin: 10px 0 10px 0;
text-transform:uppercase;
font-weight:800;
}

body a{
	color:#9f1707;
	text-decoration:none;
	}

body a:hover{
	color:#000	;
	text-decoration:none;
	-webkit-transition: color 200ms ease-out 0.2s;
    -moz-transition: color 200ms ease-out 0.2s;
    -o-transition: color 200ms ease-out 0.2s;
    transition: color 200ms ease-out 0.2s;
}

.callout a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);	
	-webkit-transition: opacity 200ms ease-out 0.2s;
    -moz-transition: opacity 200ms ease-out 0.2s;
    -o-transition: opacity 200ms ease-out 0.2s;
    transition: opacity 200ms ease-out 0.2s;
}

.social a, .icon-google-plus-sign{
	color:#9F1707;
}

.social a:hover, .icon-google-plus-sign:hover, .icon-facebook-sign:hover, .icon-twitter-sign:hover{
	color:#4F0303 !important;
	-webkit-transition: color 200ms ease-out 0.2s;
    -moz-transition: color 200ms ease-out 0.2s;
    -o-transition: color 200ms ease-out 0.2s;
    transition: color 200ms ease-out 0.2s;
}

	
.BandName {
	text-decoration:none;
	font-weight:800;
}

.StoreLinks {
	text-decoration:none;
}

.play-button{
}

.volume-mute{
}

.OnAirNow{
	text-align:right;
	text-transform:uppercase;
	font-size:1.2em;
	}
	
.OnAirNow a{
	color:#9f1707;
	font-weight:800;
	text-decoration:none;
	}
hr {
clear: both;
border-bottom: 0;
border-top: 1px dotted #ccc;
border-right: 0;
border-left: 0;
margin: 10px 0;
min-height: 0;
height: 1px;
}

.grid {
max-width: 720px;
margin: 0 auto;
padding: 0 2em;
}

.LastPlayed-Title, .LastPlayed-Artist{
	text-decoration:none !important;
	font-weight:800;
	text-transform: capitalize !important;
	
	}
	
#footer{
	background:#222 !important;
	text-shadow:none !important;
	border-top: 1px solid #111 !important;
	}
#footer a{
		text-decoration:none !important;
		color: #9f1707;
}

#footer a:hover{
		text-decoration:none !important;
		color: #ffffff;
}

.view-more{
	text-align:center !important;
	text-decoration:none !important;
	text-transform:uppercase;
}

.updates h3{
font-size: 1.2em;
margin: 10px 0 10px 0;
}

.updates {
line-height:: 1em /110% !important;
font:normal 0.8em/150% 'Arimo', arial, verdana, sans-serif;
}

.updates img{
box-shadow:inset 0 0 10px rgba(0,0,0,0.2); 
border:#9f1707 1px solid;

}

.social{
	color:#fff;
	
}

.col_4 .social .column {
	min-height:130px;
	top:50%;
	}

.tab-content {
border: 1px solid #efefef;
border: 1px solid #e5e5e5;
background: #fff;
clear: both;
padding: 20px;
 margin: 0 0 0px 0 !important;
}

button.red, a.btn.red, a.button.red, input[type=submit].red, input[type=reset].red, input[type=button].red {
text-shadow: 0 -1px 0 #B21203;
color: #fff;
border: 1px solid #B21203;
background: #bf000e;
background: -moz-linear-gradient(top, rgba(229,60,22,1) 0%, rgba(207,4,4,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,60,22,1)), color-stop(100%,rgba(207,4,4,1)));
background: -webkit-linear-gradient(top, rgba(229,60,22,1) 0%,rgba(207,4,4,1) 100%);
background: -o-linear-gradient(top, rgba(229,60,22,1) 0%,rgba(207,4,4,1) 100%);
background: linear-gradient(top, rgba(229,60,22,1) 0%,rgba(207,4,4,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e53c16', endColorstr='#cf0404',GradientType=0 );
}



.wp-post-image{
	height: 145px !important;
	width:auto!important;
	overflow:hidden;
	}