/*
	Sub:Lemon
	by Chris Vincent
	
	Props to Andy Budd for Sub:Lime on the CSS Zen Garden.
	
	The lemon image is a modified version of this stock.xchng photograph:
	http://www.sxc.hu/browse.phtml?f=view&id=65748&tmp=1
	
	This work is released under the GPL.
*/

body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	background: url(./images/body.gif) repeat-y;
	margin: 0;
	padding: 0;
}

#rap
{
	width: 797px;
	padding-right: 24px;
}

#content
{
	margin-left: 30px;
	_margin-left: 15px;
	width: 480px;
	float: left;
}

#menu
{
	margin-left: 570px;
	width: 190px;
	_margin-top: -160px;
}

h1
{
	margin-top: 20px;
}

h1 a
{
	text-indent: -10000px;
	width: 443px;
	height: 136px;
	background: url(./images/header.jpg);
	float: left;
	margin-left: 30px;
}

.credit
{
	clear: both;
}

#menu ul
{
	padding: 0;
	margin: 0;
}

#menu ul li
{
	list-style: none;
	margin: 30px 0;
	text-transform: uppercase;
	font-weight: bold;
}

#menu ul ul li
{
	list-style: none;
	border: none;
	background: transparent;
	margin: 0;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
}

h2
{
	color: rgb(248,226,63);
	border-bottom: 3px rgb(248,226,63) double;
	font-weight: normal;
	font-size: 16px;
	margin: 50px 0 25px 0;
}

h3 a:link, h3 a:visited
{
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

h3 a:hover, h3 a:active
{
	color: rgb(207,166,46);
	text-decoration: underline;
}

.post
{
	margin: 0 20px;
}

.post .meta
{
	border-bottom: 1px rgb(230,230,230) solid;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.post-categories li
{
	display: inline;
	margin-left: 4px;
	padding: 0;
}

.post-categories
{
	display: inline;
	margin: 0;
	padding: 0;
}

a:link
{
	color: rgb(207,166,46);
}

a:hover, a:active, a:visited:hover
{
	color: black;
}

a:visited
{
	color: rgb(207,166,46);
	text-decoration: none;
}

#calendar table
{
	border: 1px solid rgb(249,242,187);
	border-width: 0 2px 2px 1px;
	font-weight: normal;
	letter-spacing: normal;
	background: rgb(255,255,200);
	text-align: center;
	width: 100%;
}

#calendar table caption
{
	border: 1px solid rgb(249,242,187);
	border-width: 1px 2px 0 1px;
	background: rgb(255,255,200);
	height: 16px;
	padding: 6px 0;
	width: 100%;
}

.credit
{
	text-align: center;
	width: 821px;
	clear: both;
	margin: 0;
	padding: 20px 0 5px 0;
	font-size: 10px;
	color: rgb(200,200,200);
}

#commentlist
{
	margin: 0;
	padding: 0;
}

#commentlist li
{
	margin: 40px 20px;
}

input, textarea
{
	border: 3px double rgb(175,175,175);
}

#content input, #content textarea
{
	width: 400px;
}