body {
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
	background-color: #d4e4f2;
	font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana", sans-serif;
	font-size: 13px;
	color: #333;
	/*		background: url(images/template.png); */
	background-position: center top;
}

h1 {
	font: normal normal normal 2em/normal Georgia, 'Times New Roman', Times, serif;
	margin: 0;
	padding: 0;

	text-shadow: 1px 1px 2px #FFF;
}

h2 {
	font: normal normal normal 1.6em/normal Georgia, 'Times New Roman', Times, serif;
	margin: 0;
	padding: 0;

	text-shadow: 1px 1px 2px #FFF;
}

h3 {
	font: normal normal normal 1.2em/normal Georgia, 'Times New Roman', Times, serif;
	margin: 0;
	padding: 0;

	text-shadow: 1px 1px 2px #FFF;
}

h4 {
	font: normal normal normal .90em/normal Georgia, 'Times New Roman', Times, serif;
	margin: 0;
	padding: 0;
	color: #888;
	text-shadow: 1px 1px 2px #FFF;
}

#page {
}
#header {
	position: relative;
	z-index: 1;
	background-repeat: repeat-x;
	background: url(/images/header_stretch.png) center center;
	height: 326px;
}
#center {
	padding: 1px;
	position: relative;
	background: url(/images/header.png) center 0px no-repeat;
	height: 326px;
}
#navigation {
	width: 900px;
	margin: 0 auto;
	height: 43px;
	margin-top: 227px;
}
#content_wrapper {
	position: relative;
	top: -58px;
	z-index: 0;
	padding-bottom: 10px;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(/images/content_fade.png);
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: #b4c6d7;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	min-width: 900px;
	width: 90%;
	max-width: 1200px;

	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;

	-webkit-box-shadow: 0 1px 6px #C8C8C8;
}
#content {
	margin: 20px;
}
#content img {
	margin: 20px;

	background-color: #DDD;
	border: 5px solid #fff;
}
#content .right {
	float: right;
}
#footer {
	text-align: center;
}
#sitemap {
}
#legal {
	color: #bfbfbf;
	font-size: .75em;
}

#navigation ul,
#sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li,
#sitemap li {
	border: medium none;
	display: inline;
	font-size: 14px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation a:link img,
#navigation a:hover img,
#navigation a:active img,
#navigation a:visited img {
	border: none;
}

#navigation .left {
	float: left;
}

#navigation .right {
	float: right;
}

#navigation .divider {
	background: url(/images/divider.gif) center center no-repeat;
	width: 10px;
	height: 43px;
}

#navigation .button img {
	padding: 0 12px;
}

.mceEditor {
	height: 500px;
}

#admin_functions {
	position: relative;
	top: 10px;
	text-align: right;
}

#admin_functions a,
#admin_functions a:link {
	color: #FFF;
	background: #222;
	padding: 5px;
	margin: 0 5px;
}

#flash-notice {
	background: #EEE;
	border-bottom: 2px solid #006719;
	margin: 5px 0;
}

#flash-notice p {
	padding-top: 5px;
	margin: 5px;
}

.clear {
	clear: both;
}

#subscribe_mini input {
	width: 100px;
}

table.wide {
	width: 100%;
}

table.wide td {
	border-bottom: #DDD 1px solid;
	text-align: center;
	padding: 5px;
}

#technical_information {
	background: #F0F0F0;
	padding: 10px;
	border: 1px solid #DDD;
}

#technical_information .box {
	display: block;
	float: left;
	text-align: center;
	background: #F9F9F9;
	border: 1px solid #E0E0E0;
	min-width: 200px;
	position: relative;
	padding: 5px;
	margin: 5px;
}

#technical_information .box#page_url #link {
	border: 1px solid #EEE;
	background: #FFF;
	text-align: center;
	text-decoration: none;
	padding: 5px;
}

#technical_information .box sub {
	font-size: .75em;
}

#technical_information h4 {
	font-weight: bold;
}

/* form field styles */
#new_page label,
#edit_page label {
	font-size: 1.25em;
	font-weight: bold;
}

#page_title {
	width: 500px;
	font-size: 1.45em;
	font-weight: bold;
}

#page_url {
	width: 300px;
	font-size: .90em;
}

#page_body {
	width: 100%;
}

#page_url,
#page_title {
	padding: 5px;
	margin: 10px;
}

#content img,
#content object {
	margin: 20px;
}

h1 a:link,
h1 a:hover,
h1 a:active,
h1 a:visited,
h2 a:link,
h2 a:hover,
h2 a:active,
h2 a:visited,
h3 a:link,
h3 a:hover,
h3 a:active,
h3 a:visited,
h4 a:link,
h4 a:hover,
h4 a:active,
h4 a:visited {
	color: #333;
	text-shadow: 1px 1px 2px #FFF;
}

#sidebar {
	width: 30%;
	float: left;	
}

#sidebar_content {
	float:right;
	margin: 20px;
	margin-right: 0;
}

#sidebar_content ul,
#sidebar_content li {
	margin: 0;
	padding: 0;
}

#sidebar_content li {
	list-style: none;
	margin-left: 5px;
}

#sidebar h2 {
	font-weight: bold;
	margin: 5px 0;
}

#sidebar h3 {
	font-weight: bold;
	margin: 7px 0;
}


pre {
	border: 1px solid black;
	border-color: #BBB #DDD #DDD #BBB;
	margin : 2em;
	padding : 1em;
	line-height: 1.5;
	background: white;
	overflow: auto;
}

code {
	font-size: 1.2em;
}

/* end of page css - below is for the code highlighter */

.javascript .comment {
	color : green;
}

.javascript .string {
	color : teal;
}

.javascript .keywords {
	color : navy;
}

.javascript .global {
	color : blue;
}

.javascript .brackets {
	color : navy;
}

.css .comment {
	color : gray;
}

.css .properties {
	color : navy;
}

.css .selectors {
	color : maroon;
	font-weight : bold;
}

.css .units {
	color :red;
}

.css .urls {
	color :green;
}

.html .tag {
	color : purple;
}

.html .comment {
	color : gray;
	font-style: italic;
}

.html .string {
	color : navy;
}

.html .doctype {
	color : teal;
}