/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */

/* CONTAINER */

		#container {
	width: 755px;
	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.4em;
	color: #666;
	background-color: #FFF;
	height: 554px;
	margin-top: 20px;
	padding-bottom: 0px;
		}
		
/* GENERAL MOJO AND MULA */
		
			body {
			background-color: #999999;
		}
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #CC6633;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
	color: #666666;
	font-size: 10px;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	padding-left: 4px;
	text-transform: uppercase;
	letter-spacing: 1px;
		}
		
		a {
			color:#CC6714;
			text-decoration: none;
		}

		a:hover {
			color:#CC6714;
		}

		
		form {
			float:left;
			font-size: 9px;
		}
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 10px;
		}
		
/* HEADER ELEMENTS */

	#title {
	clear: both;
	margin-bottom: 10px;
	width: 130px;
		}
		
	#title img {
	margin-left: 0px;
	margin-top: 0px;
	/*filter: alpha (opacity=85);
	-moz-opacity: 0.85; 
	opacity: 0.85; */
		}
		

/* NAVIGATION ELEMENTS */


	
		 #navigation ul {
	margin-left: 12px;
	padding-left: 0;
	list-style-type: none;
	margin-top: 30px;
		}
		
		 #navigation li {
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
		}
		
		 #navigation li.active {
	margin-left: 0px;			
		}

		#navigation a {
	padding: 5px;
	padding-left: 0px;
	margin-left: 0px;
		}

		#navigation a:link, #navlist a:visited {
	color:#FFFFFF;
	text-decoration: none;
	width: 115px;
		}
		
		#navigation a:hover {
			color:#999999;
		}

/* 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: 580px;
	margin-left: 160px;
	padding-left: 10px;
		}
		
#content p {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 25px;
		}
		
	#content ul {
	list-style-type: none;
	margin-top: 0px;
		}
		
	#content li {
	list-style-type: none;
	display: inline;
	height: 95px;

		}
		
		#content img {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: none;
		}
#menu {
	width: 550px;
	margin-bottom: 30px;
	margin-top: 5px;
	height: 22px;
		}
		
#menu a {

		}
		#menu img {
	border: 0px;
		}
		
#menu a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
		}


/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 175px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#575352;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
		/* And they lived happily ever after. The End. */
