/* base */

html {
	font-size: 100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	margin: 30px;
	background-color: #f7f5f4;
	color: #61796a;
	min-width: 1000px;
	_width: 1000px;
}

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

a.selected {
	font-style: italic;
/*	font-size: 1.1em;*/
}

a:hover { text-decoration: underline; }

h1,h2,h3, ul {
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #bb9f93;
}

h1,h2,h3 { font-size: 2em; }

p, ul {
	font-size: 1em;
}

p {
	margin: 0 0 1em 0;
}

div.contact, div.footer {
	font-size: 0.95em;
}

ul {
	padding: 0;
	margin: 0 0 4em 0;
	list-style: none;
}

ul a {
	color: #997142;
	font-size: 1.2em;
	line-height: 1.2em;
}

/* custom */

.heading {
	margin-top: 20px;
}

#nav ul, #subnav ul {
	font-size: 1em;
}

#nav, #subnav {
	float: left;
	width: 130px;
	margin-right: 20px;
}

#content {
	display: block;
	float: left;
	position: relative;
}

#content p {
	font-family: "Monaco", "Courier", serif;
	line-height: 1.2em;
}

.story {
	display: block;
	float: left;
	width: 350px;
	margin-right: 50px;
}

.story h3 {
	width: 300px;
}

.images {
	float: right;
	display: block;
	margin-top: 4em;
}

a img {
	border: 1px solid #61796a;
}

.images img {
	background-color: #000;
	margin-bottom: 20px;
	border: 1px solid #61796a;
}

.images ul {
	margin-bottom: 0;
}

#footer {
	clear: left;
}

/* templates */
#tpl_1 #content { width: 850px; }
#tpl_5 #content { width: 700px; }
#tpl_7 #content { width: 700px; }

#tpl_1 .images {
	width: 420px;
}

/*#tpl_1 .images img {
	width: 420px;
	height: 250px;
	background-color: yellow;
}*/

#tpl_234 #content {
	width: 700px;
}

#tpl_234 .images {
	width: 300px;
}

/*#tpl_234 .images img {
	width: 270px;
	height: 205px;
	background-color: yellow;
}*/

#tpl_5 #content .story {
/*	width: 470px;*/
}

#tpl_5 form {
	padding: 1em 1em 0 1em;
	background-color: #fff;
	border: 1px solid #aaa;
	color: #997142;
	width: 305px;
	position: relative;
	margin: 0 0 1em 0;
}

#tpl_5 form input, #tpl_5 form textarea {
	font-family: "Monaco", Courier, sans-serif;
	font-size: 1em;
	background-color: #f2eee7;
	color: #61796a;
	border: 0;
	padding: 3px;
	margin-bottom: 3px;
	width: 214px;
}

#tpl_5 form label {
	display: block;
	width: 85px;
	float: left;
	clear: left;
	line-height: 1.9em;
}

#tpl_5 form textarea {
	clear: left;
	display: block;
	width: 300px;
}

#tpl_5 form label.long {
	width: 200px;
}

#tpl_5 form input[type=submit] {
	background-color: #fff;
	color: #997142;
	padding: 0.5em 0 0 0;
	margin: 0;
	border: 0;
	width: auto;
}

#tpl_5 form p.right {
	position: absolute;
	right: 10px;
	margin-top: -1.3em;
}

#tpl_5 form p.right a {
	background-color: #fff;
	color: #997142;
}

#tpl_7 .images {
	width: 300px;
}

#tpl_7 dd { width: 400px; }

/*#tpl_7 .images img {
	width: 350px;
	height: 485px;
	background-color: red;
}*/

hr {
	width: 30px;
	color: #61796a;
	height: 1px;
	border: none 0;
	border-bottom: 1px solid #61796a;
	margin: 5px 0 8px 0;
	clear: both;
	text-align: left;
}

p em {
	font-size: 1.1em;
}

#hiddenform {
	display: none;
}

dl {
	width: 550px;
}

dt {
	float: left;
	clear: both;
	width: 100px;
	margin: 0 20px 20px 0;
	padding: 0;
}

dd {
	float: left;
	width: 350px;
	margin: 0 20px 20px 0;
	padding: 0;
}

a.grow img {
	position: relative;
	z-index: 1;
	width: 100px;
	display: block;
}

/* text replacement */
.replacement {
	margin: 0 0 0 -1px;
}

h1 span {
	margin-left: -999em;
}

h1 span, h2 span {
	background-color: transparent;
	display: block;
	width: 100%;
	height: 1em;
}

h1 span img, h2 span img {
	display: inline;
	clear: left;
}

/* editor */

#savenavorder, #savesuborder, #savefileorder {
	display:none;
}

#content textarea#text {
	width: 500px;
	height: 250px;
	font-size: 1.2em;
}

/* EOF */
