 body {
	margin:0;
	color:#000;
	font:13px Georgia, 'Times New Roman', Times, serif;
	background:#fff;
}
img {border-style:none;}
a {
	text-decoration:none;
	color:#000;
}
a:hover {text-decoration:underline;}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#333;
}
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
input.btn-submit {
     color:#000;
     width:auto;
}
#wrapper {
	width:930px;
	margin:0 auto;
	padding:0 25px 25px 25px;
}
#header {
	padding:0;
	overflow:hidden;
	width:100%;
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
#header #user-info { float:right; margin:0; padding:10px 0 20px 0; }
#header #user-info ul#nav1{ margin:0; padding:0; list-style:none; font-size:11px; }
#header #user-info ul#nav1 li{float:left;}
#header #user-info ul#nav1 li a{ float:left; padding:0 5px; text-decoration:underline; }
#header #user-info ul#nav1 li a:hover{text-decoration:none;}
.ad {
	width:100%;
	margin:0 0 19px;
	overflow:hidden;
	text-align:center;
}
.ad-leaderboard-above {
       border-bottom: 1px solid #ccc;
}
.ad-leaderboard-above-2 {
	width:100%;
	margin:0 0 19px;
	overflow:hidden;
	text-align:center;
       border-top: 1px solid #ccc;
       border-bottom: 1px solid #ccc;
}
.ad img {vertical-align:top;}
#header .holder {
	width:100%;
	overflow:hidden;
	margin:0;
}
.logo {
	width:465px;
	height:77px;
	background:url(/images/2011/logo.gif);
	text-indent:-9999px;
	overflow:hidden;
	margin:43px 0 0;
	float:left;
}
.logo a {
	display:block;
	height:100%;
}
#header .area {
	float:right;
	letter-spacing:2px;
	padding:0 17px 0 0;
}
.alignleft {float:left;}
#header .area ul {
	margin:0 0 0 23px;
	padding:0;
	list-style:none;
	float:left;
}
#header .area ul li {
        padding:0;
        margin:0;
}
#header .area ul li a {
        display:block;
        text-indent:-9999px;
        overflow: hidden;
        margin: 0 0 16px 0;
}
#header .area li a.secNavSubs {
	background: url(/images/2011/nav/topnav2-subscribe.gif) no-repeat top left;
        width:103px;
        height:11px;
}
#header .area li a.secNavGift {
	background: url(/images/2011/nav/topnav2-gift.gif) no-repeat top left;
        width:107px;
        height:11px;
}
#header .area li a.secNavNews {
	background: url(/images/2011/nav/topnav2-newsletter.gif) no-repeat top left;
        width:198px;
        height:11px;
}
#header .area li a.secNavDona {
	background: url(/images/2011/nav/topnav2-donate.gif) no-repeat top left;
        width:76px;
        height:11px;
}
#header .area li a.secNavCurr {
	background: url(/images/2011/nav/topnav2-current.gif) no-repeat top left;
        width:135px;
        height:11px;
}
#header .area li a:hover{
	background-position:0 -29px;
}

#nav {
	border-top:10px solid #000;
	margin:0;
	padding:6px 0 0;
	list-style:none;
	text-align:justify;
	width:100%;
	overflow:hidden;
}
#nav li,
#nav:after {
	display:inline-block;
	vertical-align:top;
}
#nav li {
	position:relative;
	text-align:center;
}
#nav a {
	display:block;
        text-indent:-9999px;
        overflow: hidden;
	padding:0 0 0 9px;
}
#nav a.topNav-home {
	background: url(/images/2011/nav/topnav1-home.gif) no-repeat top left;
        width:48px;
        height:10px;
}
#nav a.topNav-politics {
	background: url(/images/2011/nav/topnav1-politics.gif) no-repeat top left;
        width:72px;
        height:10px;
}
#nav a.topNav-movement {
	background: url(/images/2011/nav/topnav1-movement.gif) no-repeat top left;
        width:120px;
        height:10px;
}
#nav a.topNav-labor {
	background: url(/images/2011/nav/topnav1-labor.gif) no-repeat top left;
        width:55px;
        height:10px;
}
#nav a.topNav-culture {
	background: url(/images/2011/nav/topnav1-culture.gif) no-repeat top left;
        width:73px;
        height:10px;
}
#nav a.topNav-columnists {
	background: url(/images/2011/nav/topnav1-columnists.gif) no-repeat top left;
        width:101px;
        height:10px;
}
#nav a.topNav-blogs {
	background: url(/images/2011/nav/topnav1-blogs.gif) no-repeat top left;
        width:53px;
        height:10px;
}
#nav a.topNav-donate {
	background: url(/images/2011/nav/topnav1-donate.gif) no-repeat top left;
        width:63px;
        height:10px;
}
#nav a:hover{
	background-position:0 -30px;
}
#nav:after {
	width:100%;
	content:'';
}
/* secondary menu item styling */
#nav li.submenu ul {
  left: -999em;
  display: none;
}
#nav li.submenu ul {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav li.submenu:hover ul {
  left:auto;
  display:block;
  width:200px;
height:auto;
}
#nav li.submenu ul li {
  float: left;
  width: 194px;
  color: #000;
  margin:0;
  padding:3px;
  background: #000;
  border-bottom:1px solid #ccc;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
}
#nav li.submenu ul li.last {border:none;}
#nav li.submenu ul li a {
  color: #000;
  padding: 2px;
}
/* secondary menu item styling */
* +html #nav li {
	display:inline;
	margin:0;
}
#main {
	overflow:hidden;
	width:100%;
        z-index:-1;
}
#content {
	float:left;
	width:615px;
	line-height:19px;
}
#sidebar {
	float:right;
	width:300px;
}
.sidebarcontainer a {color:#004285;}
#sidebar 
#sidebar-subscribe {
	float:right;
	width:300px;
        padding:15px 0;
}
#sidebar-subscribe p {padding:0;}
#sidebar-subscribe a {color:#004285;}
div.content-body {
      margin:0;
      padding:0;
}
div.content-body h3, h4, h5, h6 {color:#00264c;}
div.content-body p {
        color:#000;
        padding-bottom:10px;  
}
div.content-body p a {color:#004285;}
div.content-body blockquote  {
     
}
div.content-body blockquote a {color:#004285;}
div.content-body li a {color:#004285;}
#content h1 {
	font:36px/38px Georgia, 'Times New Roman', Times, serif;
	margin:0;
	color:#000;
}
#content p {
	margin:0 0 10px;
}
.author {
	color:#00264c;
	font:11px Arial, Helvetica, sans-serif;
	display:block;
	margin:0 0 9px;
        padding: 0 0 10px 0;
	text-transform:uppercase;
        font-weight:bold;
}
.author a {color:#00264c;}
.author-hp-blog {
        padding-top: 4px;
}
.columns-holder {
	overflow:hidden;
	margin:0 -20px 0 0;
}
.content-holder {
    float:left;
    width:600px;
    overflow:hidden;
    margin:0 -20px 0 0;
}
.content-holder h2 {
	font:14px/19px "Franklin Gothic Heavy", Arial, Helvetica, sans-serif;
	color:#b5121b;
	margin:0 0 7px;
        text-transform: uppercase;
        font-weight:bold;
}
.content-holder h6 {
	font:14px/19px "Franklin Gothic Heavy", Arial, Helvetica, sans-serif;
	margin:0 0 7px;
        font-weight:bold;
}
.content-holder p.photo-caption {
       width:98%;
       font-size: .9em;
       color: #666;
       font-style: italic;
}
.column {
	float:left;
	width:300px;
	margin:0 15px 0 0;
}
.column h2 {
	font:14px/19px "Arial Black", Arial, Helvetica, sans-serif;
	color:#b5121b;
	margin:0 0 7px;
}
.column .list {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.list .type2 {padding:7px 0 11px;}
.column .list li {
	overflow:hidden;
	margin:0 0 13px;
	vertical-align:top;
}
.column .list img {
	float:left;
	margin:5px 10px 0 0;
}
.column img {display:block;}
.column h3 {
	font: 13px/14px Georgia, 'Times New Roman', Times, serif;
        font-weight:bold;
	color:#000;
	margin:0;
        padding:4px 0 0 0;
}
.column h3.allcaps {
        text-transform: uppercase;
}
#content .column p {
	font:12px/13px Georgia, 'Times New Roman', Times, serif;
	letter-spacing:0;
        padding: 0 0 3px 0;
	margin:0;
        color: #4d4d4f;
}
.column .text-holder {overflow:hidden;}
#content .column .list .author {
	font:9px/10px Arial, Helvetica, sans-serif;
        text-transform:uppercase;
	margin:3px 0 0 0;
        padding:0;
        text-indent:1px;
        font-weight:bold;
}
.column .visual {padding:4px 0 0 0;}
.more {
	color:#b5121b;
        text-transform:uppercase;
	padding:0;
	font:9px Sans-Serif, Georgia, 'Times New Roman', Times;
        font-weight:bold;
}
.redlink {
	color:#b5121b;
	padding:0;
}
p.returntop {
   padding:0;
   margin:0;
}
.column .type2 h3 {
   font-size:12px;
   padding: 6px 0 1px 0;
}
.column .type2 li {margin-bottom:6px;}
#content .column .type2 p {
   font-size: 11px;
   margin:0;
   padding: 0 0 1px 0;
}
.column .block {
	overflow:hidden;
	border-top:1px solid #dddedf;
	padding:7px 0;
}
.blockbottom {
        border-bottom:1px solid #dddedf;
        padding-bottom:10px;
}
.column .block h2 {
	color:#033d62;
	margin-bottom:2px;
	font-size:13px;
        font-weight:bold;
}
.column .block .alignleft {margin:4px 8px 0 0;}
.block .placeholder {margin:0 0 20px;}
.block .placeholder img {vertical-align:top;}
.contributors-list {
	margin:0 -10px 15px 0;
	padding:0 0 10px 0;
	list-style:none;
	overflow:hidden;
}
.contributors-list li {
	float:left;
	margin:0 7px 0 0;
}
.contributors-list img {vertical-align:top;}
.pad-bottom-10 {padding-bottom:10px;}
.search {
	border:solid #918f8f;
	border-width:1px 1px 1px 0;
	font:10px Arial, Helvetica, sans-serif;
	margin:0 0 19px;
}
.search .text {
	border:1px solid #918f8f;
	border-left:1px solid #231f20;
	border-right:0;
	width:224px;
	height:13px;
	line-height:13px;
	float:left;
	padding:2px 3px 2px 5px;
}
.search .btn {
	height:19px;
	width:66px;
	line-height:19px;
	padding:0 0 3px;
	letter-spacing:1px;
	border:0;
	cursor:pointer;
	color:#fff;
	float:left;
	background:#231f20;
}
#sidebar h3 {
	font:12px "Arial Black", Arial, Helvetica, sans-serif;
	color:#231f20;
	margin:0 0 7px;
}
#sidebar h3.sidebar-headline {
        font: 13px/14px Georgia, 'Times New Roman', Times, serif;
        font-weight:bold;
	color:#000;
	margin:0;
        padding:4px 0 0 0;
}
.social-networks {
	margin:0 -26px 29px 0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.social-networks li {
	margin:0 22px 0 0;
	float:left;
}
.social-networks a {
	display:block;
	height:59px;
	overflow:hidden;
	text-indent:-9999px;
}
.social-networks .rss {
	background:url(/images/2011/ico-social-networks.png) no-repeat;
	width:59px;
}
.social-networks .facebook {
	background:url(/images/2011/ico-social-networks.png) no-repeat -82px 0;
	width:59px;
}
.social-networks .twitter {
	background:url(/images/2011/ico-social-networks.png) no-repeat -163px 0;
	width:59px;
}
.social-networks .mail {
	background:url(/images/2011/ico-social-networks.png) no-repeat -243px 0;
	width:59px;
}
#sidebar .placeholder {overflow:hidden;}
#sidebar .placeholder img {vertical-align:top;}
.sign-form {padding:26px 0 21px;}
.sign-form .text {
	color: #231f20;
	font:12px/15px Arial, Helvetica, sans-serif;
	display:block;
	margin:0 0 5px;
}
.sign-form .row {
	overflow:hidden;
	font:10px Arial, Helvetica, sans-serif;
}
.sign-form .text-field {
	background:url(/images/2011/bg-text-fields.gif) no-repeat 0 -47px;
	float:left;
	width:209px;
	height:23px;
}
.sign-form .text-field input {
	background:none;
	padding:4px 3px 4px 5px;
	border:0;
	width:201px;
	height:15px;
	line-height:15px;
	float:left;
	font-style:italic;
	text-align:center;
	font-size:11px;
}
.sign-form .btn {
	height:23px;
	width:91px;
	line-height:23px;
	padding:0 0 3px;
	letter-spacing:1px;
	border:0;
	cursor:pointer;
	color:#fff;
	float:left;
	background:#455a21;
	font-weight:bold;
}
.subscribe-block {
	overflow:hidden;
	background:#ebe5d9;
	padding:9px 0 13px;
	font:12px/14px Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0 0 29px;
}
.subscribe-block form {
	font-size:9px;
	line-height:16px;
	color:#00264c;
	text-align:left;
	padding:5px 0 0;
}
.subscribe-block .row {
	width:166px;
	margin:0 0 7px;
}
.subscribe-block .text-field {
	width:166px;
	height:19px;
	background:url(/images/2011/bg-text-fields.gif) no-repeat;
	float:left;
}
.subscribe-block .text-field input {
	width:158px;
	padding:2px 3px 2px 5px;
	height:15px;
	border:0;
	background:none;
	line-height:12px;
}
.subscribe-block select {margin:0 0 11px;}
.subscribe-block .btn {
	display:inline-block;
	width:155px;
	height:36px;
	cursor:pointer;
	border:0;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/2011/SubBox_Button.gif) no-repeat;
	margin:8px 0 0 -55px;
	position:relative;
}
h3.subbox-header {
    text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SubBox_Hed.gif) no-repeat;
background-position:center;
     width:280px;
     height:24px;
     padding:10px;
     margin:0;
}
.subscribe-block .holder {
	float:left;
	width:116px;
	text-align:center;
	margin:0 12px 0 0;
	letter-spacing:1px;
}
.subscribe-block .holder img {
	vertical-align:top;
	margin:0 0 1px;
}
.subscribe-block .holder span {
	display:block;
	letter-spacing:0;
	font-size:11px;
	line-height:12px;
}
.most-read-block {
	overflow:hidden;
	background:#dce3ec;
	width:300px;
	margin:0 0 38px;
	font:bold 14px/17px Georgia, 'Times New Roman', Times, serif;
}
#sidebar .most-read-block h3 {
	background:#00264c;
	padding:0 0 0 7px;
	font:11px/26px "Arial Black", Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
}
.most-read-block ul {
	margin:0;
	padding:18px;
	list-style:none;
	overflow:hidden;
}
.most-read-block li {
	background:url(/images/2011/bullets-mostread.gif) no-repeat 0 -57px;
	padding:0 0 0 13px;
	margin:0 0 6px;
}
.most-read-block li a {
       font-size: .9em;
       color: #000;
}
.support-block {
	color:#4c4d4f;
	font:15px/17px Arial, Helvetica, sans-serif;
	padding:0 0 30px;
}
#sidebar .support-block h3 {
	font:15px/19px "Arial Black", Arial, Helvetica, sans-serif;
	color:#be3c2e;
	letter-spacing:1px;
	margin:0 0 3px;
}
.support-block p {margin:0 0 13px;}
.support-block form {font:10px Arial, Helvetica, sans-serif;}
.support-block .text-field {
	background:url(/images/2011/bg-text-fields.gif) no-repeat 0 -21px;
	float:left;
}
.support-block .text-field input {
	width:201px;
	padding:3px 5px;
	height:17px;
	line-height:17px;
	float:left;
	background:none;
	border:0;
	margin:0 6px 0 0;
	text-align:center;
}
.support-block .btn {
	height:23px;
	width:73px;
	line-height:23px;
	padding:0 0 3px;
	letter-spacing:1px;
	border:0;
	cursor:pointer;
	color:#fff;
	float:left;
	background:#b5121b;
}
#main .ad {padding:24px 0 21px;}
div.sites-of-interest {
     padding:10px;
     margin:10px;
     border:1px solid #333;
}
#footer {
        clear:both;
	overflow:hidden;
	font:9px/14px Arial, Helvetica, sans-serif;
	color:#405c79;
	text-align:center;
}
#footer .blocks-holder {
	overflow:hidden;
	font:13px/15px Georgia, 'Times New Roman', Times, serif;
	margin:0 -15px 26px 0;
	text-align:left;
}
.blocks-holder .block {
	width:300px;
	display:inline-block;
	vertical-align:top;
	margin:0 12px 19px 0;
}
* +html .blocks-holder .block {
	display:inline;
	margin-right:15px;
}
.blocks-holder h4 {
        color:#033d62;
	font:12px/19px "Arial Black",Arial,Helvetica,sans-serif;
	margin:0 0 4px;
}
.blocks-holder ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.blocks-holder li {padding:0 0 5px;}
.blocks-holder h5 {
	font:bold 13px/14px Georgia, 'Times New Roman', Times, serif;
	color:#000;
	margin:0;
        font-weight:bold;
}
#footer .blocks-holder p {
        font:12px/13px Georgia, 'Times New Roman', Times, serif;
	letter-spacing:0;
	margin:0 0 4px;
        color: #4d4d4f;
}
.blocks-holder .author {
	line-height:11px;
	font-size:9px;
	margin:0;
}
#footer .holder {
	overflow:hidden;
	font:12px/15px Arial, Helvetica, sans-serif;
	text-align:left;
	margin:0 0 35px;
}
.footer-logo {
	width:300px;
	height:52px;
	background:url(/images/2011/footer-logo.gif);
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin:0 25px 0 0;
}
#footer .holder ul {
	margin:0 7px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	float:left;
	width:115px;
}
#footer .holder .area {
	float:left;
	padding:2px 0 0;
	margin:0 -50px 0 0;
}
#footer p {margin:0 0 5px;}
#footer .ad {
	padding:29px 0 0;
	margin:0;
}

#JT_arrow_left { position: absolute; color: #FFF; background: #FFF url(/global/jquery/jtip/images/arrow_left.gif) no-repeat left top; z-index:101; left:-12px; height: 23px; width:10px; top:-3px; }
#JT_arrow_right { position: absolute; color: #FFF; background: #FFF url(/global/jquery/jtip/images/arrow_right.gif) no-repeat left top; z-index:101; height: 23px; width:11px; top:-2px; }
#JT { position: absolute; z-index:100; border: 2px solid #000; background: #fff; margin: 0 0 0 90px; font-size: 11px; }
#JT_copy { padding: 10px; color: #333; font-size: 12px; }
.JT_loader{ background: #FFF url(/global/jquery/jtip/images/loader.gif) no-repeat center center; width:100%; height: 12px; }
#JT_close_left, #JT_close_right { background: #000; color: #FFF; text-align: left; padding: 2px 0 4px 8px; font-weight: bold; text-transform: uppercase; font-size: 12px; }
#JT_copy p { margin:3px 0; }
#JT_copy li { margin: 0; padding: 3px 0; list-style: none; font-size: 12px; color: #333; }
#JT_copy li span { font-size: 9px; text-transform: uppercase; color: #999; padding: 0 0 0 5px; }
#JT_copy ul { margin: 0; padding: 0; }

/* archives hover styles */
#JT3_arrow_left { position: absolute; color: #FFF; background: #FFF url(/global/jquery/jtip/images/arrow_left.gif) no-repeat left top; z-index:101; left:-12px; height: 23px; width:10px; top:-3px; }
#JT3_arrow_right { position: absolute; color: #FFF; background: #FFF url(/global/jquery/jtip/images/arrow_right.gif) no-repeat left top; z-index:101; height: 23px; width:11px; top:-2px; }
#JT3 { position: absolute; z-index:100; border: 2px solid #000; background: #fff; margin: 0; font-size: 11px; }
#JT3_copy { padding: 10px; color: #333; font-size: 12px; }
.JT_loader{ background: #FFF url(/global/jquery/jtip/images/loader.gif) no-repeat center center; width:100%; height: 12px; }
#JT3_close_left, #JT3_close_right { background: #000; color: #FFF; text-align: left; padding: 2px 0 4px 8px; font-weight: bold; text-transform: uppercase; font-size: 12px; }
#JT3_copy p { margin:3px 0; }
#JT3_copy li { margin: 0; padding: 3px 0; list-style: none; font-size: 12px; color: #333; }
#JT3_copy li span { font-size: 9px; text-transform: uppercase; color: #999; padding: 0 0 0 5px; }
#JT3_copy ul { margin: 0; padding: 0; }

.gallery {
	width:615px;
	position:relative;
	margin:0 0 8px;
}
.gallery .slider {
	margin:0;
	padding:0;
	list-style:none;
	width:99999px;
	overflow:hidden;
}
.gallery .slider li {
	float:left;
	width:615px;
	height:320px;
	position:relative;
}
.gallery img {vertical-align:top;}
.main-block {
	border-bottom:1px solid #dddedf;
	margin:0 0 8px;
	overflow:hidden;
	width:100%;
}
.main-block p {
        color: #4d4d4f;
}
.main-block h1 {
        padding:6px 0;
}
.gallery ul.tablist{ z-index: 70; list-style:none; position: absolute; top:295px; right:5px; font:bold 9px/14px Tahoma, Arial, Helvetica, sans-serif;  margin:0; padding:0; }
.tablist li { float:left; margin:0 8px 0 0; }
.tablist a { display:block; padding:2px 5px; background:#000; height:14px; overflow:hidden; color:#fff; }
/*.tablist a span{ float:left; height:18px; padding:3px 6px 0; color:#646569; }*/
.tablist a.active, .tablist a.active:hover { background:#fff; color:#000; text-decoration:none; }
/*.tablist a.active span{ background:url(/images/template/pager-on-right.gif) no-repeat 100% 0; color:#fff; }*/

img.about-covers {padding-right:5px;}
/* home headers */
h2.head-home-h2 {
     margin:0;
     padding:3px 0;
}
h3.head-home-h3 {
     margin:0;
     padding:0 0 6px 0;
}
h2.head-home-more-r {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/HomeHeds_More.gif) no-repeat top left;
     width:153px;
     height:11px;
     padding:0 0 10px;
     margin:0;
}
h2.head-home-blogs-r {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/HomeHeds_Blogs.gif) no-repeat top left;
     width:50px;
     height:11px;
     padding:0 0 10px;
     margin:0;
}
h2.head-home-comics-b {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/HomeSecHeds_comics.gif) no-repeat top left;
     width:61px;
     height:11px;
     padding:0 0 10px;
     margin:0;
}
h2.head-home-inperson-b {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/HomeSecHeds_inPerson.gif) no-repeat top left;
     width:148px;
     height:11px;
     padding:0 0 10px;
     margin:0;
}
h2.head-home-video-b {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/HomeSecHeds_video.gif) no-repeat top left;
     width:48px;
     height:11px;
     padding:0 0 10px;
     margin:0;
}
h2.head-home-contrib-b {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/HomeSecHeds_Contribs.gif) no-repeat top left;
     width:249px;
     height:11px;
     padding:0 0 10px;
     margin:0;
}
h4.head-home-politics-b {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/HomeSecHeds_Politics.gif) no-repeat top left;
     width:70px;
     height:11px;
     padding:0 0 10px;
     margin:0;
}
h4.head-home-labor-b {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/HomeSecHeds_labor.gif) no-repeat top left;
     width:51px;
     height:11px;
     padding:0 0 10px;
     margin:0;
}
h4.head-home-culture-b {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/HomeSecHeds_culture.gif) no-repeat top left;
     width:68px;
     height:11px;
     padding:0 0 10px;
     margin:0;
}
h4.head-home-movement-b {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/HomeSecHeds_movement.gif) no-repeat top left;
     width:122px;
     height:11px;
     padding:0 0 10px;
     margin:0;
}
h4.head-home-columnists-b {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/HomeSecHeds_columns.gif) no-repeat top left;
     width:101px;
     height:11px;
     padding:0 0 10px;
     margin:0;
}
h4.head-home-blogs-b {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/HomeSecHeds_Blogs.gif) no-repeat top left;
     width:50px;
     height:11px;
     padding:0 0 10px;
     margin:0;
}
h4.sidebar-subscribe-subscribe {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds_Subscribe.gif) no-repeat top left;
     width:96px;
     height:12px;
     padding:0 0 10px;
     margin:0;
}
h4.sidebar-subscribe-renew {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds_RENEW.gif) no-repeat top left;
     width:242px;
     height:12px;
     padding:0 0 10px;
     margin:0;
}
h4.sidebar-subscribe-gifts {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHed_giftsubs.gif) no-repeat top left;
     width:179px;
     height:10px;
     padding:0 0 10px;
     margin:0;
}
h4.sidebar-subscribe-subservices {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds_SUBSERVICES.gif) no-repeat top left;
     width:199px;
     height:12px;
     padding:0 0 10px;
     margin:0;
}
h4.sidebar-subscribe-offline {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds_offline.gif) no-repeat top left;
     width:211px;
     height:12px;
     padding:0 0 10px;
     margin:0;
}
/* page headers */
h1.masthead-vonnegut {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/vonnegut-600x200.jpg) no-repeat top left;
     width:600px;
     height:200px;
     padding:0 0 10px;
     margin:20px 0 20px 0;
}
h1.masthead-working {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/BlogHed_working.gif) no-repeat top left;
     width:600px;
     height:139px;
     padding:0 0 10px;
     margin:20px 0 20px 0;
}
h1.masthead-ittlist {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/BlogHed_ittlist.gif) no-repeat top left;
     width:600px;
     height:119px;
     padding:0 0 10px;
     margin:20px 0 20px 0;
}
h1.masthead-dulynoted {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/BlogHed_duly.png) no-repeat top left;
     width:600px;
     height:137px;
     padding:0 0 10px;
     margin:20px 0 20px 0;
}
h1.masthead-uprising {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/BlogHed_uprising.png) no-repeat top left;
     width:599px;
     height:113px;
     padding:0 0 10px;
     margin:20px 0 20px 0;
}
h1.masthead-about {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_About.gif) no-repeat top left;
     width:299px;
     height:22px;
     padding:0 0 10px;
     margin:20px 0 20px 20px;
}
h1.masthead-inperson {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Inperson.gif) no-repeat top left;
     width:314px;
     height:22px;
     padding:0 0 10px;
     margin:20px 0 20px 20px;
}
h1.masthead-intern {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Intern.gif) no-repeat top left;
     width:299px;
     height:22px;
     padding:0 0 10px;
     margin:0;
}
h1.masthead-internships {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Jobs_Internships.gif) no-repeat top left;
     width:353px;
     height:22px;
     padding:0 0 10px;
     margin:0;
}
h1.masthead-contact {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Contact.gif) no-repeat top left;
     width:299px;
     height:22px;
     padding:0 0 10px;
     margin:0;
}
h1.masthead-comics {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Comics.gif) no-repeat top left;
     width:129px;
     height:22px;
     padding:0 0 10px;
     margin:0;
}
h1.masthead-archives {
     float:left;
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Archive.gif) no-repeat top left;
     width:299px;
     height:22px;
     padding:0 0 10px;
     margin:0;
}
#main #content .content-holder h1.masthead-issue {
     font: 24px Arial, Helvetica, sans-serif;
     font-weight: bold;
     color:#b5121b;
     padding:0 0 10px;
     margin:0;
}
h1.masthead-submissions {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Submiss.gif) no-repeat top left;
     width:299px;
     height:22px;
     padding:0 0 10px;
     margin:0;
}
h1.masthead-advertise {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Advert.gif) no-repeat top left;
     width:299px;
     height:22px;
     padding:0 0 10px;
     margin:0;
}
h1.masthead-press {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Press.gif) no-repeat top left;
     width:299px;
     height:22px;
     padding:0 0 10px;
     margin:0;
}
h1.masthead-press-ind {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Press_Ind.gif) no-repeat top left;
     width:276px;
     height:22px;
     padding:0 0 10px;
     margin:0;
}
h1.masthead-privacy {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Priv.gif) no-repeat top left;
     width:299px;
     height:22px;
     padding:0;
     margin:20px 0 0 20px;
}
h1.masthead-politics {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Poli.gif) no-repeat top left;
     width:299px;
     height:22px;
     padding:0 0 20px 0;
     margin:20px 0 0 20px;
}
h1.masthead-movement {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Movem.gif) no-repeat top left;
     width:299px;
     height:22px;
     padding:0 0 20px 0;
     margin:20px 0 0 20px;
}
h1.masthead-labor {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Labor.gif) no-repeat top left;
     width:299px;
     height:22px;
     padding:0 0 20px 0;
     margin:20px 0 0 20px;
}
h1.masthead-culture {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Cult.gif) no-repeat top left;
     width:299px;
     height:22px;
     padding:0 0 20px 0;
     margin:20px 0 0 20px;
}
h1.masthead-columnists {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Column.gif) no-repeat top left;
     width:299px;
     height:22px;
     padding:0 0 20px 0;
     margin:0;
}
h1.masthead-blogs {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Blog.gif) no-repeat top left;
     width:299px;
     height:22px;
     padding:0 0 20px 0;
     margin:0;
}
h1.masthead-videos {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Videos.gif) no-repeat top left;
     width:299px;
     height:22px;
     padding:0;
     margin:20px 0 0 20px;
}
h1.masthead-reprint {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Reprint.gif) no-repeat top left;
     width:299px;
     height:22px;
     padding:0 0 20px 0;
     margin:20px 0 0 20px;
}
h2.sechead-blog-about {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__aboutBlog.gif) no-repeat top left;
     width:150px;
     height:12px;
     padding: 0;
     margin:20px 0 0 0;
}
h4.sechead-blog-work-cont {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHedsBlogs_wkContribs.gif) no-repeat top left;
     width:221px;
     height:30px;
     padding:0 0 20px 0;
     margin:20px 0 0 0;
}
h4.sechead-blog-archives {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__BlogArchives.gif) no-repeat top left;
     width:135px;
     height:12px;
     padding:0 0 20px 0;
     margin:20px 0 0 0;
}
h2.sechead-author-recent {
    clear:both;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__MostRecent.gif) no-repeat top left;
     width:204px;
     height:12px;
     padding:0 0 20px 0;
     margin:20px 0 0 0;
}
h2.sechead-about-mission {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__mission.gif) no-repeat top left;
     width:174px;
     height:12px;
     padding:0 0 20px 0;
     margin:20px 0 0 0;
}
h2.sechead-about-history {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__history.gif) no-repeat top left;
     width:71px;
     height:12px;
     padding:0 0 20px 0;
     margin:20px 0 0 0;
}
h2.sechead-about-founders {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__spfounding.gif) no-repeat top left;
     width:184px;
     height:12px;
     padding:0 0 20px 0;
     margin:20px 0 0 0;
}
h2.sechead-about-alumni {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHed_Alumni.gif) no-repeat top left;
     width:203px;
     height:11px;
     padding:0 0 20px 0;
     margin:20px 0 0 0;
}
h4.sechead-about-masthead {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds_masthead.gif) no-repeat top left;
     width:89px;
     height:12px;
     padding:0 0 10px 0;
     margin:20px 0 0 0;
}
h2.sechead-article-author {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds_author.gif) no-repeat top left;
     width:172px;
     height:12px;
     padding:0 0 20px 0;
     margin:20px 0 0 0;
}
h2.sechead-article-comments {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds_comments.gif) no-repeat top left;
     width:167px;
     height:12px;
     padding:0 0 20px 0;
     margin:0;
}
h2.sechead-issue-cover {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__IssueCover.gif) no-repeat top left;
     width:117px;
     height:12px;
     padding:0 0 20px 0;
     margin:0;
}
h2.sechead-issue-features {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__IssueFeatures.gif) no-repeat top left;
     width:83px;
     height:12px;
     padding:0 0 20px 0;
     margin:20px 0 0 0;
}
h2.sechead-issue-columnists {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__IssueColumnists.gif) no-repeat top left;
     width:108px;
     height:12px;
     padding:0 0 20px 0;
     margin:20px 0 0 0;
}
h2.sechead-issue-culture {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__IssueCulture.gif) no-repeat top left;
     width:73px;
     height:12px;
     padding:0 0 20px 0;
     margin:20px 0 0 0;
}
h2.sechead-issue-news {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__IssueNews.gif) no-repeat top left;
     width:47px;
     height:12px;
     padding:0 0 20px 0;
     margin:20px 0 0 0;
}
h2.sechead-reprint-print {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__ReprPrint.gif) no-repeat top left;
     width:186px;
     height:13px;
     padding:0 0 20px 0;
     margin:20px 0 0 0;
}
h2.sechead-reprint-web {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__ReprWeb.gif) no-repeat top left;
     width:175px;
     height:13px;
     padding:0 0 20px 0;
     margin:20px 0 0 0;
}
h1.masthead-sponsorship {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Sponsor.gif) no-repeat top left;
     width:299px;
     height:22px;
     padding:0 0 20px 0;
     margin:20px 0 0 20px;
}
h2.sechead-sponsor-benefit {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__spben.gif) no-repeat top left;
     width:236px;
     height:13px;
     padding:0 0 20px 0;
     margin:20px 0 0 0;
}
h2.sechead-sponsor-details {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__spdetail.gif) no-repeat top left;
     width:197px;
     height:12px;
     padding:0 0 20px 0;
     margin:20px 0 0 0;
}
h2.sechead-sponsor-ty {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__spthank.gif) no-repeat top left;
     width:343px;
     height:12px;
     padding:0 0 20px 0;
     margin:20px 0 0 0;
}
h1.masthead-legacy {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Legacy.gif) no-repeat top left;
     width:276px;
     height:22px;
     padding:0 0 20px 0;
     margin:20px 0 0 20px;
}
h2.sechead-legacy-join {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__LegJoin.gif) no-repeat top left;
     width:225px;
     height:12px;
     padding:0 0 20px 0;
     margin:20px 0 0 0;
}
h2.sechead-legacy-ways {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__LegWays.gif) no-repeat top left;
     width:119px;
     height:12px;
     padding:0 0 20px 0;
     margin:20px 0 0 0;
}
h2.sechead-ad-schedule {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__ADSchedule.gif) no-repeat top left;
     width:87px;
     height:12px;
     padding:0 0 10px 0;
     margin:20px 0 0 0;
}
h2.sechead-ad-demo {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__ADDemographics.gif) no-repeat top left;
     width:134px;
     height:12px;
     padding:0 0 10px 0;
     margin:20px 0 0 0;
}
h2.sechead-ad-rates {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__Adrates.gif) no-repeat top left;
     width:124px;
     height:12px;
     padding:0 0 10px 0;
     margin:20px 0 0 0;
}
h2.sechead-ad-online {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__AdOnline.gif) no-repeat top left;
     width:180px;
     height:12px;
     padding:0 0 10px 0;
     margin:20px 0 0 0;
}
h2.sechead-ad-contact {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__ADContact.gif) no-repeat top left;
     width:103px;
     height:12px;
     padding:0 0 10px 0;
     margin:20px 0 0 0;
}
h4.sechead-ad-dimens {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__AdDimens.gif) no-repeat top left;
     width:106px;
     height:12px;
     padding:0 0 10px 0;
     margin:20px 0 0 0;
}
h4.sechead-ad-specs {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__AdSpecs.gif) no-repeat top left;
     width:170px;
     height:12px;
     padding:0 0 10px 0;
     margin:20px 0 0 0;
}
h4.sechead-ad-delivery {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__AdDeliv.gif) no-repeat top left;
     width:81px;
     height:12px;
     padding:0 0 10px 0;
     margin:20px 0 0 0;
}
h4.sechead-ad-banner {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__AdBanner.gif) no-repeat top left;
     width:78px;
     height:12px;
     padding:0 0 10px 0;
     margin:20px 0 0 0;
}
h4.sechead-ad-sponsor {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__ADSiteSpon.gif) no-repeat top left;
     width:176px;
     height:12px;
     padding:0 0 10px 0;
     margin:20px 0 0 0;
}
h4.sechead-ad-enews {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__AdeNews.gif) no-repeat top left;
     width:118px;
     height:12px;
     padding:0 0 10px 0;
     margin:20px 0 0 0;
}
h4.sechead-ad-report {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__ADReport.gif) no-repeat top left;
     width:106px;
     height:12px;
     padding:0 0 10px 0;
     margin:20px 0 0 0;
}
h2.sechead-ad-mediakit {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__Admedia.gif) no-repeat top left;
     width:85px;
     height:12px;
     padding:0 0 10px 0;
     margin:20px 0 0 0;
}
h2.sechead-newsletter-email {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__NewsletterEmail.gif) no-repeat top left;
     width:258px;
     height:12px;
     padding:0 0 10px 0;
     margin:20px 0 0 0;
}
h2.sechead-newsletter-rss {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/SecHeds__NewsletterRss.gif) no-repeat top left;
     width:93px;
     height:12px;
     padding:0 0 10px 0;
     margin:20px 0 0 0;
}
h1.masthead-newsletters {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_NewsRss.gif) no-repeat top left;
     width:469px;
     height:22px;
     padding:0 0 20px 0;
     margin:20px 0 0 20px;
}
h1.masthead-subscribe {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Subs.gif) no-repeat top left;
     width:299px;
     height:22px;
     padding:0 0 20px 0;
     margin:20px 0 0 20px;
}
h1.masthead-subscribe-gifts {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Gifts.gif) no-repeat top left;
     width:299px;
     height:22px;
     padding:0 0 20px 0;
     margin:20px 0 0 20px;
}
h1.masthead-subscribe-renewal {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_Renewals.gif) no-repeat top left;
     width:178px;
     height:22px;
     padding:0 0 20px 0;
     margin:20px 0 0 20px;
}
h1.masthead-subscribe-service {
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers/Hed_SubServ.gif) no-repeat top left;
     width:392px;
     height:22px;
     padding:0 0 20px 0;
     margin:20px 0 0 20px;
}
form.formright {
     float:right;
     padding:0 10px 0 0;
}
p.alignright {text-align:right;}
h2.masthead-misson {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers) no-repeat top left;
}
h2.masthead-history {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers) no-repeat top left;
}
h2.masthead-founders {
     display:block;
     text-indent:-9999px;
     overflow:hidden;
     background: url(/images/2011/headers) no-repeat top left;
}
.contact-form {color:#000;}
.headcover-border {
     border-right:1px solid #000;
     border-bottom: 1px solid #000;
}
/* archives page */
.covers {
     position: relative; 
     float: left; 
     margin: 4px 13px 10px 0; 
}
.covers p { 
     margin: 0; padding: 0; 
}
/* advertise table formatting */
#displayform td { padding: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
#displayform h2 { font-size: 18px; }
#displayform h3 { font-family: Arial, Helvetica, sans-serif; font-size: 13px; text-transform: uppercase; font-weight: bold; letter-spacing: 2px; margin: 0 0 5px 0; padding: 5px 0 0 0;  }
#displayform input { width: 100%; font-family: Arial, Helvetica, sans-serif; font-size: 13px; } 
#displayform input.clean { font-family: Arial, Helvetica, sans-serif; font-size: 13px; } 
#displayform textarea { width: 100%; font-family: Arial, Helvetica, sans-serif; font-size: 13px; } 
#displayform .instructions { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333; letter-spacing: 0; font-weight: normal; padding: 0; text-transform: none; } 
#displayform .tablehead { text-align: right; } 

.tableone { background-color: #EEEEEE; }
.tabletwo { background-color: #D9D9D9; }
.tablehead { font-family: Arial, Helvetica, sans-serif; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; font-weight: bold; padding: 10px; }

.ratetable th { font-size: 18px; font-family: Verdana, sans-serif; font-weight: bold; padding: 6px 10px; }
.ratetable { font-size: 13px; font-family: Verdana, sans-serif; }
.ratetable td { vertical-align: middle; padding: 6px 10px; text-align: center; }
.ratetable .tablehead { vertical-align: middle; text-align: right; }
.job_entry { padding: 10px 0 0 0; margin: 15px 0 0 0; border-top: 1px #999 solid; }

.demotable { font-family: Verdana, sans-serif; margin-top: 10px; border-bottom: 1px #999 solid; }
.demotable td { text-align: left; font-size: 11px; }
.aside { padding: 10px; margin-left:20px; background: #666; color: #FFF; font-weight: bold; }

#content #article-inset {
     float:right;
     width: 200px;
     padding:10px 0;
     margin-left:10px;
}
#content  #article-inset p.pullquote {
     color:#00264c;
     padding:10px 0;
     font-size: 1.2em;
     color: #00264c;
     border-top: 1px solid #00264c;
     border-bottom: 1px solid #00264c;
}
#content #article-inset .article-more a {color:#004285;}
#content .content-holder h5.article-dateline {
     font:12px Arial, Helvetica, sans-serif;
     text-transform: uppercase;
     color: #4d4d4f;
     padding: 0 0 15px 0;
     margin: 0;
}
#content .content-holder h1.article-headline {
    padding: 0 0 15px 0;
    margin:0;
}
div.article-comment { 
    clear: both;
    padding-top: 20px; 
}
div.article-comment ul {
   list-style-type:none;
   padding:0;
   margin:0;
}
#cmt h6 { color: #666; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; line-height: 16px; margin: 10px 0 15px 0; border-bottom: 1px #CCC solid; text-align: right; padding: 3px 3px 5px 3px; }
#cmt p { padding: 5px 0 7px 0; margin: 0; }
#cmt p, #cmt blockquote { font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #333; line-height: 16px; }
.cmt h3 .right { float: right; }
#cmt .staff { background: #fcfdb4 url(/images/about/staff-bk.gif) no-repeat top left; border: 1px #CCC solid; padding: 33px 15px 5px 15px; margin: 0 0 10px 0; }
#cmt .staff h6 { margin: 0; border: 0; }
.cmtfrm { position: relative; }
.cmtfrm p { padding: 10px 15px 15px 15px; line-height: 17px; margin: 0; font-size: 14px; }
.cmtfrm h3 .right { font-size: 12px; position: absolute; top: 2px; right: 15px; font-weight: normal; text-transform: none; letter-spacing: 0; }
.cmtfrm h3 .right a { margin: 0 0 0 12px; text-decoration: underline; }
.cmtfrm a { text-decoration: underline; font-weight: normal; }
.cmtfrm input { margin:5px 0; }
#cmtfrm { margin: 0; }
.column1 #cmtfrm div label { display: inline;  margin: 0; }
#cmtfrm textarea { width: 425px; height: 250px; font-family: Helvetica, Arial, sans-serif; margin: 10px 0 8px 0; border: 1px solid #666; }
#cmtfrm .respectful { position: absolute; right: 15px; top: 30px; width: 150px; text-align: left; line-height: 25px; font-size: 18px; }
.column1 #cmtfrm .aside { display: block; text-align: left; width: 290px; padding: 0 10px 0 0; margin-top: 5px; clear: both; }

.column1 #cmtfrm .aside span { display: block; float: left; width: 80px; color: #FFF; font-size: 14px; } 

ul#video-list {
     clear:both;
     list-style-type:none;
     margin:0;
     padding:10px 0;
}
ul#video-list li {
     padding:10px 0;
     border-bottom:1px solid #dddedf;
}
ul#category-list {
     clear:both;
     float:left;
     list-style-type:none;
     margin:0 0 10px 0;
     padding:10px 0;
     border-bottom:1px solid #dddedf;
}
ul#category-list li {float:left;}
ul#category-list li.category-icon {
     width:136px;
     padding-right:20px;
}
ul#category-list li.category-content {
    width:444px;
    padding:0;
    margin:0;
}
ul#category-list h5 {
   font:bold 15px/16px Georgia, 'Times New Roman', Times, serif;
   padding: 4px 0 6px 0;
   margin:0;
}
ul#category-list p {
   font:13px/14px Georgia, 'Times New Roman', Times, serif;
   letter-spacing:0;
   padding: 0 0 6px 0;
   margin:0;
   color: #4d4d4f;
}
ul#category-list li.category-content .catname {
     font: 9px Arial, Helvetica, sans-serif;
     color:#4d4d4f;
     text-transform:uppercase;
     padding:0;
     margin:0;
     font-weight:bold;
}
ul#category-list .category-pad {
     padding:0;
     margin:0;
}
a.category-pagnation {
     font: 11px Georgia, 'Times New Roman', Times, serif;
     font-style: italic;
     float:right;
     color:#b5121b;
     text-transform:uppercase;
     font-weight:bold;
}
a.category-pagnation-left {
     font: 11px bold Georgia, 'Times New Roman', Times, serif;
     font-style: italic;
     float:left;
     color:#b5121b;
     text-transform:uppercase;
}
ul#inperson-list {
     list-style-type:none;
     margin:0;
     padding:20px 0;
     height: 140px;
     border-bottom:1px solid #dddedf;
}
ul#inperson-list li {float:left;}
ul#inperson-list li.inperson-icon {
     width:136px;
     padding-right:20px;
}
ul#inperson-list li.inperson-content {
    width:444px;
    padding:0;
    margin:0;
}
ul#inperson-list li.inperson-content .catname {
     color:#b5121b;
     text-transform:uppercase;
     font-size:.9em;
}
ul#inperson-list .inperson-pad {
     padding:0;
     margin:0;
}
.moreby { float:left; padding: 10px 0; margin: 20px 0; border-top: 1px #cccccc solid; }
#moreby-video { clear:both; font-size:1.1em; padding: 10px 0; margin: 20px 0; border-top: 1px #cccccc solid;}
#moreby-video a { 
     color:#b5121b;
     text-transform:uppercase;
     padding:0;
     font:1.1em;
     font-family: Sans-Serif, Georgia, 'Times New Roman', Times;
     font-weight:bold; 
}
.size110 {font-size:1.1em;}
.size120 {font-size:1.2em;}
.related { padding: 0 0 10px 0; margin: 0; border-bottom: 1px #cccccc solid; }
#inset-share { padding: 10px 0; border-top: 1px #cccccc solid;}
#inset-share-video { padding-bottom: 10px; }
.bio-photo {
    padding:0 20px 20px 0;
    float:left;
    border:none;
}
#content .content-holder p.article-deck {
   font-size:18px;
   color: #4d4d4f;
   padding:0 0 15px 0;
   margin:0;
   font-weight: normal;
}
#alsoby { padding: 15px 0 0 0; }
#alsoby ul { margin: 0 0 12px 0; padding: 0;  }
#alsoby li { list-style: none; border-bottom: 1px #CCC solid; padding: 7px 0; }
#alsoby h3 { padding: 0 0 6px 0; font-size: 11px; text-transform: uppercase; }
#alsoby span { font-size: 11px; color: #666; display: block; padding: 3px 0 2px 0; }

.addthis_toolbox {
   display:inline;
   float:left;
   width:258px;
}
.print-article {
   display:inline;
   float:left;
   text-transform: uppercase;
}
div#masthead {
   border-bottom: 1px solid #666;
   padding-bottom: 10px;
}
span.founder-inset {
   float:right;
   padding:0 0 10px 10px;
}
span.first-issue {
   float:left;
   padding: 0 10px 10px 0;
}

.advertise { margin: 0 15px 15px 0; width: 566px; }
.advertise td, #advertise th { padding: 4px 5px; }
.advertise th { font-size: 13px; font-weight: bold; text-transform: uppercase; text-align: left; }

.paginate { color: #333; border: 1px #999 solid; font-size: 12px; background-color: #f4f4f4; padding: 2px 6px; margin: 15px 0 30px 0; }
span.right { float: right; }
span.left { float: left; }

.datetime {
   text-transform: uppercase;
   color: #666;
}
div.yearbreak {
   margin: 10px 0;
   padding:0;
}
span.blog-headline {
	font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 20px;
	color:#000;
        padding: 0;
        margin: 10px 0;
        text-transform:none;
}
#content .content-holder h1.blog-headline {
       padding-bottom: 6px;
}
.working-entry {
       padding-bottom:20px;
       border-bottom: 1px solid #666;
}

/* author bio - toggle extended */
#extended { display: none; clear: both; padding: 0 12px 15px 0; }
#extended p { margin: 0 0 12px 0; padding: 0; font-size: 14px; line-height: 20px; }

/* blogs */
div.blogimageleft {
   float:left;
   padding: 0 10px 10px 0;
}
div.blogimageright {
   float:right;
   padding: 0 0 10px 10px;
}
div.ittlistimageleft {
   float:left;
   width:250px;
   padding: 0 10px 10px 0;
}
div.ittlistimageleft p a {color:#00264c;}
div.ittlistimageright {
   float:right;
   width:250px;
   padding: 0 0 10px 10px;
}
div.ittlistimageright p a {color:#00264c;}
h5.blog-bottom {
   padding-bottom: 30px;
   border-bottom: 1px solid #ccc;
}
ul.blog-archive {
   list-style-type:none;
   padding:0;
   margin:0;
}
ul.blog-archive li {
  float:left;
  width:300px;
  color:#666;
}
.contributors { overflow: hidden; clear: both; margin-bottom: 40px; }
ul.contributor-list { font:11px Arial, Helvetica, sans-serif; margin: 0; padding: 0; color: #888; }
ul.contributor-list li { list-style: none; width: 145px; padding: 0 5px 3px 0; float: left; text-transform: uppercase; }

.content-holder blockquote {
   padding:10px;
   margin:10px;
   border-left: 5px solid #ccc;
}

/* issues */
div.mag-section {
   margin-top: 10px;
}

/* blog edit form styles */
.blog-edit-form label { display: block; font-size: 12px; padding: 6px 0 4px 0; margin: 0; clear: both; float: left; }
.blog-edit-form label span { display: block; width: 0px; float: left; margin: 0; padding: 0; padding-top: 10px; font-size: 12px; color: #666; }
.blog-edit-form p span { display:block; margin:0; padding:0; font-size: 11px; color: #666;}
.blog-edit-form p { width: 100%; clear: both; }
.blog-edit-form p label, .blog-edit-form .row label { width: 70px; }
.wygwam { float: left; }
.blog-edit-form p label.profile { width: 150px; }
.blog-edit-form .submit { width: auto; margin: 10px 0 0 0; }
.blog-edit-form label input, .blog-edit-form label select { font: 12px/16px Helvetica, Arial, sans-serif; width: 440px; padding: 2px 3px; }
.blog-edit-form label select { width: auto; }
.blog-edit-form form { padding: 0; margin: 0; }
.blog-edit-form { overflow: visible; }

ul.issuelist { 
     list-style-type: none;
     padding:0;
}
.comic-archive { 
     padding: 10px 0;
     border-top: 1px solid #ccc;
}
.cartoon_thumb { float: left; width: 300px; height: 130px; text-align: center; }
.cartoon_thumb img { border: 1px #666 solid; }
.mceLayout { width: 520px !important; }
#publishForm input[type="text"], #publishForm textarea, .wygwam { width: 500px !important; }
