/* basic elements */

body { 
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7;
 	color:#000033
	margin: 0; 
	padding: 0;	
	max-width: 1280px;
	min-width: 700px;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h1 { 
	font: italic bold 1.05em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color:#0C0314
	}
h2 { 
	font: italic normal 1.05em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #330033;
	}
h3 { 
	font: italic normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #330033;
	}
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-arched placed with absolute position*/

img.kim-arched {
position:absolute;
left:105px;
top:130px;
/*clear:both;*/
z-index:-1;
width:auto;
}

img.bouddha {
position:absolute;
left:125px;
top:130px;
/*clear:both;*/
z-index:-1;
width:auto;
}

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

img.kim-twist {
position:absolute;
left:70px;
top:140px;
/*clear:both;*/
z-index:-1;
width:auto;
}

img.stained-glass {
position:absolute;
left:56px;
top:308px;
/*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: 25ex;
/*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 6px;
}

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

ul.nav,
.nav ul,
.nav ul li a{
	background-color: none;
	color: #000000;
}

ul.nav li:hover,
.nav ul li a:hover{
	background-color: none;
	color: #000000;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: none;
	color: #000000;
}

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:relative;
right:1px;
top:10px;
height: 400px;
maximum-width: 300px;
overflow: auto;
border: 1px solid #C5B8CC;
padding: 4px 8px;
margin-left: 100px;
text-align:justify;
}

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

#content div.bouddha {
position:relative;
left:30px;
top:10px;
height: 400px;
maximum-width: 350px;
overflow: auto;
border: 1px solid #C5B8CC;
padding: 4px 8px;
margin-left: 100px;
text-align:justify;
line-height: 1.3;
}

#content div.contact {
position:relative;
right:1px;
top:10px;
height: 300px;
maximum-width: 600px;
overflow: auto;
border: 1px solid #C5B8CC;
padding: 4px 8px;
margin-left: 70px;
text-align:justify;
}

/* footer */

#footer a:link {color: #000000; text-decoration:none; background-color: #F4D052;}
#footer a:visited {color: #163861; text-decoration:none; background-color: #F4D052; }
#footer a:hover {color: #140D9C; background-color: #94A5B5; text-decoration:none;}
#footer a:focus {color: #130F5D; text-decoration:none; background-color: #F4D052;}
#footer a:active {color: #130F5D; text-decoration:none; background-color: #F4D052;}

#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;
}
.smalltext {
	font-size:  x-small;
	color: #330033;
}
