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

#search_header
{
	width:100%;
	padding-bottom: 10px;
}

#pages
{
	text-align: center;
	font-size: 15px;
	margin-top:10px;
}

#pages a
{
	padding: 2px;
}

#logos
{
	text-align: center;
}

#logos a img
{
	text-align: center;
	margin-top:0px;
	margin-bottom:5px;
	margin-right:20px;
}

/* LOGIN */

#login
{
	text-align: center;
}

/* FORM */

.clickable
{
	cursor: pointer;
	cursor: hand;	
}

#search-form ul
{
	list-style:none;
	margin-top:5px;
}

#search-form ul li
{
	display:block;
	float:left;
	width:100%;
	height:1%;
}

#search-form label
{
	width:100px;
}

#search-form ul li label
{
	float:left;
	padding:7px;
}

#search-form ul li select
{
	/*float:right;*/
	margin-right:10px;
	border:1px solid #ccc;
	/*padding:3px;*/
	/*width:488px;*/
	width:208px;
	vertical-align: middle;
}

.defaultHidden
{
	/*display:none;*/
	/*visibility:hidden;*/
}

.input
{
	width:200px;
}

#search-form hr
{
	width:250px;
	float:left;	
}

#search-form ul li input, #search-form ul li textarea
{
	/*float:right;*/
	margin-right:10px;
	border:1px solid #ccc;
	padding:3px;
	/*font-family: Georgia, Times New Roman, Times, serif;*/
	/*width:480px;*/
}

#search-form li input:focus, #search-form li textarea:focus
{
	border:1px solid #666;
}

#search-form fieldset
{
	padding:10px;
	/*width:360px;*/
	/*width:100%;*/
	/*overflow:auto;*/
	margin:10px;
}

#search-form legend
{
	color:#444;
	margin:0 10px 0 0;
	padding:0 5px;
}

#search-form label span
{
	color:#f00;
}

#search-form fieldset input#Reset, #search-form fieldset input#Submit
{
	background:#E5E5E5;
	color:f00;
	border:1px solid #ccc;
	padding:5px;
}

/* CONTAINER */

		#container {
			width: 720px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 13px;
			line-height: 1.6em;
			color: #000;
			background-color: #FFF;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #CC6633;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
			color: #000;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		a {
			color:#0078f0;
			text-decoration: none;
		}

		a:hover {
			color:#0078f0;
			text-decoration: underline;
			background-color: #F5F5F5;
		}

		#upper-search-form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
		}
		
		
		#upper-search-form input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		#upper-search-form .button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {
			padding-top: 10px;
			padding-bottom: 0px;
			clear: both;
			margin-bottom: 0px;
		}
		
		#header a img
		{
			margin-bottom:5px;
			margin-top:5px;
		}

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

/* 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;
		}

		#navigation a:link, #navlist a:visited {
			color:#0078f0;
			text-decoration: none;
		}
		
		#navigation a:hover {
			/*background: #000000 url(templates/raw/img/arrow.gif) 96% 50% no-repeat;
			background-color: #F5F5F5;
			background: #F5F5F5 url('templates/raw/img/arrow.gif') 96% 50% no-repeat;
*/
			background: #F5F5F5 url(arrow.gif) 96% 50% no-repeat;
			color:#f07800;
		}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #c8c8c8;
			border-top: 1px dotted #c8c8c8;
		}
		
/* CONTENT ELEMENTS */

		#content {
		}
		
		#content p {
			padding-bottom: 10px;
		}
		
		.line
		{
		    border-bottom: 1px solid #DDDDDD;
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#e3e3e3;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#000;
			padding: 5px;
		}
		
		#footer p a {
			color: #000;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #000;
			//background-color:#b3b3b3;
			text-decoration: none;
		}

		#footer_main {
			margin-top: 20px;
			clear: both;
			padding: 0px 5px 0px 5px;
		}
		
		#footer_main p {
			color:#000;
			padding: 5px;
		}
		
		#footer_main p a {
			color: #000;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer_main p a:hover {
			color: #000;
			//background-color:#b3b3b3;
			text-decoration: none;
		}

		
		/* And they lived happily ever after. The End. */
		
		.news_listing
		{
		    padding-bottom: 10px;
		}
		
		.article_link
		{
		    font-size: 15px;
		    font-weight: bold;
		}
		
		.source_date
		{
		    color: #a6a6a6;
		}
		
		.source_date a
		{
		    color: #a6a6a6;
		}

		.source_date a:hover
		{
		    color: #c8c8c8;
		    text-decoration: underline;
		}
		

#mailing_list_form
{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#desc_left
{
    //width: 400px;
    width: 400px;
    float: left;
    //padding:10px;
    padding:15px;
    background-color: #e3e3e3;
    font-size: 15px;
    height: 290px;
}

#desc_right
{
    width: 290px;
    float: left;
    background-color: #e3e3e3;
    height: 320px;
    text-align: left;
}