@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffdcb6;
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433f3f;
}
#container {
	width: 950px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
}
img {
	border: 0;
}	
#footer {
	width: 950px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	font-size: 9px;
	clear: both;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
a {
	color: #111111;
	text-decoration: underline;
	
}
a:hover {
	text-decoration: none;
}
h2 {
	font-weight: bold;
	font-size: 18px;
}
.page_home {
	background-image: url(images/bg/home.jpg);
}
.page_bio {
	background-image: url(images/bg/bio.jpg);
}
.page_video {
	background-image: url(images/bg/video.jpg);
}
.page_your_stories {
	background-image: url(images/bg/your_stories.jpg);
}
.page_book {
	background-image: url(images/bg/book.jpg);
}
.page_news {
	background-image: url(images/bg/news.jpg);
}
.page_contact {
	background-image: url(images/bg/contact.jpg);
}
.page_other_writing {
	background-image: url(images/bg/other_writing.jpg);
}
#textarea {
	width: 420px;
	height: 480px;
	overflow: auto;
	position: absolute;
	left: 100px;
	top: 140px;

}
#subnav_old {
	width: 95%;
	padding: 5px;
	background-color: #f1ddc8;
	border: 1px solid #5d4f43;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #433f3f;
	margin-bottom: 10px;

}
#subnav {
	width: 400px;
	position: absolute;
	left: 100px;
	top: 140px;
	padding: 5px;
	background-color: #f1ddc8;
	border: 1px solid #5d4f43;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #433f3f;
}
#subnav a {
	text-decoration: none;
	color: #433f3f;
}
#subnav a:hover {
	text-decoration: underline;
}
#textarea_subnav {
	width: 420px;
	height: 440px;
	overflow: auto;
	position: absolute;
	left: 100px;
	top: 180px;

}
#textarea_video {
	width: 480px;
	height: 450px;
	overflow: auto;
	position: absolute;
	left: 61px;
	top: 150px;

}
#textinternal {
	width: 95%;
}
#nav {
	width: 400px;
	height: 550px;
	overflow: hidden;
	position: absolute;
	left: 570px;
	top: 140px;
}
#title {
	cursor: pointer;
	width: 325px;
	height: 70px;
	position: absolute;
	left: 570px;
	top: 70px;
}
p {
	margin-top: 0;
	margin-bottom: 15px;
}
.img_left {
	float: left;
	margin: 0 20px 20px 0;
}
#video_credits {
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
}
.subnav_selected {
	
	color: #000000;
	text-decoration: underline;
}
.field_input {
	width: 100%;
	height: 18px;
	font-size: 14px;
	border: 1px solid #5d4f43;
	background-color: #f1ddc8;
	margin: 0;
}
.field_label {
	font-size: 12px;
	font-weight: bold;
}
.textfield_input {
	width: 100%;
	height: 200px;
	font-size: 14px;
	border: 1px solid #5d4f43;
	background-color: #f1ddc8;
	margin: 0;
	
}
.textfield_input_small {
	width: 100%;
	height: 200px;
	font-size: 10px;
	border: 1px solid #5d4f43;
	background-color: #f1ddc8;
	margin: 0;
	
}
.fieldset {
	margin: 0 0 5px 0;
}
hr {
	border: 0;
	background-color: #5d4f43;
	height: 1px;
}
.submit_btn {
	border: 1px solid #5d4f43;
	background-color: #f1ddc8;
	font-weight: bold;
	padding: 5px;
	margin: 0;
	
}
.submit_btn:hover {
	border: 1px solid #aa0000;
	color: #FFFFFF;
	background-color: #666666;
}
.author {
	font-size: 11px;
	font-style: italic;
	width: 100%;
	text-align: right;
	margin-top: 15px;
}
.storytitle {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #5d4f43;
}
.termsset {
	margin-bottom: 5px;
	font-size: 10px;
	
}
.termsset input {
	margin-right: 10px;
}
.errormsg {
	
	padding: 5px;
	background-color: #f1ddc8;
	border: 1px solid #5d4f43;
	margin-bottom: 5px;
}
.error {
	color: #ff0000;
}