/*

	Theme Name: SimpleCMS Theme
	Theme URI: http://tristanshouldice.com/
	Description: Rynan MacDonald Custom Theme with some orginal code from SimpleCMS Theme.
	Version: 1.0
	Author: Tristan Shouldice & Ryan Hellyer
	Author URI: http://tristanshouldice.com/


	This theme was coded by Tristan Shouldice & PixoPoint Web Development
	


	The CSS, XHTML and design of this theme are released under GPL license:
	http://www.opensource.org/licenses/gpl-license.php


*/


/* Body reset */

html,/* CSS Document */ body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
img {
	border-style: none;
}
a {
	color: #717171;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #CDCF61;
	text-decoration: none;
}
#header {
	text-align: left;
	float: none;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 0px 4px;
}
#header h1 {
	margin: 0px 0px 15px;
	padding: 0px;
	font-size: 14px;
}
h1 {
	margin:0;
	padding:0;
	float:left;
}
h1 a {
	color:#333;
}
/*Original CSS from Old Site*/
#wrapper {
	vertical-align: middle;
	width: 930px;
	margin: 0 auto 0px;
	padding: 0px;
	height: 100%;
	border-style: none;
	background-color: #FFF;
}
#container {
	position: relative;
	height: 650px;
}
#menu {
	float: right;
	width: 750px;
	position: relative;
	z-index: 200;
	font-size: 12px;
	margin-bottom: 12px;
	margin-right: 8px;
}
#menu .current_page_item a{
	color: #CDCF61;
}
xxx#menu ul{
	margin:0px;
	list-style:none;
	padding: 0px;
}
xxx#menu li{
	padding:0.5em 1em 0.5em 0;
	list-style:none;
	float:left;
}
xxx#menu li a{
}
#content {
	width: 750px;
	min-height: 400px;
	float: right;
	position: relative;
}
#footer {
	clear: both;
	width: 750px;
	float: right;
	text-align: center;
	font-size: 10px;
	line-height: 20px;
	color: #D4D4D4;
	margin-top: 5px;
}
#footer p {
	padding:0px;
	margin:0;
	color:#D4D4D4;
}
#footer a {
	color: #D4D4D4;
}

