body, html {
	height: 100%;
}

body {
	margin: 0;
	font-family: verdana, sans-serif;
	font-size: small;
	background-color: #4f3b25;
	background-image: url(back2.png);
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: center;
}

input {
	font-family: verdana, sans-serif;
}

textarea {
	width: 95%;
	font-family: verdana, sans-serif;
	font-size: small;
}

div#site {
	width: 70%;
	background-color: #fff7d3;
	background-image: url(back.png);
	background-repeat: repeat;
	border-width: 0 2px;
	border-style: solid;
	border-color: #dd6533;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

div#admin {
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #dd6533;
	width: 100%;
	background-color: #e5d4c6;
	text-align: left;
}

div#title {
	width: 100%;
	text-align: center;
	padding-top: 16px;
}

div#title div.tools {
	text-align: left;
	margin: 8px auto;
	width: 95%;
}

div#title div.tools h3 {
	display: block;
}

div#title div.tools form {
	margin-bottom: 16px;
}

div#title img {
	max-width: 100%;
}

div#navigation {
	border-width: 2px 0;
	border-style: solid;
	border-color: #dd6533;
	margin: 0 16px;
	text-align: center;
}

div#subnav {
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #dd6533;
	margin: 0 16px;
	text-align: center;
}

div#navigation ul, div#subnav ul {
	list-style: disc inside url(site_icons/bullet_go.png);
	padding: 0;
	margin: 0;
}

div#navigation li, div#subnav li {
	float: left;
	margin: 8px;
	padding: 2px;
}

div#adminmode div#navigation li, div#adminmode div#subnav li {
	border: 1px dashed gray;
}

div#full_image {
	text-align: center;
}

div#full_image img {
	margin: 16px 0 16px -2px;
	max-width: 100%;
	border: 2px solid #dd6533;
}

input[type="text"], input[type="file"] {
	width: 95%;
}

input[type="submit"], input[type="reset"] {
	margin-right: 4px;
}

div#page {
	float: left;
	width: 100%;
	text-align: center;
	border-width: 0;
	height: 100%;
	margin-bottom: 2em;
}

div#footer {
	border-width: 2px 0 0 0;
	border-style: solid;
	border-color: #dd6533;
	position: absolute;
	bottom: 0;
	left: 16px;
	right: 16px;
	text-align: right;
}

div.object {
	margin: 16px auto 16px auto;
	width: 95%;
	padding: 4px;
	text-align: left;
}

div.staticobject {
	margin: 16px auto 16px auto;
	width: 90%;
	padding: 4px;
	text-align: left;
}

div.object img {
	max-width: 100%;
}

a {
	color: #dd6533;
	text-decoration: none;
}

a:visited {
	color: #aa3200;
}

a:hover {
	color: #ff8755;
}

h1 {
	margin: 0;
	font-size: x-large;
	font-weight: bold;
	padding: 0 0 16px 0;
	color: #dd6533;
}

h2 {
	margin: 0;
	font-size: large;
	font-weight: bold;
	color: #dd6533;
}

h3 {
	font-size: medium;
	font-weight: bold;
	display: inline;
	margin: 0;
	color: #dd6533;
}

h4 {
	font-size: small;
	font-weight: bold;
	display: inline;
	margin: 0;
	color: #dd6533;
}

h5 {
	font-size: x-small;
	font-weight: bold;
	display: inline;
}

div#footer h4 {
	margin: 0;
}

a img {
	border-style: none;
	vertical-align: bottom;
}

img.icon {
	vertical-align: middle;
	margin: 0 2px;
	width: 16px;
	height: 16px;
}

img.external {
	margin: 4px 4px 4px 0;
	max-width: 100%;
}

img.button {
	cursor: pointer;
}

div.error {
	color: red;
}

div.content {
	padding: 4px;
}

form {
	margin: 0;
}

h1 input {
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	margin-top: 16px;
}

h2 input {
	font-weight: bold;
	font-size: large;
}

span.spacer {
	margin: 0 10px;
}

div#adminmode div.object {
	border: 1px dashed gray;
}

div#adminmode div.object div.tools {
	border-width: 0 0 1px 0;
	border-style: dashed;
	border-color: gray;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

div#action div#adminmode div.object {
	border-style: none;
}

div#action div.object div.tools {
	border-style: none;
}

span.code {
	font-family: monospace;
}

div.content_footer {
	clear: both;
}

div.thumbnail {
	margin: 4px;
	float: left;
	text-align: center;
	max-width: 40%;
}

div.edit div.main_image {
	float: right;
	border: 1px dashed gray;
	margin: 4px 4px 4px 8px;
	padding: 4px;
	max-width: 50%;
}

div.edit img.icon {
	margin: 0 2px;
	vertical-align: middle;
	width: auto;
}

div.edit div.thumbnail {
	border: 1px dashed gray;
	padding: 4px;
}

div.edit div.thumbnail img {
	margin: 0;
}

div.main_image {
	float: right;
	margin: 4px 4px 4px 12px;
	max-width: 50%;
}

div.image_text {
	font-size: x-small;
	text-align: right;
}

div.thumbnail input {
	width: 100%;
}

div.thumbnail div.tools {
	text-align: left;
}

div.main_image img, div.thumbnail img {
	border: 2px solid #dd6533;
}

div.main_image img.icon, div.thumbnail img.icon {
	border-style: none;
}

div#imager-outer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('back3.png');
	background-repeat: repeat;
}

div#imager {
	width: 90%;
	height: 90%;
	margin: 2% auto;
}

div#imager img {
	border: 2px solid #dd6533;
	max-width: 100%;
	max-height: 100%;
	background-color: #fff7d3;
	background-image: url(back.png);
	background-repeat: repeat;
	margin: 0 auto;
}

span.w3cbutton {
	border: 1px solid #ccc;
	margin: 0 4px;
}

span.w3cbutton span.w3c {
	color: #0c479d;
	background-color: white;
	padding: 0 1px;
}

span.w3cbutton span.spec {
	background-color: #fc6;
	color: black;
	padding: 0 1px;
}

