/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */

/* CONTAINER */

body.leaves #container
{
	width: 920px;
	padding-top: 33px;
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 11px;
	line-height: 1.6em;
	color: #444;
	background-color: #FFF;
}

/* GENERAL MOJO AND MULA */

body.leaves h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #CC6633;
	margin-bottom: 30px;
	background-color: #FFF;
}

body.leaves h2
{
	color: #667667;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

body.leaves a
{
	color: #CC6714;
	text-decoration: none;
	cursor: pointer;
}

body.leaves a:hover
{
	color: #CC6714;
	background-color: #F5F5F5;
}


body.leaves formtest
{
	float: right;
	margin-top: -45px;
	font-size: 10px;
}

body.leaves input,
body.leaves textarea,
body.leaves select
{
	color: #333;
	font-size: 11px;
	padding: 3px;
}

body.leaves submit,
body.leaves .button
{
    cursor: pointer;
    color: #CC6714;
	border: 1px solid #CC6714;
	padding: 2px 2px 2px 3px;
}

/* HEADER ELEMENTS */

body.leaves #header
{
	border-bottom: 4px solid #948979;
	padding-top: 10px;
	clear: both;
	margin-bottom: 10px;
}


/* the slogan */
body.leaves #header p
{
	margin-top: -20px;
	padding-left: 60px;
	color: #999999;
}

/* NAVIGATION ELEMENTS */

body.leaves #navigation
{
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	width: 130px;
	float: left;
	height: 550px;
}

body.leaves #navigation ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	width: 130px;
}

body.leaves #navigation a
{
	display: block;
	padding: 5px;
	width: 120px;
	border-bottom: 1px solid #CCC;
}

body.leaves #navigation a:link, #navlist a:visited
{
	color: #CC6714;
	text-decoration: none;
}

/*
body.leaves #navigation a:hover
{
	background: #000000 url(arrow.gif) 96% 50% no-repeat;
	background-color: #F5F5F5;
	color: #CC6714;
}
*/

/* THE SMALL BOX BELOW NAV */

body.leaves #navigation p
{
	margin-top: 40px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}

/* CONTENT ELEMENTS */

body.leaves #content
{
	padding: 0 0 20px 20px;
	margin: 0 0 0 0; 
	width: 750px;
	float: right;
}j

body.leaves #content p
{
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
}

body.leaves #content .page_title
{
    font-size: 18px;
    font-weight: bold;
    padding: 20px 10px 10px 10px;
}

body.leaves #content .page_subtitle
{
    font-weight: bold;
    padding: 0 20px 20px 20px;
}

body.leaves #content .page_subtitle p
{
	border: none;
}


/* SIDEBAR ELEMENTS */

body.leaves #sidebar
{
	display: none;
	float: right;
	width: 175px;
}

body.leaves #sidebar p
{
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

/* FOOTER ELEMENTS */

body.leaves #footer
{
	margin-top: 20px;
	clear: both;
	background-color: #575352;
	padding: 0px 5px 0px 5px;
}

body.leaves #footer p
{
	color: #c9bdbb;
	padding: 5px;
}

body.leaves #footer p a
{
	color: #c9bdbb;
	border-bottom: 1px dotted #89817f;
}

body.leaves #footer p a:hover
{
	color: #FFFFFF;
	background-color: #575352;
}

/* And they lived happily ever after. The End. */