/*

	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: 0px;
	padding:0;
	}


/* Header styling */
#header {
	z-index: 3;
	top: 0px;
	position: fixed;
	height: 166px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	overflow:auto;
	width: 925px;
	padding: 0px;
	margin:0 auto;
	}
h1 {
	margin:0;
	padding:0;
	float:left;
	}
h1 a {
	color:#ffffff;
	}
#description {
	clear:left;
	float:left;
	color:#ffffff;
	}
#search {
	float:right;
	}


/* Menu styling */
#menu {
	top: 175px;
	margin-left: 60px;
	width: 160px;
	float: left;
	position: fixed;
	z-index: 3;
	height: 300px;
	border-color: #00e0ff;
	border-width: 0px;
	}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style:none
	}
#menu li {
	list-style:none
	color:#000000;

	}
#menu li a {
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	}


/* Content styling */
#back {
	top: 165px;
	position: fixed;
	width: 925px;
	height: 558px;
	border-color: #ff0088;
	border-width: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(images/content.jpg);
	margin: 0px;
	overflow: auto
	}


/* Footer styling */
#footer {
	 width: 100%;
	 font-size: 9px;
	 position:fixed;
    bottom:0px;
    text-align:center;
    padding:10px;
	}
#footer p {
	padding:1em;
	width:700px;
	margin:0 auto;
	color: black;
	}
#footer p a {
	color: black;
	}
#content {
		font-family: Arial, Helvetica, sans-serif;
		width: 450px;
		border-color: #d300ff;
		border-width: 0px;
		margin-left: 265px;
		margin-top: 180px;
		position: relative;
	}
#wrapper {
		margin-bottom: 0px;
		margin-top: 0px;
		padding: 0px;
		margin-right: auto;
		margin-left: auto;
		width: 924px;
		border-color: #ff15ab;
		border-width: 0px;
	}
#menu li {
		padding-bottom: 5px;
	}
#menu li a:hover {
		color: #ff6b00;
	}
#content ul li {
		font-size: 14px;
		padding-bottom: 20px;
	}
#content a {
		font-weight: bold;
		color: #ff6b00;
		text-decoration: none;
	}
#content a:hover {
		font-weight: bold;
		color: black;
		text-decoration: none;
	}
p {
		line-height: 21px;
		font-size: 14px;
	}
