/*  MAKE LAYOUT RESPONSIVE at 768px FOR IPAD PORTRAIT ================================================================ */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
		
	#maincontent{
		clear: both;
		width: 100%; /* 1000px / 1250px */
		font-size: 0.8125em; /* 13 / 16 */
		max-width: 120em; /* 1200px / 13 / 92.3em */
		margin: 0 auto;
		padding: 0 0px;
		color: #333;
		line-height: 1.5em;
		position: relative;
		border-right:1px solid #3c3945;
		border-left:1px solid #3c3945;
	}
	
	.section {
		background: #F5F3E1 url(http://interfaithcommunitysanctuary.org/themes/ics-responsive/images/bannerofsymbols2.gif) no-repeat top right;
	}
	
	.sidebars h1 {
		display:none;
	}
	.right {
		padding-top:0;
	}
	
	.sf-menu a.sf-with-ul {
	padding-right: .7em;
	min-width: 1px;
	}
	
	.sf-menu li:first-child {
	display:none;
	}
	
	header {
		width: 100%; /* 720px / 768px */
	}
	
	.maincontent{
		width: 100%; /* 720px / 768px */
	}
	
	footer {
		width: 100%; /* 720px / 768px */
	}
	
	.desktop {
		display:none;
	}
	
	.mobile {
		display:block !important;
	}
	
	}

	
		
