/* GENERAL STYLES */
/* 
Version 1.00 
Developed by Nikri marts 2005
Made for jankaspersen.dk
*/


/* Layout Stylesheet */ 

body {
 margin:0;
 background:#EEE;
 color: #000;
 text-align:center;
 padding:0;
 font-family:Arial, Helvetica, sans-serif;
 }

img {
 border: 0;
}

#outer {
 width:800px;
 margin:auto;
 }

#print {
display:none;
}

/* header tiger */
#header_tiger {
 height:175px;
 background:#996633;
 border:1px solid #000000;
 border-top:0;
 border-bottom:0;
 }

/* header logo */
#header_logo {
 height:87px;
 color: #FFFFFF;
 background-image:url(http://www.jankaspersen.dk/img/header/pattern.gif);
 background-repeat:repeat;
 text-align:right; 
 border:1px solid #000000;
 border-top:0;
 border-bottom:0;
 width:800px;
 }
 
	#header_logo img {
 		position:relative;
		top:50%;
		margin-top:-9px;
 		padding-right: 20px;
 	}

/* header gradient */
#header_gradient {
 height:40px;
 background: url(http://www.jankaspersen.dk/img/header/gradient.gif) repeat-x #FFF;
 border:1px solid #000000;
 border-top:0;
 border-bottom:0;
 width:800px;
 }
 
 
#bodyblock {
 position:relative;
 background: #FFF;
 color: #333333;
 width:800px;
 padding:0;
 border:1px solid #000000;
 border-top:0;
 }

#l-col {
 float:left;
 text-align:left;
 color: #333333;
 width:150px;
 margin: 100px 0px 10px 15px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:small;
 font-weight:bold;
 }

#cont {
 width:545px;
 padding: 30px 20px 10px 10px;
 background:#ffffff;
 color: #333333;
 border:1px solid #EEEEEE;	
 border-bottom:0;
 border-right:0;
 border-top:0;
 text-align:left;
 }

#cont #cont_header {
 height: 60px;
}

#ftr {
 height:30px;
 background:#EEE;
 color: #333333;
 border:0;
 margin:0;
 }


#leftColum {
 float:left;
 text-align:justify;
 color: #333333;
 width:265px;
 margin: 0px;
 }

#rightColum {
 float:right;
 text-align:justify;
 color: #333333;
 width:265px;
 margin: 0px;
 }

.sidebar {
	float: right; 
	position: relative;
	width: 200px;
	padding-top: 20px;
}

.showAlbum {
   	float: left;
   	position: relative;
	display: block;
	border: 1px solid #ccc; 
	padding: 10px; 
	width: 180px; 
	margin-bottom: 20px; 
	background-color: #fff;
}

.showAlbum a {
	text-decoration: none;
	color: #FFFFFF;
}

.showAlbum span {
  position: absolute;
  left: 0;
  font: 14px/15px Arial, Helvetica, sans-serif;
  margin: 10px;
  padding: 10px;
  opacity: 0.7; /*this is only used for non-IE on the first slide, before js is loaded, use spanOpacity option to change opacity*/
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
  background-color: #000;
  color: #fff;
  bottom: 0;/*remove this and it will be on top*/
  width: 160px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.tracklist {
	float: left;
	width: 250px;
	padding-right: 20px;
}
.discItem {
	float: left;
	width: 160px;
	padding: 10px 0;
	margin-left: 20px;
}

.discItem a {
	display: block;
	padding: 10px;
	border: 1px solid #eee;
	text-decoration: none;
	color: #0076A3;
	text-align: center;
	height: 150px;
}

.discItem p {
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.discItem a:hover {
	background-color: #eee;
	border: 1px solid #0076A3;
}

.discItem img {
	border: 4px solid #333;
}


.tracklist table {
	width: 250px;
	font-family: arial;
	font-size: 11px;
}

.discImg {
	float: right;
	width: 265px;
	overflow: hidden;
	padding-top: 15px;
}

.latestConcerts {
	background-color: #cccccc; padding:10px; width:180px; margin-bottom: 20px; clear: both;
}

#slider {
   position: relative;
   overflow: hidden;
}

#slider, #slider img, #slider ul{
  width: 545px;
  height: 195px;
}

#slider li,#slider ul{
  padding:0;
  margin:0;
}

#slider ul {
   position: absolute;
}

#slider .slide {
   float: left;
   position: relative;
   display: none;
}

/*For sane browsers..*/
#slider .slide:first-child{
  display: block;
}

#slider .slide span {
  position: absolute;
  left: 0;
  font: 10px/15px Arial, Helvetica, sans-serif;
  padding: 10px 13px 15px 10px;
  opacity: 0.7; /*this is only used for non-IE on the first slide, before js is loaded, use spanOpacity option to change opacity*/
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
  background-color: #000;
  color: #fff;
  bottom: 0;/*remove this and it will be on top*/
  width: 522px;
}











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
