/* basic elements */

body { 
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.88889;
 	color: #FFFFFF;
	margin: 0; 
	padding: 0;	
	max-width: 1048px;
	min-width: 760px;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h1 { 
	font: italic normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #FFFFFF;
	}
h2 { 
	font: italic normal 1em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #FFFFFF;
	}
h3 { 
	font: italic normal 0.9em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #FFFFFF;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #735980;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #9F60BF;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #369;
	}
	
/* language choice window */

.language {
position:absolute;
right:10px;
top:10px;
float:right;
width:auto;
height:30px;
overflow:hidden;
margin-right:1em;
}

/*Image kim-chocolate placed with absolute position*/

img.kim-chocolate {
position:absolute;
left:90px;
top:88px;
/*clear:both;*/
z-index:-1;
width:auto;
}

img.kim-rouge {
	position:absolute;
	left:90px;
	top:88px;
	/*clear:both;*/
z-index:-1;
	width:auto;
}

img.kim-singing {
position:absolute;
left:90px;
top:88px;
/*clear:both;*/
z-index:-1;
width:auto;
}

img.thumbnail {
position:relative;
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 5px;
/*clear:both;*/
z-index:-1;
width:auto;
}

/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}

ul.nav{
	width: 22ex;
/*Optional, to make the navigation bar positions on the left of the content*/
/*	float: left;*/
	margin-right: 1em;
}

ul.nav>li{
	margin: 0;
	padding: 2px 6px;
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	margin-top: -0.1em;
	margin-left: 90px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu styles (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #2A0C01;
	color: #735980;
}

ul.nav li:hover,
.nav ul li a:hover{
	background-color: #2A0C01;
	color: #9F60BF;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #2A0C01;
	color: #FFFFFF;
}

ul{
	border: 1px solid #C5B8CC;
}

.nav a{
	text-decoration: none;
}

/* specific divs */

#contentwrapper{ 
clear: both;
float: left;
width: 100%;
height: 100%;
}

#container{  
margin: 0;	position: relative;
float: left;
width: 95%;
}
	
.innertube{
margin: 10px;
padding:10px;
height:99%;
}

#leftcolumn{
clear: none;
float: left;
width: 35%; /*Width of left column in percentage*/
/* the following height value is content dependant */
height:400px;
margin-top:0;
}

#content{
clear:none;
float:right;
width:65%; /*Width of content column in percentage*/
overflow:hidden;
/* this height value is content dependant */
height:450px; 
}

#rightcolumn{
float: right;
width: 5%; /*Width of right column in percentage*/
margin-left: -5%;/*Set margin to that of -(RightColumnWidth)*/
height:480px; 
}

#rightcolumn div.audio-file {
	position:absolute;
	left: 65%;
	float:right;
	width:auto;
	overflow:visible;
	margin-right: 0;
	height: 20px;
	top: 90%;
}

/* scrolling windows with absolute positioning */
	
#content div.scroll {
position:absolute;
left:210px;
top:148px;
height: 155px;
width: 225px;
overflow: auto;
border: 1px solid #C5B8CC;
padding: 4px 8px;
text-align:justify;
}

#content div.scroll4 {
position:relative;
left:100px;
top:10px;
height: 300px;
width: 360px;
overflow: auto;
border: 1px solid #C5B8CC;
margin-left: 80px;
padding: 4px 8px;
text-align:justify;
}

#content div.scroll-discography {
position:relative;
left:100px;
top:10px;
height: 360px;
width: 340px;
overflow: auto;
border: 1px solid #C5B8CC;
margin-left: 80px;
padding: 4px 8px;
text-align:left;
}


#content div.scroll-contact {
position:relative;
left:100px;
top:10px;
height: 200px;
width: 300px;
overflow: auto;
border: 1px solid #C5B8CC;
margin-left: 80px;
padding: 4px 8px;
text-align:left;
}

/* footer */

#footer a:link {color: #735980; text-decoration:none; background-color: #2A0C01;}
#footer a:visited {color: #9F60BF; text-decoration:none; background-color: #2A0C01; }
#footer a:hover {color: #140D9C; background-color: #94A5B5; text-decoration:none;}
#footer a:focus {color: #130F5D; text-decoration:none; background-color: #2A0C01;}
#footer a:active {color: #130F5D; text-decoration:none; background-color: #2A0C01;}

#footer{
/*clear: left;
width: 100%;
overflow: hidden;*/
clear:left;
float:left;
width:90%;
overflow:hidden;
border-bottom:0px;
}

#footer ul{
clear:left;
float: left;
width: 90%;
display: table-row-group;
padding:0;
list-style:none;
font-style: italic;	
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
text-align: center;
margin-top: 0.7em;
margin-right: 15%;
margin-bottom: 0.7em;
margin-left: 15%;
}

#footer ul li{
display:inline;
clear:both;
/*background-color: #CBCCCF;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: normal;
}

#footer ul li a {
display:inline-block;
/*float:left;*/
list-style:none;
padding:.1em .3em;
text-decoration:none;
margin-right:4px;
border-top:1px solid #566F83;
border-left:1px solid #566F83;
border-right:1px solid #566F83;
border-bottom:1px solid #566F83;
}
