/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */

/* CONTAINER */

		#container {
			width: 750px;
			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: #666;
			background-color: #FFF;
		}


/* GENERAL MOJO AND MULA */
		.hiddenArea {
			visibility: hidden;
		}

		.collapsedArea {
			display: none;
		}
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			/*color: #CC6633;*/
			/*color: #000;*/
			margin-bottom: 30px;
			background-color: #FFF;
			margin-top: 0px; /* this might break IE */
		}
		
		h1 a {
			color: #000;
		}
		h1 a:hover{
			background-color: #fff;
			color: #000;
		}
		
		h2 { /* Main content header */
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		h3 { /* name under member pic */
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			text-align: center;
			margin: 0px;
	    }

	.titleBar { /* wrapper for titlebar for posts */
		border-bottom: 1px solid black;
		display: block;
		padding: 0px 10px;
	}
    .title { /* individual post header */
      font-weight: bold;
		color: #369; /* what a color */
    }
    
    .timestamp { /* post timestamp */
      display: block;
      float: right;
      text-align: right;
		color: #369;
    }

	.registration {
		display: block;
		float: right;
	}

	.car { /* car name */
		display: block;
		font-size: 16px;
		margin: 0px;
		padding: 5px 0px 0px 0px;
	}

	#content img, #navigation img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid black;
		margin-top: 0px;
		margin-bottom: 0px;
    }
		
		a {
			/*color:#CC6714;*/
			color: #900;
			text-decoration: none;
		}

		a:hover {
			color:#CC6714;
			background-color: #F5F5F5;
		}

		
		/*form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
		}*/
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
		.error {
			color: #F03;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
/* HEADER ELEMENTS */

		#header {
			/*border-bottom: 4px solid #948979;*/
			padding-top: 1px;
			clear: both;
			margin-bottom: 0px;
		}

		/* the slogan */
		#header p { 
			margin-top: -20px;
			/*margin-left: 30px;*/
			color: #900;
			font-weight: bold;
		}

		/* bahleted
		#header form {
			float:right;
			margin-top: -25px;
			font-size: 9px;
		} */

/* new: TOPNAV ELEMENTS */

		#topnav ul {
			/*float:left;*/
			height: 2.7em; /* 2.7 seems to fill it */
			background-color: #eee;
			list-style: none;
			width: 710px; /* THIS is what broke it! width must be header - padding */
			/*overflow: hidden*/ /* necessary? */
			padding: 0px; /* forces the list to begin at the left border */
		}
	
		#topnav li{
			float: left;
			/*padding: 0px 20px; uncomment me for spacing between tabs*/
		}

		#topnav li a {
			display: block;
			padding: 5px 20px;			
			text-align: center;
			border: 1px solid #ccc;
			text-decoration: none;
		}

		#topnav a:hover {
			background-color: #ccc;
		}

		#topnav input {
			height: 1.9em;
			/*margin-bottom: 3px;*/

		}

		#page-home #home, #page-members #members,
		#page-groups #groups, #page-articles #articles, 
		#page-photos #photos, #page-search #search,
		#quicksearch {
		  background-color: #aaa;
		}

		#page-home #home a, #page-members #members a,
		#page-groups #groups a, #page-articles #articles a,
		#page-photos #photos a, #page-search #search a {
		  cursor: text;
		}

/* BREADCRUMBS */
	#breadcrumbs {
		margin-top: -10px;
		padding: 0px;
	}

/* NAVIGATION ELEMENTS */
	   #navigation {
      float: left; /* I had to float it left to allow an image */
      overflow: hidden;
      width: 165px; /* what *is* the appropriate width, anyway? */
      font-size: 11px;
      font-weight: normal;
    }
   	
		 #navigation ul {
			margin: 0px;
			padding-left: 0px;
			list-style-type: none;			
			float: left;
			width: 140px;
		}

		#navigation li 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(../images/arrow.gif) 96% 50% no-repeat;*/
			background-color: #F5F5F5;
			color:#CC6714;
		}

		#navigation p { /* this applies to the bit underneath the nav, etc */
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}

		#navigation p.friend {
			margin-top: 0px;
			margin-bottom: 0px;
		}

		#navigation p.friend a {
			padding: 0px;
			display: inline;
			border-bottom: none;
		}

		#navigation strong a {   /* damnit, there should be a way to join these two.... */
			padding: 0px;
			display: inline;
			border-bottom: none;
		}
/* CONTENT ELEMENTS */

		#content {
			/*width: 362px;
			margin-left: 180px;
			margin-right: 200px;*/
			width: 414px; /* 417 exactly doesnt work (IE6) - due to padding? */
			margin-left: 160px;
			margin-right: 165px;
		}
		
		#content p {
		  /*background-color: #ffc; */
			background-color: #ddd;
			color: black;
			border: 1px solid #999;
			/*padding-bottom: 10px;  /* I've taken this out for now */			
		}

		#content p img {
			display: inline;
			margin-left: 0px;
			margin-right: 0px;
			border: none;
			float:left;
			padding: 10px;
		}

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 160px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#575352;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
		/* And they lived happily ever after. The End. */
