/******************* Background ********************/

		
	html { 
		background: #e9e9e9  center top no-repeat;
	}
	
		body { 
		background-position: center top;
		background-repeat: repeat;
		background-image: url('images/overlays/1.png');
	}
			
	#Wrapper {
		background-color: #d5dee6;
	}
	
		#Wrapper { 
		background-position: center top;
		background-repeat: repeat;
		background-image: url('images/overlays/1.png');
	}
		

/********************** 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: Georgia, Arial, Tahoma, sans-serif;
		font-weight: 400;
	}
	
	#menu {
		font-family: Tahoma, Arial, Tahoma, sans-serif;
		font-weight: 400;
	}
	
	h1 {
		font-family: Georgia, Arial, Tahoma, sans-serif;
		font-weight: 400;
	}
	
	h2 {
		font-family: Georgia, Arial, Tahoma, sans-serif;
		font-weight: 700;
	}
	
	h3 {
		font-family: Georgia, Arial, Tahoma, sans-serif;
		font-weight: 700;
	}
	
	h4 {
		font-family: Georgia, Arial, Tahoma, sans-serif;
		font-weight: 700;
	}
	
	h5 {
		font-family: Georgia, Arial, Tahoma, sans-serif;
		font-weight: 400;
	}
	
	h6 {
		font-family: Georgia, Arial, Tahoma, sans-serif;
		font-weight: 400;
	}

	
/********************** Font sizes **********************/

/* Body */

	body {
		font-size: 15px;
				line-height: 23px;
	}
	
/* Headings */
	
	h1 { 
		font-size: 20px;
				line-height: 20px;
	}
	
	h2 {
		font-size: 19px;
				line-height: 26px;
	}
	
	h3 {
		font-size: 18px;
				line-height: 24px;
	}
	
	h4 {
		font-size: 17px;
				line-height: 23px;
	}
	
	h5 {
		font-size: 16px;
				line-height: 22px;
	}
	
	h6 {
		font-size: 12px;
				line-height: 17px;
	}
	
/* 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%;
	}