/*  
Theme Name: Simplicity
Theme URI: http://www.warrenfalk.com/blog/simplicity-theme/
Description: A theme to output a very simple interface
Version: 1.0
Author: Warren Falk
Author URI: http://www.warrenfalk.com/

*/

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	color: black;
	font-family: "Verdana", "sans-serif";
	font-size: 80%;
}
#site
{
	position: relative;
	left: 0;
	top: 0;
	width: 1100px;
	background: white url('images/site-mid.gif') 0 0;
	margin: 0 auto;
	text-align: left;
}
#heading
{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	margin: 0;
	background: transparent url('images/site-top.gif') 0 0 no-repeat;
	width: 1018px;
	height: 243px;
	padding-left: 82px;
}
#heading .title { display: none; }
#page
{
	position: relative;
	left: 0;
	top: 0;
	width: 944px;
	margin: 0 74px 0 82px;
	min-height: 800px;
}
#index
{
	float: right;
	width: 257px;
	background: transparent url('./images/logo.jpg') 0 0 no-repeat;
	padding-top: 243px;
}
#index .block
{
	position: relative;
	left: 0;
	top: 0;
	background: white url('./images/box-m.gif') 0 0 repeat-Y;
	width: 257px;
}
#index .block .blockhead
{
	position: absolute;
	left: 0;
	top: 0;
	width: 257px;
	height: 18px;
	background: transparent url('./images/box-t.gif') 0 0 no-repeat;
}
#index .block .blockfoot
{
	width: 257px;
	height: 18px;
	background: white url('./images/box-b.gif') 0 0 no-repeat;
	margin-top: -6px;
}
#index .block .content
{
	padding: 8px 5px;
}
#index .tag { font-size: 10px; text-align: center; padding-top: 0px; color: #494e84; }
#index .tag .content #tag { margin: 0; position: relative; top: 5px; left: 0; }
#index .block .content
{
	position: relative;
	left: 0;
	top: 0;
}
/* SIDEBAR HACKS */
#index ul
{
	padding: 0;
	margin: 0;
	background: white url('./images/box-m.gif') 0 0 repeat-Y;
	border-bottom: solid 18px white;
	border-bottom-image: 	url('./images/box-b.gif') 18 18 18 18 round round;
	width: 257px;
}
#index ul li
{
	padding: 6px 12px;
	list-style: none;
	background: transparent url('./images/box-t.gif') 0 0 no-repeat;	
}
#index ul li h2
{
	padding: 3;
	margin: 3px 0;
	font-family: "Georgia", "Times", "serif";
	font-size: 1.3em;
	font-weight: bold;
	color: #494e84;
}
#index ul ul
{
	padding: 0;
	width: 234px;
	background: none;
}
#index ul ul li
{
	padding: 0.2em 1em;
	background: none;
}
/* END SIDEBAR HACKS */
#content
{
	width: 582px;
	padding: 1em 37px 0 57px;
}
#content h2
{
	font-family: "serif";
	font-size: 1.7em;
	margin: 0.8em 0;
	color: #494e84;
}
#content .entry p.meta
{
	margin-top: -1.3em;
	margin-bottom: 2em;
	font-size: 0.8em;
	color: #606281;
}
#content .entry p
{
	text-align: justify;
	color: #432606;
	line-height: 1.5em;
}
#content .entry blockquote
{
	border-left: solid 4px #e1dbd2;
	margin-left: 1em;
	padding-left: 1em;
	padding-right: 1em;
	color: #8c7861;
	line-height: 1.5em;
}
#footerclear
{
	clear:right;
	height:129px;
}
#footer
{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	margin: 0;
	background: transparent url('images/site-bottom.gif') 0 0 no-repeat;
	width: 944px;
	height: 129px;
	padding-left: 82px;
	padding-right: 74px;
	text-align: center;
}
#footer .credit { font-size: 0.8em; color: #8c7861; }
#footer hr { width: 90%; height: 1px; border: 0; color #ded7cd; background-color: #ded7cd; }

#mainsearch
{
	text-align: center;
}
#mainsearch #s
{
	width: 120px;
}
textarea#comment
{
	width: 600px;
}