/* .CSS file for the flexi skin for The Ark Native Plants wiki */



/*text formattting markup */

* {font-size: 13px; text-align: left; font-family: sans-serif;}

h1 {font-size: 200%}
h2 {font-size: 160%;}
h3 {font-size: 150%;}
h4 {font-size: 140%;}
h5 {font-size: 130%;}
h6 {font-size: 120%;}

p {
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
}

li {	
	text-align: left;
		font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
}

a {
	text-align: left;
	color: blue;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
}

a:hover{background-color: #E6F5D6; text-decoration: underline;}
a:active {background-color: #E6F5D6; text-decoration: underline;}
a:visited {color: blue;}

.slogan {
	text-align: center;
	color: #333300; 
	font-size: 29px; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: italic;
	font-weight: 200;
}

hr {
  border:0;
  border-top: 1px solid #669933;
  height: 0;
  background: #E19832;
}


/* structural markup */

body {
	background-color: #E6F5D6;
}
#FlexiAll { /*for setting e.g. additional Background-image*/
	width: 750px;
	margin: auto;
	background-color:	#F8F8ED;

}

#TopWrap{
	min-height: 110px;
	border-bottom: 3px solid #333300;
	background-color: #669933;
}

/* IE6 Fix */
* html #TopWrap {
	height: 110px;
}

#FlexiTop {
	position: relative;
	top: 7px;
	height: auto;
	width: 100%;
	background-color: #669933;
	text-align: left;
}

#FlexiTop h1 a {
	color: #E6F5D6; 
	font-size: 40px; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
	background: none;
}

#FlexiTop h1 a:hover {text-decoration: underline;}
#FlexiTop h1 a:active {text-decoration: underline;}

#WikiStuff {
	height: 35px;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left:3px;
	
}

#wikicmds {	float:left; width: 60%;}
#wikicmds ul { list-style:none; }
#wikicmds li { display:inline; margin:0px 5px; }
/* #wikicmds li a { text-decoration:none; color:blue; } */

#WikiStuff form {
	float: right;
	padding-right: 3px;
}

#WikiStuff form.a {
	text-size: 13px;
}

#MiddleWrap {
	clear: both;
	padding: 5px;
	min-height: 480px;
	border-top: 1px solid #669933;
}

#FlexiLeft {
	float:left;
	width: 170px;
	}

#ContentWrap {
	float: left;
	position: relative;
	width:59%;
	min-height: 775px;
	border-left: 1px solid #669933;
	border-right: 1px solid #669933;
	padding-left: 8px;
	padding-right: 8px;
	background-image: url(gfx/TurtleLogo.gif);
	background-position: top;
	background-repeat: no-repeat;
}


/* IE6 Fix */
* html #ContentWrap {
	height: 775px;
}

#FlexiTitle {
	text-align: left;
}

#FlexiHeader {
	height: auto;
}

#FlexiMain {
	height: auto;
}

#mainpage {
	position: relative;
	top: 50px;
}

#FlexiFooter {
		height: auto;
}

#FlexiRight {
	float: left;
	padding-left: 5px;
	width:110px;
}

#BottomWrap {
	clear: left;
}

#FlexiBottom {
	height: auto;
	border-top: 1px solid #669933;
	text-align: center;
}

#wikiedit {
	width: 720px;
}

