/*
Theme Name: Typists
Theme URI: http://1000monkeys.com
Description: Custom theme for 1000monkeys.com
Version: 1.0
Author: Mike
Author URI: http://1000monkeys.com
*/

body {
	padding: 0;
	margin: 0px auto;
	width: 900px;
	font-family: Arial, Verdana, sans-serif;
	background-color: #d1cab1;
/*	border-left: ridge 4px #000000;
	border-right: ridge 4px #000000; */
}

a { color: #5c2408; text-decoration: underline; }
a:hover { color: #822b00; }

pre {
	margin: 20px 100px 20px 100px;
}

#container {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 100%;
	background-color: #f1eee0;
}

#banner {
	width: 900px;
	height: 120px;
	padding: 0;
	background-image: url('headerbg.png');
/*	border-bottom: groove 4px #333333; */
}

.search {
	float: right;
	width: 322px;
	margin-top: 14px;
}

#maintext {
	float: left;
	width: 680px;
	height: 100%;
	background-color: #f1eee0;
	margin: 0;
	text-align: justify;
/*	border-right: ridge 4px #333333; */
}

#maintext h2 {
	padding-top: 8px;
	text-align: center;
	font-family: "Times New Roman", Georgia, serif;
	font-size: 175%;
	font-variant: small-caps;
	font-weight: bold;
}

#maintext h3 {
	color: #822b00;
}

#maintext li {
	margin-bottom: 0.5em;
}

#maintext img {
	margin: 4px;
}

.details {
	font-size: 75%
}

.comments {
	font-size: 75%;
	font-style: italic;
}

.posttitle {
	background-image: url('postheader3.png');
	background-repeat: no-repeat;
	width: 640px;
	height: 50px;
	margin: 0 auto;
}

.posttext {
	margin: 4px 20px;
	font-size: 100%;
}

.movietitle {
	text-align: center;
	font-size: 150%;
}

.movieinfo {
	float: left;
	width: 220px;
	padding: 2px 2px 2px 4px;
	margin: 20px 16px 16px 0px;
	font-size: 75%;
	text-align: left;
	background-color: #ddcfc7;
	border: thin solid #822b00;
}

.movieinfor {
	float: right;
	width: 220px;
	padding: 2px 4px 2px 2px;
	margin: 20px 0px 16px 16px;
	font-size: 75%;
	text-align: left;
	background-color: #ddcfc7;
	border: thin solid #822b00;
}

#sidebar {
	height: 100%;
	background-color: #f1eee0;
	margin-left: 680px;
	padding: 20px 10px 10px 10px;
/*	border-left: ridge 4px #333333; */
}

#sidebar ul { list-style: none; margin: 0; padding: 0; }
#sidebar li { margin-left: 0.25em; }
#sidebar ul { margin: 0 0 0 10px; }
#sidebar h3 { color: #822b00; border: none; text-align: left; }

#footer {
	clear: left;
	width: 900px;
	margin-bottom: 0;
	background-color: #f1eee0;
/*	border-top: groove 4px #333333; */
	font-size: 75%;
	text-align: center;
}

.commentlist {
	list-style: square outside;
}

blockquote {
	margin: 1em 2em 1em 2em;
	font-family: "Courier New", Courier, monospace;
	font-weight: lighter;
	text-align: justify;
}

input {
	margin-left: 1em;
	background-color: #fff1dc;
}

input:focus {
	background-color: #ffe4c4;
}

textarea {
	margin-left: 1em;
	background-color: #fff1dc;
}

textarea:focus {
	background-color: #ffe4c4;
}
