html {
	color: black;
	background-color: #000000;
	background-image: -moz-linear-gradient(45% 0% 0deg,#141210, #FFFFFF);
	background-image: -webkit-gradient(linear, 100% 0%,45% 0%, from(#FFFFFF), to(#141210));

	font-family: verdana, helvetica, arial, sans-serif;	
	min-width: 1220px;
}


body {
	color: black;
	background-color: transparent;

	font-family: verdana, helvetica, arial, sans-serif;

	margin: 0;
	padding: 0;

	min-width: 1024px;
}

a {
	color: black;
	text-decoration: underline;
}
a:link { }
a:visited { }

a:hover {
	text-decoration: underline;
}

a:active { }

@font-face {
    font-family: 'JosefinSansStdLight';
    src: url('../fonts/JosefinSansStd-Light-webfont.eot');
    src: url('../fonts/JosefinSansStd-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/JosefinSansStd-Light-webfont.woff') format('woff'),
         url('../fonts/JosefinSansStd-Light-webfont.ttf') format('truetype'),
         url('../fonts/JosefinSansStd-Light-webfont.svg#JosefinSansStdLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

nav.main-nav,
nav.foot-nav,
nav.head {
	margin: 0;
	text-align: center;
}

nav.media {
	margin-top: -.7em;
}


nav.main-nav ul,
nav.media ul,
nav.foot-nav ul,
nav.head ul {
	list-style-type: none;
	display: inline;

	margin: .5em 0;
	padding: 0.5em;
}

nav.main-nav ul li,
nav.head ul li {
	display: inline-block;
	width: 7.5em;
	padding: .3em 0;
	margin: .7em .7em .7em 0em;
	text-align: center;

	border: 1px solid #ffffff;
	
	-webkit-box-shadow: 1px 1px 3px #D9D9D9;
	-moz-box-shadow: 1px 1px 3px #D9D9D9;
	box-shadow: 1px 1px 3px #D9D9D9;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;	
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

nav.main-nav ul li a,
nav.head ul li a {
	width: 7em;
	display: inline-block;
}

nav.media ul li,
nav.foot-nav ul li{
	display: inline-block;
	margin: 0 .5em;
	padding: .2em 0;
	font-size: 85%;
	width: 5.5em;
	text-align: center;
	
	border: 1px solid transparent;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;	
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

nav.main-nav ul li a,
nav.foot-nav ul li a,
nav.head ul li a {
	color: white;
}


nav.head ul li#head-current {
	background: rgba(153, 153, 153, 0.6);
	text-shadow: 2px 2px 3px #141210;
	border: 1px solid #ffffff;
}



nav.media ul li {
	margin: 3px;
}

nav.main-nav ul li:hover,
nav.media ul li:hover,
nav.foot-nav ul li:hover,
nav.head ul li:hover,
nav.main-nav ul li#current-menu-item {
	background: rgba(153, 153, 153, 0.6);
	text-shadow: 2px 2px 3px #141210;
	border: 1px solid #141210;
}


nav.main-nav ul li#current-menu-item,
nav.main-nav ul li:hover, 
nav.head ul li:hover {
	-webkit-box-shadow: 2px 2px 3px transparent;
	-moz-box-shadow: 2px 2px 3px transparent;
	box-shadow: 2px 2px 3px transparent;
}


nav.media ul li:hover{
	text-shadow: 1px -1px 2px #D9D9D9;
}

nav.foot-nav ul li:hover{
	text-shadow: 1px -1px 2px #141210;
}

section#news,
section.media-navigation,
section.site-info,
section.right-white {
	width: 47%;
	float: left;
	
	margin: .5% .5% .7% .5%;
	padding: 0 .5%;
	
	border: 2px solid #141210;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

section#news,
section.media-navigation,
section.right-white {	
	padding: .5%;
	height: 257px;
	overflow: auto;
}

section.site-info {
	text-align: right;
	font-size: 85%;
}


section.welcomecenter,
section.copyright,
section.left-black {
	width: 47%;	
	margin: .5%;
	padding: 0 .5em;
	float: left;
	
	border: 1px solid #ffffff;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	color: white;
}


section.welcomecenter,
section.left-black {
	padding: .5em;
	height: 550px;	
	overflow: auto;
}

section.welcomecenter a,
section.left-black a {
	color: white;
	text-decoration: underline;
}

section.copyright {
	font-size: 85%;
}

section#news article,
section.media-navigation article,
section.right-white article {
	margin-left: 1.5em;
}

section#news p#news-archive {
	text-align: center;
	font-size: 80%;
}

section#news p#news-archive a{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;	
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

section#news p#news-archive a:hover {
	text-shadow: -1px -1px 1px #D9D9D9;
}

section.media-navigation p.media {
	padding: 1em;
	margin-left: 2em;
	margin-top: 1.5em;
	font-size: 85%;
}

section.magazine,
section.interview,
section.video,
section.link,
section.photos-info,
section.news-item,
section.show {
	margin: 0.5em 4em;
	padding: 1em;

	text-align: center;
	
	border: 1px solid #393939;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

section.video,
section.photos-info{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;	
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

section.video:hover,
section.photos-info:hover {
	-webkit-box-shadow: 2px 2px 4px #141210;
	-moz-box-shadow: 2px 2px 4px #141210;
	box-shadow: 2px 2px 4px #141210;
	
	background-color: rgba(0, 0, 0, 0.1);
	
	cursor: pointer;
}

section.new-video,
section.new-photos {
	border: 1px solid #ff0000;

	background-color: rgba(255, 0, 0, 0.05);
}

section.new-video:hover,
section.new-photos:hover {
	border: 1px solid #ff0000;
	
	background-color: rgba(255, 0, 0, 0.05);
}

section.welcomecenter div {	
	height: 480px;
	overflow: auto;
}


section#current-video,
section#current-photos {
	-webkit-box-shadow: 2px 2px 4px #141210;
	-moz-box-shadow: 2px 2px 4px #141210;
	box-shadow: 2px 2px 4px #141210;
	
	background-color: rgba(0, 0, 0, 0.1);
}

article.news-items p {
	font-size: 85%;
	margin: 0.8em 0;
	padding: 0;
}

article.photos {
	height: 425px;
	overflow: auto;
}


section.interview p,
section.video p,
section.link p,
section.photos-info p,
section.news-item p,
section.show p {
	font-size: 85%;
	margin: 0.2em;
	padding: 0;
}

article.news-items h1,
section.interview h1,
section.video h1,
section.link h1,
section.photos-info h1,
section.news-item h1,
section.show h1 {
	margin-top: 0;
	font-family: "JosefinSansStdLight", verdana, helvetica, arial, sans-serif;
	font-size: 14pt;
    	font-weight: normal;
}

section.video h2 {
	font-family: "JosefinSansStdLight", verdana, helvetica, arial, sans-serif;
	font-size: 12pt;
	margin-top: -1em;
	font-weight: normal;
}

section.fan-stuff article {
	float: left;
	margin-right: 1em;
}


section.image {
	background-repeat: no-repeat;
	background-color: black;
	background-size: contain;
	background-position: center center;
	cursor: pointer;
}

article#other-sources {
	display: none;
}

article.setlist-listing {
	margin-top: -.5em;
}

article.archive {
	height: 110px;
}

header#title a {
	text-decoration: none;
}

#title h1, #title h2 {
	font-family: "JosefinSansStdLight", verdana, helvetica, arial, sans-serif;
	font-size: 50pt;
	text-align: center;
	color: #ffffff;
	font-weight: normal;
	
	margin-top: .5em;
	
	text-shadow: 1px 2px 3px #D9D9D9;	
}

#title h2 {
	font-size: 24pt;
	margin-top: -1.5em;
	margin-bottom: 0.5em;
}

div.block {
	width: 90%;
	
	margin: 1em auto;
	padding: 1em;
	
	border: 1px solid #393939;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div.disclaimer {
	margin: 0 auto;
}

div#photographers {
	font-size: 85%;
	text-align: center;
	
	max-height: 65px;
	overflow: auto;
}

div#photographers ul{
	list-style-type: none;
	
	margin: 0;
	padding: 0;
	
}

div#photographers p {
	margin: 0.5em;
}

div#photographers ul li {
	display: inline;
	
	margin: 0;
	padding: 0;
}

div#photographers ul li:after {
	content: ", ";
}

div#photographers ul li:last-child:after {
	content: ". ";
}

div#pages {
	display: none;
}

div#photobox {
 	position: absolute;
	left: 0;
	top: 0;
	
	width: 100%;
	height: 100%;
	
	display: none;
}

div#photobox div {
	position: relative;
	
	background-color: rgba(0, 0, 0, 0.82);
	
	margin: 2em auto;
	padding: 1.5em 0;
	
	text-align: center;
	color: white;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	-webkit-box-shadow: 0px 0px 10px #999999;
	-moz-box-shadow: 0px 0px 10px #999999;
	box-shadow: 0px 0px 10px #999999;
}

img#loader {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-top: -21px;
	margin-left: -21px;
	border: 10px solid #000000;
	opacity: 0.68;
}


img#photo{
	max-height: 500px;
	max-width: 700px;
	
	border: 1em solid #000000;
	
	-webkit-box-shadow: 0px 0px 4px #999999;
	-moz-box-shadow: 0px 0px 4px #999999;
	box-shadow: 0px 0px 4px #999999;
}


div#photobox div p {
	font-family: "JosefinSansStdLight", verdana, helvetica, arial, sans-serif;
	font-size: 22pt;
	text-decoration: underline;
	
	padding: 0.1em;
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;	
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

div#photobox div p:hover {
	background: rgba(153, 153, 153, 0.6);
	text-shadow: 2px 2px 3px #141210;
	
	cursor: pointer;
}

div#videobox {
	width: 100%;
	
	margin-top: 3em;
	
	text-align: center;
}


iframe#video-frame {
	width: 90%;
	min-height: 400px;
	
	border: 0px;
}

p.close {
	width: 100px;
	margin: 0.5em auto;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

p.previous {
	margin-top: 8.5em;
	padding: .5em;
	
	float: left;
	position: absolute;
	width: 60px;

	text-decoration: none !important;
	
	-webkit-border-top-right-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px; 
	-moz-border-radius-topright: 10px; 
	-moz-border-radius-bottomright: 10px; 
	border-top-right-radius: 10px; 
	border-bottom-right-radius: 10px;
}

p.next {
	margin-top: 8.5em;
	padding: .5em;
	
	width: 60px;
	float: right;
	position: absolute;
	right: 0;
	
	text-decoration: none !important;

	
	-webkit-border-top-left-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px; 
	-moz-border-radius-topleft: 10px; 
	-moz-border-radius-bottomleft: 10px; 
	border-top-left-radius: 10px; 
	border-bottom-left-radius: 10px;
}

p.credits {
	font-size: 16pt !important;
	text-decoration: none !important;
}

p.credits:hover{
	background: transparent !important;
	text-shadow: none !important;
	
	cursor: auto !important;
}

p.credits a {
	color: white;
}

h1.pagehead {
	font-family: "JosefinSansStdLight", verdana, helvetica, arial, sans-serif;
	font-size: 34pt;
	text-align: center;
	font-weight: normal;

	margin-top: 0.2em;
	margin-bottom: 0.4em;
	text-shadow: 1px 2px 4px #D9D9D9;
}

h1.photographer, 
h1.main-inline {
	font-family: "JosefinSansStdLight", verdana, helvetica, arial, sans-serif;
	font-size: 22pt;
	text-align: center;
	font-weight: normal;

	margin-top: 0.2em ;
	margin-bottom: 0.3em;
	text-shadow: 1px 2px 4px #D9D9D9;
}

h1.main-inline {
	margin-top: 1.5em;
}

h1.head, 
h1.head-left {
	font-family: "JosefinSansStdLight", verdana, helvetica, arial, sans-serif;
	font-size: 22pt;
	font-weight: normal;
		
	text-shadow: 1px 2px 4px #393939;
	
	margin-top: .4em;
	margin-bottom: 0.3em;
	
}

h1.head {
	text-align: center;
}

h1.head-left {
	margin-left: 1.5em;
	margin-bottom: .6em;
}

h1.head a,
h1.head-left a {
	text-decoration: none;
}

h2.sub {
	margin-top: -1em;
	
	font-weight: normal;
	font-style: italic;
	font-size: 80%;
}

p.booklet {
	text-align: center;
}

h2.tour-year,
.latest-media {
	font-family: "JosefinSansStdLight", verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 14pt;
}

h2.tour-year {
	text-align: center;
}

h2.sub-pagehead {
	margin-top: -1.2em;
	
	font-family: "JosefinSansStdLight", verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 22pt;
	
	text-align: center;	
	text-shadow: 1px 2px 4px #D9D9D9;
}

p.interpretation,
p.fan-lyric,
p.intro, 
p.outro {
	margin: .5em auto;
	padding: 1em;
	
	display: block;
	width: 90%;
	
	font-size: 85%;
	font-style: italic;
	color: #999999;		
	
	border: 1px solid #393939;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

p.intro, 
p.outro {	
	text-align: center;
}

p.left {
	color: black;
}


p.nenya,
p.cristian {
	font-family: "JosefinSansStdLight", verdana, helvetica, arial, sans-serif;
	font-size: 14pt;
	color: #999999;
	
	margin-bottom: 1em;
	
	text-shadow: 1px 2px 4px #D9D9D9;
}

p.daniel {
	font-size: 85%;
	margin: 0;
	padding: 0;
}

p.johan {
	font-size: 85%;
	font-style: italic;
	
	margin: 0;
	padding: 0;
}

p.fb {
	text-align: center;
	margin: 0 auto;
	padding: 1em;
	
	font-family: "JosefinSansStdLight", verdana, helvetica, arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	
	width: 90%;
	border: 1px solid #393939;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

p.disclaimer {
	font-size: 60%;
	margin: 0;
	padding: 0;
}

span.action{
	font-family: "courier", verdana, helvetica, arial, sans-serif;
	font-size: 12pt;
}

span.warning-img {
	float: left;
	margin-right: .5em;
}

ul.contents,
ul.interview-archive,
ul.video-archive,
ul.photo-archive,
ul.tour-archive,
ul.news-archive,
ul.member-type,
ul.links-main, 
ul.fan-photos-list,
ul.fan-songs {
	list-style-type: circle;
}

ul.interview-archive li,
ul.video-archive li,
ul.photo-archive li,
ul.tour-archive li,
ul.news-archive li,
ul.member-type li,
ul.links-main li,
ul.fan-photos-list li {
	margin: .5em;
}

ul.fan-songs li {
	margin: 0.1em .5em;
	width: 177px;
}

ul.photo-archive li {
	float: left;
	
	padding-right: 1em;
}

p.fb a,
ul.interview-archive li a,
ul.video-archive li a,
ul.photo-archive li a,
ul.tour-archive li a,
ul.news-archive li a,
ul.member-type li a,
ul.links-main li a,
ul.fan-photos-list li a,
ul.fan-songs li {
	text-decoration: none;
	padding: 0.2em;
	
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;	
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

p.fb a {
	text-decoration: underline;
	padding: 0.5em;
}

p.fb a:hover,
ul.interview-archive li a:hover,
ul.video-archive li a:hover,
ul.photo-archive li a:hover,
ul.tour-archive li a:hover,
ul.news-archive li a:hover,
ul.member-type li a:hover,
ul.links-main li a:hover, 
ul.fan-photos-list li a:hover,
ul.fan-songs li:hover {
	background: rgba(153, 153, 153, 0.6);
}

ul.fan-songs li:hover{
	cursor: pointer;
}

div#pages ul{
	list-style-type: circle;
}

div#pages ul li {
	margin: 1em 0;
	
	font-family: "JosefinSansStdLight", verdana, helvetica, arial, sans-serif;
	font-size: 14pt;
}

ul.tasks {
	list-style-type: circle;
	width: 80%;
	
	margin: 0; 
	margin-left: 1em;
	margin-top: -1em;
	padding: 0;
}

ul.tasks li{
	margin: 0;
	padding: 0;
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;	
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

ul.tasks li:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	
	margin-left: 3em;
}


ul.editions,
ul#thumbnail-list,
ul#discography,
ul#videography,
ul.setlist-songs,
ul.setlists, 
ul.lyric-images {
	list-style-type: none;
}

ul.setlists, 
ul.lyric-images {
	margin-top: -2em;
}

ul#thumbnail-list,
ul.setlist-songs {
	padding: 0;
}

ul.setlist-songs {
	margin-top: 4em;
}

ul.editions li,
ul#thumbnail-list li,
ul.band-list li,
ul#discography li,
ul#videography li,
ul.setlists li, 
ul.lyric-images li {
	float: left;
	
	font-size: 80%;
	text-align: center;
}

ul.contents {
	margin: 0;
	padding: 0;
}


ul#discography li,
ul#videography li {
	margin: 0 .2em 1em .2em;
}

ul#thumbnail-list li {
	margin: -1em .5em;
}


ul.band-list {
	list-style-type: none;
	
	margin: -2em auto;
}

ul.band-list li {	
	margin-bottom: .6em;
}

li.new-video,
li.new-photos {
	color: red;
}

li.new-video a,
li.new-photos a {
	background-color: rgba(255, 0, 0, 0.1);
}

dl.bandmember-info dt {
	font-weight: bold;
	
	margin-top: 1em;
}

dl.bandmember-info dd {
	font-size: 90%;
}

img.media-thumb {
	-webkit-transform: scale(0.5) rotate(-8deg);
	-moz-transform: scale(0.5) rotate(-8deg);
	-o-transform: scale(0.5) rotate(-8deg);
	transform: scale(0.5) rotate(-8deg);
	
	-webkit-box-shadow: 4px 4px 5px #141210;
	-moz-box-shadow: 4px 4px 5px #141210;
	box-shadow: 4px 4px 5px #141210;
	
	margin: -2.5em -2em -2em -2em;
	padding: 0;
	
	float: right;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;	
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

img.media-thumb:hover {
	-webkit-transform: scale(.6) rotate(-10deg);
	-moz-transform: scale(.6) rotate(-10deg);
	-o-transform: scale(.6) rotate(-10deg);
	transform: scale(.6) rotate(-10deg);
}

img.about-thumb {
	-webkit-transform: scale(0.7) rotate(10deg);
	-moz-transform: scale(0.7) rotate(10deg);
	-o-transform: scale(0.7) rotate(10deg);
	transform: scale(0.7) rotate(10deg);
	
	-webkit-box-shadow: 4px 4px 5px #141210;
	-moz-box-shadow: 4px 4px 5px #141210;
	box-shadow: 4px 4px 5px #141210;
	
	margin: -2em 1em -2em -2em;
	padding: 0;
	
	float: right;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;	
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

img.about-thumb:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

img.booklet {
	-webkit-box-shadow: 0px 0px 5px #ffffff;
	-moz-box-shadow: 0px 0px 5px #ffffff;
	box-shadow: 0px 0px 5px #ffffff;
	
	border: 1px solid #ffffff;
}


ul#thumbnail-list li img,
img.member-small {
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-o-transform: scale(.7);
	transform: scale(.7);
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;	
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

ul#thumbnail-list li img {
	margin-left: -.5em;
}


ul.setlists li img, 
ul.lyric-images li img {
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
	
	margin: -1em;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;	
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


img.member-small {
	margin-bottom: -2em;
}

ul.editions li img,
ul#discography li img,
ul#videography li img {
	-webkit-transform: scale(.4);
	-moz-transform: scale(.4);
	-o-transform: scale(.4);
	transform: scale(.4);
	
	margin: -5em -5.5em -5.5em -5em;
	border: 2px solid transparent;
	opacity: .5;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;	
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

ul.editions li img {
	margin-top: -8em;
	margin-bottom: -8em;
}


ul#thumbnail-list li img,
ul.setlists li img, 
ul.lyric-images li img {
	border: 2px solid transparent;
	opacity: .7;
}




ul.editions li img:hover,
ul#discography li img:hover,
ul#videography li img:hover,
img.member-small:hover,
ul#thumbnail-list li img:hover,
ul.setlists li img:hover, 
ul.lyric-images li img:hover {
	-webkit-box-shadow: 4px 4px 5px #141210;
	-moz-box-shadow: 4px 4px 5px #141210;
	box-shadow: 4px 4px 5px #141210;
}


ul.editions li img:hover,
ul#thumbnail-list li img:hover,
ul#discography li img:hover,
ul#videography li img:hover,
ul.setlists li img:hover,
ul.lyric-images li img:hover {
	border: 2px solid #141210;
	opacity: 1;
	cursor: pointer;
}

ul.black li img:hover{
	-webkit-box-shadow: -1px -1px 10px #393939 !important;
	-moz-box-shadow: -1px -1px 10px #393939 !important;
	box-shadow: -1px -1px 10px #393939 !important;
	
	border: 2px solid #393939 !important;
}

img.visual-song,
img.setlist, 
img.member {
	-webkit-box-shadow: 1px 1px 4px #ffffff;
	-moz-box-shadow: 1px 1px 4px #ffffff;
	box-shadow: 1px 1px 4px #ffffff;
	
	float: left;
	
	margin-right: 1.5em;
	margin-left: 1em;
	
	border: 3px solid #000000;
}

img.cover{
	-webkit-box-shadow: 1px 1px 4px #ffffff;
	-moz-box-shadow: 1px 1px 4px #ffffff;
	box-shadow: 1px 1px 4px #ffffff;
	
	border: 3px solid #000000;

	margin-top: -1em;
}

img.setlist {
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
	
	margin: -7em -4em;
	
}

img#current-img {
	border: 2px solid #141210 !important;
	opacity: 1 !important;
	
	-webkit-box-shadow: 4px 4px 5px #141210 !important;
	-moz-box-shadow: 4px 4px 5px #141210 !important;
	box-shadow: 4px 4px 5px #141210 !important;	
}

ul#videography li img {
	margin: -6em -5em -8em -5em;
}


ul.news-archive li:hover{
	cursor: pointer;
}

form#country-form {
	text-align: center;
}
form#country-form select {
	font-family: "JosefinSansStdLight", verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 14pt;	
	
	padding: 0.2em;
	padding-right: 0.6em;
}

span.red {
	color: red;
}



footer {
}

aside {
	margin-left: 45%;
}

aside.top {
	margin-left: 0;
}

aside.top p {
	margin-bottom: 0;
	margin-left: 0;
}

aside p {
	text-align: right;
	font-size: 80%;
	padding: 0 .5em;
	margin: 0 .5em;
}

section.not-found {
	width: 96%;
	margin: .5%;
	padding: 0 .5em;
	
	text-align: center;
	color: white;
	
	border: 2px solid #393939;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

section.not-found h1 {
	font-family: "JosefinSansStdLight", verdana, helvetica, arial, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	
	text-shadow: 1px 2px 4px #D9D9D9;
}

section.not-found h2 {
	font-family: "JosefinSansStdLight", verdana, helvetica, arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	
	text-shadow: 1px 2px 4px #D9D9D9;
}

section.not-found img {
	border: 5px solid #000000;
	
	-webkit-box-shadow: -1px -1px 6px #ffffff;
	-moz-box-shadow: -1px -1px 6px #ffffff;
	box-shadow: -1px -1px 6px #ffffff;
}

.clearer {
	clear: both;
}

.hidden {
	display: none;
}
