/*
 *	Written by Clint Kilmer
 */
*
{
	margin:0px;
	padding:0px;
}
body
{
	background-color:black;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:white;
	text-align:center;
}
p
{
	padding:5px 5px 5px 5px;
	display:block;
}
h1
{
	padding:10px 10px 10px 40px;
	font-size:18px;
	font-weight:bold;
}
a
{
	color:#AACC90;
	font-weight:bold;
}
#container
{
	margin:0px auto;
	width:1000px;
}

/*			Header			*/
#header
{
	padding-top:5px;
	width:1000px;
}
#nav
{
	width:1000px;
	padding-top:10px;
	padding-bottom:10px;
}

/*			Content			*/
#content
{
}
	#left
	{
		width:300px;
		float:left;
		text-align:left;
	}
		/********************* sidebar ****************************/
		.menu
		{
			margin-bottom:20px;
		}
		.menucontent
		{
			padding:10px 0px 10px 0px;
		}
		.menufooter
		{
			background-image:url(images/Draendil-Spear-300w.png);
			height:21px;
			width:300px;
		}
		/********************* menu ****************************/

	#right
	{
		width:680px;
		float:right;
		text-align:left;
	}
		/********************* post ****************************/
		.post
		{
			margin-bottom:20px;
		}
		.postcontent
		{
			padding:10px 15px 10px 15px;
		}
		.postfooter
		{
			background-image:url(images/Draendil-Spear-680w.png);
			height:49px;
			width:680px;
		}
		.timestamp
		{
			text-align:right;
			font-size:11px;
			padding:10px 40px 0px 0px;
		}
		.clear
		{
			clear:both;
		}

/*			Footer			*/
#footer
{
	clear:both;
	margin:10px 0px;
	width:1000px;
	/*border-top:solid 2px #009900;*/
}
/*			Recaptcha			*/
.recaptchatable .recaptcha_image_cell, #recaptcha_table
{
	background-color:#555555 !important;	/*reCaptcha widget background color*/
}
#recaptcha_table
{
	border-color:#555555 !important;		/*reCaptcha widget border color*/
}
#recaptcha_response_field
{
	border-color:#000000 !important;		/*Text input field border color*/
	background-color:#FFFFFF !important;	/*Text input field background color*/
}
