body
{
	font-family: Bodoni, Georgia, serif;
	background: #953d15 url(../images/home.jpg) no-repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}
	body#HomePage
	{
		background: #953d15 url(../images/home.jpg) repeat-x;	
		background-attachment: fixed;	
	}
	body#TourPage
	{
		background: #95592a url(../images/tour.jpg) repeat-x;	
		background-attachment: fixed;
	}
	body#BlogHolder
	{
		background: #95592a url(../images/blogg.jpg) repeat-x;	
		background-attachment: fixed;
	}
	body#BiographyPage
	{
		background: #464f35 url(../images/biografi.jpg) repeat-x;	
		background-attachment: fixed;
	}
	body#DiscographyHolder,
	body#AlbumPage
	{
		background: #142527 url(../images/diskografi.jpg) repeat-x;	
		background-attachment: fixed;
	}
	body#MediaHolder
	{
		background: #254229 url(../images/galleri.jpg) repeat-x;	
		background-attachment: fixed;
	}

#BgContainer
{
	background: transparent url(../images/logo.gif) no-repeat;
	overflow: hidden;
}

#header
{
	float: left;
	width: 240px;
}

#header h1
{
	
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	text-indent: -9999px;
}

#header h1 a
{
	display: block;
	height: 300px;
}

#header ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 23px;
}

#header li a
{
	background-color: #000;
	padding: 2px 5px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 150%;
	display:inline-block;
}

#header li a:hover,
#header li a.current
{
	background-color: #695b3d;
}
#Layout
{
	padding: 120px 20px 20px 240px;
}

#Layout .typography
{
	max-width: 494px;
	overflow: hidden;
	background: none;
}

body#BiographyPage div#Layout div.typography
{
	width: 340px;
}	

ul.discography
{
	list-style: none;
}

	ul.discography li
	{
		float: left;
		display:block;
		margin: 10px;
		padding: 0;
		box-shadow:2px 2px 20px #000;
		-webkit-box-shadow:2px 2px 20px #000;
		-moz-box-shadow:2px 2px 20px #000000;
		height: 180px;
		overflow: hidden;
		position: relative;
	}

.album
{
	margin: 10px auto;
	width: 300px;
}

	.album ul
	{
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.album .links
	{
		margin-top: 20px;
	}

	.album .tracklist dt
	{
		float: left;
		clear: left;
		text-align: right;
		width: 26px;
	}
div.backbox
{
	margin: 10px 0;	
}

div.media 
{
	width: 600px;
}
	div.media div.video,
	div.media div.image
	{
		display: inline;
		float: left;
		background: url(../images/media_bg_box.png);
		margin: 10px 10px 0 0;
		width: 160px;
		height: 160px;
		overflow: hidden;
	}

ul a .iconoverlay
{
	z-index: 100;
	position:absolute;
	display: block;
	width: 100%;
	height: 100%;
}

	ul a:hover .iconoverlay
	{
		background-color: rgba(0,0,0,0.4);
		cursor: pointer;
	}

#MediaHolder .typography
{
	max-width: none;
	overflow: auto;
}

.typography table .date
{
	font-style: italic;
	text-align: right;
	font-size: 11px;
	white-space: nowrap
}

.typography table h2
{
	padding-top: 20px;
	margin-bottom: 4px;
}

.typography table td
{
	padding-left: 10px;
	vertical-align: baseline;
}

#BlogHolder .typography table .date
{
	padding-top: 6px;
}

#BlogHolder .typography h3
{
	margin-bottom: 4px;
}

.actions
{
	text-align: right;
	margin-bottom: 10px;
}


#Footer
{
	clear:both;
	padding: 20px 0 10px;
	overflow: hidden;
	width: 1110px;
}
	#Footer #FooterContent
	{
		width: 400px;
		margin: 0 auto;
		text-align: center;
	}
	#Footer a
	{
		font-weight: bold;
		text-decoration: none;
	}

	#sociallogos
	{
		background: url(../images/social-logos.png) no-repeat;
		width: 242px;
		height: 19px;
		margin: 0 auto;
	}

		#sociallogos a
		{
			display: block;
			height: 19px;
			text-indent: -9999px;
			overflow: hidden;
			cursor: pointer;
			float: left;
		}
		
div.SubscribeForm
{
	width: 93%;
	height: 87%;
	background: url(../images/subscribe_popup_bg.png);
	padding: 20px;
}
	div.SubscribeForm label
	{
		color: #eee;
	}
