/*---------------------------------------------------------------
Title:		SAJ styles for screen media
Updated:	February 18 2009 by jtr
-------------------------------------------------------------- */





/* baselines
-------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	}

body {
	background: #663333;
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 62.5%;
	line-height: 1;
	text-align: center;
	}

img, a img {
	border: none;
	}

abbr {
	cursor: help;	
}
/* --------------------------------------------------------------
                                                 end baselines */





/* link styles
-------------------------------------------------------------- */
a:link,
a:visited,
a:hover,
a:active {
	color: #cc0101;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

/* --------------------------------------------------------------
                                               end link styles */





/* structure
-------------------------------------------------------------- */
#wrap {
	position: relative;
	background: #fff url(/images/ui/bg_wrap.png) repeat-y 0 0;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	}

#header {
	padding: 20px;
	text-align: center;
	}

#feature {
	text-align: center;
	margin: 0 0 30px 0;
	}

#nav {
	margin: -1em 0 2em 0;
	text-align: center;
	}

#content {
	float: right;
	margin: 0;
	padding: 0 50px 0 20px;
	width: 519px;
	border-left: 1px dotted #ccc;
	}

* html #content {border-left: 1px solid #ddd;}

#sidebar {
	float: left;
	display: inline;
	margin: 0 0 0 20px;
	padding: 0 15px;
	width: 160px;
	}

#footer {
	clear: both;
	border-top: 1px dotted #ccc;
	margin: 0 20px;
	padding: 10px 20px;
	text-align: center;
	}

* html #footer {border-top: 1px solid #ddd;}

div.feature {
	margin: 0 0 1.8em 0;
	padding: .9em;
	background: #f5f5f5;
	border: 1px solid #ddd;
	}
/* --------------------------------------------------------------
                                                 end structure */





/* typography
-------------------------------------------------------------- */
h1 {
	font-size: 2.4em;
	line-height: 2;
	margin-top: -.375em;
	}

h2 {
	font-size: 1.6em; /*16px*/
	line-height: 1.125;
	}
	
	h2 + h2 {
		margin-top: 1.125em;
		}

h2 em.subtitle {
	display: block;
	font-style: normal;
	font-size: .8125em; /*13px*/
	line-height: 1.385;
	text-transform: uppercase;
	text-decoration: inherit;
	}

h3 {
	color: #555;
	font-size: 1.3em; /*13px*/
	line-height: 1.385;
	text-transform: uppercase;
	}

h4 {
	font-size: 1.3em; /*13px*/
	line-height: 1.385;
	}

p {
	font-size: 1.3em; /*13px*/
	line-height: 1.385;
	margin: 0 0 1em 0;
	}
	
	div.feature p:last-child {margin: 0;}

p.byline {
	margin: 0;
	}

li {
	font-size: 1.3em; /*13px*/
	line-height: 1.385;
	margin: 0 0 .5em 0;
	list-style: none;
	}
	
	#content ul li {
		background: url(/images/ui/icon_cross.gif) no-repeat 0 5px;
		padding: 0 10px 0 14px;
		}

ol li {
	list-style: decimal;
	}

blockquote {
	background: #f4f4f4;
	margin: 0 0 1.8em 0;
	padding: 10px;
	}

blockquote p {
	font-style: italic;
	}

blockquote p em {
	font-style: normal;
	}

blockquote p:last-child {
	margin: 0;
	}

blockquote cite {
	display: block;
	margin: 1.5em 0 0 0;
	}

#footer p {margin: 0;}

h2 em.feature {
	font-size: .6875em;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	padding: 1px 3px;
	background: #cc0000;
	color: #fff;
	}
/* --------------------------------------------------------------
                                                end typography */





/* sidebar styles
-------------------------------------------------------------- */
#sidebar .subscribe {
	text-align: center;
	margin: 0 0 31px 0;
	}

#sidebar .issues h3,
#sidebar .subscribe h3,
#sidebar .reviews h3 {
	color: #333;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	}

#sidebar .issues li {
	background: url(/images/ui/icon_cross.gif) no-repeat 0 50%;
	padding: 0 0 0 12px;
	}

/* --------------------------------------------------------------
                                            end sidebar styles */





/* articles and reviews
-------------------------------------------------------------- */
#content ol,
#content ul {
	margin: 0 0 1em 2em;
	}

.article p.byline,
.review p.byline {
	margin: 0 0 1em 0;
	}

.article p.img {
	text-align: center;
	}

.article p.img img {
	border: 1px solid #ccc;
	padding: 3px;
	}

.bio {
	border-top: 1px solid #ccc;
	padding: 17px 18px 6px 18px;
	}

.bio p {
	color: #666;
	font-style: italic;
	}

.bio p em {
	font-style: normal;	
}

.book {
	float: right;
	border: 1px solid #ccc;
	margin: -6px 0 12px 18px;
	padding: 5px;
	width: 188px;
	}

.book p {
	margin: 0;	
}

.footnotes {
	color: #666;
	border-top: 1px solid #ccc;
	padding: 17px 18px 18px 18px;
	}

.ads {
	margin: 36px 0 48px 0;
	text-align: center;
	}

/* --------------------------------------------------------------
                                      end articles and reviews */


.issue h3 {
	color: #555;
	font-size: 1.6em; /*16px*/
	line-height: 1.125;
	text-transform: none;
	}



/* about page
-------------------------------------------------------------- */
h3.title {
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	}

.about#content img {
	float: right;
	border: 1px solid #ccc;
	margin: 0 0 5px 5px;
	padding: 3px;
	}

/* --------------------------------------------------------------
                                                end about page */





/* subscribe page
-------------------------------------------------------------- */
.subscribe#content img {
	float: right;
	border: 1px solid #ccc;
	margin: 0 0 5px 5px;
	padding: 3px;
	}

table.subscribe {
	border-collapse: collapse;
	border: 1px solid #ddd;
	border-bottom: none;
	width: 518px;
	margin: 10px 0 20px 0;
	}

table.subscribe th {
	font-size: 1.3em;
	background: #f4f4f4;
	width: 120px;
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
	}

table.subscribe td {
	font-size: 1.3em;
	text-align: center;
	vertical-align: middle;
	width: 120px;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	}

table.subscribe td input {
	margin: 4px 20px;
	}

.vcard {
	font-size: 1.3em;
	line-height: 1.385;
	margin: 0 0 2em 0;
	}

.vcard .org {
	font-weight: bold;
	}

.vcard .adr {
	margin: 0 0 1em 0;
	}

/* --------------------------------------------------------------
                                            end subscribe page */





/* form styles
-------------------------------------------------------------- */
#sidebar .search {
	margin: 0 0 1.8em 0;
	}
	
#sidebar .search input {
	font-size: .8462em;
	padding: 2px;
	}

#sidebar .search input#keywords {
	width: 100px;
	}
/* --------------------------------------------------------------
                                               end form styles */





/* footer
-------------------------------------------------------------- */
#footer p {
	font-size: 1.2em; /*12px*/
	line-height: 1.5;
	margin: 0;
	}
#footer .facebook img{
	padding-top:2px;
	vertical-align:top;
	}
/* --------------------------------------------------------------
                                                    end footer */
