
/******************* 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: PT Sans, Arial, Tahoma, sans-serif;
		font-weight: 400;
	}
	
	#menu {
		font-family: PT Sans, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h1 {
		font-family: Ubuntu, Arial, Tahoma, sans-serif;
		font-weight: 100;
	}
	
	h2 {
		font-family: Ubuntu, Arial, Tahoma, sans-serif;
		font-weight: 100;
	}
	
	h3 {
		font-family: Ubuntu, Arial, Tahoma, sans-serif;
		font-weight: 100;
	}
	
	h4 {
		font-family: Ubuntu, Arial, Tahoma, sans-serif;
		font-weight: 400;
	}
	
	h5 {
		font-family: Ubuntu, Arial, Tahoma, sans-serif;
		font-weight: 700;
	}
	
	h6 {
		font-family: Ubuntu, 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: 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: 125px;
	}
	
	#Header .addons > .social > a span {
				width: 66px;
	}