/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

	/* Page body */
	body
	{
	background-color: #333333;
	}
	
	/* Page container */
	#page {
	background-color: #333333;
	color: #ffffff;
		margin-top: 2em; /* Top page spacing */
	}
	
	/* Logo container */
	#logo {
		margin: 0 1.5em; /* Nudge the logo to the right */
	}
	
	/* Logo link */
	#logo a {
		line-height: 4em; /* Vertical align logo image */
	}
	
	/* Logo image */
	#logo img {
		vertical-align: middle; /* Vertical align logo image */
	}
	
	/* Main content area */
	#page-content {
		margin-bottom: 1em;
	}
	
	/* Page content */
	#page-content .content {
		padding: 0 1em;
		margin-bottom: 1em;
	}
	
	/* Separate social plugins */
	#page-content footer {
		margin-top: 1em;
	}
	
	/* IE7 z-index fix for flyout menus */
	.ie7 #main > aside {
		position: relative;
		z-index: 500;
	}
	
	/* IE7 z-index fix for dropdown menus */
	.ie7 #header-container {
		position: relative;
		z-index: 600;
	}
	
	/* Copyright section */
	#copyright {
		color: #666;
		font-size: 0.833333333em;
		text-align: center;
	}
	

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		color: #333333;
		}
	
	.no-mobile {
		display: none;
	}

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}