/*  
Theme Name: Leaves
Theme URI: http://me.mywebsight.ws/
Description: Based on the "<a href="http://openwebdesign.org/viewdesign.phtml?id=2435">Leaves</a>" design by <a href="http://openwebdesign.org/userinfo.phtml?user=Anthonyy">Anthonyy</a> @ <a href="http://openwebdesign.org">OpenWebDesign.org</a>.
Version: 1.2
Author: R.J. Kaplan -MyWebsight
Author URI: http://me.mywebsight.ws/
*/

/* BODY */

		body {
		margin:0;
		padding: 0;
		}
		
/* CONTAINER */

		#container {
			width: 850px;
			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: #000000;
			background-image:url('/../../images/sfondo1.png');
                        padding-right:25px;
                        padding-left:25px;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #5A1193;
			margin-bottom: 30px;
			background-image:url('/../../images/sfondo2.png');
		}
		
		h2 {
			color: #A20202;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-image:url('/../../images/sfondo2.png');		
                }
		
		a {
			color:#A20202;
			text-decoration: none;
		}

		a:hover {
			color:#CC6714;
			background-color: #F5F5F5;
		}

		
		input {
			background-color: #ffffff;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {
			border-bottom: 4px solid #948979;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
		}
		

		/* 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;
			border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
			color:#A20202;
			text-decoration: none;
		}
		
		#navigation a:hover, #navigation ul li.current_page_item a {
			background: #000000 url(images/arrow.gif) 96% 50% no-repeat;
			background-color: #F5F5F5;
			color:#CC6714;
		}

/* 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: 180px;
			margin-right: 10px;
		}
		
		#content p {
			padding-bottom: 0px;
		}

                       #content p.indent1 {
                                  text-align: justify;
                                  padding-bottom: 0;
                                  margin-bottom: 0;
                                  margin-top: 0;
                       }

                       #content p.indent {
                                  text-align: justify;
                                  text-indent: 40px;
                                  margin-bottom: 0;
                                  margin-top: 0;
                       }

                #content div.indent {
                        text-align: justify;
                        text-indent: 40px;
                        margin-bottom: 0;
                        margin-top: 0;
                }

                #content div.note {
                        text-align: justify;
			font-size: 11px;
                        text-indent: 0px;
                        margin-bottom: 0;
                        margin-top: 0;
                }

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: left;
			width: 175px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}
		
		#sidebar ul, #sidebar li {
			padding-left: 7px;
			margin: 0;
			list-style: none;
		}
			

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#575352;
                        color:#89817f;	
			padding: 0px 5px 0px 5px;	
                }

		
		#footer a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
		/* And they lived happily ever after. The End. */
		
		/* some WP stuff */
		
		.alignleft {
			float: left;
		}
		
		.alignright {
			float: right;
		}
		
/* WP SPECIALS */

		.post, .borderbottom {
		border-bottom: 1px solid #DDDDDD; 
		}
		
		ul.nostyle {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		.topform {
			width: 250px;
			position: absolute;
			top: 45px;
			left: 600px;
			font-size: 9px;
			text-align: right;
		}
/*
div.post p indent { 
text-indent: 20px;
} */