/* 

STYLE SHEET FOR SPRUCE INDUSTRIES WEB SITE
Created by Daniel Josephs

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */


		
/*  --------- 2. structure  --------- */
#content h1{
	margin: 10px 0 5px 0;
}
		
#navigation {
		}
	
#navigation div {
	}	
	
#content hr.dotted {
		margin: 25px 0 15px 0;
		border-bottom: 1px dotted #7fd4aa;
		}	
		
#content div.contactHeader{
	margin: 5px 0 10px 0;
	}	
			
			
/* ---------- 3. links and navigation ---------- */
		

/* ---------- 4. fonts ---------- */
#content h1{
		font: bold 1.5em Verdana, Arial, sans-serif;
		}
		
#content div h3.contact {
	font: normal 1.1em Verdana, Arial, sans-serif;
	margin: 0 0 2px 0;
	}
	
#press {
	padding-bottom: 20px;
	}	
		
#press div.entry h3{
	font: bold 1.1em Verdana, Arial, sans-serif;
	margin: 0 0 3px 0;
	}	
	
#press div.entry h2{
	font: bold 1.3em Verdana, Arial, sans-serif;
	color: #048141;
	}
	
#press div.entry h2 a{
	font: bold 1em Verdana, Arial, sans-serif;
	color: #048141;
	}	
	
#press div.entry h2 a:hover{
	color: #000;
	}			
	
#press div.entry p{
	font: normal 1.1em Verdana, Arial, sans-serif;
	margin: 0 0 5px 0;
	}	
	
#press div.entry a{
	font: normal 1em Verdana, Arial, sans-serif;
	}											
				
/* ---------- 5. images ---------- */
#navigation img {
		margin: 20px 0 0 10px;
		}	
		
/* ---------- 6. hacks ---------- */

