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

/* CONTAINER */

		#container {
			width: 900px;
			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: #000000;
			background-color: #FFFFFF;
			padding: 5px;
		}

/* GENERAL MOJO AND MULA */

		body {
			background-color: #6B6B6B;
			height: 100%;
		}

		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #FF0000;
			margin-bottom: 30px;
		}

		h2 {
			color: #FFFFFF;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #0C00FF;
		}

		a {
			color:#0008AD;
			text-decoration: none;
		}

		a:hover {
			color:#FF0505;
			background-color: #FFFFFF;
		}


		form {
			font-size: 9px;
		}

		input {
			background-color: #EAE8E8;
			color: #000000;
			border: 1px solid #000000;
			font-size: 11px;
			padding: 3px;
			margin: 2px;
		}

		.button {
			padding: 0px;
		}

/* HEADER ELEMENTS */

		#header {
			border-bottom: 4px solid #000000;
			height: 120px;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
		}

		#header h1 {
			margin-left: 20px;
			color: #CC6633;
		}

		/* the slogan */
		#header p {
			margin-top: -20px;
			margin-left: 30px;
			color: #FFFFFF;
		}

/* NAVIGATION ELEMENTS */

		#navigation {
			background-color: #D1CFCF;
			color: #000000;
		}

		#navigation ul {
			margin-left: 0;
			padding: 4px;
			list-style-type: none;
			float: left;
			width: 132px;
			background-color: #D1CFCF;
		}

		#navigation li {
			margin-bottom: 15px;
		}

		#navigation a {
			display: block;
			padding: 2px;
			width: 122px;
			border: 1px solid #000000;
			margin-top: 3px;
		}

		#navigation a:link, #navigation a:visited {
			color:#000000;
			text-decoration: none;
		}

		#navigation a:hover {
			background: #FFFFFF url(public/images/arrow.gif) 96% 50% no-repeat;
			color:#0008AD;
			border: 1px solid #0008AD;
		}

		#navigation form {
			margin-top: 0px;
			margin-bottom: 10px;
			font-size: 9px;
		}

/* CONTENT ELEMENTS */

		#content {
			width: 470px;
			margin-left: 146px;
			margin-right: 180px;
		}

		#content h2 {
			margin-bottom: -3px;
		}

		#content h3 {
			font-size: 9px;
		}

		#content p {
			padding-bottom: 30px;
			min-height: 100px;
			/*border-bottom: 1px solid #000000; /* A faint grey line below the text */
		}

		#content #thumbnail {
			float: left;
			padding: 2px;
			margin: 5px;
			height: 100px;
			border: 1px solid #C1C1C1; /* A faint grey line below the text */
		}

/* PAGINATION CONTROL */

		#paginationControl {
			width: 480px;
			margin-left: 140px;
			margin-right: 180px;
			text-align: center;
		}

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 265px;
		}

		#sidebar h2 {
			font-size: 11px;
		}

		#sidebar h3 {
			font-size: 9px;
		}

		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #000000;
		}

		#sidebar ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;
			float: left;
			width: 260px;
		}

		#sidebar a {
			display: block;
			padding: 2px;
			width: 260px;
		}

		#sidebar a:link, #sidebar a:visited {
			color:#0008AD;
			text-decoration: none;
		}

		#sidebar a:hover {
			background: #FFFFFF url(public/images/arrow.gif) 96% 50% no-repeat;
			color:#FF0000;
		}

		#sidebar p {
			margin-top: 0px;
			padding: 2px;
		}

		#sidebar form {
			margin-top: -10px;
			margin-bottom: 10px;
			font-size: 9px;
		}

/* FOOTER ELEMENTS */

		#footer {
			text-align: center;
			margin-top: 20px;
			clear: both;
			background-color:#B2B2B2;
			padding: 0px 5px 0px 5px;
		}

		#footer p {
			color:#575352;
			padding: 5px;
		}

		#footer p a {
			color: #575352;
			border-bottom: 1px dotted #575352;
		}

		#footer p a:hover {
			color: #FFFFFF;
			background-color:#948979;
			border-bottom: 1px solid #FFFFFF;
		}

		/* And they lived happily ever after. The End. */