/* Sample .CSS file for the flexi skin, it only shows the different areas 
 *  and a possible positioning within the page 
 *
 * Some ideas have been taken from the "Contented7"-theme for drupal (http://www.ContentedDesigns.com)
 */

body {
	background-color: #EEEEEE;
	color: #333333;
	font: 100.01% Verdana,Tahoma,Arial,sans-serif;
}
#FlexiAll { /*for setting e.g. additional Background-image*/
	
}

#FlexiTop {
	border:1px solid #bbb;
	min-height: 73px;
	border-bottom: none;
	background-color: #cc6633;
}
#FlexiTop p {
	margin:0;
	padding:0;
}
#logo {
	float:left;
}
#wikititle, #wikititle a {
	padding-top: 10px;	
	color: #EEEEEE;
	font-size:40px;
	font-weight: bold;
	
}
#wikititle a:hover {
	 text-decoration: none;
}
#slogan {
	color: #EEEEEE;
	font-size: 15px;
	font-weight: bold;
}

#FlexiLeft {
	width:170px;
	float:left;
	margin-top: 2em;
	margin-left: 3px;
	font-size: 100%;
	font-weight: bold;
}
#sidebar li.sidehead {
	 border-bottom:1px solid #e7e7e7;
	 padding: 4px 1px 0 0px;
}
#sidebar  {
	list-style: none;
	padding: 0;
}
#sidebar li{
	margin-bottom: 0;
	padding: 0 1px 1px 8px;
}



#FlexiTitle {
	padding-top: 2px;
	margin-left: 170px;
	font-size: 0.8em;	
	line-height: 1em;
	padding-bottom: 2px;
	border-bottom: 3px solid #cc6633;
}
#toplinks {
	list-style: none;
	padding:0;
}
#toplinks li {
	float:left;
	padding:0;
}
#toplinks li a {
	padding: 0 4px 0 4px;
	text-decoration: none;
}
#toplinks li a:hover {
	padding: 0 2px 0 2px;
	border: 2px black solid;
}
#pageinfo {
	text-align:right;
	font-size: 70%;
	vertical-align: middle;
	margin-right: 2px;
}

#FlexiHeader {
	margin-left: 180px;	
	margin-top: 1em;
}
#pagetitle  {
	font-size: 120%  ;
	font-weight: bold;
}



#FlexiMain {
	padding:0;
	margin-left: 180px;
	margin-top: 1em;
	margin-right:0.2em;
	min-height: 300px;
}
#FlexiFooter {
	margin-top:0.6em;
}
#FlexiRight {
	border:1px solid #bbb;
	display:none;
}
#FlexiBottom {
	width: 100%;
	font-size: 80%;
	height:2em;
	/*border:1px solid #bbb;*/
	text-align: center;
	clear: both;
}

#PageActions {
	list-style:none;

}



/* general rules*/
hr {
  display: none;
}
h1 {
  font-size:200%;
}
h2 {
  font-size:139%;
}
h3 {
  font-size:120%;
}
h4 {
  font-size:100%;
}
a {
  color: #CC5500;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #CC5500;
  font-weight: normal;
  text-decoration: underline;
}
#bottommenu {
	border-top: 3px solid #cc6633;
	margin-top: 3px;
}
#pageactions {
	list-style: none;
	padding:0;
}
#pageactions li, #adminactions li {
	float: left;
	margin-right: 0.5em;
}
#adminactions {
	list-style:none;
	font-size: 80%;
}

#adminbottom {
	border-top: 3px solid black;
	margin-top: 10px;
}

.lfloat { clear: left; } 

#wikiedit textarea { width:99%; height:450px; background-color:#ffffff; }
#wikiedit textarea { border:1px solid #666666; margin-bottom:3px;
 margin-top:0px; padding:3px; }
#wikiedit h1 a, #wikiedit h1 a:visited { text-decoration:none; }
#wikiedit h1 a:hover { text-decoration:underline; }
#wikiedit.separator { font-size:1.08em; }
.gotopreview a { color:black; font-weight:bold; background-color:#e7e7e7; vertical-align:top;
 margin-right:3px; padding:1px; border:1px solid #666666; }
#wikiedit .authtxt { font-weight:bold; background-color:#fcfcfc;
 border:1px solid #333333; padding-left:2px; padding-bottom:1px;
 margin-bottom:2px; margin-right:3px; }
#wikipreview { width:585px;  padding:10px; padding-top:4px;
 border:1px dotted #cccccc; }



