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

/* Body */

	body {
		font-size: 14px;
				line-height: 21px;
	}
	
/* Headings */
	
	h1 { 
		font-size: 34px;
				line-height: 34px;
	}
	
	h2 { 
		font-size: 28px;
				line-height: 28px;
	}
	
	h3 {
		font-size: 20px;
				line-height: 22px;
	}
	
	h4 {
		font-size: 18px;
				line-height: 21px;
	}
	
	h5 {
		font-size: 16px;
				line-height: 18px;
	}
	
	h6 {
		font-size: 14px;
				line-height: 18px;
	}
	
/* Footer */
	#Footer {
	    font-size: 93%;
	    line-height: 122%;
	}
	
/* Trailer box */

	.trailer_box .ca-main {
		font-weight: 400;
	}
	.trailer_box .ca-sub {
		font-size: 102%;
	}
	
/* Grey notes */

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

/* Social box */

	#Header .addons > .social > .social-box {
		width: 135px;
	}
	
	#Header .addons > .social > a span {
				width: 76px;
	}