/*
Big reset. for background, see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
*/
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* 
End big reset
*/


body {
	line-height: 1;
	color: #333;
	background: #eaeaea;
	font-family: "lucida grande", verdana, sans-serif;
}


a:link {
	color: #006;
	text-decoration: underline;
}

a:visited {
	color: #006;
}

a:hover {
	/* color: #c00; */
	color: blue;
	text-decoration: underline !important;
	}

a:focus {
	color: #c00;
	text-decoration: underline !important;
}

a:active {
	color: #39f;
	text-decoration: underline !important;
	}


blockquote {
   margin: 1em 10%;
}

i, em, cite {
   font-style: italic;
}

#topad {
text-align: center;
margin: 5px 0 10px;
}

#container {
	margin: 0 auto;
}

#shadowbox {
	background: url(/images/shadowbox.png) repeat-y;
	margin: 0 auto;
	width: 1000px;
}

#mainbox {
	width: 980px;
	background: #fff;
	margin: 0 auto 0;
}

html>body #mainbox {
		margin: 10px auto 0;
}

html>body #mainbox {
*margin: 0 auto 0;
}

#bannertext {
    padding: 0 0 0 0;
}

html>body #bannertext {
    padding: 0 0 3px 0;
}

html>body #bannertext {
    *padding: 0 0 0 0;
}


#header {
    border-bottom: 1px solid #ddd;
    background: #e6e6e6;
    padding: 0 0 0px 0;
}

#logobox { }

#topmenu { }

#cols {
	margin: 10px 10px 15px 10px;
/*	border-bottom: 1px solid #ccc; */
	padding: 0 0 20px 0;
}



#maincol {
	padding: 10px 10px 0 0;
	background: #fff;
	width: 603px;
}

/*
.home #maincol {
	background:  url(/images/colcheater.png) repeat-y;
}
*/

.home #maincol {
	width: 593px;
	padding: 10px 0 0;
}

html>body .home #maincol {
	width: 603px;
}

.article #maincol {
	padding: 10px 20px 0 10px;
	color: #000;
}

.static #maincol {
	padding: 0px 20px 0 10px;
	color: #000;
}

.static  img {
	float:right;
}

.issue {
	color:#006;
	text-transform:uppercase;
} 

#subcol {
	width: 326px;
	background: #fff;
	border-left: 1px solid #ccc;
	padding: 0 0 10px 10px;
	vertical-align: top;
}


#storytop {
	margin-bottom: 20px;
}


#storytype {
	color: #69f;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

#timestamp {
	text-transform: uppercase;
	color: #999;
	font-size: 9px;
}

#blurb {
	font-size: 14px;
	margin: 20px 0;
	line-height: 1.7;
}

#byline {
	font-size: 10px;
	text-transform: uppercase;
}

#byline .hankpym {
font-size: 12px;
}

#bodyillo {
}


#bodytext {
	margin-bottom: 40px;
	font-family: georgia, serif;
	font-size: 14px;
	line-height: 1.7;
}

#bodytext p {
	margin: 0 0 1em 0;
}

#bodytext img {
padding: 0px 0px 0px 5px;
}

#bodytext img.topgraf  {
float: right;
padding: 0px 0px 0px 5px;
}

h1 {
	font-family: georgia, serif;
	font-size: 34px;
	line-height: 1.3;
    font-weight: normal;
}

.home h1 {
	background: #fff;
	padding: 20px 0;
	margin: -20px 0;
}


.drop {
	font-size: 48px;
	font-family: times, serif;
	float: left;
	width: auto;
	line-height: 1.2;
	margin: 0 5px -14px 0;
	color: #999;
}

#seealso {
	font-family: "lucida grande", sans-serif;
	font-size: 10px;
	color: #333;
	float: left;
	width: 200px;
	padding: 10px 10px 0;
	border: 1px solid #999;
	margin: 0 20px 20px 0;
	line-height: 1.3;
}

#seealso h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	margin: 0 0 1em;
}

#seealso h4 a {
	font-size: 9px;
	font-weight: bold;
	text-decoration: none !important;
	text-transform: uppercase;
}

#seealso h4 a img {
    margin: 0 auto;
    display: block;
    float: none;
}


#seealso img {
	margin: .5em .5em .5em 0;
	float: left;
}

#pagination {
    text-transform: uppercase;
    font-size: 9px;
    margin-bottom: 40px;
    color: #999;
    text-align: right;
}

#pagination .hankpym {
    font-size: 14px;
}

#pagination a, #pagination .safaritime {
    text-decoration: none;
    margin: 0 .5em;
}


#storybottom {	clear:both;
	font-size: 11px;
	line-height: 1.7;
	color: #666;
	border-top: 1px solid
}

#storybottom a {
	text-decoration: none;
}


#storybottom p {
	margin: 10px 0;
}

#bio {
	font-style: oblique;
}

#bio i, #bio cite {
	font-style: normal;
}


#storytoolstop {
	float: right;
	padding: 8px 6px 3px 6px;
	width: 105px;	
	border: 1px solid #ccc;
	margin: 0 0 20px 20px;
	text-align: center;	
}

#storytoolsbottom {
	border: 1px solid #ccc;
	padding: 5px 10px ;
	margin: 10px 0;
	width: 100%;
}

#storytoolsbottom td {
	vertical-align: middle;
}

.tools {
	font-family: lucida grande;
	color: #333;
}

.tools a {
	text-decoration: none;
	color: #333;
}

.sponsored {
	font-size: 8px;
	color: #999;
	margin-top: -.25em;
}

.sponsor {
	margin: 5px 0 10px;
}

.tools h3 {
	font-size: 9px;
	text-transform: uppercase;
	line-height: 1;
}
 
.ept {
	text-transform: uppercase;
	font-size: 8px;
}

.ept td {
	padding: 0;
	vertical-align: middle;
}

#storytoolstop  .ept td {
	height: 24px;
}

.ept img {
	float: right;
	margin: 0 6px 0 0;
	padding-bottom: 3px;
}

.digg {
	font-size: 10px;
	line-height: 2.5;
}

.digg img {
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 3px;
}

.digg .wtf {
	color: #006;
}

#search {
   background: #f6faff;
   border: 1px solid #C3E1FF;
   margin: 10px 0 0;
   font-size: 9px;
   color: #006;
   line-height: 1 !important;
}

#search h3 {
   background: none !important;
   font-size: 11px !important;
   margin: 0 0 -10px !important;
   padding: 0 !important;
   clear: both;
}

#search table {
   width: 100%;
   margin: 0;
}

#search td {
   vertical-align: top;
}

#search .sponsors {
   text-align: center;
   padding: 0 0 0 10px;
}

#search .searchin {
   width: 212px;
   text-align: right;
   padding: 11px 10px 10px 10px;
}

#search .searchin a {
   margin-right: 10px;
   vertical-align: text-top;
}

#search .sponsored
   {
   color: #C3E1FF
}

#query {
   width: 210px;
   font-size: 9pt;
   height: 1.5em;
   padding: 0;
   border: 1px solid #C3E1FF;
   margin-bottom: 5px;
}


#loginout {
	position: relative;
	font-size: 9px;
}

#subcall {
	color: #666;
	text-align: center;
	line-height: 1.3;
	width: 90px;
	vertical-align: middle;
}


#subcall h5 {
	text-transform: uppercase;
	color: #006;
	font-size: 12px;
	font-weight: bold;
}

#loginfields {
	width: 190px;
	text-align: right;
	vertical-align: bottom;
}

#loginfields p {
	margin-top: 3px;
}

#loginout label {
	text-transform: uppercase;
	color: #006;
	width: 90px;
font-size: 9px;
	}

#loginout #userid, #loginout #password {
	width: 110px;
	border: 1px solid #ccc;
	height: 11px;
	vertical-align: text-bottom;
   font-size: 9px;
}

#loginout #subbutton {
	text-align: right;
	vertical-align: bottom;
	padding-left: 5px;
}

#loginout .button {
	position: absolute;
	right: 10px;
	bottom: 0;
}


#greeting {
	text-transform: uppercase;
	font-size: 11px;
	color: #999;
}

#luser {
	font-weight: bold;
	font-size: 11px;
	color: #006;
    padding-right: 170px !important;
    padding-right: 150px;
}


.subfatad {
	margin: 10px 0;
}



#subcol h3 {
	margin: 1em 0;
}

.article #subcol h3, #search h3 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #006;
	line-height: 1.7;
	text-align: center;
	font-family: times, serif;
	text-transform: uppercase;
	background: url(/images/sidebarheadliner.png) bottom no-repeat;
}

.etc {
	font-size: 11px;
	line-height: 1.4;
}



#morefrom, .article .etc, #voices {	
	line-height: 1.4;
	font-size: 10px;
   margin-top: 30px;
	}

#morefrom a {
	display: block;
	text-decoration: none;
	color: #666;
}

.etc .byline {
	color: #666;
	line-height: 1.5;
}
.toc .byline { 
	font-style: italic 
}

#morefrom {
	text-align: center;
}

.alsoread {
	text-transform: uppercase;
	margin-top: .5em;
}

.alsoread a {
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
}

.alsoread .byline {
	text-transform: none;
}

#alsoby .star {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	text-align: center;
	color: #006;
}

#alsoby a:hover {
	color: blue;
}

h4 {
	font-family: georgia, serif;
	font-size: 18px;	
	line-height: 1.1;
    font-weight: normal;
}

.article h4 {
	font-size: 16px;

}

.static h4 {
	font-size: 16px;
}

.toc h4 {
	display:inline;
}

h4 a {
	text-decoration: none !important;
}

.etc .timestamp, .etc .section {
	color: #39f;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

.etc .section .timestamp {
	color: #999;
}

.item {
	clear: both;
}

.item .illo {
	float: right;
	margin: 0 0 .5em 1em;
}

.item .illoleft {
	float: left;
	margin: 0 1em .5em 0;
}

.etc .item, #voices .item,  #voices .itemlast {
	margin: 1em 0;
}



#voices .byline, #voices .byline a {
	font-size: 15px;
	color: #006;
	margin-bottom: 10px;
}

#voices .byline a {
	color: #006;
	font-weight: normal;
	text-transform: none;
}

#voices a {
	color: #39f;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	text-decoration: none;
}

#voices .timestamp {
	color: #c00;
	font-weight: bold;
	font-size: 9px;
	margin-top: 10px;
}


#voices .item {
	border-bottom: #CFE7FF 1px solid;
	padding-bottom: 1em;
}

#voices .itemlast {
	border-bottom: none !important;
}


#footer {
	text-align: center;
}

#botad {
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin: 0 10px;
}

#botmenu {
	background: url(/images/botmenugrad.png) repeat-x #69f;
	height: 5px;
	padding: 5px 0 5px;
	font-size: 9px;
	border-top: 1px solid #009;
	margin-top: 15px;
	color: #006;
}

html>body #botmenu {
	padding: 5px 0 10px;
}

#botmenu a {
	color: #006;
	text-decoration: none;
}

#botmenu a:hover {
	color: #fff;
}


#copyright {
	color: #fff;
	border-top: 1px solid #00c;
	background: url(/images/copyrightgrade.png) repeat-x #009;
	height: 10px;
	padding: 10px;
	font-size: 10px;
}


#topcontent {
	margin: 20px 0 0;
}

#topcontent h2 {
	text-transform: uppercase;
	font-size: 9px;
	color: #006;
	margin-bottom: 15px;
	text-align: center;
}

#centcol {
	padding-left: 10px;
	padding-right: 10px;
}

#centcol img {
display: block;
/*margin: 0 auto;*/
max-width: 325px;
width: expression(this.width > 325 ? 325: true);
}

.nozebra {
	background: #fff;
	padding: 0 5px;
}

#centcol h2 {
	background: url(/images/threegray.png) repeat-x 2px;
}

#thisissue {
	width: 210px; 
	border-right: 1px solid #ccc;
	padding-right: 10px;
}

html>body #thisissue {
	width: 240px;
	padding-right: 10px;
}

#magcover {
	text-align: center;
}

#magcover a {
	text-decoration: none; 
}

#magcover p {
	font-size: 10px;
	line-height: 1.2;
	margin: 7px 0;
}

#recently {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

h2 {
	text-align: center;
}

#recently table {
	margin-top: 20px;
}

#recently td {
	width: 50%;
}

#recently .cola {
	border-right: 1px solid #ccc;
	padding-right: 20px;
}

#recently .colb {
	padding-left: 20px;
}

.hesterprynne {
	background: url(/images/a13.png) no-repeat 0 3px;
	padding-left: 18px;
}

h4.hesterprynne a {
   line-height: 1.2em;
}


.box {
	border: 1px solid #ccc;
	padding: 10px 9px 7px 9px;
	margin: 1em 0;
	position: relative;
	clear: both;
}

.box h3 {
	margin: 0 0 .5em 0 !important;
}

.box h4 {
	font-size: 16px;
}

.inset {
	background: url(/images/bevelbottom.png) no-repeat bottom left;
}

.toc .inset {
	background: url(/images/bevelbottom_toc.png) no-repeat bottom left;
}

.inset .item {
	padding: 6px 0;
	margin-left: 0 !important;
	margin-right: 0 !important;
	background: url(/images/beveltop.png) no-repeat top left;
}

.inset p, .inset h4 {
	padding-left: 10px;
	border-left: 6px solid #eaeaea;
}

.inset2 {
	margin-left: 10px;
}

.inset2 .section {
	margin-bottom: .5em;
}

.inset2 a {
	margin-left: 10px;
	display: block;
	text-decoration: none;
	font-family: georgia, serif;
	font-size: 14px;
	line-height: 1.2;
}

#riposte, #backstory {
	margin-top: 30px;
}

#backstory .illo {
	float: left;
	margin: 0 1em .5em 0;
}

#backstory h4 {
	text-align: center;
	font-size: 14px;
	line-height: 3;
}

.home .item, .index2 .item, .inset  {
	margin-left: 10px;
	margin-right: 10px;
}

.leadillo {
	margin: 0 10px;
}


#riposte {
	margin-top: 45px
}


#riposte .imp {
	position: absolute;
	right: 0;
	top: -25px;
}


#riposte h5 {
	margin-top: 1em;
	font-weight: bold;
}

#riposte h5 a {
	text-decoration: none;
}

#spotlight {
	margin-top: 44px;
}

#spotlight .imp {
	position: absolute;
	right: 0;
	top: -36px;
}

#emailnews {
	margin: 1em 0;
	color: #666;
	clear: both;
	position: relative;
}

#emailnews td {
	vertical-align: top;
}

#emailnews a {
	text-decoration: none;
}

#emailnews #subforms {
	padding: 0 10px 0 20px;
}

#emailnews form {
	margin-bottom: 1.5em;
}

#emailnews #addy {
	width: 160px;
	border: 1px solid #ccc;
	height: 10px;
	vertical-align: text-bottom;

}

#emailnews .button {
	margin-left: 8px;
	vertical-align: text-bottom;
}

#fiction {
	margin-top: 45px;
}


#fiction .imp {
	position: absolute;
	right: 0;
	top: -35px;
}
