/*  
(c) Janne Argillander 2008.
*/

*, html {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #45494d;
	color: #999;
	text-align: center;
	
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top left;
	
}

div#page {
	background-color: transparent;
	text-align: left;
	
	width: 830px;
	margin: 0 auto;
}

div#header {
	height: 60px;
	margin: 0;
	padding: 0;
}

div#menu {
	float: right;
	width: 550px;
	margin: -22px 15px 0 0;
	padding: 0;
}

div#header-img {
	position: relative;
	background: transparent url(images/header-img.jpg) 0 0 no-repeat;
	width: 830px;
	height: 495px;
	padding: 0;
	margin: 0;
	font-size: 1.2em
	
}

div#content {
	background: #45494d url(images/background-content.gif) 0 0 repeat-y;
	padding: 0px 90px 20px 90px;
	font-size: 1.2em
	
}


div#middle { 
	/*
	display: none;
	visibility: hidden;
	*/
	background: transparent url(images/background-bottom-content.gif) 0 0 repeat-y;
	height: 80px;
	
	padding: 10px 20px 10px 20px;
}

div#bottom {
	background: #e6e6e6 url(images/background-bottom.gif) 0 0 repeat-y;
	height: 190px;
	
	padding: 20px 20px 20px 20px;
}

div#footer {
	background: transparent url(images/background-footer.gif) 0 0 no-repeat;
	height: 150px;
	
	padding: 0px 20px 0px 20px;
}


/* Menu */

div#menu ul {
	padding: 0 15px 0 15px;
	margin: 0;
	
	list-style-type: none;
}

div#menu ul li {
	float: left;
	display: inline;
	position: relative;
	text-align: center;	
}

div#menu ul li a:link,
div#menu ul li a:visited {
	padding: 0;
	margin: 0 0 0 35px;

	padding: 0;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
}

div#menu ul li a:hover,
div#menu ul li a:active,
div#menu ul li a.home:hover,
div#menu ul li a.home:active {
	color: #fff;
	text-decoration: none;
	background-position: 0 1px;	
}

div#menu ul li.menu-item-on a {
	font-weight: bold;
	color: #fff;
}

/* Typography */

div#header h1 {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 135px;
	height: 40px;
	margin: 25px 0 0 30px;
	padding: 0;
	text-indent: -9000pt;
}

/* Start Page titles */
div#content h2.news {
	background-image: url(images/title-news.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 83px;
	height: 56px;
	margin: 0 0 30px 0;
	text-indent: -9000pt;
}

div#content h2.biography {
	background-image: url(images/title-biography.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 143px;
	height: 56px;
	margin: 0 0 30px 0;
	text-indent: -9000pt;
}

div#content h2.music {
	background-image: url(images/title-music.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 91px;
	height: 56px;
	margin: 0 0 30px 0;
	text-indent: -9000pt;
}

div#content h2.live {
	background-image: url(images/title-live.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 63px;
	height: 56px;
	margin: 0 0 30px 0;
	text-indent: -9000pt;
}

div#content h2.photos {
	background-image: url(images/title-photos.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 101px;
	height: 56px;
	margin: 0 0 30px 0;
	text-indent: -9000pt;
}

div#content h2.contact {
	background-image: url(images/title-contact.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 116px;
	height: 56px;
	margin: 0 0 30px 0;
	text-indent: -9000pt;
}

div#content h2.shop {
	background-image: url(images/title-shop.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 75px;
	height: 56px;
	margin: 0 0 30px 0;
	text-indent: -9000pt;
}
/* End titles */

div#content h2 {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

div#content h2 a:link,
div#content h2 a:visited {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

div#content h2 a:hover,
div#content h2 a:active {
	font-weight: normal;
	color: #0e7382;
	text-decoration: none;
}

div#header-img div.alternative {
	float: right;
	position: absolute;

	top: 520px;
	left: 600px;

	width: 125px;
	margin: 0;
	padding: 0;
}

div#header-img div.alternative ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#header-img div.alternative ul li {
	display: inline;
}

div#header-img div.alternative ul li.rss {
	float: left;
	position: relative;
	
	background-image: url(images/feed-icon.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
	width: 56px;
	margin: 0;
	padding: 0 0 0 18px;
}

div#header-img div.alternative li.search {
	float: left;
	position: relative;
	
	width: 30px;
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	
	border-left: 1px solid #111;
}

div#header-img div.alternative a:link,
div#header-img div.alternative a:visited {
	font-weight: normal;
	color: #888;
	text-decoration: none;
}

div#header-img div.alternative a:hover,
div#header-img div.alternative a:active {
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}

/* Twitter */
div#twitter_div {
	position: absolute;
	
	top: 370px;
	left: 40px;
	
	background-color: #000;

	border: 1px solid #111;
	
	-webkit-border-radius: 5px;
	-webkit-opacity: 0.8;
	
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-opacity: 0.8;
	
	opacity: 0.8;
	filter: alpha(opacity=80);
	
	padding: 10px;
	width: 710px;
	height: auto;
	
	margin: 5px 0 0 5px;

	color: #ccc;
}

div#twitter_div h2.sidebar-title {
	float: left;
	background: transparent url(images/twitter_logo.gif) no-repeat top left;
	width: 65px;
	height: 15px;
	text-indent: -9000pt;	
	
	/*border: 1px solid #00f;*/
}

div#twitter_div ul#twitter_update_list {
	float: left;
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
	
	/*border: 1px solid #0f0;*/
}

div#twitter_div ul#twitter_update_list li {
	width: 625px !important;
	font-size: 0.9em;
	line-height: 1.2em;
	vertical-align: middle;
	padding: 1px 0 0 0;
	overflow: left;
}

div#twitter_div span#twitter-link {
	display: none;
	margin: 10px 30px 0 0;
	font-size: 0.8em;
}



div#twitter_div a:link,
div#twitter_div a:visited {
	color: #f7e258;
	text-decoration: none;
}

div#twitter_div a:hover,
div#twitter_div a:active {
	color: #fff;
	text-decoration: underline;
}

/* Facebook */
div#facebook_div {
	background-color: #fff;

	border: 1px solid #111;
	
	-webkit-border-radius: 5px;
	-webkit-opacity: 0.9;
	
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-opacity: 0.9;
	
	opacity: 0.9;
	filter: alpha(opacity=90);
	
	padding: 0; 
	margin: 0; 

	position: absolute; 

	top: 425px; 
	right: 52px; 

	width: 225px; 
	height: 60px;
}

/* News title */
div#content div.post h3 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 18px;
	color: #fff;
	margin: 0 0 3px -4px;
	padding: 4px;
}

div#content div.post.page h3 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 18px;
	color: #444;
	margin: 0 0 15px 0;
	padding: 4px 0 4px 4px;
}

div#content div h3 {
	font-weight: normal;
	line-height: 18px;
	color: #fff;
	margin: 5px 0 5px 0;
}

div#content div.post h3 a:link,
div#content div.post h3 a:visited {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;	
	color: #87b7bc;
	padding: 4px;
	text-decoration: none;
}

div#content div.post h3 a:hover,
div#content div.post h3 a:active {
	color: #000;
	font-weight: normal;
	background-color: #f7e258;
	padding: 4px;
	text-decoration: none;
}


div#content div.post span.date {
	display: block;
	color: #686868;
	font-size: 0.9em;
	margin: 2px 0 0 0;
	padding: 2px 0 0 4px;
}

div#content div.post div {
	padding: 10px 0 20px 4px;

	color: #999;
	font-size: 1.0em;
	line-height: 1.4em;
}

div#content div.post div p {
	padding: 0 0 5px 0;
	color: #999;
	font-size: 1.0em;
	line-height: 1.4em;
}

div#content div p {
	padding: 0 0 10px 0;
	color: #999;
	font-size: 1.0em;
	line-height: 1.4em;
}

div#content .post div ol {
	margin: 10px 0 10px 40px;
	padding: 0;
}

div#content div.post div a:link,
div#content div.post div a:visited,
div#content div#bottom a:link,
div#content div#bottom a:visited,
div#content div a:link,
div#content div a:visited {
	color: #87b7bc;
	text-decoration: none;
}

div#content div.post div a:hover,
div#content div.post div a:active,
div#content div#bottom a:hover,
div#content div#bottom a:active,
div#content div a:hover,
div#content div a:active {
	color: #fff;
	text-decoration: underline;
}

div#content div img {
	margin: 10px 0 0 0;
	padding: 2px;
	border: 1px solid #222;
}

div#content div.post div img {
	margin: 10px 0 0 0;
	padding: 2px;
	border: 1px solid #222;
}

div#content div.navigation {
	width: 640px;
	margin: 10px auto;
	padding: 4px 0 0 0;
	color: #aaa;
}

div.navigation div.left {
	float: left;
	width: 300px;
	text-align: left;
}

div.navigation div.right {
	float: right;
	width: 300px;
	text-align: right;
}

div#content div.navigation a:link,
div#content div.navigation a:visited {
	color: #fff;
	text-decoration: none;
}

div#content div.navigation a:hover,
div#content div.navigation a:active {
	color: #87b7bc;
	text-decoration: none;
}

div#middle h3 {
	color: #666;
	-moz-opacity: 0.5;
	font-weight: normal;
	font-size: 1.8em;
	
	margin: 0 0 5px 0;
}

form#searchform div {
	position: absolute;
	
	top: 450px;
	left: 50px;
	
	background-color: #000;

	border: 1px solid #111;
	
	-webkit-border-radius: 5px;
	-webkit-opacity: 0.8;
	
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-opacity: 0.8;
	
	opacity: 0.8;
	filter: alpha(opacity=80);
	
	padding: 10px;
	width: 255px;
	height: 20px;
	
	margin: 5px 0 0 5px;

	font-size: 1.1em;
	color: #444;
}

form#searchform div span {
	display: block;
	float: left;
	
	background-color: #fff;
	-moz-opacity: 1;
	padding: 1px;
	margin: 0;
}

form#searchform div span input {
	-moz-opacity: 1;
	margin: 0;
	width: 150px;
}

form#searchform div span input:focus {
	background-color: #fff;
	-moz-opacity: 1;
}

form#searchform div input#searchsubmit {
	background-color: transparent;
	background-image: url(images/search-btn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	width: 60px;
	height: 15px;
	
	border: none;
	text-indent: -9000pt;
	
	margin: 3px 0 0 10px;
}

form#searchform div input#closesearch {
	float: left; 
	background-color: transparent;
	background-image: url(images/close-btn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	width: 15px;
	height: 15px;
	
	border: none;
	text-indent: -9000pt;
	
	margin: 3px 10px 0 0;
}

form#searchform div input#searchsubmit:hover,
form#searchform div input#closesearch:hover {
	background-position: 0 -15px;
}

div#middle div.search-bar {
	float: left;
	width: 235px;
	margin: 0 0 0 40px;
} 

html>body div#middle div.search-bar { margin: 0 0 0 80px; }

div#middle div.latest-photos {
	float: right;
	width: 380px;
	margin: 0 30px 0 0;
}

html>body div#middle div.latest-photos { margin: 0 60px 0 0; }


div.latest-photos ul.photo-roll {
	list-style-type: none;
	width: 412px;
	height: 68px;
	margin: 0 0 0 10px;
	padding: 0;
}

div.latest-photos ul.photo-roll li {
	float: left; 
	width: 64px; 
	height: 48px; 
	padding: 0; 
	border: none;
	margin: 0 4px 0 4px;
}

div.latest-photos ul.photo-roll li img {
	margin: 0;
	padding: 2px; 
	border: 1px solid #222; 
}

div.latest-photos ul.photo-roll li:hover img {
	border-color: #f7e258;
}

div#content div#bottom {
	text-align: center;
}

div#bottom h3 {
	color: #000;
	font-weight: normal;
	font-size: 1.8em;
	
	margin: 0 0 10px 0;
}


div#bottom div.column-left {
	float: left;
	width: 425px;
	margin: 0 0 0 40px;
} 

html>body div#bottom div.column-left { margin: 0 0 0 80px; }

div#bottom div.column-right {
	float: right;
	width: 210px;
	margin: 0 30px 0 0;
}

html>body div#bottom div.column-right { margin: 0 60px 0 0; }

div#bottom ul {
	padding: 10px 0 0 0;
	list-style-type: none;
}

div#bottom ul li {
	background: url(images/bullet.gif) 0 3px no-repeat;

	font-size: 1.6em;
	height: 25px;
	padding-left: 20px;
	
	color: #363636;
}

div#bottom ul li a:link,
div#bottom ul li a:visited {
	color: #111;
	text-decoration: none;
}

div#bottom ul li a:hover,
div#bottom ul li a:active {
	color: #0e7382;
	text-decoration: none;
}

div#bottom ul li span.postdate {
	padding-left: 4px;
	font-weight: normal;
	color: #aaa;
}

div#bottom div.column-right ul li strong {
	color: #0e7382;
	padding-right: 4px;
	font-weight: normal;
}

div#bottom div.column-right ul li {
	color: #111;
}

div#footer p {
	font-size: 1.1em;
	color: #252525;
	
	padding: 25px 0 0 25px;
}

div#footer p a {
	color: #080808;
	text-decoration: none;
}

div#footer span {
	float: right;
	
	margin: -20px 25px 0 0;
}

div#footer span a.myspace:link,
div#footer span a.myspace:visited {
	display: block;
	float: left;
	text-indent: -9000pt;	
	width: 78px;
	height: 28px;
		
	background: url(images/logo-myspace.gif) 0 0 no-repeat;
}

div#footer span a.purevolume:link,
div#footer span a.purevolume:visited {
	display: block;
	float: left;
	text-indent: -9000pt;	
	width: 124px;
	height: 28px;
	
	margin: 0 10px 0 0;
	
	background: url(images/logo-purevolume.gif) 0 0 no-repeat;
}

div#footer span a.facebook:link,
div#footer span a.facebook:visited {
	display: block;
	float: left;
	text-indent: -9000pt;	
	width: 64px;
	height: 28px;
	
	margin: 0 10px 0 0;
	
	background: url(images/logo-facebook.gif) 0 0 no-repeat;
}


div#content ul,
div#content ul.past {
	list-style-type: none;
	margin: 15px 0 0 25px;
	padding: 0;
}

div#content ul li,
div#content ul.past li {
	padding: 0 0 5px 12px;
	
	font-size: 1.0em;
	line-height: 1.2em;
}

div#content ul li strong {
	color: #fff;
	font-weight: bold;
	
	margin-right: 10px;
}

div#content ul.past li strong {
	color: #888;
	font-weight: normal;
	
	margin-right: 10px;
}

div#content ul li span,
div#content ul.past li span {
	color: #999;
}

/* Photos */

.gallery {
	height: 80px;
	margin: 15px 0 0 30px;
}

.gallery-description {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
}

.gallery-description h3.gallery-title a:link {
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.gallery-description h3.gallery-title a:visited {
	font-size: 1.4em;
	font-weight: normal;
	color: #dedede;
	text-decoration: none;
}


.gallery-description h3.gallery-title a:hover,
.gallery-description h3.gallery-title a:active {
	color: #87b7bc;
}


.gallery-description h3.gallery-title a span {
	color: #d00;
}

.gallery-description p {
	margin: 10px 0 0 0;
	color: #888;
}

.gallery-description em {
	display: block;
	margin: 10px 0 0 0;
	font-style: italic;
	color: #444;
}

	/* gallery */
.gallery-view-photo {
	float: left;
	width: 250px !important;
	height: 120px;
	margin: 15px 0 0 50px;
}

.coverphoto {
	float: left;
	width: 106px;
	text-align: center;
}

.coverphoto img {
	width: 100px;
	padding: 2px;
	border: 1px solid #111;
}

.gallerytext {
	float: left;
	width: 110px;
	margin: 0 0 0 10px;
	padding: 0;
}

.gallerytext p {
	margin: 10px 0 0 0;
}

	/* photo */

.photo-title {
	width: 500px; 
	margin: 15px auto; 
	padding: 0;
}

.photo-title h2.title {
	color: #0e7382;
}

.photo {
	width: 506px;
	margin: 15px auto;
}

.photo img {
	width: 500px;
	padding: 2px;
	border: 1px solid #111;
}

.photo-text {
	width: 500px;
	margin: 15px auto;
	padding: 0;
}

.photo-navigation {
	padding: 10px 0 0 0;
	color: #666;
}

.photo-navigation a:link,
.photo-navigation a:visited {
	color: #444;
	text-decoration: none;
}

.photo-navigation a:hover,
.photo-navigation a:active {
	color: #ccc;
	text-decoration: none;
}

/* Live */

div#content ul.live {
	list-style-type: none;
	width: 590px;
}

div#content ul.live li {
	min-height: 50px;
	margin: 0 5px 5px 5px;
}

div#content ul.live li span {
	font-weight: bold;
	color: #ddd;
	margin: 0 10px 0 10px;
}

div#content ul.live li h3 {
	padding: 5px 0 5px 5px;
	color: #87b7bc;
	font-size: 1.3em;
	font-weight: normal;
	border-bottom: 1px solid #333;
}

div#content ul.live li.txt h3 {
	padding: 5px 5px 5px 5px;
	text-align: right;
	color: #999;
	font-size: 1.3em;
	font-weight: normal;
	border-bottom: none;
}

div#content ul.live li div {
	padding: 4px 0 0 0; 
	color: #888; 
	font-size: 1.0em;
	min-height: 20px;
	border-bottom: 1px solid #151515;
	margin: 0 10px 0 10px;
}

div#content ul.live li a:link {
	color: #87b7bc;
	text-decoration: none;
}

div#content ul.live li a:visited {
	color: #bbb;
	text-decoration: none;
}

div#content ul.live li a:hover,
div#content ul.live li a:active {
	color: #fff;
	text-decoration: underline;
}


/* Yhteydenottolomake */
div.contact-form {
	width: 500px;
	height: 300px;
	margin: 10px 0 10px 0px;
}

div.contact-form div.left {
	float: left;
	clear: both;
	width: 110px;
	height: 20px;
	padding: 5px 10px 5px 0px;
	margin: 0;
	text-align: right;
}

div.contact-form div.right {
	float: right;
	width: 365px;
	min-height: 20px;
	padding: 5px 0px 5px 0px;
	margin: 0 0 0 10px;
	text-align: left;
}

div.contact-form input#name,
div.contact-form input#email,
div.contact-form input#phone {
	width: 200px;
}

div.contact-form input#vercode {
	width: 80px;
	margin: 10px 0 5px 0px;
}

div.contact-form textarea {
	width: 320px;
	height: 100px;
}

div.contact-form img.captcha {
	margin: 0px 5px 0 0;
	padding: 0;
}

div.contact-form input#submit {
	width: 50px;
}

div.contact-form .right span {
	padding: 0;
	margin: 0 0 0 10px;
	color: #444;
}

div.contact-form .right p.error {
	color: #d00;
	font-weight: bold;
}

div.contact-form .right p.success {
	color: #87b7bc;
}

br.clear {
	clear: both;
}

/* Player */

div#player {
	width: 500px;
	margin: 10px auto;
	padding: 2px;
	background-color: #111;
}

div#video {
	width: 425px;
	margin: 10px auto;
}
