@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
    font-family: 'Inconsolata', monospace;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 3em;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 3em;
	margin-top: 0
}
p{
	font-size: 2em;
}

.intro {
	padding-top: 5em;
}

.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}

.intro p.copyright {
		font-size: 1em;
}

.section {
	text-align:left;
}

#section0 {
	text-align:right;
}

.cover {
	text-align:left;
	margin-left: 0;
	width: 50%;
	bottom: 0px;
	left: 0px;
	position: absolute;
}

#section1 {
	text-align:center;
	color: #000;
}

#section2 {
	text-align:center;
	color: #000;
}

#section3 {
	text-align:center;
	color: #000;
}

#section3 p {
	text-align:center;
	color: #A0A0A0;
}

/*#section3 img {
	text-align:left;
	margin-left: 0;
	width: 50%;
	bottom: 0px;
	left: 0px;
}*/

#menu li {
	display:inline-block;
	margin: 10px 1px;
	color: #000;
	font-size: 1.5em;
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	color: #000;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}

#menu li a,
#menu li.active a{
	padding: 9px 9px;
	display:block;
}
#menu li.active a{
	color: #000;
	text-decoration: underline !important;
}
#menu{
	position:fixed;
	text-align: right;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}

/* STAMP */

.player{
  width: 480px;
  float: right;
  margin-right: 100px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.stamp {
  background-color: #ededef;
  text-align: left;
  /*height: 250px;*/
  color: #000;
  padding: 30px 20px 30px 20px;
  font-size: 1.5em;
  border: 3px solid #000;
}

.logo img{
	width: 50%;
}

#logobreak {
  width: 55%;
  float: left;
  height: 3px;
  border: 0;
  border-top: 3px solid #000;
}

#textbreak {
  width: 70%;
  float: left;
  height: 3px;
  border: 0;
  border-top: 3px solid #000;
}

button.listen {
	background-color: #ededef;
  	width: 480px;
  	margin-top: 10px;
  	color: #000 !important;
  	padding: 5px 20px 5px 20px;
  	font-size: 1.5em;
  	text-align: center;
  	font-weight: bold;
  	border: 3px solid #000;
	}
		a.play :hover {
			background-color: transparent;
			width: 100%;
			color: #000 !important;
			cursor: pointer;
			border: 3px solid #000;
		}

button.listenspot {
	background-color: #000000;
  	width: 29.8%;
  	margin-top: 10px;
  	color: #ffffff !important;
  	padding: 5px 15px 5px 15px;
  	font-size: 1.3em;
  	text-align: center;
  	font-weight: normal;
  	border: 3px solid #000000;
	}
		a.playnow :hover {
			background-color: transparent;
			width: 29.8%;
			color: #000 !important;
			cursor: pointer;
			border: 3px solid #000;
		}

button.subscribe {
	background-color: #000000;
  	width: 29.8%;
  	margin-top: 10px;
  	color: #ffffff !important;
  	padding: 5px 15px 5px 15px;
  	font-size: 1.3em;
  	text-align: center;
  	font-weight: normal;
  	border: 3px solid #000000;
	}
		a.sub :hover {
			background-color: transparent;
			width: 29.8%;
			color: #000 !important;
			cursor: pointer;
			border: 3px solid #000;
		}

iframe {
		width: 60%;
		height: 380px;
	}

/* ARCHIVES */

.title {
	padding-bottom: 3em;
}

.archives {
	width: 100%;
}

.column {
	display: inline-block;
    margin: 0 1em;
}

.c1 {
	width: 45%;
	text-align: center;
}
.c2 {
	width: 45%;
	text-align: center;
}

.episode {
	width: 100%;
	text-align: left;
	font-size: 1.3em;
	display: inline-block;
    margin: 0 0.2em;
}

.art {
	width: 20%;
	text-align: right;
	margin-bottom: 0;
	padding-bottom: 0;
}

.text {
	width: 45%;
	text-align: left;
	margin-top: 0;
}

.press {
	width: 20%;
	text-align: right;
}

.press a{
	color: #000;
}

.press a:hover {
	color: #000;
	text-decoration: underline;
}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		display: inline-block;
		line-height: 2em;
		font-size: 1.2em;
		font-weight: bold;
		padding: 0 2.5em;
		background-color: #191919;
		border-radius: 0px;
		border: solid 1px #ededef;
		color: #fff;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			border-color: #191919;
			background-color: #ffffff;
			color: #191919 !important;
		}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		button.icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			button.icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			width: 100%;
			margin: 0 0 0.75em 0;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			opacity: 0.5;
		}

/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }


/* SIGNUP FORM */

#mc_embed_signup{
	background:#fff; 
	clear:left;
	font-family: 'Inconsolata', monospace;
	color: #A0A0A0;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.email {
	font-size: 1.5em;
	text-align: center;
	width: 30%;
	color: #A0A0A0;
	border: 0;
	border-bottom: 3px solid #191919;
	margin-bottom: 0.5em;
}

#mc-embedded-subscribe {
	background-color: #191919;
  	margin-top: 10px;
  	color: #fff !important;
  	padding: -5px 40px -5px 40px;
  	font-size: 1.5em;
  	letter-spacing: 0.05em;
  	text-align: center;
  	font-weight: bold;
  	border: 3px solid #191919;
}

#mc-embedded-subscribe:hover {
	background-color: #fff;
  	color: #191919 !important;
  	font-weight: bold !important;
  	border: 3px solid #191919;
  	cursor: pointer;
}

.support {
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 1em 0 3em 0;
	text-align: center;
	color: #A0A0A0;
}

.support h4 {
	font-size: 2em;
	line-height: 2.1em;
}

/* MOBILE VERSION */


@media screen and (max-width: 480px) {

	#menu {
		display: none;
	}
	
	#menu li {
		font-size: 1em;
	}

	.cover {
		width: 70%;
	}

	.player{
	  width: 80%;
	  float: left;
	  margin-right: 0px;
	  margin-top: 0px;
	  margin-bottom: 200px;
	  padding: 15px;
	}
	.stamp {
	  width: 100%;
	  text-align: left;
	  font-size: 1.2em;
	}

	.logo img{
		width: 50%;
	}

	button.listen {
		background-color: #ededef;
	  	width: 115%;
	  	float: left;
	  	margin-top: 5px;
	  	margin-right: 10px;
	  	color: #000 !important;
	  	padding: 5px 20px 5px 20px;
	  	font-size: 1em;
	}

	h1 {
		font-size: 1.8em;
		padding-top: 1.2em;
	}

	.archives {
		font-size: 0.5em;
	}

	.title {
		padding-bottom: 0.3em;
	}

	.episode {
    	margin-top: -0.4em;
	}
	.art {
		width: 15%;
		text-align: right;
	}

	.press {
		width: 20%;
		text-align: left;
	}

	.c1 {
		width: 95%;
		text-align: center;
		margin-bottom: 0em;
	}

	.c2 {
		width: 95%;
		text-align: center;
		margin-bottom: 1.5em;
	}

	.intro {
		padding-top: 1.5em;
	}

	.intro p {
		width: 100% !important;
		font-size: 0.6em;
	}

	.email {
		font-size: 1.3em;
		width: 70%;
	}

	.intro p.copyright {
		font-size: 1em;
	}

	.support {
		font-size: 1em;
		line-height: 1.1em;
		padding: 0 0.5em 2.5em 0.5em;
		text-align: center;
	}

	.support h4 {
		font-size: 1.8em!important;
		line-height: 1.8em;
	}

	iframe {
		width: 90%;
		height: 300px;
	}

	button.listenspot {
		width: 90%;
		padding: 5px 10px 5px 10px;
  		font-size: 1em;
	}

	button.subscribe {
		width: 90%;
		padding: 5px 10px 5px 10px;
  		font-size: 1em;
	}


}




