
/******************* Background ********************/

		
	html { 
		background: #f8f8f8  center top no-repeat;
	}
	
			
	#Wrapper {
		background-color: #ffffff;
	}
	
		

/********************** Fonts **********************/

 	body, button, input[type="submit"], input[type="reset"], input[type="button"],
	input[type="text"], input[type="password"], input[type="email"], textarea, select {
		font-family: Lato, Arial, Tahoma, sans-serif;
		font-weight: 400;
	}
	
	#menu {
		font-family: Lato, Arial, Tahoma, sans-serif;
		font-weight: 400;
	}
	
	h1 {
		font-family: Lato, Arial, Tahoma, sans-serif;
		font-weight: 400;
	}
	
	h2 {
		font-family: Lato, Arial, Tahoma, sans-serif;
		font-weight: 700;
	}
	
	h3 {
		font-family: Lato, Arial, Tahoma, sans-serif;
		font-weight: 700;
	}
	
	h4 {
		font-family: Lato, Arial, Tahoma, sans-serif;
		font-weight: 700;
	}
	
	h5 {
		font-family: Lato, Arial, Tahoma, sans-serif;
		font-weight: 400;
	}
	
	h6 {
		font-family: Lato, Arial, Tahoma, sans-serif;
		font-weight: 400;
	}

	
/********************** Font sizes **********************/

/* Body */

	body {
		font-size: 16px;
				line-height: 24px;
	}
	
/* Headings */
	
	h1 { 
		font-size: 29px;
				line-height: 29px;
	}
	
	h2 {
		font-size: 25px;
				line-height: 32px;
	}
	
	h3 {
		font-size: 23px;
				line-height: 29px;
	}
	
	h4 {
		font-size: 20px;
				line-height: 26px;
	}
	
	h5 {
		font-size: 18px;
				line-height: 24px;
	}
	
	h6 {
		font-size: 15px;
				line-height: 20px;
	}
	
/* Footer */
	#Footer {
	    font-size: 93%;
	    line-height: 122%;
	}

/* Grey notes */

	.Recent_comments li span.date, .Latest_posts span.date {
		font-size: 92%;
	    line-height: 130%;
	}		