/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */

/* CONTAINER */

		#container {
			width: 950px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 14px;
			line-height: 1.6em;
			color: #555;
			background-color: #FFF;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #FA6B25;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		a {
			color:#EE6714;
			text-decoration: none;
		}

		/*a:hover {
			color:#CC6714;
			background-color: #F5F5F5;
		}*/

		
		form {		
			margin-top: -45px;
			font-size: 9px;
		}
		
		input, textarea {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
		/* #center p {
		border-bottom: 1px solid #CCC;
		}*/
		
/* HEADER ELEMENTS */

		#header {
			border-bottom: 2px solid #EE6714;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
			letter-spacing:0.5em;
		}
		
		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 60px;
			color: #999999;
		}
		
		#searchform {
			float:right;
			margin-top: -45px;
			font-size: 9px;
		}
		
		#header img {
			float:left;
			border:none;
			margin-right:12px;
			margin-top:0px;
		}
		

/* NAVIGATION ELEMENTS */
	
		 #left ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 160px;
		}

		#left a {
			display: block;
			padding: 2px;
			width: 160px;
			border-bottom: 1px solid #CCC;
		}

		#left a:link, #navlist a:visited {
			color:#EE6714;
			text-decoration: none;
		}
		
		#left a:hover {
			background: #000000 url(/images/arrow.gif) 96% 50% no-repeat;
			background-color: #F5F5F5;
			color:#CC6714;
		}
		
		#left .subnav {
			font-size:12px;
			text-indent:24px;
			padding-top:0px;
			padding-bottom:0px;
			
		}

/* THE SMALL BOX BELOW NAV */

		#left p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */

		#center {
			width: 562px;
			margin-left: 200px;
			margin-right: 180px;
		}
		
		#center h1 {
			font-weight: bold;
			color: #666666;
			font-size: 20px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		/*
		#center h2 {
			background-image: url(/images/101.png);
			background-repeat:no-repeat;
			background-position: left center;
			text-indent:20px;
		}*/
		
		#center p {
			padding-bottom: 10px;			
		}
		
		#backlink, #backlink:hover {
			display:block;
			padding-top:12px;
			background-color:#FFFFFF;
		}
		
		#center a {
			border-bottom: 1px dotted #89817f;
		}
		
		#center img {
			text-align:right;
			float:right;
			margin:4px;
		}
		
		#center #screenshot {
			margin-right:8px;
			cursor:pointer;
			border:none;
		}
		
		/*
		#binary {
			height:10px;
			margin:0px;
			padding:0px;
			background-image: url(/images/00101010.jpg);
			background-repeat:repeat-x;
		}*/

/* SIDEBAR ELEMENTS */

		#right {
			float: right;
			width: 165px;
			font-size:12px;
		}
		
		#right p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}

/* FOOTER ELEMENTS */

		#footer {
			text-align:center;
			clear: both;
			padding: 0px 5px 0px 5px;
			border-top: 1px solid #EE6714;
			border-bottom: 1px solid #EE6714;
			margin-top:12px;
		}
		
		#footer p {
			color:#89817f;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}