/* Smartphones (portrait and landscape) ----------- */
@media all and (max-width: 480px) {

/* Styles */

	body {
	background-image: none;
	}

	div {
	max-width: 340px;
	}

	#wrapper, #masthead, #header, .header-nav, #main, #content, #footer, .article {
	width: 340px; /* 320px */
	min-width: 340px; /* 320px */
	}

	#logo {
	left: 45px;
	}

	.submenu.follow-menu, 
	.submenu.search-menu, 
	#masthead-promo, 
	.home-featured-box, 
	.sidebar-top, 
	.article-content .ad-space {
	display: none;
	}

	.sidebar-top {
	display: none;
	}

	.column-sidebar {
	position: static;
	display: block;
	}

	.sidebar-content {
	padding-top: 25px;
	position: static;
	display: block;
	}

	/* */
	.article-masthead {
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	min-width: 100%;
	width: 100%;
	height: 250px;
	background: none;
	}

	.article-masthead-img {
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	height: auto;
	}

	h1.article-title {
	width: 300px;
	font-size: 30px;
	}

	.article-top {
	display: none;
	}

	.column.column-med .article {
	margin: 0 10px 10px;
	padding: 10px;
	width: 279px;
	background-image: none;
	background-color: #fff;
	top: 0;
	left: 0;
	}

	.article-content {
	z-index: 15;
	position: relative;
	top: 0;
	left: 0;
	width: 279px;
	margin: 0;
	padding: 0 5px;
	font-size: 14px;
	line-height: 1.5em;

	overflow: visible;
	}

	.article-body {
	width: 300px;
	}

	.article-body blockquote {
	float: none;
	margin: 15px auto;
	width: auto;
	}

	.article-body img, 
	.article-body video.projekktor {
	width: 100%;
	height: auto;	
	}

	.next-prev-controls.prev-article, 
	.next-prev-controls.next-article, 
	.share-sidebar, 
	.share-widget.share-widget-vert {
	display: none;
	}

	/* */
	.article-summary {
	float: none;
	margin: 5px;
	padding: 10px;
	position: relative;
	width: 300px;
	height: 300px;
	}

	.article-summary-content {
	display: block;
	position: relative;
	top: 5px;
	left: 0;
	width: 300px;
	padding: 0 5px;
	background: none;
	}

	.article-summary .article-summary-image, 
	.article-summary-sm .article-summary-image {
	display: block;
	overflow: hidden;
	}

	.article-summary .article-summary-title {
	font-size: 26px;
	color: #fff;
	}
	
	.article-summary-title a {
	color: #333 !important;
	}

	.article-summary-title a:hover {
	color: #666666 !important;
	}

	.article-summary-info {

	}
	/* */

	.article-summary-image {
	height: 200px;
	position: static;
	display: block;
	}

	.article-summary-image img {
	width: 100%;
	height: auto;
	}

	/* typography
	------------------------------------- */
	h1, h2, h3, .lead-in, legend {
	line-height: 1.3em;
	text-decoration: none;
	text-shadow: 0 1px 1px #f5f5f5;
	}

	h1, .article-summary-title, .article-title {
	font-size: 46px;
	font-weight: 400;
	line-height: 1.15em;
	width: auto;
	margin: 0 0 5px 0;
	padding: 0;
	color: #fff;
	text-shadow: none;
	}

	h2 {
	font-size: 28px; /* 36px */
	width: auto;
	margin: 0 0 5px 0;
	padding: 0;
	}

	h3, dt, legend {
	font-size: 22px; /* 28px */
	}

	h3 {
	margin-top: 1em;
	margin-bottom: .1em;
	}

	h4 {
	font-size: 14px;
	}

	.lead-in {
	font-size: 20px; /* 26px */
	}
	
}