/*

	Theme Name: SimpleCMS Theme
	Theme URI: http://pixopoint.com/simplecms/
	Description: SimpleCMS Theme is designed as a simple starting point for developing themes suitable for the SimpleCMS WordPress plugin
	Version: 1.5
	Author: Ryan Hellyer
	Author URI: http://ryanhellyer.net/


	This theme was coded by PixoPoint Web Development
	http://pixopoint.com/


	The CSS, XHTML and design of this theme are released under GPL license:
	http://www.opensource.org/licenses/gpl-license.php


*/


/* Body reset */
body {
	margin:0;
	padding:0;
font-size: 0.8em;
font-family: Euphemia UCAS,Arial, sans-serif;
text-align: justify;
	}


/* Header styling */
#header_wrapper {
	width:100%;
	background-image:URL(http://www.fg-gender.de/wordpress/wp-content/uploads/2010/05/strasse.gif)
	}
#header {
	overflow:auto;
	padding:1em 1em 1em 1em;
	margin:0 auto;
	}
h1 {	padding:0;
	float:right;
margin-right:0.5em;
margin-top:2em;
margin-left:6em;
	}
h1 a {
	color:#AD0000;
text-decoration: none;
	}
#description {
	clear:right;
font-size: medium;
	float:right;
	color:#ffffff;
margin-right: 1em;
margin-bottom: 3em;
margin-left: 12em;
	}

ol li ul li{line-height: 100%; padding:0; margin:0;}

/* Menu styling */
#menu {min-height: 30em;
	width:17.5em;
	overflow:visible;
float:left;
margin-top:4em;

	}
#menu ul {
	margin:0 auto;
margin-left: 1em;
padding:0;
	list-style:none
float:left;
font-size:1em;
background-color:#fefefe;
	}

#menu li {
	padding-left:
padding-right:0;
padding-top: 0.5em;
padding-bottom:0;
	list-style:none
	color:#000000;
display: block;
	}

#menu li a {
color:#232334;
background-color:#fefefe;
display:block;
text-decoration: none;
padding-left: 1em;
border-left: 0.5em solid #dcdcdc;}

#menu li a:hover{background-color:#dfdfdf;
color:#123233;
display: block;
border-left: 0.5em solid #696969;}


.page_item ul {
	display: none;
}

.current_page_item ul, .current_page_parent ul {
	display: block;
}

#menu .current_page_item li, #menu .current_page_parent ul li {
	border: 1px solid #f8f8f8;
	border-top: 1px solid #ccc;
}


/* Content styling */
#content {
	margin:0 auto;
margin-left: 20em;
margin-right: 2em;
max-width: 800px;
min-height: 500px;
	}
#content li{padding-bottom: 1em;}
a{color:#6B8E23;
text-decoration: none;
font-weight:bold;}

/* Footer styling */
#footer {
margin-top: 3em;
	width:96%;
	overflow:auto;
	background-color:#fcfcfc;
border-top: thin solid #696969;
color: #696969;
	}
#footer p {
	padding:1em;
	text-align: center;
	margin:0 auto;
	color:#AD0000;
	}
#footer p a {
	color:#AD0000;
	}


