/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */

#loginform {
margin-top: 40px;
padding: 0px;
}
#loginform label {
font-size: 1.5em;
}
#loginform input {
font-size: 1em;
}
#loginform p {
border: none;
border-bottom: 0px;
}
pre { 
background: #eee;
border: 1px outset; 
padding: 10px;
overflow: auto;
}	
.advertising { 
                margin-top: 30px;
		margin-left: 0;
			padding-left: 0;
			margin-right: 0px;
			
			float: right;
			width: 140px;

             }

textarea { width: 100%; }

/* CONTAINER */

		#container {
			width: 90%;
			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: #444;
			background-color: #FFF;
		}
		
/* GENERAL MOJO AND MULA */

		#header h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #CC6633;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2, h2 a, h1 {
			color: #CC6633;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}

		h2 li { list-style-type: none; }
		h2 ul { padding: 0px; margin: 0px; }
		
		a {
			color:#CC6714;
			text-decoration: none;
		}

		a:hover {
			color:#CC6714;
			background-color: #F5F5F5;
		}

		#searchform {
                        float: right;
			margin-top: -45px; 
		}

		form {
			font-size: 9px;
		}

		input {
			background-color: #FFF;
			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:#CC6714;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000 url(/wikidata/leaves/img/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;
		}

#message p { font-size: 1.3em; }
#message { border-bottom: 1px solid #DDDDDD; }
		
/* CONTENT ELEMENTS */

		#content, #message {
			margin-left: 180px;
			margin-right: 100px;
		}
		
		#content p {
                        margin: 0px;
                        padding: 0px;
			/* border-bottom: 1px solid #DDDDDD; A faint grey line below the text */
		}

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 175px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			/* border-bottom: 1px solid #DDDDDD; */
		}

		#sidebar ul {
			margin-left: 0;
			padding-left: 0;
			margin-right: 10px;
			list-style-type: none;			
			float: right;
			width: 140px;
		}

		#sidebar a {
			display: block;
			padding: 1px;
			width: 140px;
		}

		#sidebar a:link, #navlist a:visited {
			color:#CC6714;
			text-decoration: none;
		}
		
		#sidebar a:hover {
			background: #000000; /* url(/wikidata/leaves/img/arrow.gif) 96% 50% no-repeat; */
			background-color: #F5F5F5;
			color:#CC6714;
		}
	        #sidebar ul li { text-align: right; }

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 60px;
			clear: both;
			background-color:#575352;
			padding: 0px 5px 0px 5px;
		}
		
		#footer {
			color:#89817f;
			padding: 5px;
		}
		
		#footer a, #footer select {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}

#editor {
    margin-left: -130px;
    margin-right: -80px;
}

.editbar { display: inline; margin-left: 100px; }
.editbar li { 
display: inline; 
padding-left: 20px;
}
.editbar form, .editbar form div, .editbar li form div {
display: inline;
float: none;
}

span.ID       { color: #000000; }
span.Char     { color: #004080; }
span.Comment  { color: #808080; }
span.Number   { color: #008080; font-weight: bold; }
span.String   { color: #004080; }
span.SPChar   { color: #0000C0; }
span.ResWord  { color: #4040ff; font-weight: bold; }
span.ConsWord { color: #008080; font-weight: bold; }
span.ResWord2 { color: #0080ff; font-weight: bold; }
span.Special  { color: #0000ff; }
span.Preprc   { color: #804000; }
		
		/* And they lived happily ever after. The End. */

