/**
 * Main Style Sheet for xmelegance.org
 * patched by Philippe Fremy <pfremy at kde.org>
 *
 * For a good site on stylesheets, see:
 * http://www.htmlhelp.com/reference/css/
 */

body {
   color: #000000 ;
   display: block;
   background-color: #87cefa; 
}

/*
a:link {
   color: #000000 ;
}

a:active {
   color: #cceecc ;
   text-decoration: underline ;
}

a:visited {
   color: #000000 ;
   text-decoration: underline ;
}
*/

/**** Top Corner ***/
.topcorner {
   position: absolute ;
   top: 0;
   left: 0px;
   padding: 5px;
}

	

/**** Document Heading ****/

.docheading {
/*   background-color: #ffe000; */

   position: absolute ;
   top: 0;
   bottom: 170px;
   left: 180px ;
   right: 0px;
   text-align: center ;
   padding: 5px;
}

.docheading .title {
   text-align: center ;
}

/*************** Content ****************/

.content {
   /* background-color: #d8efe0; */

   /* Geometry */
   position: absolute;
   top: 170px;
   left: 180px;
   right: 0px;
   padding: 5px;
/*   margin-top: 6px ;
   margin-left: 165px ;
   padding-top: 160px ;
 */
}

.content .title {
   padding-left: 4px;
   padding-bottom: 2px ; 
   padding-top: 2px ; 

   border-style: solid ;
   border-color: #000000 ;
   border-width: 1px ;

   background-color: #d8ecea;
	vertical-align: middle;
	font-weight: bold
}

.content h1 {
}

.content h2 {
}

.content h3 {
   font-style: italic
   font-size: large
}

.footer {
   text-align: center ;
}

/****  Sidebar ****/

.sidebar {
/*   background-color: #ffefe0; */

   /* Geometry */
   position: absolute;
   top: 170;
   left: 0;
   width: 160px ;
   padding: 5;
}

.sidebarblock {
   padding-bottom: 5;
}

.sidebarblock .title {

   padding-left: 4px;
   padding-top: 2px;
   padding-bottom: 2px;

   background-color: #d8ecea;
   border-style: solid ;
   border-color: #000000 ;
   border-width: 1px ;

   font-weight: bold
}

.sidebarblock .items {
}





