/* Start of CMSMS style sheet 'KKU' */
body {
	font-family: 		Arial,Helvetica, sans-serif;
	margin: 			0px auto;
	background:		white;
}

/**********************
 * Heading 
 **********************/
.heading {
	position: 			relative;
	z-index: 			20;
	margin-top: 		0px;
	background: 		#fdfae5;
	padding: 			2px;	
	border-top: 		8px solid #334858;

	/* font config */
	font-family: 		Georgia, Times, Palatino, serif;
	text-transform: 	uppercase;
	text-align: 		center;
	font-size:			1.5em;
	color:				#334858;
}

.headingline {
	position:			relative;
	padding:			1px;
	border-top:			1px solid #334858;
	border-bottom:		1px solid #334858;
	z-index:			50;
	background: 		#fdfae5;
}

/************************
 * Menu					* 
 ***********************/
.menu {
	position:			absolute;
	float:				left;
	z-index:			30;	
	top:				-4px;	
	left:				2em;
	padding:			2px;	
	width:				14em;
	/* colors */
	background: 		#edead5;
	border:				1px solid #334858;

	/* font */
	color: 				#334858;
	font-size:			0.8em;

}
.menu ul {
       list-style-type:   none;
       list-style-position: inside;
       margin:            0;
       padding: 0;
}
.menu li {
       margin: 0;
       padding: 0;
}

.menu #depth2 {
       list-style:   square;
       list-style-position: inside;
/*      padding-left: 1em;*/
}
.menu .currentpage h3 {
       font-weight:             normal;
       font-size:			1em;
       padding:                  0;
       margin:                   0;
}
.menu li.separator {
     padding: 0.5em;
}
.menu a{
	text-decoration: 	none; 
	color: 			#334858;
}
.menu a:hover {
	text-decoration:	underline;
}

.menuint {
	border:				1px solid #334858;
	padding:			4em 0.5em 0.5em 0.5em;

} 

/*********************
 * Text Body 
 ********************/

.textbody {
/*	position: 			relative;*/
	margin-left:		17em;
	margin-right:		0.5em;
	font-size: 			0.8em;
        width:                       880px;
}

.textbody h1,h2{
	color:				#334858;

}
.textbody img{
	text-decoration:	none;
	border:				0;
        padding:                   0.2em;	
}

.textbody .image-center 
{
	width: 				100%;
}

.textbody .image-left 
{
	margin: 			0px 6px 6px 0px;
	float: 				left;
}

.textbody .image-right 
{
	margin: 			0px 0px 6px 6px;
	float: 				right;
}

.textbody .image-center .caption, .image-left .caption, .image-right .caption 
{
	text-align: 		justify;
	font-size: 			80%;
	font-style: 		italic;
}

.textbody .image-right .caption-right 
{
	text-align: 		right;
	font-size: 			80%;
	font-style: 		italic;
}
.textbody .image-left .caption-left
{
	text-align: 		left;
	font-size: 			80%;
	font-style: 		italic;

}

#musici {
       display: block;
       position: relative;
       float:                         left;
       width: 100%;
       margin-bottom:        1em;
}
#musici img{
       padding-right:             1em;
}

.textbody .highlight 
{
	position: 			absolute;
	margin-top: 		10px;
	padding: 			5px 5px 5px 5px;
}

#cdblock {
       display: block;
       position: relative;
       float:                         left;
       width: 100%;
       margin:        1em;
}
#cdblock h2 {
      margin: 0px;
}
#cdblock img {
       border: 1px solid black;
       padding: 0;
       margin-right: 1em;
}

/***********************************
 * Agenda 
 ***********************************/
.agenda {
}
.agenda_list {
	margin-left:		2em;
}
.agenda i{
	float:				left;
	text-align:			right;
	width:				10em;
	margin-right:		1em;
}
.agenda b{
	color:				#334858;
}
.agenda a{
	text-decoration:	none;
}

.agenda table 
{

	border-top: 		0px dotted black;
	border-left: 		0px dotted black;
	border-spacing: 	0px;
}

.agenda table td
{
	border-bottom: 		0px dotted black;
	border-right: 		0px dotted black;
	padding-left: 		0.3em;
	padding-top: 		0.2em;
}

/********************************
 * NEWS 
 ********************************/

#agendahighlight {
	float:				left;
	padding:			1em;
	border:				1px solid #334858;
}

.News{
     border:      1px dotted black;
     margin-bottom: 1em;
     width:         80%;
     
}
.NewsHeader{
	background: 		#edead5;
	color: 			#334858;
        border-bottom:       1px dotted black;
       padding:                   0.1em;
}
.NewsPostTitle {
     font-size:    1.5em;
     font-weight: bold;

}

.NewsSummary{
     border:      1px dotted black;
     margin-bottom: 1em;
     width:         80%;
     
}

.NewsSummaryLink {
     font-size:    1.5em;
     font-weight: bold;

}

.NewsSummaryLink a{
	text-decoration:	none;
	color: 			#334858;
}
.NewsSummaryDetails {
	background: 		#edead5;
	color: 			#334858;
        border-bottom:       1px dotted black;
       padding:                   0.1em;
}
#NewsContent {
   padding: 0.5em;
}
/**
 * Songlists
 */
#newcd {
    position: relative;
    width:  60%;
    border: 1px dashed grey;
    padding: 0.5em;
}

#songlist {
    border: 1px solid black;
}

#songlist #oneven
{
    background: lightgrey;
}

.hyperlink 
{
   background-image: url(/images/browser.png);
   background-repeat: no-repeat;
   background-position: center left;
   padding-left: 20px;
}
/* End of 'KKU' */

