html
{
  background-color: white;
}

html, body {
	margin:0;
}

html { font-size: 100.01%; }
body { font-size: 75%; line-height: 1.2; font-family: arial, sans-serif; background:white; color:black; margin:0;}

#header {
	width:100%;
	height: 120px;
	position:relative;
	z-index:2;
}

#headerContent {
	width:970px;
	height:120px;
	margin: 0 auto;
	position:relative;
}

#header h1 {
	width:128px;
	height:72px;
	position:absolute;
	top:41px;
	left:20px;
}

#header h1 a {
	display: block;
	height:72px;
	padding-left:128px;
	overflow:hidden;
	background: url(/images/verdensmusikbanken.gif) no-repeat top left;
}

#header #topMenu {
	position:absolute;
	left: 246px;
	bottom:0px;
	width: 700px;
}

#header #topMenu .menuTitle {
	margin-right: 18px;
	font-weight:bold;
	font-size: 140%;
	float:left;
	cursor: pointer;
	padding-bottom:3px;
}

#header #topMenu .dropdown {
	position:absolute;
	display: none;
	border-bottom: 1px solid #7bcde0;
	z-index: 3;
}

#header #topMenu .dropdown .menuItem {
	display: block;
	border: 1px solid #7bcde0;
	border-width: 1px 1px 0;
	background: white;
	padding:3px 10px 3px 6px;
	font-size:110%;
	text-decoration:none;
	color:black;
}

#header #topMenu .dropdown .menuItem:hover {
	background: #d9f2f7;
}

#layoutContentRow {
	background: #7bcde0;
	position:relative;
	z-index:1;
}

#contentBox {
	width: 970px;
	margin: 0 auto;
}

#leftCol, #centerCol, #rightCol {
	float: left;
	margin-top:20px;
}

.sideCol {
	width:196px;
}

#leftCol {
	margin-left:22px;
}

#centerCol {
	width:495px;
	margin:20px 29px;
}

#centerCol h2 {
	font-size:160%;
	font-weight:bold;
	color:white;
	border-bottom:0.2em solid white;
	padding-bottom:0.2em;
	margin-bottom:1.3em;	
}

#splash {
	padding-top:20px;
}

#footer {
	padding-top:20px;
	width: 970px;
	position:relative;
	height:50px;
	margin: 0 auto;
}

#footerLogo {
	position:absolute;
	left:20px;
	top:4px;
}

#footerText {
	width:100%;
	text-align:center;
}

#footerText a {
	color: #135385;
}

/* SIDECOLS  *************/

.sideCol h5 {
	font-size:160%;
	font-weight:bold;
	color:white;
	border-bottom:0.2em solid white;
	padding-bottom:0.2em;
	margin-bottom:0.3em;	
}

.sideCol h6 {
	margin-top:5px;
	font-size: 110%;
	font-weight:bold;
	color:white;
}

.sideCol a {
	color:black;
	text-decoration:underline;
}

.sideCol h6 a {
	color: white;
	text-decoration:none;
}

.sideCol .portlet {
	margin-bottom:1.5em;
}

#searchForm {
	font-size:160%;
	color:white;
	font-weight:bold;
	margin-bottom:15px;
}

#searchForm input {
	float:  right;
	position: relative;
	top:2px;
}

#searchForm #search {
	width: 123px;
	height: 12px;
	border: 1px solid black;
	top:3px;
}

.sideCol a.audiofile {
	display: block;
	text-decoration: none;
	font-size:110%;
}

.sideCol a.audiofile .artist {
	color:white;
	font-weight:bold;
}

#ytapiplayer {
	width:195px;
	height:130px;
	border:1px solid green;
	background:green;
}

/* PAGES   **************/

.pageImageWrapper {
	background: #cbf0f6;
	text-align:center;
}

.pageImageCaption {
	font-style: italic;
	margin: 2px 0 0 2px;
	text-align:left;
}

.page {
	padding: 0 30px 30px;
	background: #cbf0f6;
}

#centerCol .page h2 {
	font-size:140%;
	color:#135385;
	border:none;
	padding: 1em 0 0.2em;
	margin:0;
}

.page h3 {
	font-size:103%;
	color: #135385;
	font-weight:bold;
	margin: 1em 0 0;
}

.page a {
	color: #135385;
	text-decoration:underline;
}

.page .pagePrint {
	float:right;
	text-decoration: none;
}

.pageBody {
	clear: both;
	margin-top:10px;
}

/* Listesider  ****************/

.page .searchString {
	background: yellow;
}

/* PLAYER POPUP  ******************/

#playerPopup {
	background:#7bcde0;
	height:100%;
}

#playerPopup #player {
	height:25px;
	width:254px;
}

#playerPopup #audiofileList {
	margin: 4px 0 0;
	width:100%;
	overflow: auto;
	height:75px;
	position:relative;
}

#playerPopup .audiofile {
	padding-left:10px;
	color:black;
	display: block;
	text-decoration: none;
	font-size:90%;
	cursor: pointer;
}

#playerPopup .audiofile .artist {
	/*color:white;*/
	font-weight:bold;
}

#playerPopup #audiofileList .current {
	background:#d9f2f7;
}


#playerPopup .audiofile .shoplink {
	color:black;
	font-size:90%;
	/*font-weight:bold;*/
	font-style: italic;
}
