html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	font-size: 12px;
	color: #818181;
	line-height: 1.9em;
	background-color: #000;
	text-align: center;
}

a {
	color: #eeeeee;
	text-decoration: none;
}

h1, h2 {
	font-size: 1.2em;
	font-weight:bold;
	text-transform: uppercase;
	color: #eeeeee;
	margin-top: 10px;
}

p {
	margin-top: 1em;
}

small {
    font-size: 0.8em;
}

.corner-all {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


#container {
	width: 100%;
	min-height: 100%;
}

.center {
	width: 900px;
	margin: 0 auto;
	clear: both;
	text-align: left;
}

#header {
	height: 50px;
	background-color: black;
}

#home {
	padding: 5px;
	display: none;
	float: left;
	height: 30px;
	width: 150px;
	font-size: 1.2em;
	font-weight:bold;
	text-transform: uppercase;
	color: #eeeeee;
}

#home:hover {
	background-color: #181818;
}

#home img {
	padding: 5px;
	vertical-align: middle;
}

#mainlogo{
	background-image: url(/images/logo.jpg);
	height: 400px;
    display: none;
}

#mainpage{
	clear: both;
	margin-top: 20px;
    display: none;
}

#footer {
	clear:both;
	padding: 20px;
	margin-top: 50px;
	min-height: 30px;
	background-color: #181818;	
}

#footer .center {
	text-align: center;
}

.column_3 {
	width: 280px;
	float: left;
	margin-right: 20px;
    margin-top: 10px;
}

.column_2_3{
	width: 560px;
	float:left;	
}

.clearer {
	clear: both;
}

.separator {
	clear: both;
	height: 20px;
	width: 100%;
}

#menu {
	clear: both;
	margin-top: 20px;
    /*display: none;*/
}

#menu p{
	margin: 0;
}

.menuitem {
	width: 210px;
	float: left;
	margin-top: 20px;
	margin-right: 5px;
	padding: 5px;
	height: 70px;
}
.menuitem img {
	float: left;
	margin: 7px 7px 40px 5px;
    width: 24px;
    height: 24px;
}
.menuitem a {
	text-transform: uppercase;
}
.menuitem-hover{
	background-color: #191919;
}

.galleria_container{
	margin:0 auto 60px auto;
	height:550px;
	width:550px;
	float:right;
}

.gallery {
	width: 300px;
}

#topmenu {
	float: left;
}

#topmenu .head {
	padding: 5px;
	height: 30px;
	width: 150px;
	font-size: 1.2em;
	font-weight:bold;
	text-transform: uppercase;
	color: #eeeeee;
}
#topmenu .head:hover {
	background-color: #181818;
}

#topmenu .head img {
	padding: 5px;
	vertical-align: middle;
}

#topmenu ul {
	display: none;
	position: absolute;
	padding: 5px;
	border: 1px solid #181818;
	width: 150px;	
	background-color: #000;
    opacity: .9;
    filter: alpha(opacity=90);
    z-index: 1000;
}
#topmenu ul li{
	height: 30px;
	width: 150px;
	text-transform: uppercase;
}
#topmenu ul li:hover {
	background-color: #181818;
}
#topmenu ul li img{
	padding: 5px;
	vertical-align: middle;
}

.photos {
	background-color: #181818;
    padding: 5px;
}

.photo {
    width: 270px;
    height: 270px;
    overflow: hidden;
    position: relative;
}
.photos img {
    position: relative;
}

.movieplayer {
	margin: 50px auto;
}

#video {
	margin: 0 auto;
	width: 400px;
}

table {
	width: 100%;
}
.tour-date {
	width: 15%;
}

.tour-venue {
	width: 25%;
}

.tour-other {
	width: 60%;
}

.heading {
	font-size: 1.2em;
	font-weight:bold;
	text-transform: uppercase;
	color: #eeeeee;
	margin-top: 10px;
}

.odd {
	background-color: #0e0e0e;
}
.even {
	background-color: #000;
}

#guestbook {
	width: 600px;
	float: left;
}

#guestbookform {
	width: 270px;
	float: right;
	background-color: #181818;
}
#guestbookform .textfield {
	width: 250px;
    display: block;
}
#guestbookform .label {
    display: block;
}
#guestbookform .textarea {
	width: 250px;	
	height: 64px;
    min-height: 64px;
    display: block;
}
#guestbookform .button {
	margin-top: 5px;
	width: 100px;
}
#guestbookform h2, #guestbookform form{
	margin: 5px;
}
#guestbookform #error{
	background-color: red;
	display: none;	
}

.guestbook-entry {
	margin: 10px;
	padding: 10px;
}

.guestbook-entry.odd{
    border: 1px solid #484848;
}

#guestbook .heading {
	float: left;

}
#guestbook .gbname {
    float: left;
    font-weight: bold;
    font-size: 1.3em;
    color: #f8f8f8;
}
#guestbook .gbdate {
	float: left;
    font-style: italic;
    margin-left: 10px;
}
#guestbook .body {
	clear:both;
}


.lyric h1 {
	color: #181818;
}

.lyric .description {
	font-style: italic;
	font-size:0.8em;
}

#pages {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 10px;
}

.record {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.record img{
    float: left;
    margin: 3px;
}
.record .desc {
    float: left;
    width: 260px;
}
.record ul {
}

.date {
    font-size: 0.9em;
    font-style: italic;
    line-height: 1em;
    margin: 0;
}


#shoppingcart {
    float: right;
    width: 251px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #181818;

   background-image: url(/images/shop-bg.png);
   background-repeat: repeat-x;
   background-position: bottom left;
}

#shoppingcart img {
    vertical-align: middle;
}

#shoppingcart input {
    float: right;
}

.shop-item {
   width: 290px;
   height: 170px;
   margin: 5px;
   padding: 5px;
   border: 1px solid #181818;
   position: relative;
   float: left;
   background-image: url(/images/shop-bg.png);
   background-repeat: repeat-x;
   background-position: bottom left;
}
.shop-item .price {
    float: left;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 10px;
}
.shop-item p {
	margin: 0;
}
.shop-item .image {
    width: 80px;
    height: 60px;
	padding: 5px;
    float: left;
    overflow: hidden;
}
.shop-item img {
    max-width: 80px;
}
.shop-item h2 {
    clear:both;
    font-size: 1em;
}
.shop-item .buttons{
    right: 5px;
    bottom: 5px;
    position: absolute;
    width: 200px;
}
.shop-item .button {
    float: right;
    margin-left: 5px;
}
/*.shop-item input{
    right: 5px;
    bottom: 5px;
    position: absolute;
    width: 50px;
}
.shop-item select{
    right: 60px;
    bottom: 5px;
    position: absolute;
    width: 50px;
}*/
.orderbutton {
    background-color:#E7E7E7;
    border:1px solid #282828;
    color:#000000;
    float:right;
    margin-left:5px;
    padding:5px;
}
.orderbutton a {
    color:#000000;
}

.infacebox a {
    color: #333;
}

#orderpage h1, #orderpage h2{
    color: #080808;
}
#orderpage .description {
	font-style: italic;
	font-size:0.8em;
}
#simpleTooltip { padding: 7px; border: 1px solid #A6A7AB; background: #F2F3F5; }

#banners{
	padding: 35px 20px 10px 20px;
}
#banners-content{
	background-color: #181818;	
	padding: 15px;
}

#unbreakable {
	float: left;
}

#spotify {
	float: left;
	margin: 20px 40px;
	text-align: center;
}

.bignews {
	background-color: #181818;	
	margin: 10px 0 10px -10px;
}
.textcontent {
	padding: 15px;
}

#front-page {
	cursor: pointer;
    height: 270px;
    margin-bottom: 10px;
    /*border: 1px solid #444;
	background-image: url(../images/0.jpg);*/
}

.frontimage-0{
background-image: url(../firstpage/0.jpg);
}
.frontimage-1{
background-image: url(../firstpage/1.jpg);
}
.frontimage-2{
background-image: url(../firstpage/2.jpg);
}
.frontimage-3{
background-image: url(../firstpage/3.jpg);
}
.frontimage-4{
background-image: url(../firstpage/4.jpg);
}
.frontimage-5{
background-image: url(../firstpage/5.jpg);
}
.frontimage-6{
background-image: url(../firstpage/6.jpg);
}

#front-text {
	font-size: 11px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-align: center;
    color: #444;
}
#front-center {
	position: absolute;
	top:50%;
	left: 50%;
	height: 300px;
	width: 1000px;
	margin-top: -150px;
	margin-left: -500px;
}

.norrland {
	color: #555;
}

.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
