/* Non-iPhone style */

@media screen {


body {
	background-color: white;
	margin: 0px;
	min-width: 800px;
	text-align: center;
}

#header {
	width: 100%;
	height: 216px;
	background-image: url(header_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 100px;
}

#header_img {
	height: 216px;
	width: 600px;
	margin: auto;
	position: relative;
	left: 5px;
	background-image: url(header_logo.png);
	background-repeat: no-repeat;
	
}

#menu {
	color: #000;
	text-align: center;
	width: 600px;
	height: 13px;
	left: 50%;
	position: relative;
	margin: auto;
	margin-left: -295px;
	margin-top: -5px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 6px;
}

#mp3player {
	margin-left: -20px;
	margin-top: 30px;
}

#menu a {
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#menu a:hover {
	color: #6a6a6a;	
	text-decoration: none;
}

#menu a:visited {
	text-decoration: none;
}

#main_list {
	letter-spacing: 0;
	text-align: left;
	width: 475px;
	height: 300px;
	position: relative;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#links_list {
	color: #dedede ;
}

#main_list a {
	color: #ab000f;
}

#playlist {
	letter-spacing: 0;
	font: italic 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#ondertekst1{
	letter-spacing: 0;
	position: relative;
	left: 50%;
	margin-left: -187px;
	margin-top: -10px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#ondertekst2 {
	letter-spacing: 0;
	position: relative;
	left: 50%;
	margin-left: 139px;
	margin-top: -12px;
	font-size: 11px;
}

#main {
	width: 400px;
	height: 300px;
	position: relative;
	left: 50%;
	margin:  auto;
	margin-top: -110px;
	margin-left: -200px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0;
	text-align: center;
}

#main a{
	text-decoration: none;
	color: #ab000f;
}

#main a:hover{
	color: #7f8d27;
}

#bio {
	width: 475px;
	margin-top: 20px;
	margin-left: 65px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	letter-spacing: 0;
}

#bio a{
	color: #ab000f;
}

#bio a:hover{
	color: #c0d63b;
}
#bandleden {
	color: #711748;
	letter-spacing: 1px;
}

h1 {
	margin-bottom: 2px;
	font: bold 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -2px;
	border-top-style: solid;
	border-top-width: 3px;
}

#gigs li{
	list-style-type: disc;
	width: 450px;
	margin: 0;
	border-bottom: 0px;
	padding-bottom: 0px;
}

#gigs a {
	color: #ab000f;
}

#gigs a:hover {
	color: #c0d63b;
}

#pastgigs {
	color: #939393;
	font-size: 10px;
	position: relative;
	left: 12px;
}

h3 {
	font-size: 16px;
	margin: 0 0 -15px 7px;
}

#nieuwsfront {
	width: 475px;
	margin-left: 10px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	letter-spacing: 0;
	float: left;
	position: relative;
}

.nieuws {
	text-transform: none;
	font: normal normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: none;
	position: relative;
	left: 2px;
}

#nieuwsfront a {
	color: #ab000f;
}

#nieuwsfront a:visited{
	color: #c0d63b;
}

h4 {
	margin-top: 10px;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: -15px;
}

#linklist {
	letter-spacing: 0;
	text-align: left;
	width: 95px;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: right;
	position: relative;
	left: -13px;
}



#linklist a{
	text-decoration: none;
	color: #ab000f;
}

#linklist a:hover{
	color: #7f8d27;
}

#bandpic {
	width: 475px;
	height: 246px;
	background-image: url('bandpic.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

#lic{
	font-size: 8px;
	text-align: center;
}

li {
		list-style-image: none;
		list-style-type: none;
		margin-bottom: 20px;
		margin-left: -37px;
		width: 400px;
		border-bottom: 1px dotted #d3d3d3;
		padding-bottom: 15px;
}

#yshout {
	margin: 0;
	padding: 0;
	width: 475px;
}

#coverart {
	background-image: url('coverart_shot.jpg');
	width: 250px;
	height: 188px;
	float: right;
}	

}

/* iPhone Stylesheet */



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

body {
	background-color: white;
	margin: 0px;
	min-width: 320px;
	text-align: left;
}

#header {
	width: 320px;
	height: 116px;
	background-image: url(header_logo_small.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0;
}

#header_img {
	height: 1px;
	width: 1px;
	margin: auto;
	background-image: none;
	background-repeat: no-repeat;
	
}

#menu {
	color: #000;
	text-align: center;
	width: 320px;
	height: 13px;
	left: 0;
	position: relative;
	margin: 0;
	margin-left: 0;
	margin-top: 0;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 6px;
}

#menu a {
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#menu a:hover {
	color: #6a6a6a;	
	text-decoration: none;
}

#menu a:visited {
	text-decoration: none;
}

#main_list {
	letter-spacing: 0;
	text-align: left;
	width: 316px;
	height: 300px;
	position: relative;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#main_list object {
	width: 300px;
}

#main_list embed {
	width: 300px;
}
#links_list {
	color: #dedede ;
}

#main_list a {
	color: #ab000f;
}

#playlist {
	letter-spacing: 0;
	font: italic 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#ondertekst1{
	letter-spacing: 0;
	position: relative;
	left: 50%;
	margin-left: -187px;
	margin-top: -10px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#ondertekst2 {
	letter-spacing: 0;
	position: relative;
	left: 50%;
	margin-left: 139px;
	margin-top: -12px;
	font-size: 11px;
}

#main {
	width: 400px;
	height: 300px;
	position: relative;
	left: 50%;
	margin:  auto;
	margin-top: -110px;
	margin-left: -200px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0;
	text-align: center;
}

#main a{
	text-decoration: none;
	color: #ab000f;
}

#main a:hover{
	color: #7f8d27;
}

#bio {
	width: 316px;
	margin: 0;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	padding: 2px;
	letter-spacing: 0px;
}

#bio a{
	color: #ab000f;
}

#bio a:hover{
	color: #c0d63b;
}

#bandpic {
	width: 316px;
	height: 165px;
	background-image: url('bandpic_small.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

#bandleden {
	color: #711748;
	letter-spacing: 1px;
}

h1 {
	margin-bottom: 2px;
	font: bold 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -2px;
	border-top-style: solid;
	border-top-width: 3px;
}

li {
		list-style-image: none;
		list-style-type: none;
		margin-bottom: 20px;
		margin-left: -40px;
		width: 310px;
		border-bottom: 1px dotted #d3d3d3;
		padding-bottom: 15px;
}

#gigs li{
	list-style-type: disc;
	width: 275px;
	margin: 0;
	border-bottom: 0px;
	padding-bottom: 0px;
}

#gigs a {
	color: #ab000f;
}

#gigs a:hover {
	color: #c0d63b;
}

#pastgigs {
	color: #939393;
	font-size: 10px;
	position: relative;
	left: 12px;
}

h3 {
	font-size: 16px;
	margin: 0 0 -15px 7px;
}

#nieuwsfront {
	width: 316px;
	margin-top: 0px;
	margin-left: 0px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	letter-spacing: 0;
	padding: 2px;
}

.nieuws {
	text-transform: none;
	font: normal normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: none;
	position: relative;
	left: 2px;
}

#nieuwsfront a {
	color: #ab000f;
}

#nieuwsfront a:visited{
	color: #c0d63b;
}

h4 {
	margin-top: 10px;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: -15px;
}

#linklist {
	float: none;
	letter-spacing: 0;
	text-align: left;
	width: 0;
	height: 0;
	position: relative;
	font: 1px "Lucida Grande", Lucida, Verdana, sans-serif;
	border-top: 0px;
	top: 0;
	left: 0;
	margin: 0;
	visibility: hidden;
}

#linklist a{
	text-decoration: none;
	color: #ab000f;
}

#linklist a:hover{
	color: #7f8d27;
}

#lic{
	font-size: 8px;
	width: 316px;
	text-align: center;
}

#audioplayer1 {
	visibility: hidden;
}

div.tumblr_video object{width: 300px; height: 225px;}
div.tumblr_video embed{width: 300px; height: 255px;}
ol.tumblr_posts img{
	width: 306px;
	height: inherit;
}

#yshout {
	margin: 0;
	padding: 0;
	width: 316px;
}

#coverart {
	width: 0px;
	height: 0px;
	visibility: hidden;
}	

.iphonehide {
	width: 200px;
	height: 0px;
	visibility: hidden;
}

}
