/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
(adapted for tomgrom.com)

Colors: Navy #20418C
        Red #CB4441
        Aquamarine #339999
        Beige #D5CD95 
-------------------------------------------------- */

/* Body */

		body {
		  background: url(../bodybg.gif)}
  
/* Container */

		#container {
			width: 800px;
			margin: 0px auto;
			padding: 10px;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 1.6em;
			color: #20418C;
			background-color: #FFFFFF;
		}

/* General Elements */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #CB4441;
			margin-bottom: 30px;
			background-color: #FFFFFF;
		}

		h2 {
			color: #339999;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFFFFF;
		}
		
		a {
			color: #CB4441;
			text-decoration: none;
		}

		a:hover {
			color: #CB4441;
			background-color: #F5F5F5;
		}

/* Form Elements */

		form {
			margin-top: -35px;
			font-size: 10px;
		}

		label {
			width: 6em;
			float: left;
			text-align: right;
			margin: .5em -.6em;
			clear: both;
			color: #339999;
		}
		
		input, textarea {
			float: right;
			margin: .5em 0;
			width: 290px;
			background-color: #FFF;
			color: #20418C;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
 		}
		
		#submitbutton {
			float: right;
			width: auto;
			margin-bottom: 1em;
			margin-left: 5em;
			clear: both;
		}

/* Header Elements */

		#header {
			border-bottom: 4px solid #D5CD95;
			margin-top: -5px;
			clear: both;
			margin-bottom: 10px;
		}
		

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

/* Navigation Elements */
	
		 #navigation ul {
			margin-left: 0pt;
			padding-left: 0pt;
			list-style-type: none;			
			float: left;
			width: 140px;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 140px;
			border-bottom: 1px solid #CCCCCC;
		}

		#navigation a:link, #navlist a:visited {
			color: #CB4441;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000 url(../arrow.gif) 96% 50% no-repeat;
			background-color: #F5F5F5;
			color: #CB4441;
		}

/* Nav Highlights */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCCCCC;
			border-top: 1px dotted #CCCCCC;
		}

/* Normal Nav Links */

    #navlink p {
    	line-height: 1.5em;
    	font-size: smaller
    }
    #navlink p a  {
    	border-bottom: none;
    	color: #CB4441;
    	padding: 0;
    	display: inline
    }
    #navlink p a:hover {
    	color: #CB4441;
      background: #F5F5F5;
    }
 
/* Content Elements */

		#content {
			width: 420px;
			margin-left: 170px;
			margin-right: 170px;
		}

/* Sidebar Elements */

		#sidebar {
			float: right;
			width: 175px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}

    #sidebar ul {
    	padding: 0
    }
    
    #sidebar img {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    	}

/* Footer Elements */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#D5CD95;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#20418C;
			padding: 5px;
			text-align: center;
		}
		
		#footer p a {
			color: #20418C;
			border-bottom: 1px dotted #20418C;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}

/* For del.icio.us links */

		#delposts ul {
			margin: 0;
			padding: 0;
			list-style-type: none
		}
		#delposts a:hover {
			text-decoration: underline;
			background-color: #FFFFFF;
		}
