/* Sample .CSS file for the flexi skin, it only shows the different areas
   and a possible positioning within the page */
body {
	padding:0px;
	margin:0px;
         font-family: Verdana, Arial;  font-size:83%; color: #000000; background-color:#392B55;
}

#wikilogo { text-align:center; }

#FlexiAll {
    position:absolute;
	top:0px;
    left:0px;
    width:961px; 
    border:0px solid black; background-color:#FDF5CE; margin:0; 
         
         
}
#FlexiTop {
	margin:0px;
	height:257px;
         border-bottom: 0px solid #110E29;
         background: #FDF5CE url(gfx/flexi/Header.jpg) no-repeat left;
}
#FlexiLeft {
	float:left;
	width:15%;
         padding:0.6%;
         margin-left:1%;
         background-color:#FDF5CE;
         border-bottom: 0px solid #110E29;

}

#Flexileft a, #FlexiLeft a:link, #FlexiLeft a:visited, #FlexiLeft a:active {
         color: #AB3C43;

             }
#FlexiLeft a:hover {
         color: #3D2F5F;
         }

#FlexiLeft ul, #FlexiLeft li {margin: 0px; padding:0; list-style:none; }
.sidehead {font-weight:bold; }

#FlexiHeader {
	margin:0.5em;
	margin-left:18%;
	width:56.3%;
	height:1.5em;
         text-align:right;

}

#FlexiTitle {
	width:56.3%;
	margin:0.5em;
	margin-left:20%;
         border-bottom: 0px solid #AB3C43;
         background-color:#FDF5CE;
}
#FlexiMain {
	width:72%;
	margin:0.5em;
	margin-left:20%;
	padding:0.2%;
    background-color:#FDF5CE;
    border: 0px solid #AB3C43
}

#FlexiMain ul li  {line-height:1.2em; list-style-image:url(gfx/flexi/moonstone.gif);
}


#FlexiFooter {
         /*width:62%;*/
	margin:0.5em;
	margin-left:20%;
	height:3em;
         text-align:right;
         
}

#FlexiRight {
	position:absolute;
	top:135px;
	left:83%;
	width:15%;
         padding: 0.6%;
}

#FlexiRight ul, #FlexiRight li {margin: 0px; padding:0; list-style:none; }


#FlexiRight a, #FlexiRight a:link, #FlexiRight a:visited, #FlexiRight a:active {
         color: #AB3C43;;

             }
#FlexiRight a:hover {
         color: #AFC9F3;
         }

#FlexiBottom {
         clear:left;
	margin:0px;
	height:59px;
	border-top:0px solid #000000;
	background: #FDF5CE url(gfx/flexi/Footer.jpg) no-repeat left;
         text-align:center;
}

h1 {font-weight: bold; color: #AC3B41; font-size:1.5em}
h2 { font-weight: bold; color: #453669;}
h3 {font-weight: bold; color: #87686A;}
h4 {color: #87686A; }
h5 {color: #87686A;}

a, a:link, a:active         {text-decoration: none;  color: #AB3C43;}
a:visited {text-decoration:none; color:#87686A; }
a:hover   {color: #3D2F5F; text-decoration:underline;}