@import url(http://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic);

body {
	font-family: 'Arvo', serif;
	font-size: 10px;
	margin:0px;
	color:#666;
	background-image: url("../images/Interacting_with_sound-header_01.jpg");
	background-repeat:repeat-x;
	background-attachment:fixed;
	/*background-position:center top; */
}

a {
	color:#666;
	//text-decoration:none;
	//font-weight:bold;
}

h1 {
	font-size:22px;
	color:#000;
	background-color:#fff;
	margin-top:0px;
	width:66%;
	padding:6px;
}

#main {
	width:1200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
	
}

#header {
	position:relative;
	float:left;
	height: auto;
	margin-bottom:40px;
	margin-top:140px;
}

#header-left {
	position:relative;
	float:left;
	width:300px;
	height:auto;
	margin-right:40px;
}

#header-right {
	position:relative;
	float:left;
	width:850px;
	height:auto;
	
}

#header-right p {
	width:66%;
	font-size:14px;
	background-color:#fff;
	padding:6px;
}

#content {
	width:100%;
	height:auto;
	
}

#logo {
	text-align:right;
}

#logo-img{
	width:125px;
	height:auto;
}

#itunes_badge {
	margin-top:40px;
}

#content-side {
	position:relative;
	float:left;
	width:300px;
	text-align:right;
	margin-right:40px;
}

#itunes_badge_container, #soundcloud_link_container {
	width:100%;
}

#itunes_badge_container {
	margin-bottom:20px;
}

#episodes {
	position:relative;
	float:left;
	width:850px;
	height:auto;	
}



iframe {
	margin-top:40px;
}