/* Styles - Rockehuset */
/*border: 1px solid;*/
html, body {
	margin: 0;
	padding: 0;
	font: 11px Tahoma, Trebuchet MS, sans-serif;
	color: #FFFFFF;
	background: #262525;
	line-height: 1.6em;
	scrollbar-base-color: #484848;
	scrollbar-arrow-color: #FF670F;
	scrollbar-3dlight-color: #484848;
	scrollbar-darkshadow-color: #484848;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #484848;
	scrollbar-shadow-color: #484848;
	scrollbar-track-color: #1C1C1C;

}
img { border: 0; }
form { padding: 0; margin: 0; }

a:link, a:visited {
	text-decoration: none;
	color: #FF670F;
}

a:hover, a:active {
	text-decoration: underline;
	color: #FF670F;
}
/*.titlelink {
	color: #F7941D;
}*/
a.titlelink:link, a.titlelink:visited {
	text-decoration: none;
	color: #F7941D;
}
a.titlelink:hover, a.titlelink:active {
	text-decoration: underline;
	color: #F7941D;
}
a.headLink:link, a.headLink:visited {
	text-decoration: none;
	color: #481200;
}
a.headLink:hover, a.headLink:active {
	text-decoration: underline;
	color: #481200;
}

h3.title, div.title {
	color: #F7941D;
	margin-top: .3em;
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: bold;
}

/************************************/
/*			ID						*/
/************************************/
#container {
	position: relative;
	margin: 0 auto;
	width:980px;
	text-align: left;

}
#headerTop {
	position: relative;
	background: url(../images/rockehuset_header.jpg) no-repeat scroll top left;
	width:980px;
	height:286px;
}

#menuItems {
	position: relative;
	float: right;
	left:150px;
	top: 25px;
	z-index: 1;
}
#sub_menu {
	position: absolute;
	top: 258px;
	margin-left: 232px;
}
#bandLogin {
	position: absolute;
	top: 150px;
	right:20px;
	color: #000000;
	z-index: 1;
	width:200px;
}

#wrapper { padding-bottom: 30px; }

#leftcol {
	width: 220px;
	float: left;
	position: relative;
	display: block;
}

#twocols {
	width: 754px;
	float: right;
	position: relative;
}

#rightcol {
	width:262px;
	float:right;
	position:relative;
	background-color:#2A2A2A;
}

#maincol {
	float: left;
	display: inline;
	position: relative;
	left: 6px;
	width: 480px;
}
#footer {
	/*height:50px;
	background-color: #000000;*/
	clear: both;
}

/************************************/
/*			CLASSES					*/
/************************************/

.imgHeading {
	margin-bottom: 5px;
	clear:both;
}
.listElements {
	margin-left: 5px;
	margin-bottom: 5px;

}
.wrapmaincol {
	float: left;
	display: inline;
	position: relative;
	left: 6px;
	width: 748px;

}
.bandleftcol {
	position: relative;
	float: left;
	display:block;
	width: 360px;

}

.bandrightcol {
	position: relative;
	float: right;
	display:block;
	width: 360px;

}
.roundcont {
	clear: both;
	position: relative;
	/*width: 226px;*/
	background-color: #1C1C1C;
	color: #fff;
	margin-bottom: 5px;
	padding: 0;
}

.roundcont p {
	margin: 0;
	padding: 0;
}

.roundtop {
	background: url(../images/tr.gif) no-repeat top right;
}

.roundbottom {
	background: url(../images/br.gif) no-repeat top right;
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}

.submitButton {
	border: 1px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.20em;
	background-color: #FFFFFF;
	/*background-image: url(../images/btn_bg.gif); */
	background-repeat: repeat-x;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Trebuchet MS, sans-serif;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* IE 5.x */
}

.head_bandLogin_field {
	border: 1px double #999999;
	border-color: #A64903;
	background-color: #F49A0B; //*bg: FF9D01 */
	font-family: Tahoma, Trebuchet MS, sans-serif;
	font-size: 10px;
}
input.txt, textarea, select {
	border: 1px double #4F4F4F;
	background-color: #000;
	font-family: Tahoma, Trebuchet MS, sans-serif;
	font-size: 11px;
	margin: 3px 0 3px 0;
	color: #FFFFFF;
}

input.err, textarea.err, select.err {
	background-color: #000;
	font-family: Tahoma, Trebuchet MS, sans-serif;
	font-size: 11px;
	margin: 3px 0 3px 0;
	color: #FFFFFF;
}

.err {
	border: 2px double #FF0000;
}


.mainTable {
	padding-top: 3px;
}

/*Calender*/
.today {
	/*color: #F7941D;*/
	border: #F7941D 1px solid;
}
.chosenDay {
	/*background-color: #FFFFFF;*/
	/*color: #F7941D;*/
	border: #FFFFFF 1px solid;
}

/*News*/
.date {
	color: #FF670F;
	margin-bottom: 5px;
}
.thumb {
	padding: 5px 5px 5px 0;
}
.ingress {
	margin-bottom: 9px;
}
.readMore {
	clear: both;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	background: url(../images/border_news.gif) repeat-x center left;
}
.readMore2 {
	clear: both;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
.separateLine {
	background: url(../images/border_news.gif) repeat-x center left;
}
/*BAND*/
.bandTitle {
	color: #FFFFFF;
	padding: 2px 0 5px 2px;
	font-size: 12px;
	font-weight: bold;
}
.mp3list {
	padding-top: 4px;
	padding-bottom: 4px;
}
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



 /*printer styles*/
 @media print{
/*hide the left column when printing*/
#leftcol, #bandleftcol {display:none;}

/*hide the right column when printing*/
#rightcol {display:none;}
#twocols, #maincol, #bandrightcol {width:100%; float:none;}
}

/**
* CPG Dragonfly CMS
* Copyright (c) 2004-2008 by DragonflyCMS Dev Team, dragonflycms.org
* Released under the GNU GPL version 2 or any later version
*/
/*		------	Basic style	------		*/
#menu ul {
margin: 0;
margin-left: 20px;
padding: 0;
border: 0;
list-style-type: none;
}

#menu li {
margin: 0;
padding: 0;
display: block;
float: left;
position: relative;
white-space: nowrap;
}

#menu a {
float: left;/* \*/float: none;/*  */
display: block;
}

#menu li ul {
visibility: hidden;
position: absolute;
z-index: 10;
}

#menu li ul li {
width: 100%;
display: block;
float: left;
position: static;
line-height:12px;
}

html>body #menu li ul li {
float: none;
position: relative;
}

#menu li ul li:hover {
position: relative;
}

/* fix the position */
#menu li ul li ul {
top: 0;
left: 100%;
}

/* simulate child selector for IE */
div#menu li:hover ul, #menu li:hover li:hover ul, #menu li:hover li:hover li:hover ul {
visibility: visible;
}

#menu li:hover li ul, #menu li:hover li:hover li ul, #menu li:hover li:hover li:hover li ul {
visibility: hidden;
}

/* do the normal show, with increased specificity */
#menu ul#menuList li:hover > ul {
visibility: visible;
}

/*		------   Make-up	--------			*/
#menu {
position: relative;
color: #336699;
background-color: transparent;
margin-top:0;
left:250px;
top: 26px;
}

#menu a {
font-family: Tahoma, sans-serif;
font-size: 10px;
text-decoration: none;
color: #7E7E7E;
background-color: transparent;
margin: 0;
padding: 0;
border: 0;
}

#menu li a:hover {
color: #F89822;
}

/*if transparent, IE6 shows a border, so comment out border,
set margin to 0 in the class below*/
#menu li {
margin: 0;
padding: 0;
display: block;
}

/*in the previous class, if the border is re-activated to set an actual color,
delete the next line with margin 0*/

#menu ul li:hover {
margin: 0px;
}

#menu ul li ul li:hover {
margin: 0;
}

#menu li:hover {
/*background-color: #F7F7F7;*/
/*controls border of vertical list links, horizontal cats
border: 1px solid #006600;*/
}

#menu li ul li:hover {
padding: 0;
}

#menu ul li ul {
margin-top: 0;
}

#menu ul li ul li ul{
margin-top: -1px;
}

#menu li ul {
padding: 0;
/*controls overall border of vertical lists
border: 1px solid #006699;*/
}

/* width of the dropdown lists
#menu li ul {
width: 190px;
}*/

/* width of a highlighted link in the list*/
#menu li ul li {
padding: 0;
border: 0;
}
