/* @override http://shoptalkshow.com/wp-content/themes/shoptalk/style.css */

/******************************************************************
Theme Name: ShopTalk
Theme URI: http://www.themble.com/bones
Description: For ShopTalk based on "Bones"
Author: Eddie Machado
Author URI: http://www.themble.com/bones/
Version: 1.01

License: GPL or whatever
License URI: http://www.gnu.org/copyleft/gpl.html

******************************************************************/

* { margin: 0; padding: 0; }
header, section, footer, nav { display: block; }

/* Fonts 
-------------------------------------------------------------- */
@font-face {
	font-family: 'FunktionRegular';
	src: url('library/fonts/funktion-webfont.eot');
	src: url('library/fonts/funktion-webfont.eot?#iefix') format('embedded-opentype'),
         url('library/fonts/funktion-webfont.woff') format('woff'),
         url('library/fonts/funktion-webfont.ttf') format('truetype'),
         url('library/fonts/funktion-webfont.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
}

img,
video {
  max-width: 100%;
  height: auto;
}
a img {
	border: 0;
}

.podPress_content {
  display: none;
}

body { 
	font-size: 95%;
	font-family: Sans-Serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	color: #444;
}

.container {
  position: relative;
  width: 92%;
  margin: 0 auto;
  max-width: 640px;
}

p, ol, ul, dl {
  margin-bottom: 1.5em;
}

ol, ul {
  margin-left: 1.2em;
}

a { color: #069; }
a:hover, a:focus { color: #71ccff; }
a:active { color: #d1faff; }
a:link { -webkit-tap-highlight-color : rgba(0,0,0,0); }

h1, h2, h3,h4, h5 { font-family: sans-serif; font-weight: 500; margin-bottom: 0; color: black;}
h1 a, h2 a,  h3 a, h4 a, h5 a { text-decoration: none; }
h1 { font-size: 180%;  margin-bottom: 0;font-weight: bold;line-height: 1.2em; }
h2 { font-size: 180%;  margin-bottom:0;font-weight: bold; line-height: 1.2em; }
h3 { font-size: 1.125em; font-weight: bold;}
h4 { font-size: 1.1em; font-weight: 700; }
h5 { font-size: 0.846em; line-height: 2.09em; text-transform: uppercase; letter-spacing: 2px; }

header {
  background-color: #049cd9;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #004d9f), color-stop(100%, #049cd9));
  background-image: -webkit-linear-gradient(top, #004d9f, #049cd9);
  background-image: -moz-linear-gradient(top, #004d9f, #049cd9);
  background-image: -o-linear-gradient(top, #004d9f, #049cd9);
  background-image: -ms-linear-gradient(top, #004d9f, #049cd9);
  color: white;
  font-size: 1.2em;
  overflow: hidden;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  padding: 20px 0;
  text-align: left;
}
header a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
header a:hover {
	color: white;
  text-decoration: underline;
}
header p {
	width: 400px;
}

#logo {
  color: #fff;
  font-family: "FunktionRegular";
  margin: 0;
  font-weight: normal;
  font-size: 60px;
}
#logo a {
  font-weight: normal;
  color: #fff;
}	
#logo a:hover {
  text-decoration: none;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

header, nav, #content, footer {
	position: relative;
	-webkit-transition: padding 0.3s ease;
	-moz-transition:    padding 0.3s ease;
	-ms-transition:     padding 0.3s ease;
	-o-transition:      padding 0.3s ease;
}

nav {
	background-color: #373737;
	background-image: -ms-linear-gradient(bottom,#373737,#464646 5px);
	ackground-image: -moz-linear-gradient(bottom,#373737,#464646 5px);
	background-image: -o-linear-gradient(bottom,#373737,#464646 5px);
	background-image: -webkit-gradient(linear,left bottom,left top,from(#373737),to(#464646));
	background-image: -webkit-linear-gradient(bottom,#373737,#464646 5px);
	background-image: linear-gradient(bottom,#373737,#464646 5px);
	position: relative;
	/*font-size: 1.04em;*/
	font-size: 0.8em;
	text-align: center;
	overflow: hidden;
}
nav ul { 
	list-style: none;
	margin: 0;
}
nav li {
	padding: 0.5em 5%;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	border-right:  1px solid #3a3a3a;
	box-shadow:1px 0 0 rgba(255,255,255,0.1);
	margin: 0 0 0 -3px;
}

.current-menu-item {
  background: #3a3a3a;
}


nav a {
	text-decoration: none;
	color: #FAFAFA;
	display: block;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.entry-content audio {
  min-height: 2em;
}

audio {
  vertical-align: middle;
  margin-right: 2%;
}
audio + a,
.mejs-audio + a {
  color: #666;
  display: block;
  font-size: 0.8em;
  margin-top: 0.5em;
  text-decoration: none;
}

/* iTunes 
-------------------------------------------------------------- */
.itunes {
	width: 200px;
	position: absolute;
	left: auto;
	right: 0;
	top: 0px;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.itunes img {
	width: 150px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.itunes span {
	background: #333;
	padding: 6px 10px;
	border-radius: 10px;
	font-size: 16px;
	margin: -40px 0 0 0;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.itunes:hover {
	text-decoration: none !important;
}
.itunes:hover span {
	background: #71ccff;
}
/* Content 
-------------------------------------------------------------- */
#main {
 margin-top: 3em; 
 margin-bottom: 3em; 
}

/* Post 
-------------------------------------------------------------- */
.post {
  margin-bottom: 3em
}

.post a {
  text-decoration: none;
}
.post a:hover,
.post a:focus {
  text-decoration: underline;
}

.post audio {
  margin-bottom: 0.5em;
}
.meta {
  font-style: italic;
  font-size: 0.9em;
}
.meta .twitter-share-button  {
	position: relative;
	top:  3px;
	margin-left: 1%;
  
}


.on-air {
  background: #E00000;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #D00000), color-stop(100%, #F00000));
  background-image: -webkit-linear-gradient(top, #D00000, #F00000);
  background-image: -moz-linear-gradient(top, #D00000, #F00000);
  background-image: -o-linear-gradient(top, #D00000, #F00000);
  background-image: -ms-linear-gradient(top, #D00000, #F00000);
  background-image: linear-gradient(top, #D00000, #F00000);
  border-radius: 0.1em;
  color: white;
  padding: 0 0.25em;
  	-webkit-animation: glow 5s infinite;
  	-moz-animation: glow 5s infinite;
  	-o-animation: glow 5s infinite;
  	-ms-animation: glow 5s infinite;
  	animation: glow 5s infinite;
}
.off-air {
  background: #036;
  border-radius: 0.1em;
  color: white;
  padding: 0 0.25em;

}

#listen {
  width: 100%;
  margin: 1em auto;
  
}

/* Footer
-------------------------------------------------------------- */
#footer {
  font-size: 0.8em;
  color: #999;
  margin-bottom: 3em;
}
#footer p {
  margin-bottom: 0.5em;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer span {
  margin: 0 0.5em;
}

@media screen and (min-width: 640px) {
	nav {
  		font-size: 1.04em;
		text-align: left;
	}

}

@media screen and (max-width: 640px) {
	header {
		text-align: center;
		padding: 20px 0 60px;
		font-size: 1em;
	}
	header p {
		width: auto;
	}
	#logo {
		font-size: 42px;
	}
	.itunes {
		left: 0;
		right: 0;
    bottom: -60px;
    top: auto;
		width: 100%;
		text-align: center;
	}
	.itunes img {
		width: 50px;
		vertical-align: middle;
	}
	.itunes span {
		background: #333;
		padding: 6px 10px;
		border-radius: 10px;
		font-size: 16px;
		margin: -40px 0 0 0;
		position: relative;
	}
}

@media screen and (max-width: 300px) {
  body {
  	font-size: 10px;
}
}