
html {
	/*overflow-y: scroll; */
}

/*BODY { 
margin-top:20px;
text-align : left;
background-color : #ffffff; 
font-family : trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
font-size : .9em;
	background-color: white ;
}*/


#centeredwrapperinterviews {
margin: 0 ;
width: 500px;
padding:0px;
margin:0px;  border: 0px solid #121212;
 	display: block;
    margin-left: auto;
    margin-right: auto;

}

#centeredwrapperstorypost {
	background-color:#FFF;
margin: 10px;
width: 270px;
padding:20px;
 border: 0px solid #121212;
 	display: block;
    margin-left: auto;
    margin-right: auto;

}


#audiowrapper {
	width: 430px;
/*	height: 10px;*/
	 border: 1px solid #121212;
	 background-color: #DACAD5;
/*	max-width: 500px;*/
/*	position: relative;*/
	margin: 0px;
	padding: 0px;
/*	display: block;
    margin-left: auto;
    margin-right: auto;
*/}

#audiowrapperstorypost {	
	width: 200px;
	height:30px;
	background-color: #CCCCCC;
/*	max-width: 500px;*/
/*	position: relative;*/
	margin: 15px 0px 0px 0px;
	padding: 0px;
/*	display: block;
    margin-left: auto;
    margin-right: auto;
*/}

.usertip {
	line-height: 1.4em;
font-family:Verdana, Geneva, Arial, sans-serif;
font-size : .8em;
	}

.interviewid{
	padding-left:15px; 
	padding-right:15px; 
	font-size : .9em;
	margin-bottom:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}




.centeredwrapperinterviews, centeredwrapperstorypost h1 {

	font-size: 1.8em;
	line-height: 1.5;
	font-weight: 400;
	color: #8D8D8D;
	text-shadow:2px 2px 4px #DACAD5;
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	text-align: left;
}


h1 span {
	font-weight: 400;
}

h2 {
	text-align: center;
	margin-bottom: 3em;
	color: #4c7687;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}

.attribution {
	padding: 3em 0;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.attribution a {
	color: #fff;
}


/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
	text-decoration: none;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.8);
	color: #000;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}


@media only screen and ( max-width: 32.5em ) /* 520 */
{
	body
	{
		-webkit-box-shadow: inset 0 0 9.375em rgba( 0, 0, 0, .5 ); /* 150 */
		-moz-box-shadow: inset 0 0 9.375em rgba( 0, 0, 0, 5 ); /* 150 */
		box-shadow: inset 0 0 9.375em rgba( 0, 0, 0, .5 ); /* 150 */
	}
	#wrapper
	{
		width: 100%;
		height: auto;
		position: static;
		padding: 3.125em 1.25em; /* 50 20 */
		margin: 0;
	}
	


