/*  MAKE LAYOUT RESPONSIVE at 1024px FOR SMALLER SCREENS ================================================================ */

  /* For landscape layouts only */
	#maincontent{
		width: 100%; /* 1000px / 1250px */
	}
	header {
		width: 100%; /* 720px / 768px */
	}
	
	.maincontent{
		width: 100%; /* 720px / 768px */
	}

	
	footer {
		width: 100%; /* 720px / 768px */
	}
	
	.sidebars h1 { 
	color: #5F3A73;
	padding-top:20px;
	padding-bottom : 0.5em;
	font-size : 2.8em; /* 96 / 16 */
	line-height : 1.6em;
	}
	
	.sf-menu a {
		/* border-left:	1px solid #fff;
		border-top:		1px solid #CFDEFF; */
		padding: 		.75em .75em;
		text-decoration:none;
		font-size:15px;
	}
		
