
/********************** Backgrounds **********************/

		
	html { 
		background: #f8f8f8  center top no-repeat;
	}
	
		body { 
		background:url(../images/bg.jpg) no-repeat fixed 100% 100% ;
	}
			
	#Wrapper {
		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: 'Open Sans', Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	#menu > 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: 'Open Sans', Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h1 {
		font-family: 'PT Sans Narrow',Arial,Tahoma,sans-serif;
		font-weight: 700;
	}
	
	h2 {
		font-family: 'PT Sans Narrow',Arial,Tahoma,sans-serif;
		font-weight: 700;
	}
	
	h3 {
		font-family: 'PT Sans Narrow',Arial,Tahoma,sans-serif;
		font-weight: 700;
	}
	
	h4 {
		font-family: 'PT Sans Narrow',Arial,Tahoma,sans-serif;
		font-weight: 700;
	}
	
	h5 {
		font-family: 'PT Sans Narrow',Arial,Tahoma,sans-serif;
		font-weight: 700;
	}
	
	h6 {
		font-family: 'PT Sans Narrow',Arial,Tahoma,sans-serif;
		font-weight: 700;
	}


/********************** Font sizes **********************/

/* Body */

	body {
		font-size: 14px;
				line-height: 21px;		
	}
	
/* Headings */
	
	h1 { 
		font-size: 50px;
				line-height: 50px;
	}
	
	h2 { 
		font-size: 42px;
				line-height: 42px;
	}
	
	h3 {
		font-size: 28px;
				line-height: 30px;
	}
	
	h4 {
		font-size: 24px;
				line-height: 27px;
	}
	
	h5 {
		font-size: 20px;
				line-height: 22px;
	}
	
	h6 {
		font-size: 14px;
				line-height: 18px;
	}
	
/* 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%;
	}	

#headerborder
{
	border-bottom:8px #F6E80D solid;
}
.topheadertext
{
text-align:center; color:#FFF;padding-bottom:14px

}