/* --------------------------------------------------
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(http://www.tomgrom.com/bodybg.gif)}
  
/* Container */

		#container {
			width: 850px;
			margin: 0px auto;
			padding: 10px;
			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: #20418C;
			background-color: #FFFFFF;
		}

/* General Styles */
		
		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 {
			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;
		}


/* Header */

		#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 */
	
		 #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 Highlight Box */

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

/* Normal text links in Nav area */

    #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: 470px;
			margin-left: 170px;
			margin-right: 170px;
		}
		
		#content p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}

    #content ul {
    	list-style-type: square;
    	padding-left: 20px
    }
    
    #content li {
    	padding-bottom: 3px
    }

/* 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;
		}

/* Reading Room */

		#readingroom {
			line-height: 1.5em;
			}
		
		#readingroom p {
			border-bottom: none;
			padding-bottom: 0px;
			margin-bottom: 0px;
			}
			
		#readingroom .titlelink {
			font-weight: bold;
			font-family: Arial Narrow, Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			font-size: large;
			padding-top: 0px;
			margin-top: 0px;
			line-height: 1.2em;
			}
		
		#rdarticle {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}
		
		#rdarticle blockquote {
			background: #DDDDDD;
			font-family: serif;
			font-size: smaller;
			line-height: 1.18em;
			padding: 10px;
			border: 1px dotted black;
			}
		
		#rdarticle blockquote img {
			width: 320px;
			padding-bottom: 5px;
			}
		
		#rdarticle a img {
			border: none;
			padding: 3px;
			}

/* PHP Blog Entries */ 

		#blog {
			line-height: 1.5em;
			}
		
		#blog p {
			border-bottom: none;
			padding-bottom: 0px;
			margin-bottom: 0px;
			}
			
		#blog .blogdate {
			line-height: 3.5em;
			color: black;
			font-weight: bold;
			font-size: 95%;
			}
			
		#blog .titlelink {
			font-family: 'Yanone Kaffeesatz', Arial Narrow, Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			font-size: 25px;
			padding-top: 0px;
			margin-top: 0px;
			line-height: 1.2em;
			}
			
			.feedflare {
				margin-bottom: 10px;
				margin-top: 5px;
				border-bottom: 1px solid #DDDDDD;
			}
			
/* JavaScript Blog Entries */

		#jblog {
			line-height: 1.5em;
			}
		
		#jblog ol {
			list-style: none;
			padding-left: 0;
			}
			
		#jblog li {
			margin-bottom: 15px;
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
			}
		
		#jblog .tumblr_link {
			font-family: 'Yanone Kaffeesatz', Arial Narrow, Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			font-size: 25px;
			padding-top: 0px;
			margin-top: 0px;
			line-height: 1.2em;
			}
			
		#jblog .tumblr_title {
			font-family: 'Yanone Kaffeesatz', Arial Narrow, Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			font-size: 25px;
			padding-top: 0px;
			margin-top: 0px;
			line-height: 1.2em;
			}