/*
	@import url(/_/webfonts/clarendonfs_light_macroman/stylesheet.css);
	@import url(/_/webfonts/clarendonfs_medium_macroman/stylesheet.css);
*/

/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      FontSite Inc.
 * License URL: http://www.fontspring.com/fflicense/fontsite
 *
 *
 */

/*
@font-face {
	font-family: 'ClarendonFSLight';
	src: url(//:) format('no404'), 
		url('/_/webfonts/clarendonfs_light_macroman/Clarendon-Light-webfont.eot?') format('eot'),
		url('/_/webfonts/clarendonfs_light_macroman/Clarendon-Light-webfont.woff') format('woff'),
		url('/_/webfonts/clarendonfs_light_macroman/Clarendon-Light-webfont.ttf') format('truetype'),
		url('/_/webfonts/clarendonfs_light_macroman/Clarendon-Light-webfont.svg#webfontVLEWdmCQ') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ClarendonFSMedium';
	src: url(//:) format('no404'), 
		url('/_/webfonts/clarendonfs_medium_macroman/Clarendon-Medium-webfont.eot?') format('eot'),
		url('/_/webfonts/clarendonfs_medium_macroman/Clarendon-Medium-webfont.woff') format('woff'),
		url('/_/webfonts/clarendonfs_medium_macroman/Clarendon-Medium-webfont.ttf') format('truetype'),
		url('/_/webfonts/clarendonfs_medium_macroman/Clarendon-Medium-webfont.svg#webfontXqIDF9Di') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

@font-face {
	font-family: 'ClarendonFSLight';
	src: url(//:) format('no404'), 
		url('http://assets.believermag.com/_/webfonts/clarendonfs_light_macroman/Clarendon-Light-webfont.eot?') format('eot'),
		url('http://assets.believermag.com/_/webfonts/clarendonfs_light_macroman/Clarendon-Light-webfont.woff') format('woff'),
		url('http://assets.believermag.com/_/webfonts/clarendonfs_light_macroman/Clarendon-Light-webfont.ttf') format('truetype'),
		url('http://assets.believermag.com/_/webfonts/clarendonfs_light_macroman/Clarendon-Light-webfont.svg#webfontVLEWdmCQ') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ClarendonFSMedium';
	src: url(//:) format('no404'), 
		url('http://assets.believermag.com/_/webfonts/clarendonfs_medium_macroman/Clarendon-Medium-webfont.eot?') format('eot'),
		url('http://assets.believermag.com/_/webfonts/clarendonfs_medium_macroman/Clarendon-Medium-webfont.woff') format('woff'),
		url('http://assets.believermag.com/_/webfonts/clarendonfs_medium_macroman/Clarendon-Medium-webfont.ttf') format('truetype'),
		url('http://assets.believermag.com/_/webfonts/clarendonfs_medium_macroman/Clarendon-Medium-webfont.svg#webfontXqIDF9Di') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ClarendonFSLight';
	src: url(//:) format('no404'), 
	url('http://assets.believermag.com/_/webfonts/clarendonfs_bold_macroman/Clarendon-Bold-webfont.eot?') format('eot'),
	url('http://assets.believermag.com/_/webfonts/clarendonfs_bold_macroman/Clarendon-Bold-webfont.woff') format('woff'),
	url('http://assets.believermag.com/_/webfonts/clarendonfs_bold_macroman/Clarendon-Bold-webfont.ttf') format('truetype'),
	url('http://assets.believermag.com/_/webfonts/clarendonfs_bold_macroman/Clarendon-Bold-webfont.svg#webfontVLEWdmCQ') format('svg');
	font-weight: bold;
	font-style: normal;
}

 
/* GO */


body {
	overflow:scroll;
	margin:0;
	padding:15px;
	text-align:left;
	text-rendering: optimizeLegibility;
	font-family: Georgia, "Book Antiqua", Palatino, Times, 'Times New Roman', serif;
}

pre {
	font-family: Georgia, "Book Antiqua", Palatino, Times, 'Times New Roman', serif;
	font-size:inherit;
}

a {
	color:#005482;
	text-decoration:none; 
	border-bottom:1px solid transparent;
}

a:link,a:visited,a:active {
	color:#005482;
}

#content a:hover,#content .issuedate a:hover,a:hover {
	color:#111;
	border-bottom:1px solid #cc9;
	border-color:rgba(50,50,50,0.15);
	/*
	-webkit-transition:color .3s ease, border-color .3s ease;
	-moz-transition:color .3s ease, border-color .3s ease;
	-o-transition:color .3s ease, border-color .3s ease;
	transition:color .3s ease, border-color .3s ease;
	*/
}

#content a {
	color:#005482;
}

a img {
	border:none;
}

.text-default {
	font-size:16px;
	text-align:left;
	font-family:Georgia, 'Book Antiqua', Garamond, Palatino, 'Times New Roman', serif;
}

.spacer {
	height:3em;
}

table,tr,td {
	font-family:Georgia, 'Book Antiqua', Garamond, Palatino, 'Times New Roman', serif;
}

sup.superscript {
	font-size:12px;
}

#container {
	width:1000px;
	max-width:95%;	
	min-width: 640px; 
	margin:0 auto;
	text-align:center;
	border:1px solid #fff;
	padding:10px;
	overflow:auto;
}

#page {
	width: 95.7850368809273%; /* 909 / 949 */
	width: 96%; /* 960 / 1000 */
	background-color:#fff;
	padding: 02.1074815595364%; /* 20 / 949 */
	padding: 2%; /* 20 / 1000 */	
	overflow:hidden;
	position: relative;
}

#nav {
	width: 18.545837723919916%; /* 176 / 949 */
	width: 17.6%; /* 176 / 1000 */	
	float:left;
	margin:0;
	position: fixed;
}

.nav-search {
	padding:0 0 4px;
	background-color:#fff;
}

.nav-search input.srch_box {
	width:10px;
	height:1em;
	margin:0 7px 0 10px;
	float:left;
	max-width: 9em;	
}

.nav-search input.srch_go {
	float:left;
	margin:2px 0 0;
	width:28px;
	height:16px;
	border:none;
}

form {
	margin:0;
	padding:0;
}

#front {
	float:left;
	width:52.370916754478398%; /* 497 / 949 */
	width:49.7%; /* 498 / 1000 */	
	width:47.15%; /* 498 / 1000 - 2.55% */
	width:55.35%; /* 498 / 1000 + 2.55% */	
	width:49.5%; /* 522 / 1000  2.55% */		
	max-width: 522px; 	/* maybe a bad idea */
	padding:0 25px;
	/*margin-left: 23.5%;*/
/* background-color: #ccc; */
	text-align:center;
	margin-left: 4.55%;
	width:56%; /* 522 / 1000 + 2.55% */
	font-size:16px; 
}

#front #epigraph {
	padding:0px 1em 5px 1em;
	font-size:.8em;
	width: 100%; 
}

#front #lead-article,#front #lead-interview,#front #also-in-this-issue,#front #from-the-archives,#front #previously {
	padding:0 0 10px;
	
}

#front #epigraph p {
	margin:0 0 5px;
}

#front #epigraph b {
	text-transform:uppercase;
	font-weight:bold;
}

#front .art {
	margin:10px 0 20px;
} 

#front #lead-article h1,#front #lead-article h2,#front #lead-interview h1,#front #from-the-archives h1 {
	text-align:center;
	font-size:35px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:1;
}

#front #lead-article h2,
#front #lead-article h1 {
	font-size:180%;
}

#front #lead-article h2, #front #from-the-archives h2 {
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	width: 48.1559536354057%; /* 457 /  949 */
	width: 45.7%; /* 457 /  1000 */	
	max-width: 100px; 
	margin:10px auto 15px;
	padding:0;
}

#front #lead-interview {
}

#front .lead-story {
	max-width: 100px; 
}

#front h4 {
	margin:25px 0 15px;
	padding:0;
}

#front #lead-interview h5 {
	margin:0 auto;
}

#front #lead-interview h4 {
	margin:0 auto .5em;
}

#front #lead-interview h1 {
	margin:0 auto;
	padding:0;
}

#front h5 {
	font-size:100%;
	/*font-weight:bold;
	text-transform:uppercase;*/
	margin:5px auto 0;
	padding:0;
	letter-spacing:1px;
}

#front h3 {
	font-size:80%;
	font-weight:bold;
	text-transform:uppercase;
	margin:5px auto 0;
	padding:0;
}

#front .teaser {
	font-size:16px;
	text-align:left;
	line-height:1.5em;
	margin:10px auto 0;
	padding:0;
	max-width:80%;
}

#front .teaser strong {
	font-size:14px;
	font-weight:bold;
}

#front .read-more {
	clear:both;
	font-size:13px;
	text-transform:uppercase;
	margin:0 auto 15px;
	letter-spacing: 1px;
}

#front .read-more a {
		border-bottom:1px solid #ddd;
}

#front .read-more a:hover {
		border-bottom:1px solid #ccc;
}


#front #also-in-this-issue p {
	font-size:15px;
	margin:0;
	padding:0 0 .35em;
}

#front #also-in-this-issue p a {
}

#front #from-the-archives .issuedate {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 15px;
	
}

#front #previously {
	margin:0;
	text-align: center; 
}

#front #previously .covers {
	width:98%; /* to fit */
	height: 83px;
	overflow: hidden; 
	padding:0 0;
	text-align: center; 
	margin:0 auto .5em auto;
}

#front #previously .covers img {
	margin:0 10px;
	padding:0 0 25px;
}

#sidebar {
	float:right;
	min-width:176px; 
	width:15.3846153846154%; /* 176 / 949 */		
	width:20.15%; /* 176 / 1000 + 2.55% */
	width:30%; /* 176 / 1000 + 2.55% */	
}

#sidebar #icons {
	width:15.3846153846154%; /* 176 / 949 */
	width:100%; /* 176 / 176 */	
	min-width:176px;
	max-width:176px;
	height:80px;
	margin:0 auto;
}

#sidebar #icons img,#sidebar #icons a {
	float:left;
}

#sidebar #icons img {
	display:none;
}

#sidebar #icons a {
	height:50px;
	width:50px;
	background-image:url(/img/nouveau/medialinks.gif);
	background-repeat:no-repeat;
}

#sidebar #icons a#icon_rss {
	background-position:0 -50px;
}

#sidebar #icons a#icon_twitter {
	background-position:-63px -50px;
}

#sidebar #icons a#icon_facebook {
	background-position:-127px -50px;
}

#sidebar #icons a#icon_rss:hover {
	background-position:0 0;
}

#sidebar #icons a#icon_twitter:hover {
	background-position:-63px 0;
}

#sidebar #icons a#icon_facebook:hover {
	background-position:-127px 0;
}

#sidebar #icons #icon_rss,#sidebar #icons #icon_twitter {
	margin:0 13px 0 0;
}

#sidebar #blvr-books {
	margin:0 0 30px;
}

body#landing #books .item a.caption {
	display: none; 
}

body#landing #books .item {
	float: left; width: 80px; margin: 0; 
	width: 50%; /* 80 / 1000 */	
}

#sidebar #announcements {
	margin:0 0 30px;
}

#sidebar #announcements h1,#sidebar #announcements ul,#sidebar #announcements li {
	margin:0;
	padding:0;
	font-size:11px;
	list-style:none;
	line-height:1.3;
}

#sidebar #announcements .announcements-text {
	margin:.5em 0 0;
	border-bottom:1px solid #eee;
	border-width:1px 0;
}

#sidebar #announcements .announcements-text p {
	font-size:12px;
	line-height:15px;
	text-align:left;
}

#sidebar #announcements .announcements-text p strong {
	font-size:10.5px;
}

#sidebar #announcements .announcements-text .center {
	text-align:center;
}

#sidebar #announcements .announcements-text blockquote,#sidebar #announcements .announcements-text q {
	text-align:center;
	font-size:.66em;
	margin:0;
	padding:0;
}

#sidebar #announcements .announcements-text a {
	border-bottom:1px solid #eee;
}

#sidebar #announcements .announcements-text a u {
	text-decoration:none;
	border-bottom:1px solid #444;
}

#nav #merch {
	margin:30px 0 0;
	width: 17.492096944151739%; /* 166 / 949 */
	width: 16.6%; /* 166 / 1000 */	
}

.item {
	font-size:12px;
	width:120px;
	margin:0 auto 25px;
}

.item img {
	margin:0 0 5px;
}

#content {
	padding:15px 0 0 201px;
	text-align:center;
	font-size:16px;
}

#front .issuedate,
#content .issuedate {
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	margin:.6em auto 3.5em;
	letter-spacing:.15em;
	text-align:center;
	/* text-shadow:0 1px 2px rgba(200,200,200,.2); */
}

#front .issuedate a
#content .issuedate a {
	text-decoration:none;
}

#content .toc {
	width: 73.761854583772392%; /* 700 / 949 */
	width: 70.0%; /* 700 / 1000 */	
	margin:0 auto;
}

#content .toc .cover {
}

#content .toc .cover-caption {
	font-size:.75em; /* 12px */
	line-height:1.2;
	margin:15px 0 0;
}

#content .toc .cover-caption a {
	font-size:12px;
}

#content .toc .vol-no {
	font-size:.8em;
	margin:15px 0 25px;
	margin:1em 0 0em 0;	
	padding:0 0 2em;
	font-weight:bold;
	border-bottom:1px solid #f6f6f6;
	border-color:rgba(100,100,100,.1);
	letter-spacing:.125em;
}

#content .toc .col1 {
	float:left;
	width: 36.0379346680717%; /* 342 / 949 */
	width: 34.2%; /* 342 / 1000 */	
	width: 49%;
}

#content .toc .col2 {
	float:left;
	width: 36.0379346680717%; /* 342 / 949 */
	width: 34.2%; /* 342 / 1000 */	
	width: 49%;	
	margin:0 0 0 2%;
}

#content .toc .col1,#content .toc .col2 {
	line-height:1.3em;
	color:#505050;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}

#content .toc a,#content .toc strong {
	font-weight:normal;
	font-size:17px;
}

#content .toc small {
	font-size:10px;
	font-weight:bold;
}

#content .toc .desc,#content .toc .desc a {
	font-size:14px;
	font-weight:normal;
	color:#111;
}

#content .toc .desc strong {
	font-size:14px;
	font-weight:bold;
	color:#111;
}

#content .toc .online-date {
	font-size:11px;
	letter-spacing:1px;
	font-weight:normal;
	/* text-shadow:0 1px 0 rgba(255,255,255,1); */
}

#content .toc p {
	padding:3px 10px 10px 15px;
	margin:.75em .5em;
	line-height:1.33em;
}

#content .toc a {
	padding-bottom:-3px;
	line-height:1.45;
	display:inline;
	margin-bottom:3px;
	line-height:1.15;
	
}

#content .toc .desc a {
	line-height:1.3;
	display:inline;
}

#content .toc .cover img {
	padding: 2px;
	border: 1px solid #eee;
}

#content .toc p.full, ul.contrib li.full {
	padding:0px 10px 5px 14px;
	margin-top: 3px; 
	margin-bottom:5px;
	border-left:1px solid #ddd;
	background-color:#fcfcfc;
}

p.full small, li.full > small {
	color:#999;
	opacity:.9;
	font-size: 10px; 
	letter-spacing:.125em;
	/* text-shadow:0 1px 1px rgba(255,255,255,1); */
}

#content .contributors {
	clear:both;
	text-align:center;
	font-size:24px;
	padding:30px 0 0;
	margin:0 0 25px;
}

#front .sponsors,
#content .sponsors {
	text-align:center;
	font-size:18px;
	line-height:25px;
	margin:40px 0 25px;
}

#front .sponsors strong,
#content .sponsors strong {
	font-size:12px;
}

#content .author {
	font-size:15px;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:1px #000 solid;
	padding-bottom:.5em;
	display:inline;
	width:auto;
	text-align:center;
	margin:0 auto;
}

#front h2.interview,#content h2.hed,#content h2.interview,#content h2.short,#content h2.review-title,#content h2.contrib,#content h2.section {
	text-align:center;
	font-size:35px;
	text-transform:uppercase;
	font-weight:normal;
	width: 63.2244467860906%; /* 600 / 949 */
	width: 66%; /* 660 / 1000 */	
}


#content h2.hed {
	margin:60px auto 15px;
	line-height:1;
}

#content h2.interview,#content h2.short,#content h2.review-title {
	margin:15px auto 5px;
	padding:0;
	line-height: 1;
}

#front h2.interview { line-height: 1; width: 85%; }


#content h2.contrib,#content h2.section {
	margin:30px auto 0;
}

#content h3 {
	width:75%;
	margin:0 auto 15px;
	text-align:center;
	font-size:16px;
	font-weight:normal;
}

#content h3.subhed {
	width:65%;
	margin:0 auto 15px;
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:0px;
	font-weight:normal;
	color: #111;
}
#front h3.subhed, .issuedate {
	width:85%;
	margin:15px auto 15px;
	text-align:center;
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-weight:normal;
	font-weight: 200;	
	color: #151515;
	line-height: 1;	
}

#content h3.short {
	width:75%;
	margin:15px auto;
	text-align:center;
	font-size:17px;
	text-transform:uppercase;
	font-weight:normal;
}
#front #content h3.short,
#front h3.short {
	font-size:15px;
}

#content h3.review-author {
	width:100%;
	font-size:20px;
	font-weight:normal;
	margin:5px 0 15px;
	text-transform:uppercase;
}

#content h3.contrib-date {
	width:100%;
	font-size:30px;
	font-weight:normal;
	font-style:italic;
	margin:5px 0;
}

#front h4.interview,
#content h4.interview {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 15px;
}

#content h4.short {
	font-size:22px;
	font-weight:normal;
	font-style:italic;
}

#content h5.short {
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	margin:0;
}


#front h5.short {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	margin: 1px auto 20px auto;
	border-bottom: none;
}


#content h5.review-of {
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
}

#content h6 {
	font-size:14px;
	font-weight:bold;
	margin:15px auto;
	width:63.2244467860906%; /* 600 / 949 */
	width:60%; /* 600 / 1000 */	
}

#content .discussed,#content .review-question {
	width:75%;
	margin:0 auto;
	text-align:center;
	font-size:13px;
	line-height:1.5;
	font-style:italic;
}

#content .discussed small,#content .review-question small {
	font-size:11px;
	font-style:normal;
	text-transform:uppercase;
}

#front .interview-quote,
#content .interview-quote {
	width:65%;
	margin:25px auto;
	font-size:85%;
	color: #151515;	
	font-weight:normal;
	font-weight: 200;		
	line-height: 1;		
	letter-spacing:.05em;
}
#content .interview-quote {
	text-transform:uppercase;
	font-size: 100%;
}

#content .interview-note {
	width:75%;
	margin:0 auto 50px;
	font-size: .8em;
	line-height: 1.15;
}

#content .review-box {
	text-align:justify;
	font-size:12px;
	line-height:1.5em;
	width:75%; /* 450px / 600px */
	max-width:450px; /* 450px / 600px */	
	margin:25px auto 0;
	padding:15px;
	background-color:#FFC090;
}

#content .art1 {
	padding:25px 0 0;
	text-align:center;
}

#content .art2 {
	padding:0 0 15px;
	text-align:center;
}

.art2 img { margin-left: 20px; }
.art2 img[first-child] { margin: 0; }

.article {
	text-align:left;
	width:76%; /* 63.2244467860906%;*/ /* 600 / 949 */
	width:76%; /* 60%;*/ /* 600 / 1000 */	
	line-height:1.5em;
	margin:50px auto 35px;

}

.article > ul, .article > p, .article > blockquote, .article > blockquote p  {
	max-width: 27em;
	margin: 1em auto; 
}



#content .article h1,
#content .article h2 {
	text-align:center;
	text-transform:uppercase;
	font-size:15px;
	margin:0;
}


	
/* subsequent sections */
#content .article p + h1,
#content .article p + h2 {
	margin-top:4em;
}

#content h1.online {
	text-align:center;
	font-size:20px;
	font-weight:normal;
	margin:0;
	display:none;
}

#content .article blockquote {
	font-size:15px;
	line-height:1.5em;
}

#content .article blockquote.small {
	width:400px;
	margin:0 auto;
}

#content .poem p,#content .poem blockquote p {
	text-align:left;
	margin-top:0;
	margin-bottom:0;
	padding-left:21px;
	text-indent:-21px;
}

#content .sc, span.sc {
	font-size:80%;
	letter-spacing:.05em;
	text-transform: uppercase; 
	font-variant: small-caps; 
}

#content .notes {
	text-align:left;
	margin:40px auto 0;
	max-width:600px;
	line-height:1.5em;
	font-size:12px;
	padding:15px 0;
	border-top:1px solid #ccc;
	border-top:1px solid rgba(0,0,0,.35);
}

#content .notes ol {
	margin:0;
}

#content .notes li {
	margin:0 0 1em;
}

#content .notes small {
	font-size:11px;
	font-weight:bold;
	letter-spacing:.05em;
}

#content .notes small {
	opacity:.65;
	margin-left:.35em;
}

#content .notes small:hover {
	opacity:.9;
}

#content .author-bio {
	width:550px;
	max-width:80%;	
	text-align:center;
	font-size:14px;
	line-height:1.5em;
	margin:0 auto;
	padding:10px 0;
}

#content .art-credit {
	font-size:12px;
	font-style:italic;
}

#content .what-did-you,#content .more-from,#content .buy-a-copy,#content .contrib-links {
	font-size:12px;
	text-transform:uppercase;
	letter-spacing: .5px; 
	font-weight:bold;
	padding:15px 0;
}

#content .what-did-you p,#content .more-from p,#content .buy-a-copy p {
	margin:0;
	padding:0;
}

#back-issues .cover a img,#content .buy-a-copy a img {
	margin:0 0 10px;
	padding:2px;
	border:1px solid #eee;
}

#back-issues .cover a img:hover,#content .buy-a-copy a img:hover {
	border-color:#777;
}

#content .read-the-rest p {
	margin:0; 
}

#content .read-the-rest {
	max-width:550px;
	font-weight:normal;
	text-align: center;
	font-size: 1.1em;
	color: #444;
	font-weight: normal;
	line-height: 1.4;
	margin: 3em auto 1em auto;
	padding: 1.4em;
	background-color: #eee;
	border: 1px solid #ddd;
}

#content .comics-box {
	min-height:80px;
}

#content .comics-box .comics-img {
	float:left;
	margin:5px 15px 30px 0;
	border: 1px solid #eee;
}

#content ul.contrib {
	margin:1.75em auto 0;
	padding:0 0 0 1em;
	max-width: 50%;
}

#content ul.contrib li {
	list-style:none;
	padding:0 10px 0 15px;
	margin:0 0 1.75em 0;
	line-height:1.3em;
}


#content ul.contrib li strong {
	font-weight:normal;
}

#content ul.contrib .date {
	display: block;
	color: #222;
	font-size: 80%; 
	text-transform:uppercase;
}

#content ul.contrib li.full {
	padding-left: 14px;
	}

#content ul.contrib li.full a {
	font-weight:bold;
}


#content ul.contrib-view {
	margin:0 0 2em 200px;
}

#content ul.contrib-view li {
	list-style:none;
	margin:.125em 0;
}

#content h1.contrib {
	font-size:30px;
	margin:0 0 .25em;
}

#content h3.contrib-name {
	font-size:45px;
}

	
/* back issues on /issues */
#content #back-issues {
	max-width:100%;
	margin:0 auto;
}

#content #back-issues .cover {
	float:left;
	width:120px;
	height:94px;
	padding:15px 5px 30px;
	text-align:center;
	font-size:.9em;
	line-height:1.1em;
}

#content #back-issues .cover img {
	margin:0 auto;
	margin-bottom:.35em;
	display:block;
	text-align:center;
}

#footer {
	clear:both;
	width:600px;
	max-width:80%;	
	margin:25px auto;
	padding:10px 0 0;
	border-top-width:1px;
	border-top-style:solid;
	width:70%;
}
body#landing #footer {
	margin-left: 0%; 
}


#footer .links {
	font-size:.75em;
	text-transform:uppercase;
	font-weight:bold;
	color:#999;
}

#footer .copyright {
	font-size:.8em;
	color:#999;
	font-size: 90%; 
}
#footer .copyright > p {
	margin: .8em 0 1.2em 0;
}

#footer div.addr {
	display:block;
	line-height: 1; 
	margin: 0; 
	color:#777;
}


	
/*	blvr.org/contacts/	*/
#content ul#subscribe,
#content ul#contacts {
	margin:3em auto 2em auto;
	padding:0;
	list-style:none;
}

#content ul#subscribe > li,#content ul#contacts > li {
	list-style:disc url(/img/believerStar.png);
	margin-bottom:1em;
	line-height: 1.4;
}

#content ul#contacts li ul {
	margin:.25em 0 0em 1.25em;
	list-style:none;
	padding:0;
}

#content ul#contacts li ul li {
	font-size:93%;
	margin:.25em 0 0;
	list-style:circle inside;
	text-indent:-1em;
	line-height: 1.3;
	padding:.25em 0 0 0;
}

#content ul#contacts a {
	font-size: 95%; 
}

#content ul#contacts li blockquote {
	margin:.25em 0 0 2.2em;
	padding:0;
	font-size:93%;
}

#content #comics,#content #illos {
	text-align:center;
}

#content #comics ul li,#content #illos ul li {
	list-style:none;
	font-size:200%;
	margin:0 0 1em;
}

#content .sidebar {
	float:right;
	width:270px;
	font-size:14px;
	margin:0 0 15px 15px;
	padding:15px;
	border:1px solid #000;
	line-height:1.5em;
}

#content .q-bullet {
	float:left;
	font-weight:bold;
}

#content .q-list {
	padding-left:35px;
}


	
/* title-case numerals */
.vol-no,.issuedate,.date,.years,.homesection {
	font-family:Garamond, Palatino, Times, 'Times New Roman', serif;
}

#facebookwrap {
	padding: 2em 10px 0 10px;
	width:280px;
	max-height:55px;
	margin:0 auto;
	background-color:#fefefe;
}

#facebookwrap iframe {
	margin:0 auto;
	border:none;
	overflow:hidden;
	width:280px;
	height:55px;
}


	
/* Book Awards */
img.awardcover {
	margin-left:2em;
	vertical-align:top;
}



.article ul,.article li {
	margin:0 auto .75em auto;
	padding:0;
	line-height:1.1;
}

.article ul {
	/* padding-bottom:.75em; */
}


	
/* Hornby + Handler */
.article p + ul, .article > ul  {
	list-style:circle;
	margin:0 auto;
	margin-top:-.5em;
	padding-bottom: .75em; 
}

	
/* WEB FONTS */
.content h2,h1,.quote-content,h2.interview,div.about {
	font-family:"ClarendonFSMedium";
	text-rendering: optimizeLegibility;
	letter-spacing:0!important;
}


#epigraph,div.article h2,div.article h1,#epigraph a,.post-content h2,#front .interview-quote,h3.subhed,.source,.description,.article strong,.article h1,h2.short,.comics-box strong, ul.contrib span.date, .issuedate  {
	font-family:"ClarendonFSLight";
	letter-spacing:0px;
	text-rendering: optimizeLegibility;
	font-weight: normal;
	font-weight: 200; 

}

h2.short {
	letter-spacing:3px;
}

.comics-box strong {
	font-weight:normal;
}

.article h1 {
	letter-spacing:.1em!important;
}

.review-question small {
	display:block;
}

#illos p.hangleft {
	text-align:left;
}

#illos p.hangleft img {
	float:left;
	margin-right:2.5em;
}

#illos p.hangright {
	text-align:right;
}

#illos p.hangright img {
	float:right;
	margin-left:2.5em;
}

	
/* NEW MENU 2011 */
#nav {
	width:18.5458377239199%; /* 176 / 949  */
	width:22.7%; /* 227 / 1000  */	
	width:27.8%; /* 278 / 1000  */		
	width:18.5%; /* decided  */		
	min-width: 16.5em;
	max-width: 18.5em;	
	float:left;
	padding-top: 0px; 
	margin:0;
	white-space: normal; 
}

#nav em {
	font-family:"ClarendonFSMedium";
	font-size:11px;
	font-size:140%;
	display:block;
	font-style:normal;	
}

#nav {
	font-family:"ClarendonFSLight";
	letter-spacing:0;
	font-size:11px;
}


#nav ul, #nav li {
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
	width:auto;
	min-width: 16.5em;
	max-width: 18.5em;	
}


#nav ul {
	border: 1px solid #111;
	padding: 0; 
}


#nav li form {
	padding:.6em 0 .73em .4em;
	display:block;
	vertical-align:bottom;
	overflow:hidden;
	padding:0;
	margin:3px 0;
}

#nav li input:focus,#nav li input:hover {
	opacity:1;
}

#nav li input {
	color:#000;
	font-family:Arial;
	font-size: 9px;
}

#nav li .srch_box {
	margin:0;
	vertical-align:bottom;
	background-color: #f3f3f3;
	background-color: rgba(245,245,245,.9);
	max-width: 60%;
	max-width: 9em;	
}
#nav li .srch_box:focus {
	background-color: #fff;
	background-color: rgba(255,255,255,.9)
}

#nav li a,
#nav li#navSearch span.wrap1 {
	color:#eee;
	line-height:1.1;
	font-size:.75em;
	display:block;
	padding:.6em 1.6em .73em .75em;
	padding:.75em .25em 1.1em 1.2em;
	overflow: visible;
	text-rendering: optimizeLegibility;
	color:rgba(253,220,117,.95);
	letter-spacing: .1em;

}
 
#nav li {
	padding: 0;
	background-color: #656565;
	border: 1px solid #f8f8f8;
	border-collapse: collapse;
	text-transform: uppercase;
	white-space: nowrap;
	vertical-align: bottom;
	color: #eee;
	line-height: 1.1; 

}
#nav li .caption {
	font-size: 110%; 
}

#nav li:nth-child(2n+1) {
	background-color:#6b6b6b;
}


#nav li a:hover {
	color:#fff;
	color:rgba(255,255,255,1);
}

li#navSpread {
	position:relative;
	min-height:79px;
	max-width: 18.5em; 
	min-width: 0; 	
	border-top: 1px solid rgba(255,255,255,.5);
}

li#navSpread,
li#navSpread a {
	margin:0;
	padding:0;
}

li#navSpread a {
	border:none;
}

li#navSpread {
	padding-top:0px;
	padding-left:.7em;
	background-color: #770022;
}

li#navHeader, li#navHeader a {

	border-bottom: 0;
	margin:0;
}
li#navHeader a {
	width:100%;
}

li#navHeader {
	padding-top:6px;
	border:1px solid #fff;
	border-width: 1px 1px 1px 1px;
}

#navCover {
	position:absolute;
	top:6px;
	right:-24px;
	border:1px solid #fe7560;
	-webkit-box-shadow:2px 3px 0 rgba(0,36,64,.85);
	-moz-box-shadow:2px 3px 0 rgba(0,36,64,.85);
	-ms-box-shadow:2px 3px 0 rgba(0,36,64,.85);
	-o-box-shadow:2px 3px 0 rgba(0,36,64,.85);
	box-shadow:2px 3px 0 rgba(0,36,64,.85);
}

img#navSplash {
	margin: .5em .25em 1em 0em;
	max-width: 70%; 
}
img#navSplash { max-width: 15em;  }
navSpread a { max-width: 140px; }


#nav div.addr {
	font-size:11px;
	font-size:1em;
	line-height:1.1;
	color:#999;
	padding-right:.25em;
	opacity:1;
	margin-top:1em;
	display:block;
	text-align:center;
	display: none; 
}

#nav div.addr,#nav .hCard {
	font-size:1em;
}

#nav li .caption {
	padding-top: 1px; 
}

#nav li#navHeader a img { 
	width: 90%;
	padding: 1px; 
}

em { font-style: italic; }
em em { font-style: normal; }
em em em { font-style: italic; }

img.bordered { padding: 2px; border:1px solid #f6f6f6; }


div.article .col { 
	float: left; max-width: 190px; min-width: 7em; width: 30%; margin: 1em 15px 0 0; text-align: center;
}

/* NARROW SCREENS */
@media screen and (max-width: 959px) {
	#content .toc .col1,
	#content .toc .col2 {
		width: 98%;
	}
	#front {
		float:right;
		text-align:center;
		font-size:16px;
		width: 90%;
		padding-left: 17.6%;
	}

	#sidebar { 
		max-width: 522px; 	/* maybe a bad idea */
		padding:0 25px;
		text-align:center;
		margin-left: 4.55%;
		clear: both; 
		float:right;
		font-size:15px;
		line-height: 1.1;
		width: 90%;
		padding-left: 17.6%;
	}
		
	#announcements { width: 100%; text-align: center; }
	#announcements .announcements-text { margin: 1em .75em; padding: 1em .25em; }
	#announcements .announcements-text p { text-align: left; float: none; max-width: 22em; margin-left: auto; margin-right: auto; font-size: 16px; }
	#sidebar #merch {display: none; }
	#sidebar #books { width: 100%; text-align: center; height: 170px; overflow: hidden;}
	body#landing #books .item { width: auto; margin: 0 .5em; }	
	#footer { clear: both; width: 100%; padding-left: 7.8%}	
}


/* SORTOF SHORT SCREENS */
@media screen and (min-height: 540px) and (max-height: 580px) {
	#nav li .caption,
	#nav div.addr {
		display: none;
	}
	#nav, body#landing #nav {
		position: fixed;
	}
	#front {
/*		background-color: #ff0!important; */
	}
}

/* SHORT SCREENS */
@media screen and (max-height: 540px) {
	#nav li .caption  { display: visible; }
	#nav div.addr { display: none; }
	#nav, body#landing #nav {
		position: absolute;
	}
	#front {
/*		margin-left: 22.5%;*/
/*		background-color: #0ff!important; */
	}
}


/* NARROW SCREENS */
@media screen and (max-width: 959px) {
	#content .toc .col1,
	#content .toc .col2 {
		width: 98%;
	}
	#front {
		float:right;
		text-align:center;
		font-size:16px;
		width: 90%;
		padding-left: 17.6%;
	}

	#sidebar { 
		max-width: 522px; 	/* maybe a bad idea */
		padding:0 25px;
		text-align:center;
		margin-left: 4.55%;
		clear: both; 
		float:right;
		font-size:15px;
		line-height: 1.1;
		width: 90%;
		padding-left: 17.6%;
	}
		
	#announcements { width: 100%; text-align: center; }
	#announcements .announcements-text { margin: 1em .75em; padding: 1em .25em; }
	#announcements .announcements-text p { text-align: left; float: none; max-width: 22em; margin-left: auto; margin-right: auto; font-size: 16px; }
	#sidebar #merch {display: none; }
	#sidebar #books { width: 100%; text-align: center; height: 170px; overflow: hidden;}
	body#landing #books .item { width: auto; margin: 0 .5em; }	
	#footer { clear: both; width: 100%; padding-left: 7.8%}	
}


/* SORTOF SHORT SCREENS */
@media screen and (min-height: 540px) and (max-height: 580px) {
	#nav li .caption,
	#nav div.addr {
		display: none;
	}
	#nav, body#landing #nav {
		position: fixed;
	}
	#front {
/*		background-color: #ff0!important; */
	}
}

/* SHORT SCREENS */
@media screen and (max-height: 540px) {
	#nav li .caption  { display: visible; }
	#nav div.addr { display: none; }
	#nav, body#landing #nav {
		position: absolute;
	}
	#front {
/*		margin-left: 22.5%;*/
/*		background-color: #0ff!important; */
	}
}

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 768px) {
	#nav, body#landing #nav {
		position: static;
	}
	#nav li a,
	#nav li#navSearch span.wrap1 {
		letter-spacing: 0;
	}	
	li#navSpread{ width: 180px; }
	#nav li { width: 200px; }
	#nav { width: 206px; }

}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) {

	#nav, body#landing #nav {
		position: static;
	}
	#nav li a,
	#nav li#navSearch span.wrap1 {
		letter-spacing: 0;
	}	
	li#navSpread{ width: 180px; }
	#nav li { width: 200px; }
	#nav { width: 206px; }

}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
	#nav, body#landing #nav {
		position: static;
	}
	#nav li a,
	#nav li#navSearch span.wrap1 {
		letter-spacing: 0;
	}	
	li#navSpread{ width: 180px; }
	#nav li { width: 200px; }
	#nav { width: 206px; }
		
}
 
 
 
/* fix reverse italics */
em em,
#content .art-credit em,
#front #lead-article h2 em,
#front #from-the-archives h2 em,
#content h4.short em,
#content .discussed em,
#content .review-question em, 
#content h5.short em { font-style: normal !important; }


.article dl {
	line-height:1.25em;
}
.article dt { 
	font-weight: bold; 
	margin-top:.75em;
}

blockquote.poem { margin: 1em 0 1.5em 0; border: 1px solid #eee; padding: 1.5em 1em 2em 1em; background-color: #fefefe; }
blockquote.poem p {
	padding-left:0px;
	text-indent:0px;  }

div.article > p[align="right"] { margin: -1em auto 2em; padding-right: 4em;  	max-width: 27em; }	

ul.contrib li {
	margin-bottom: 1.75em!important; 
}

div.figure, 
figure { max-width: 100%; margin-bottom: 1.5em; }
div.figure img, 
figure img { max-width: 100%; display: block; }
div.figure p, 
div.figure p.figcaption, 
figure p, 
figure p.figcaption { font-size: .8em; margin: .5em; font-style: italic; line-height: 1.2; }
div.figure p em, 
div.figure p.figcaption em, 
figure p em, 
figure p.figcaption em { font-style: normal; }

/* http://www.believermag.com/exclusives/cotner/ */
.slideshow .figure { margin-bottom: 3em; padding-bottom: 2em; }
.slideshow .figure img.portrait { max-width: 85%; max-height: 585px; margin: 0 auto; display: block; }
.slideshow .figure p { font-size: 1em; line-height: 1.4; }
.slideshow .figure p.figcaption { font-size: .8em; text-align: center; }
.slideshow .figure p.figcaption + p { margin-top: 1em; }
.slideshow .figure p, 
.slideshow .figure p.figcaption { font-style: normal; }
.slideshow .figure p em, 
.slideshow .figure p.figcaption em { font-style: italic; }

h5.short em { font-style: normal; }
