/* Default stylesheet */
body {
	background: #d8d3ca url(/getfile.php/1168574.1636.pcdvwrppvt/bg2.jpg) no-repeat center top;
	color: #000;
	font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;
	/* font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif; */
	font-size: 12px;
	margin: 0px;
}
table,caption,th,td {
	font-size: 11px; 
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
	font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;
}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 11px;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
}

div.forum {
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/* General links */
a:link {color: #660000;text-decoration:none;}
a:visited { color: #666666;text-decoration:none;}
a:hover { color: #660000;text-decoration:underline;}

/* read more.. links */
.link { color: #660000;}
a.link:link {color: #660000; text-decoration:none;}
a.link:visited { color: #660000;text-decoration:none;}
a.link:hover { color: #660000;text-decoration:underline;}

/* Standard navigation links */
a.menu, span.menu { }
a.menu:link, .menu a:link { text-decoration: none; }
a.menu:visited, .menu a:visited { text-decoration: none; }
a.menu:hover, .menu a:hover { text-decoration: underline; }

a.menuselected, span.menuselected { }
a.menuselected:link { text-decoration: underline; }
a.menuselected:visited { text-decoration: underline; }
a.menuselected:hover { text-decoration: underline; }

a.topmenu, span.topmenu { }
a.topmenu:link { }
a.topmenu:visited { }
a.topmenu:hover { }

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
#cp {color: #000; font-size: 10px;width:100%;text-align: center;}
#cp a:link { color: #000; text-decoration: none;}
#cp a:visited { }
#cp a:hover { }
#copyright {width: 100%;font-size: 10px;text-align: center;}


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink {color: #660000; }
.headlinelink:link { color: #660000;text-decoration: none;}
.headlinelink:visited {color: #660000; text-decoration: none;}
.headlinelink:hover {color: #000; text-decoration: underline; }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
a.path:link { color: #660000;text-decoration: none;}
a.path:visited { color: #660000;text-decoration: none;}
a.path:hover {color: #660000; }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }

/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	/* Set width/height to size of corner images */
	width: 10px;
	height: 10px;
}
span.corner.tl { 
	background-position: top left;
	left: -1px;
	top: -1px;
}
span.corner.tr { 
	background-position: top right;
	right: -1px;
	top: -1px;
}
span.corner.br { 
	background-position: bottom right;
	bottom: -1px;
	right: -1px;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: -1px;
	left: -1px;
} 


/* midtskygge */
div.s1 { 
	background-position: top left;
	background-repeat: repeat-y;
}
/* toppskygge */
div.s2 { 
	background-position: top left;
	background-repeat: no-repeat;
}
/* bunnskygge */
div.s3 { 
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* Fully flexible shadows */
/* Use in combination with corners for a rounded box with almost any type of shadow */
/* Flexibility limited by image size due to combination of two shadows top+bottom/left+right in each image. */
/* HTML Skeleton: 
<div class="container"><!-- must have position: relative; -->
<div class="side h b"><div class="side h t"><div class="side v l"><div class="side v r">

Content here...

<span class="corner tl"></span>
<span class="corner tr"></span>
<span class="corner br"></span>
<span class="corner bl"></span>

</div></div></div></div><!-- end sides -->

</div><!-- end container -->
*/

div.side, span.side {
	 display: block;
}
/* v = vertical, h = horizontal, l = left, r = right */ 
div.side.v, span.side.v {
	 background-position: top left;
	 background-repeat: repeat-y;
}
div.side.v.r, span.side.v.r {
	 background-position: top right;
}
div.side.h, span.side.h {
	 background-position: top left;
	 background-repeat: repeat-x;
}
div.side.h.b, span.side.h.b {
	 background-position: bottom left;
}


 /* Site default shadows */
div.side.h, span.side.h {
	 /* Background-image with horizontal (top/bottom) shadows. Taller than tallest container with shadow. Split into two background images when required	*/
}
div.side.v, span.side.v {
	 /* Background-image with vertical (left/right) shadows. Wider than page */ 
}


/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
#skiplink { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
.headline, h1.headline {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #660000;
}
.artistinfobox .headline, .artistinfobox h3.headline {
	font-size: 18px;
}
.headlineview, h1.headlineview {
	font-size: 20px; 
	font-weight: bold; 
	margin: 0px;
	padding: 0px;
	color: #660000;
}
.subheadline, h2.subheadline {
	font-weight: normal; 
	margin: 5px 0px;
	padding: 0px;
	line-height: 1;
	text-transform: uppercase;
	color: #660000;
	font-size: 12px;
}
.vieware .subheadline, .vieware h2.subheadline {
	font-size: 14px;
}
.ingress {
font-family: Arial,sans-serif;
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
}
.ingressview {
font-weight: bold;
color: #000;
font-family: Arial,sans-serif;
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
.byline {
	margin: 0px 0 20px; padding: 0px;
	font-style: italic;
	color: #333;
}
.byline a{
	text-decoration: none;
	color: #333;
	font-size: 11px;
}
.byline a:hover{
	color: #000;
	text-decoration: underline;
}


/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 15px;
}

.articleblock .imgwrap {
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: right;
	width: 65%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol .articleblock { 
	width: 49%;
}
.frontpage div.twocol .articleblock { 
	width: 220px;
}
div.twocol .articleblock.pair0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */
div.threecol .articleblock { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0 { 
	clear: both;
}
div.threecol .articleblock.treble1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #3f3f3e;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 30px 0px;
	font-family: Arial,sans-serif;
}

.artistinfobox .body {
	font-size: 16px;
	color: #000;
}

.artistinfobox .byline a{
	font-size: 16px;
	color: #660000;
	text-decoration: underline;
}
.artistinfobox .body a:hover{
	color: #000;
	text-decoration: none;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
	width: 786px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	background: transparent;
}
#top {
	margin: 60px 240px 0 60px;
	padding: 0px;
	height: 260px;
	background:#fbfcf7;
}
#top .logo {
float: left;
width:;
}
#top .startdate {
	margin-top: 50px;
	float: left;
	font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;
	font-weight: bold;
	font-size: 20px;
}
#top .langbar {
	float:right;
	width:100px;
}
#top .startdate span {
	font-size: 26px;
}
#topnav {
}

.nav, .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.nav {
	font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;
	text-align: left;
	font-weight: bold;
}
ul.nav li {
	float: left;
	margin: 0;
	margin-right: 16px;
	padding: 0;
	/*position: relative;
	z-index: 10;*/

}
ul.nav li.lastitem {
	margin-right: 0;


}
ul.nav li a,ul.nav li.noclick {
	color: #cc6600;
	font-size: 16px;
	text-decoration: none;
}
ul.nav li a:hover {
	text-decoration: underline;
	color: #000;
}
ul.nav li a:active, ul.nav li a.itemselected{
}
ul.nav li:hover ul,
ul.nav li.sfHover ul {
	/* top: 24px; */
}
ul.nav ul {
	/* left: -1px; */
	margin:  0;
	/* position: absolute; */
	/* top: -999em; */
	width: auto;
	/* z-index: 3; */
	padding: 0;
	font-weight: normal;
	font-size: 12px;
}
ul.nav ul li a {
	color: #333;
	font-size: 12px;
	white-space: nowrap;
	width: auto;
	
}
ul.nav ul li a:hover {
	color: #000;
}
ul.nav ul li {
	float: none;
}

ul.nav li ul ul {
	margin: -4.0em 0 0 9.5em;
}

ul.nav li:hover ul ul, ul.nav li:hover ul ul ul, ul.nav li.sfhover ul ul, ul.nav li.sfhover ul ul ul {
	/* left: -999em; */
}
ul.nav li:hover ul, ul.nav li li:hover ul, ul.nav li li li:hover ul, ul.nav  li.sfhover ul, ul.nav li li.sfhover ul, ul.nav li li li.sfhover ul {
	/* left: auto; */
}

#middle {
background: #fbfcf7;
padding: 0px 40px 0 60px;
margin: 0;
}
#navbar {
	float: left;
	margin-right: 20px;
	width: 180px;
}
#main {
	float: left;
	min-height: 570px;
	width: 464px;
	margin-top: 10px;
}
/* #main when no sidebar */
.wide #main {
	float: right;
	width: 760px;
}
.wide #navbar {
	margin-right: 0;
}

#mainsidebar {
	float: right;
	width: 185px;
	background: url(/getfile.php/1129600.1636.xwwyvbvvcq/sidebartop.png) no-repeat center top;
	min-height: 100px;
	padding-left: 20px;
	margin-top: 12px;
}
#footer {
	clear: both;
	padding: 10px 0;
}
/* SECTION: Sidebar */
.sidebar {
}

.box {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.box .head {
}
.box .cell {
	padding: 5px;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0px 0px;
	padding: 0px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3.caption {
	padding: 0px;
	margin: 0px;
}
/* SECTION: page elements */
#path {
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 0px;
}

ul.artistlist {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-style: italic;
	list-style: none;
}

ul.artistlist li{
	margin: 10px 0;
}

ul.artistlist li a{
	color: #000;
	text-decoration: none;
}


ul.artistlist li a:hover{
	text-decoration: underline;
}


ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

#topmenu {
	list-style-type: none;
}
#topmenu li {
	display: inline;
}

#search {
}
#searchform {
}
input.searchinput {
	vertical-align: middle;
}	
input.searchsubmit {
	vertical-align: middle;
}
/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
}

.icalendardayhead { background-color: #cecece; }
.monthlycalendartable { width: 100%; }
.calendardate { color:#333333; font-size: 85%; }
.errmsg { font-weight: bold; color: #aa0000; }

table.weathertablefivedays { }

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}

input.newslettersubemail {
	width: 98%;
}

.banan {
	height: 255px !important;
	width: 464px !important;
	position: relative;
}
.frontpageslideshow {
	position: relative;
	height: 255px;
	width: 464px;
	z-index: 1;
	color: #FFF;
}

.frontpageslideshow .slideinfo{
	position: absolute;
	bottom: 0;
	background: url(/getfile.php/1129666.1636.qabwxrfqfe/transparent_black_70.png) repeat;
	z-index: 2;
	bottom: 0;
	width: 454px;
	padding: 5px;
	
}

.artisttitle {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}

.artisttitle:link,.artisttitle:visited{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}

.artisttitle:hover,.artistinfo:hover{
	text-decoration: underline;
}
.artistinfo {
	font-size: 18px;
	color: #ccc;
}
.linkcontainer {
	text-align:right;
}
.linkcontainer a{
	color: #660000;
	font-style: italic;
	text-decoration: none;
}
.linkcontainer a:hover{
	text-decoration: underline;
}
#path {
	color: #660000;
	font-style: italic;
	font-size: 12px;
	margin: 10px 0;
}

.addthis_button_compact {

}
.at300bs.at15t_compact {
	/* display:none !important; */
	display: inline;
}

.form {
	font-family: Arial,sans-serif;
}