﻿/* --------------------------------------------------
Leaves v1.0 - Design by Anthonyy @ OSWD.org
			  Adapted by Al @ RazorAnt.com
              Reworked by Jck @ arcade-extreme.com
-------------------------------------------------- */

/* CONTAINER */

#container
{
	width: 100%;
	margin: 0 auto;
	font-family: Lucida Grande, Verdana, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 12px; /*line-height: 1.6em;*/ /*color: #666;*/
	background-color: #696969;
	max-width: 1280px;
	min-width: 800px;
}

/* NEWS */
.highlighted
{
	font-weight: bold;
	color: #efefef;
}

/* GENERAL MOJO AND MULA */

h1
{
	color: #ffb903;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif; /*background-color: #FFF;*/
}

h2
{
	color: #ffb903;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif; /*background-color: #FFF;*/
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #ffb903;
}

a
{
	color: #ffb903;
	text-decoration: none;
}

a:hover
{
	/*color:#CC6714; 			background-color: #F5F5F5;*/
}


#searchbox
{
	/*float: right; 	margin-top: -45px; 	font-size: 9px;*/
}

input
{
	background-color: #AAAAAA;
	color: #000000;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}

.button
{
	text-align: right;
	padding: 2px;
}

#searchbutton
{
	float: right;
	margin-top: 3px;
	margin-right: 14px;
	padding: 2px;
}
#searchcomments
{
	background-color: Transparent;
	border-width: 0px;
}

/* HEADER ELEMENTS */

#header
{
	border-bottom: 4px solid #948979;
	padding-top: 10px;
	clear: both;
	margin-bottom: 10px;
}


/* the slogan */
#header p
{
	margin-top: -20px;
	margin-left: 30px;
	color: #FFFFFF;
}

/* NAVIGATION ELEMENTS */

#navigation ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	float: left;
	width: 140px;
}

#navigation a
{
	display: block;
	padding: 5px;
	width: 140px;
	border-bottom: 1px solid #CCC;
}

#navigation a:link, #navlist a:visited
{
	color: #ffb903;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:hover
{
	background: #000000 url(arrow.gif) 96% 50% no-repeat;
	background-color: #ffb903;
	color: #696969;
}

/* THE SMALL BOX BELOW NAV */

#navigation p
{
	margin-top: 40px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}

/* CONTENT ELEMENTS */

#content
{
	width: auto;
	margin-left: 180px;
	margin-right: 200px; /*	line-height: 1.6em;*/
	background-color: #272a2f;
	color: White;
	text-align: justify;
}

#content a
{
	color: #ffb903;
	text-decoration: none;
}

#content a:hover
{
	/*			color:#CC6714; 			background-color: #F5F5F5;*/
}

#content .postheader
{
	color: #ffb903;
	text-decoration: none;
	text-align: left;
}

#content .postheader:hover
{
	color: #666666;
	background-color: #F5F5F5;
	text-align: left;
}

#content .author
{
	float: left;
}

#content .pubDate
{
	float: right;
}

#content .postfooter
{
	margin-top: 8px;
	border-bottom: 6px solid #b38203;
	border-top: 1px solid #DDDDDD;
}


/* SIDEBAR ELEMENTS */

#sidebar
{
	float: right;
	width: 175px;
}

#sidebar p
{
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

#sidebar ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-transform: capitalize;
}

#sidebar a img
{
	border: none;
	margin-right: 3px;
}

#blogroll ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#blogroll a img
{
	border: none;
	margin-right: 3px;
}

/* Beware the ugly tag */
#ctl00_ctl02_ulBlogroll ul
{
	margin-left: 8px;
	padding-left: 8px;
	list-style-type: none;
}


/* FOOTER ELEMENTS */

#footer
{
	margin-top: 20px;
	clear: both;
	background-color: #474342;
	padding: 0px 5px 0px 5px;
	text-align: center;
}

#footer p
{
	color: #000000;
	padding: 5px;
}

#footer p a
{
	color: #000000;
	border-bottom: 1px dotted #89817f;
}

#footer p a:hover
{
	color: #FFFFFF;
	background-color: #575352;
}

/* POST ELEMENTS */

#relatedPosts a
{
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

.comment
{
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 35px;
}

.comment .date
{
	text-align: right;
	margin: 0;
	padding: 3px 0px;
}
.comment .author
{
	margin: 0;
	text-align: left;
	padding-top: 3px;
	margin: 10px 0px 10px 0px;
}

.self
{
	background-color: #272a10;
}

.comment .gravatar
{
	float: right;
	margin: 5px 5px 5px 5px;
}

.comment .gravatar img
{
	height: 80px;
	width: 80px;
}

.comment .content
{
	min-height: 85px;
	margin: 5px 0 0 5px;
}
.commentForm
{
	padding: 5px;
}

.commentForm label
{
	float: left;
	display: block;
	width: 80px;
}

.commentForm input
{
	width: 345px;
}

.commentForm textarea
{
	width: 100%;
	height: 150px;
}

/* ARCHIVE ELEMENTS */

#archive
{
	padding: 10px;
}

#archive h1
{
	margin: 0;
	border-bottom: 1px dashed #DDDDDD;
	padding-bottom: 9px;
}

#archive h2
{
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 a img
{
	margin-right: 3px;
	border: none;
}

#archive ul
{
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li
{
	margin-right: 20px;
}

#archive span
{
	display: block;
	margin-bottom: 3px;
}

#archive span a
{
	margin-left: 4px;
}

/* And they lived happily ever after. The End. */