/* @override 
	http://povmag.ehclients.com/assets/css/styles.css
	http://povmagazine.com/cache/1346448969fcfbb808efdb3c738a4c1792e19ffc99.css
	http://povmagazine.com/cache/1369424589fcfbb808efdb3c738a4c1792e19ffc99.css */

/* @group Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Global */

body {
	background: #2B2815;
	color: #FFF;
	font: normal 16px/22px "ff-meta-serif-web-pro", Georgia, serif;
	text-align: center;
}

#top {
	background: #FFF;
	color: #2B2815;
	margin-top: 5px;
}

.wrap {
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	width: 940px;
}

#body {
	padding: 30px 10px;
}

h1 {
	font: bold 36px/40px "pragmatica-web", sans-serif;
	margin-bottom: 5px;
}

h1.page-title {
	margin-bottom: 20px;
}

h1 span {
	color: #959389;
	font: italic 24px/28px "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, serif;	
}

h2 {
	font: italic 24px/28px "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, serif;
	margin-bottom: 5px;
}

h2.subtitle {
	color: #959389;
}

h3 {
	font: bold 18px/20px "pragmatica-web", sans-serif;
	margin-bottom: 20px;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

a {
	color: #E78E23;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.alt {
	text-decoration: none;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-webkit-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

a.alt:hover {
	color: #2B2815;
}

ul li {
	list-style: disc outside none;
	margin: 0 0 10px 30px;
}

ol li {
	list-style: decimal outside none;
	margin: 0 0 10px 30px;
}

img, iframe {
	max-width: 100%;
}

blockquote {
	font-family: "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, serif;
	font-style: italic;
	margin: 1.5em 3em;
}

blockquote i, blockquote em {
	font-style: normal;
}

i, em {
	font-family: "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, serif;
}

.content {
	float: left;
	width: 640px;
}

.content-wide {
	float: left;
	width: 700px;
}

.sidebar {
	float: right;
	width: 220px;
}

.fluid-width-video-wrapper {
	margin-bottom: 1em;
}

.share .fb-like, .share iframe, .share .twitter-tweet-button {
	margin-right: 5px !important;
	vertical-align: bottom;
}

#___plusone_0 {
	vertical-align: text-top !important;
}

.shadow {
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
}

a:hover .shadow {
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.action-btn {
	background-color: #E78E23;
	border: 1px solid #BF6A18;
	color: #FFF;
	color: rgba(255,255,255,0.95);
	cursor: pointer;
	display: inline-block;
	font: bold 13px/17px "pragmatica-web", sans-serif;
	opacity: 0.99;
	padding: 8px 10px;
	text-decoration: none;
	text-shadow: #BF6A18 0px -1px 0;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;		
	border-radius: 3px;
	-moz-box-shadow:inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:inset 0px 0px 1px rgba(255,255,255,0.5);
	background-image: -o-linear-gradient(90deg , rgb(231,142,35) 0%, rgb(252,169,41) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(231,142,35) 0%, rgb(252,169,41) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(231,142,35) 0%, rgb(252,169,41) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(231,142,35) 0%, rgb(252,169,41) 100%);
	background-image: linear-gradient(90deg , rgb(231,142,35) 0%, rgb(252,169,41) 100%);
	-moz-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	-webkit-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}

.action-btn:hover {
	opacity: 0.85;
}

/* @end */

/* @group Header */

#header {
	height: 180px;
	padding: 0 10px 20px;
	position: relative;
}

#header .clickclick {
	background: transparent;
	position: absolute;
	right: 10px;
	top: 10px;
}

#logo {
	width: 280px;
}

#search {
	left: 360px;
	position: absolute;
	top: 125px;
}

#search label {
	color: #959389;
	display: block;
	font: normal 13px/15px "pragmatica-web", sans-serif;
	padding: 2px;
	text-transform: uppercase;
	width: 290px;
}

#search .input {
	margin-right: 5px;
	width: 265px;
}

#social {
	position: absolute;
	right: 10px;
	top: 125px;
	width: 220px;
}

#social iframe, #social .fb-like {
	display: block;
	margin-bottom: 5px;
}

#navigate {
	display: none;
}

#nav {
	background-color: #fef1ca;
	border: 1px solid #FCD86C;
	border-width: 1px 0;
	font: bold 16px/18px "pragmatica-web", sans-serif;
}

#nav ul {
	margin: 0 auto;
}

#nav li {
	list-style: none outside none;
	float: left;
	margin: 0;
}

#nav a {
	text-decoration: none;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-webkit-transition: color 0.1s linear;
	transition: color 0.1s linear;	
}

#nav li a {
	display: block;
	padding: 15px 25px;
}

#nav li:first-child a {
	padding-left: 0;
}

/*
#nav li a.nav-subscribe {
	border: 4px solid #FCD86C;
	border-width: 4px 0;
	padding: 11px 25px;
}
*/

#nav a:hover {
	color: #2B2815;
}

#nav li.active a {
	background: transparent url(../img/active.png) no-repeat center bottom
}

/* @end */

/* @group Sidebar */

.block {
	background-color: #fef1ca;
	border: 1px solid #fcd76b;
	margin-bottom: 40px;
}

.block p {
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0;
}

.block .inner {
	padding: 9px;
}

.block h4 {
	background: #fcd76b;
	font: bold 13px/17px "pragmatica-web", sans-serif;
	padding: 5px 9px;
	text-transform: uppercase;
}

.block h5 {
	font: bold 16px/20px "pragmatica-web", sans-serif;
}

.block h5 a {
	text-decoration: none;
}

.newsletter .input {
	margin-bottom: 5px;
	width: 95%;
}

/* @end */

/* @group Home */

.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}

.flexslider {
	margin-bottom: 30px;
	position: relative;
}

.slides li {
	list-style: none outside none;
	margin: 0;
}

.feature-header {
	background-color: #2B2815;
	background-color: rgba(43, 40, 20, 0.9);
	margin: 0;
	position: absolute;
	width: 100%;
}

.slides li h2 {
	margin: 0;
	padding: 15px 15px 0;
}

.slides li h2 a {
	color: #fcd76b;
	text-decoration: none;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-webkit-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

.slides li h2 a:hover {
	color: #FFF;
}

.slides li p {
	color: #FFF;
	margin: 0;
	padding: 0 15px 15px;
}

.flex-direction-nav {
	bottom: 0;
	height: 60px;
	left: 0;
	margin: 0;
	position: absolute;
	width: 100%;
}

.flex-direction-nav li {
	list-style: none outside none;
	margin: 0;
}

.flex-direction-nav a {
	background: #2B2815 url(../img/sprite.png) no-repeat;
	background-color: rgba(43, 40, 20, 0.9);
	display: block;
	height: 60px;
	position: absolute;
	text-indent: -9999px;
	width: 60px;	
}

.flex-direction-nav .flex-prev {
	background-position: 14px -586px;
	bottom: 0;
	left: 0;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.flex-direction-nav .flex-prev:hover {
	background-position: 14px -686px;
}

.flex-direction-nav .flex-next {
	background-position: 14px -386px;
	bottom: 0;
	right: 0;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.flex-direction-nav .flex-next:hover {
	background-position: 14px -486px;
}

.home-section {
	background: #fcd76b;
	margin-bottom: 20px;
	padding: 5px 10px;
}

.home-section h2 {
	float: left;
	font: bold 13px/17px "pragmatica-web", sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.home-section .more {
	float: right;
	font: italic 14px/17px "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, serif;
	margin: 0;
	text-align: right;
}

.home-section a {
	color: #2B2815;
	text-decoration: none;
}

.home-secondary li {
	float: left;
	list-style: none outside none;
	margin:  0 20px 20px 0;
	width: 340px;
}

.home-secondary li.even {
	margin-right: 0;
}

.home-secondary img {
	float: left;
}

.home-secondary h3, .home-secondary p {
	margin-left: 180px;
}

.home-secondary h3 {
	font: italic 18px/20px "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, serif;
	margin-bottom: 5px;
}

.home-secondary .listing-meta {
	margin-bottom: 0;
}

/* @end */

/* @group Issues */

.issues li {
	clear: left;
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0 20px 30px 0;
	width: 340px;
}

.issues img {
	float: left;
}

li.even {
	clear: right;
	padding-right: 0;
}

.issues h2, .issues p {
	margin-left: 180px;
}

.issues p:last-child {
	margin-bottom: 0;
}

.issue-cover {
	float: left;
	margin: 0 20px 0 0;
	width: 280px;
}

.issue-cover img {
	display: block;
	margin: 0 auto 10px;
}

.issue-toc {
	float: left;
	width: 400px;
}

.issue-toc h2 {
	margin-top: 20px;
}

.issue-toc li {
	list-style: none outside none;
	margin: 0 0 10px;
}

.toc-author {
	color: #959389;
	display: block;
	font-family: "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, serif;
	font-style: italic;
}

.buynow {
	background-color: #fef1ca;
	border: 1px solid #fcd76b;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}

.buynow label {
	display: block;
	font: normal 13px/17px sans-serif;
	text-transform: uppercase;
}

.buynow select {
	display: block;
	margin: 5px auto;
	max-width: 100%;
	text-transform: none;
	vertical-align: middle;
}

/* @end */

/* @group Articles */

.filter {
	background-color: #fef1ca;
	border: 1px solid #fcd76b;
	color: #E78E23;
	font: bold 13px/15px sans-serif;
	margin-bottom: 30px;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius:4px;		
	border-radius: 4px;
}

.filter select {
	margin: 0 1%;
	width: 30%;
}

.listing{
	margin: 0;
}

.listing img {
	float: left;
}

.listing .has-image h2, .listing .has-image p {
	margin-left: 180px;
}

.listing li {
	list-style: none outside none;
	margin: 0;
	padding-bottom: 50px;
}

.listing p {
	margin-bottom: 5px;
}

.listing-meta {
	color: #959389;
	font: normal 13px/17px "pragmatica-web", sans-serif;
}

.badge {
	margin-bottom: 5px;
}

.category-badge {
	background: #FCD86C;
	color: #2B2815;
	display: inline-block;
	font: normal 11px/14px "pragmatica-web", sans-serif;	
	margin-right: 5px;
	padding: 5px 5px 3px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;		
	border-radius: 2px;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.category-badge.sponsored {
	background: #2B2815;
	color: #FCD86C;		
}

a.category-badge:hover {
	background: #2B2815;
	color: #FCD86C;	
}

.article-meta {
	font: normal 13px/17px "pragmatica-web", sans-serif;
	margin-bottom: 30px;
}

a.comments-link {
	background: transparent url(../img/sprite.png) 0 -199px;
	padding-left: 21px;
}

a.comments-link:hover {
	background-position: 0 -299px;
}

igure {
	text-align: center;
}

figure.alignright {
	margin: 0 0 20px 20px;
	width: 340px;
}

figure.alignleft {
	margin: 0 20px 20px 0;
	width: 340px;
}

figure.aligncenter {
	margin-bottom: 1.5em;
}

figure figcaption {
	color: #959389;
	font: normal 13px/17px "pragmatica-web", sans-serif;
}

figcaption p {
	margin: 5px 0 0;
}

.article-footer {
	color: #959389;
	font-family: "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, serif;
	font-style: italic;
}

.article-footer em, .article-footer i {
	font-style: normal;
}

.prodder {
	font: bold 18px/20px "pragmatica-web", sans-serif;
}

.prodder a {
	background: #E78E23;
	color: #FFF;
	display: block;
	padding: 10px;
	text-decoration: none;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.prodder a:hover {
	background: #2B2815;
	color: #FCD86C;
}

#article_lower {
	padding-bottom: 30px;
}

#related_listing h3 {
	/* To match the Disqus heading */
	color: #333;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
}

#related_listing uk {
	margin: 0;
}

#related_listing li {
	font: italic 16px/18px "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, serif;
	list-style: none outside none;
	margin: 0;
	padding-bottom: 20px;
}

#related_listing img {
	float: left;
	margin: 0 10px 0 0;
	width: 50px;
}

.blog-footer .entry-nav {
	margin: 20px 0;
}

.search-results li {
	list-style: none outside none;
	margin: 0 0 20px;
}

/* @end */


/*
	School Programs	
*/

.programs li {
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.programs li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.programs p {
	margin-bottom: 0;
}

.program-nav {
	border-top: 1px solid #DDD;
	padding: 20px 0;
}

.program-header {
	margin-bottom: 20px;
	position: relative;
}

.program-header img {
	border: 1px solid #DDD;
	left: 0;
	position: absolute;
	padding: 8px;
	top: 0;
	width: 160px;
}

.program-header.has-logo h1, .program-header.has-logo h2, .program-header.has-logo p {
	margin-left: 196px;
}

p.program-meta {
	color: #959389;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
}

.program-info {
	border-top: 1px solid #fcd76b;
	margin-bottom: 30px;
	width: 100%;
}

.program-info th, .program-info td {
	border-bottom: 1px solid #fcd76b;
	padding: 10px 6px;
	text-align: left;
	vertical-align: top;
}

.program-info th {
	font: bold 13px/19px "pragmatica-web", sans-serif;
	text-transform: uppercase;
	width: 180px;
}

.program-info td {
	font: normal 15px/19px "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, serif;
}

.program-info td p:last-child {
	margin-bottom: 0;
}

p.program-back-top {
	margin-bottom: 0;
	padding: 6px;
}

p.program-back-bottom {
	margin-top: -30px;
	padding: 6px;
}

td.program-video {
	padding: 10px 0;
}

/* @group Footer */

#footer {
	color: #757366;
	font: normal 13px/17px "pragmatica-web", sans-serif;
	padding: 30px 10px;
}

#footer a {
	color: #FFF;
}

#footer ul {
	margin: 0;
}

#footer li {
	float: left;
	list-style: none outside none;
	margin: 0 40px 0 0;
}

#footer li a {
	background: transparent url(../img/sprite.png) no-repeat;
	display: block;
	height: 35px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#footer .docorg-link {
	background-position: 0 -800px;
	width: 160px;
}

#footer .docorg-link:hover {
	background-position: 0 -900px;
}

#footer .cca-link {
	background-position: 0 -1000px;
	width: 192px;
}

#footer .cca-link:hover {
	background-position: 0 -1100px;
}

#footer .oac-link {
	background-position: 0 -1197px;
	width: 192px;
}

#footer .oac-link:hover {
	background-position: 0 -1297px;
}

/* @end */

/* @group Advertising  */

.clickclick {
	text-align: center;
}

.clickclick a {
	background: #EDEDED url('../img/clickclick.png') no-repeat;
	display: block;
	margin: 0 auto;
}

.header a, .leaderboard_upper a, .leaderboard_lower a {
	background-position: 6px center;
	height: 90px;
	padding: 4px 4px 4px 20px;
}

.header a {
	width: 580px;
}

.leaderboard_upper a, .leaderboard_lower a {
	width: 728px;
}

.leaderboard_upper {
	padding: 20px 0 0;
}

.leaderboard_lower {
	border-top: 1px solid #FCD86C;	
	padding: 20px 0;
}

.sidebar_upper, .sidebar_lower {
	margin-bottom: 40px;
}

.sidebar_upper a, .sidebar_lower a {
	background-position: 12px center;
	height: 150px;
	padding: 4px 4px 4px 36px;
	width: 180px;
}

/* @end */


/* @group Pagination/Navigation */

.entry-nav {
	font-family: "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, serif;
	font-style: italic;
}

.entry-nav p {
	margin: 0;
	width: 45%;
}

.prev-entry {
	float: left;
	text-align: left;
}

.next-entry {
	float: right;
	text-align: right;
}

/* @end */

/* @group Forms */

.education-search-form {
	background-color: #fef1ca;
	border: 1px solid #fcd76b;
	margin-bottom: 30px;
}

.education-search-form h2 {
	background: #fcd76b;
	font: bold 13px/17px "pragmatica-web", sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;	
}

.education-search-form form {
	padding: 10px;
}

.left-row {
	float: left;
	width: 49%;
}

.right-row {
	float: right;
	width: 49%;
}

.row {
	padding: 0 0 10px;
}

.row label {
	cursor: pointer;
	display: block;
	font: bold 13px/15px sans-serif;
	padding: 2px;
	text-transform: uppercase;
}

.row label.inline {
	font: italic 15px/17px "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, serif;
	text-transform: none;
}

.row select, .row .input {
	width: 100%;
}

.input {
	box-sizing: border-box;
	font: normal 12px/15px Arial, Helvetica, sans;
	padding: 3px;
}

.btn {
	background: transparent url(../img/sprite.png) no-repeat left top;
	border: 0;
	cursor: pointer;
	height: 16px;
	overflow: hidden;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	width: 16px;
}

#search .btn {
	background-position: 0 0;
}

#search .btn:hover {
	background-position: 0 -100px;
}

/* @end */


/* @group Miscellaneous */

.group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.centered, .aligncenter {
	text-align: center;
}

img.alignleft {
	margin: 0 20px 10px 0;
	display: inline;
}

img.alignright {
	margin: 0 0 10px 20px;
	display: inline;	
}

img.centered, img.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

/* @end */

@media screen and (max-width: 959px) {

.wrap {
	max-width: 740px;
	width: auto;
}

#header {
	height: auto;
	padding: 10px;
}

#header .clickclick {
	margin-bottom: 10px;
	position: static;
}

#logo {
	position: static;
}

#search {
	left: 370px;
	top: 180px;
}

#social {
	left: 370px;
	top: 245px;
	width: auto;
}

#social iframe, #social .fb-like {
	display: inline;
	margin: 0 10px 0 0;
	vertical-align: top;
}

#nav li a {
	padding-left: 15px;
	padding-right: 15px;
}

#nav li:first-child a {
	padding-left: 0;
}

.content, .content-wide {
	float: none;
	width: auto;
}

article.content {
	padding: 0 10px;
}

.sidebar {
	float: none;
	margin-top: 20px;
	width: auto;
}

.block, .sidebar_upper, .sidebar_lower {
	margin-bottom: 20px;
}

.current-issue {
	display: none;
}

.home-secondary li, .issues li {
	width: 360px;
}

.sidebar .clickclick {
	background: #EDEDED;
}

.issue-cover {
	margin-right: 40px;
}

.issue-toc {
	width: 360px;
}

}

@media screen and (max-width: 760px) {

#header {
	padding-top: 0;
	text-align: center;
}

#header .clickclick {
	display: none;
}

#search, #social {
	margin: 10px 0;
	position: static;
	width: auto;
}

#search label {
	display: none;
	width: auto;
}

#navigate {
	background: #fef1ca;
	display: block;
	padding: 10px;
	text-transform: uppercase;
}

#navigate span {
	background: transparent url(../img/sprite.png) no-repeat 0 -1397px;
	padding-left: 22px;
}

#menu {
	display: none;
}

#nav {
	background: transparent;
	font-size: 18px;
	line-height: 20px;	
}

#nav li {
	border-top: 1px dotted #fcd76b;
	float: none;
}

#nav li a {
	background-image: none !important;
	margin: 0 !important;
	padding: 10px  0!important;
	text-align: center;
}

#nav li a.nav-subscribe {
	border: 0;
}

#body {
	padding: 10px;
}

.flexslider {
	margin-bottom: 20px;
}

.slides h2 {
	font-size: 18px;
	line-height: 20px;
}

.slides li h2 a {
	padding: 10px;
}

.home-secondary li, .issues li, .issue-cover, .issue-toc {
	float: none;
	height: auto;
	margin: 0;
	padding-bottom: 20px;
	width: auto;
}

.issues li:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;	
}

figure.alignright, figure.alignleft {
	float: none;
	margin: 0 0 1.5em 0;
	width: auto;
}


.leaderboard_upper, .leaderboard_lower {
	display: none;
}

#footer {
	padding: 20px;
}

#footer li {
	float: none;
	margin: 0 0 20px;
}

.left-row, .right-row {
	float: none;
	width: auto;
}


}


@media screen and (max-width: 640px) {

.program-header.has-logo h1, .program-header.has-logo h2, .program-header.has-logo p {
	margin-left: 0;
}

.program-header img {
	margin: 10px auto 0;
	position: static;
	width: auto;
}

.program-info th, .program-info td {
	display: block;
	width: auto;
}

.program-info th {
	border-bottom: 0;
	padding-bottom: 0;
}

.program-info td {
	padding-top: 4px;
}

}


@media screen and (max-width: 420px) {

h1 {
	font-size: 32px;
	line-height: 34px;
}

.flexslider.shadow {
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.feature-header {
	background-color: #2B2815;
	position: static;
}

.flex-direction-nav {
	display: none;
}

.listing li {
	padding-bottom: 30px;
}

.issues li {
	float: none;
	height: auto;
}

.home-secondary img, .listing img, .issues img {
	width: 100px;
}

.home-secondary h3, .home-secondary p, .issues h2, .issues p {
	margin-left: 120px;
}

.listing img {
	margin: 0 10px 5px 0;
}

.listing .has-image h2, .listing .has-image p {
	margin-left: 0;
}

.filter strong {
	display: none;
}

	
}

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

#nav li.active a {
	background: transparent url(../img/active_retina.png) no-repeat center bottom;
	-webkit-background-size: 16px 8px;
}

.btn, .flex-direction-nav a, #navigate span, a.comments-link, #footer li a {
	background-image: url(../img/sprite_retina.png);
	-webkit-background-size: 200px 2000px;
}

}

@media print {

#search, #social, #nav, .sidebar, .clickclick, .share, .prodder, #footer ul, .action-btn {
	display: none;
}

#body {
	padding: 0 1em;
}

.content, .content-wide {
	float: none;
	width: auto;
}


}


