/*  
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;
                background-image: url("images/background.png");
                background-repeat: repeat-y;
                background-color: #fff;
		}
		
/* CONTAINER */

		#container {
			width: 980px;
			margin: 0 auto;
			font-family: Arial, Lucida Grande, Tahoma, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 12px;
			line-height: 1.5em;
			color: #666;
			background-color: #fff;
                        border-right: 0px dotted #948979;
		}
		
/* GENERAL MOJO AND MULA */

              	
		h1 {
			font-family: "Futura", "TW Cen MT", "Century Gothic", "Trebuchet MS", sans-serif;
			font-weight: normal;
			font-size: 30px;
			color: #CC6633;
                        padding-top: 10px;
			background-color: transperant;
                        line-height: .3em;
		}
		
		h2 {
			color: #666666;
			font-size: 18px;
                        padding-top: 2px;
			font-family: "Futura", "TW Cen MT", "Century Gothic", "Trebuchet MS", sans-serif;
			background-color: transperant;
		}

		img {
                        border-color: #CC6714;
                }
		a {
			color:#CC6714;
			text-decoration: none;
		}

		a:hover {
			color:#CC6714;
			background-color: #d0d0d0;
		}

		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* Top Moto */
                #moto {
                      background-color: transperant;
                      clear: both;
                      font-size: 14px;
                      font-weight: bold;
                      padding-top: 10px;
                      padding-bottom: 5px;
                      padding-left: 5px;
                      border-bottom: 1px solid #948979; 
                }
/* HEADER ELEMENTS */
		#header {
			border-bottom: 4px solid #948979;
			padding-top: 30px;
			padding-bottom: 85px;
                        padding-right: 15px;
                        margin-bottom: 20px;
                        text-align: right;
                        background-image: url("images/header.jpg");
                        background-repeat: no-repeat;
		}
		

		/* the descriptions */
		.chndes { 
			color: #948979;
                        background-color: transperant;
                        line-height: 1.0em;

		}
		.engdes {
			color: #948979;
                        background-color: transperant;
                        font-size: 14px;
                        line-height: 1.0em;

		}

		/* the search form */
                .searchingform {
			width: 200px;
			position: relative;
			top: 20px;
			left: 750px;
                        float: none;
			font-size: 9px;
			text-align: right;
		}

/* 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:#CC6714;
			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: auto;
                        min-width: 500px;
			margin-left: 160px;
			margin-right: 220px;
                        border-left: 1px solid #dddddd;
                        border-right: 1px dotted #dddddd;
                        background-color: transperant;
                        padding-left: 10px;
                        padding-right: 10px;
		}
		
		#content p {
			padding-bottom: 5px;
		}
                #content.entry {
                        
                       }
                #content.contentads {background-color: #267F00;
                             width:580px;
                             text-align:center;
                            }

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 200px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 0px solid #DDDDDD;
		}
		
		#sidebar ul, #sidebar li {
			padding-left: 0px;
			margin: 0;
			list-style: none;
		}
			

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#575352;
			padding: 0px 5px 0px 5px;

		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
                        text-align: center;
		}
		
		#footer p a {
			color: #c0c0c0;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:  transparent;
		}
		
		/* And they lived happily ever after. The End. */
		
		/* some WP stuff */
		
		.alignleft {
			float: left;
		}
		
		.alignright {
			float: right;
		}
		
/* WP SPECIALS */

		.post, .borderbottom {
		border-bottom: 1px dotted #DDDDDD; 
		}

		ul.nostyle {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		