
/********************** Backgrounds **********************/

		
	html { 
		background: #444444  center top no-repeat;
	}
	
			
	#Wrapper {
		background-color: #ffffff;
	}
	#Header, #mfn-offer-slider, #Content {
		background-color: #fff;
	}
	

/********************** 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: Arial, Helvetica, sans-serif;
		font-weight: 400;
	}
	
	#menu > ul > li > a, #menu > ul > li ul li a, a.button, input[type="submit"], input[type="reset"], input[type="button"], .ui-tabs .ui-tabs-nav li a, .post .desc .meta {
		font-family: Orator Std, Tahoma, sans-serif;
		font-weight: 400;
	}
	
	h1 {
		font-family: Bell MT Italic, Times, serif;
		font-weight: 400;
	}
	
	h2 {
		font-family: Bell MT Italic, Times, serif;
		font-weight: 400;
	}
	
	h3 {
		font-family: Bell MT Italic, Times, serif;
		font-weight: 400;
	}
	
	h4 {
		font-family: Bell MT Italic, Times, serif;
		font-weight: 400;
	}
	
	h5 {
		font-family: Orator Std, Tahoma, sans-serif;
		font-weight: 400; text-transform: lowercase;
	}
	
	h6 {
		font-family: Orator Std, Tahoma, sans-serif;
		font-weight: 400; text-transform: lowercase;
	}


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

/* Body */

	body {
		font-size: 14px;
				line-height: 21px;		
	}

	p {
				line-height: 28px;		
	}

	footer p {
				font-size: 12.6px;
				line-height: 21px;		
	}
	
/* Headings */
	
	h1 { 
		font-size: 32px;
				line-height: 32px;
	}
	
	h2 { 
		font-size: 28px;
				line-height: 30px;
	}
	
	h3 {
		font-size: 24px;
				line-height: 28px;
	}
	
	h4 {
		font-size: 18px;
				line-height: 24px;
	}
	
	h5 {
		font-size: 20px;
				line-height: 28px;
	}
	
	h6 {
		font-size: 17px;
				line-height: 23px;
	}
	
/* Footer */
	#Footer {
	    font-size: 90%;
	    line-height: 122%;
	}
	
/* Grey notes */

	.Recent_comments li span.date, .Latest_posts span.date {
		font-size: 92%;
	    line-height: 130%;
	}	
