
/******************* Background ********************/
	
	html { 
		background-color: #ffffff;
	}
	
	#Wrapper, #Content { 
		background-color: #ffffff;
	}
	
		
	

/********************** Font | Size **********************/

	
/* Body */

	body {
		font-size: 14px;
		line-height: 22px;		
	}	
	#menu > ul > li > a, .action_button {	
		font-size: 15px;
	}
	
/* Headings */

	h1, #Subheader .title, .text-logo #logo { 
		font-size: 0px;
		line-height: 0px;
	}	
	h2 { 
		font-size: 44px;
		line-height: 44px;	
	}	
	h3 {
		font-size: 28px;
		line-height: 30px;	
	}	
	h4 {
		font-size: 21px;
		line-height: 25px;	
	}	
	h5 {
		font-size: 15px;
		line-height: 20px;	
	}	
	h6 {		
		font-size: 13px;
		line-height: 20px;	
	}
	
/* Responsive */
	
	
/********************** Sidebar | Width **********************/
	
	
	.with_aside .sidebar.columns {
		width: 23%;	
	}
	.with_aside .sections_group {
		width: 75%;	
	}
	
	.aside_both .sidebar.columns {
		width: 18%;	
	}
	.aside_both .sidebar-1{ 
		margin-left: -79%;
	}
	.aside_both .sections_group {
		width: 60%;	
		margin-left: 20%;	
	}	
