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

 	body, button, span.date_label, .timeline_items li h3 span, input[type="submit"], input[type="reset"], input[type="button"],
	input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select, .offer_li .title h3 {
				font-family: "Verdana", Arial, Tahoma, sans-serif;
		font-weight: 400;
	}
	
	#menu > ul > li > a, #header_action_button, #header_cart {
				font-family: "PT Sans";
		font-weight: 400;
	}
	
	#Subheader .title {
				font-family: "Palatino";
		font-weight: 400;
	}
	
	h1, .text-logo #logo {
				font-family: "Palatino";
		font-weight: 300;
	}
	
	h2 {
				font-family: "Palatino";
		font-weight: 300;
        margin-top:10px;
      
	}
	
	h3 {
				font-family: "Palatino";
		font-weight: 300;
        margin-top:10px;
	}
	
	h4 {
				font-family: "Palatino";
		font-weight: 300;
	}
	
	h5 {
				font-family: "Lato";
		font-weight: 700;
       
	}
	
	h6 {
				font-family: "Palatino";
		font-weight: 400;
	}
	
	blockquote {
				font-family: "Lato";
	}


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

/* Body */

	body {
		font-size: 14px;
				line-height: 22px;		
	}
	
	#menu > ul > li > a {	
		font-size: 14px; text-transform: uppercase; font-weight: 400;
	}
	
/* Headings */

	h1, #Subheader .title, .text-logo #logo { 
		font-size: 44px;
				line-height: 44px;
	}
	
	h2 { 
		font-size: 34px;
				line-height: 34px;
	}
	
	h3 {
		font-size: 28px;
				line-height: 30px;
	}
	
	h4 {
		font-size: 22px;
				line-height: 26px;
	}
	
	h5 {
		font-size: 16px;
				line-height: 21px;
	}
	
	h6 {
		font-size: 16px;
				line-height: 23px;
	}

	
/********************** Sidebar | Width **********************/
	
	
	.with_aside .sidebar.columns {
		width: 27%;	
	}
	.with_aside .sections_group {
		width: 71%;	
	}
	
	.aside_both .sidebar.columns {
		width: 22%;	
	}
	.aside_both .sidebar-1{ 
		margin-left: -75%;
	}
	.aside_both .sections_group {
		width: 52%;	
		margin-left: 24%;	
	}	
