/*
//  formats.css
//
//	Visual styles for Brooklyn Rail site.
//
//  Created by Chris Johanesen on 2005-12-27.
//  Copyright 2005 Chris Johanesen. All rights reserved.
*/

body {
	font-family: arial, helvetica, san-serif;
	color: #333;
	font-size: 11px;
}
a {
	color: #26d;
}
a:hover {
  color: #000;
	text-decoration: underline;
}


#main {
}

/*
    =BIGCOVER
  
*/
#bigcover {
  background:#e4e4e4;
  padding:10px;
}



/*
     =ISSUE-COLUMN
  
*/
#main #issuecolumn {

}

#main #issuecolumn .youarehereissue {
	margin: 0 0 5px 10px;
}
#main #issuecolumn .youarehereissue img {
	margin: 7px 0 0 0;
  padding: 0 2px 0 0px;
	width: 160px;
}
#main #issuecolumn .youarehereissue img.crop {
	margin: 5px 0 0 0;
	border: none;
}

/* section list */
#main #issuecolumn ul.section-list {
	margin: 0 0 0 10px;
}
#main #issuecolumn ul.section-list  li {
	margin: 0px 2px 2px 0;
}
#main #issuecolumn ul.section-list li a {
	width: 69px;
	padding: 3px 5px;
	font-family: "trebuchet ms", trebuchet, arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	color: #26d;
	background: #e9e9e9;
}
#main #issuecolumn ul.section-list li a:hover {
	color: white;
	background: #000;
	text-decoration: none;	
}
#main #issuecolumn ul.section-list li a.current {
	color: white;
	background: #26d;
}
#main #issuecolumn ul.section-list li a.contents {
  font-weight: bold;
}

/* nav2 list */
#main #issuecolumn #nav2 {
  margin: 5px 10px;
  padding-top: 3px;
}

#main #issuecolumn ul.nav2 {
	margin: 0px 0 0 0px;
}
#main #issuecolumn ul.nav2  li {
	margin: 0px 2px 3px 0;
}
#main #issuecolumn ul.nav2  li.last {
	margin-right: 0;
}
#main #issuecolumn ul.nav2 li a {
	width: 46px;
	padding: 2px 4px 2px 2px;
	background: #e9e9e9;
	font-size: 9px;
	color: #26d;
}
#main #issuecolumn ul.nav2 li a:hover {
	color: white;
	background: #000;
	text-decoration: none;	
}
#main #issuecolumn ul.nav2 li a.current {
	color: white;
	background: #26d;
}

/* article list */
#main #issuecolumn .article-list {
	border-top: 1px dotted #aaa;
	margin: 15px 10px 15px 10px;
}
#main #issuecolumn .article-list h2 {
	margin: 5px 0 10px 0;
	text-transform: uppercase;
	color: #666;
	font-size: 10px;
	font-weight: normal;
}
#main #issuecolumn .article-list ul {
	margin-top: 5px;
}
#main #issuecolumn .article-list ul li {
	margin: 0 0 10px 0;
	line-height: 1.2em;
}	


/*
     =CONTENT-COLUMN
  
*/
#main #contentcolumn {
  margin-right: -3px; /* this fixes horrible IE bug: http://www.positioniseverything.net/explorer/dup-characters.html */
}

#main #contentcolumn h1.sectionhead {
	margin: 0px 10px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 5px;
}
#main #contentcolumn ul.sectionnav {
	float:right;
	color: #26d;
  margin-right: 10px;
}
  #main #contentcolumn ul.sectionnav a:hover{
    text-decoration: none;
    color: #fff;
    background: #000;
  }
  #main #contentcolumn ul.sectionnav li {
    float: left;
    margin-left: 20px;
  }

/*    FEATURED ARTICLE                                  */

#main .featured-article, #main .artseen {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 5px;
	margin: 0px 10px 10px 10px;	
}
#main .featured-article img.large {
	margin: 0 0 5px 0;
	width: 280px;
	height: 85px;
}
#main .featured-article img.small {
	margin: 0px 8px 0 0;
	width: 60px;
	height: 60px;
	float:left;
}
#main .featured-article h1 {
	margin: 0px 0 2px 0;
	font-family: "trebuchet ms";
	font-weight: normal;	
	line-height: 1.1em;
	font-size: 18px;
	color: #26d;
}

#main .featured-article h1 a {
	color: #26d;
}
#main .featured-article h1 a:hover {
	color: #000;
}
#main .featured-article h2 {
  float:left;
  margin: 2px 6px 0 0;
  font-face: "trebuchet ms", trebuchet, arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  color: #d00;
  text-indent: 0;
}
#main .featured-article cite.byline {
	display:block;
	font-family: georgia, serif;
	font-size: 13px;
	margin: 2px 0 7px 0;
}
#main .featured-article p {
	margin: 0px 0 5px 0;
	font-family: georgia;
	font-size: 12px;
	line-height: 1.3em;
}

/*    CONTENTS-ARTSEEN                        */

ul.contents-artseen {
  margin:0;
  font-family: "trebuchet ms", trebuchet, arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
}
ul.contents-artseen li {
  padding: 4px 5px;
}
ul.contents-artseen li.alt1 {
  background: #e4e4e4;
}
ul.contents-artseen li cite.byline {
  font-size: 10px;
  font-style: italics;
  color: #888;
}

/*    AD BAR                                        */

.ad-bar {
  margin-left: 10px;
}
.ad-bar img {
  margin-right: 10px;
}
.ad-bar img.last {
  margin-right: 0;
}


/* FULL CONTENTS 																							*/

#main #contentcolumn #full-contents {
	float: left;
  margin:10px 0 0 0;
  padding:0;
}
#main #contentcolumn #full-contents h1.sectionhead {
  background: #b00;
  color: #fff;
	padding: 4px 10px;
	margin-bottom: 0;
	border-bottom: none;
}

#main #contentcolumn #full-contents .section {
	margin: 5px 10px 0px 10px;
/*	width: 165px;*/
	width:90%;
	float: left;
}
#main #contentcolumn #full-contents .section h2 {
	margin: 5px 0 10px 0;
	text-transform: uppercase;
	color: #b00;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px dotted #b99;
}
#main #contentcolumn #full-contents .section ul {
	margin-top: 5px;
}
#main #contentcolumn #full-contents .section ul li {
	margin: 0 0 8px 0;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold;
}	
#main #contentcolumn #full-contents .section ul li cite.byline {
  color: #888;
  font-size: 10px;
  font-weight:normal;
  font-style:italic;
}
.group {
	width:100%;
	float:left;
}

/*

    =PAGE 


*/


/*  		 full page   									 */
#page {
  margin: 15px 10px 15px 15px;	
}
#page p.nav {
	xbackground: #26f;
	xcolor: #fff;
	margin: 0px 10px 0 15px;
	padding: 2px;
	text-align:right;
	font-size: 10px;
}

#page h1 {
	margin: 8px 0 0 0;
	font-size: 36px;
	line-height: 1.1em;
	font-weight: normal;	
	font-family: Trebuchet, "Trebuchet MS", Verdana, sans-serif;	
	letter-spacing: -1px;
	color: #333;
} 
#page h2 {
	margin: 10px 0;
	text-transform: uppercase;
}
#page cite {
	display: block;
	margin: 10px 0;
}
#page p {
	margin: 0 15px 15px 0;
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 1.45em;
}

#page #sidebar {
  font-family: "trebuchet ms", trebuchet, arial, sans-serif;
  float:right;
  width: 250px;
  margin: 0 0 10px 10px;
  border: 4px solid #ccc;
}
#page #sidebar h2, #page #sidebar p, #page #sidebar form {
  margin-left: 10px;
}
#page #sidebar dl {
  clear:both;
  margin: 10px 10px 15px 10px;
}
#page #sidebar dt {
  float:left;
  margin:2px 3px 0 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 9px;
  color: #f44;
  text-indent: 0;
}
#page #sidebar dd {
  text-indent: 0;
  margin: 0 0 2px 0;
}
#page #sidebar .vip {
  font-weight: bold;
}
#page ul.bullets { list-style-type: disc; margin-left: 15px; }
#page table { width: 90%; border-collapse: collapse; }
#page table th { text-align:left }
#page table td { padding: 5px 5px 5px 0; border-top: 1px solid #aaa;}


/*

    =ARTICLE 


*/


/*  		 full article   									 */
#article {
  width: 530px;
  margin-left: 15px;
  xmargin: 15px 10px 15px 15px;	
}
#article p.nav {
	xbackground: #26f;
	xcolor: #fff;
	margin: 0px 10px 0 15px;
	padding: 2px;
	text-align:right;
	font-size: 10px;
}

#article h1 {
	margin: 8px 0 0 -2px;
	font-size: 36px;
	line-height: 1.1em;
	font-weight: normal;	
	font-family: Trebuchet, "Trebuchet MS", Verdana, Sans-Serif; /* DIN;	 */
	letter-spacing: -.8pt;
	color: #333;
} 
#article  h2 {
	margin: 10px 0;
	text-transform: uppercase;
}
#article cite.byline {
	display: block;
	font-family: georgia, serif;
	font-size: 13px;
	margin: 10px 0 0 1px;
}

/*    article-tools			*/
#article-tools {
	float:right;
	width: 100px;
	clear: right;
	margin: 0px 10px 25px 25px;
	xbackground: #eee;
	border-left: 1px dotted #aaa;
}
#article-tools ul {
	xmargin: 6px 8px;
	margin: 2px 0 2px 10px
}
#article-tools li {
	margin: 3px 0;
}

/* body */
#article #body {
  margin: 30px 0 0 0;
}

#article #body p, #article #body blockquote {
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 20px;
  margin-right: 30px;
}
#article #body p.indent1 { padding-left: 20px; }
#article #body p.indent2 { padding-left: 40px; }
#article #body p.indent3 { padding-left: 60px; }
#article #body p.indent4 { padding-left: 80px; }
#article #body p.indent5 { padding-left: 100px; }
#article #body blockquote { padding-left:20px; margin-top: 10px; margin-bottom: 10px; }
#article #body blockquote p {text-indent:0;}

#article #body .indent-paragraphs p { margin-bottom:0; text-indent:20px; }
#article #body .indent-paragraphs p.section { margin-top:20px; text-indent:0;}
#article #body p.no-indent { padding-left:0; }

#article #body pre {
	margin: 0 15px 15px 0;
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 1.5em;
}

#article #body h2 {
  text-transform: none;
  font-family: "Trebuchet MS", trebuchet, arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  color:#333;
  margin: 15px 0;
}

#article #body .article-image {
  width: 300px;
  margin: 5px 5px 10px 15px;
  float: right;
}
#article #body .article-image .caption {
  display:block;
  width:290px;
  font-family: verdana;
  font-size: 10px;
}

#article #body .photogallery .article-image {
  width: auto;
  margin: 10px 0;
  float: none;
}
#article #body .photogallery .article-image .caption {
  display:block;
  width: auto;
  font-family: verdana;
  font-size: 10px;
}



#article p.question {
  margin:0px 0 10px 0;
  font-weight:bold;
}
#article p.post {
  margin-top:20px;
  font-style: italic;
}

#article hr {
  margin: 25px auto 20px auto;
  border:0;
  border-bottom : 1px solid #aaa;
  width: 99%;
}


/*  bio     */

#article .bio {
	margin: 15px 0px;
	border-top: 1px dotted #aaa;
}
#article .bio h2 {
	margin-top: 10px;	
}
#article .bio p {
	margin-top: 5px;
	line-height: 1.2em;
}


/* comments */
#comments {
	margin: 15px 0px;
	border-top: 1px dotted #aaa;  
}
#comments h2 {
  margin-top: 15px;	
}
#comments .comment {
  margin: 10px 20px 10px 0;
  border-left: 6px solid #ddd;
  background: #eee;
  padding: 10px;
}
#comments .comment p {
  margin: 5px 0;
}
#comments .comment p.by {
  margin-bottom: 5px;
  font-weight: bold;
}
#comments .comment p.date {
  margin-top: 5px;
  font-style: italic;
  color: #888;
}


#comment-form {
	margin: 15px 0px;
	border-top: 1px dotted #aaa;  
}
#comment-form h2 {
  margin-top: 15px;	
}
#comment-form label {
  display: block;
  float:left;
  width: 80px;
}
#comment-form input, #comment-form textarea {
  margin: 5px 0;
  width: 350px;
}
#comment-form .button {
  margin: 5px 0;
  width: auto;
}

/* bottom of article tools + nav                      */

#main #contentcolumn #article ul.bodynav {
	color: #26d;
  margin: 15px 0;
	border-top: 1px dotted #aaa;
	padding: 5px 0 4px 0;
}
#main #contentcolumn #article ul.bodynav a:hover{
    margin:0;
    text-decoration: none;
    color: #fff;
    background: #000;
  }
#main #contentcolumn #article ul.bodynav li.nav {
    float: right;
    margin-left: 20px;
  }
#main #contentcolumn #article ul.bodynav li.tools {
    float: left;
    margin-left: 0px;
    margin-right:20px;
  }
  
/* bottom of article - next article preview           */
#main #contentcolumn #article .next-article-box {
  display:none;
  z-index: -1000;
  xbackground:#eee;
  width:160px; 
  margin-left: -180px; 
  float:left; 
  margin-top: -200px;  
}
#main #contentcolumn #article .next-article-box h2 {
  margin: 10px 10px;
}
#main #contentcolumn #article .next-article-box h1 {
  font-family: Verdana;
  margin: 0 10px;
  font-size: 14px;
  letter-spacing: 0;
}
#main #contentcolumn #article .next-article-box p {
  margin: 5px 10px 10px 10px;
}

/* 
     =EXTRA
   
*/

#extra .box-no-top {
	margin: 10px 15px 0 10px;
}


/* article list */
#extra .article-list, #extra .box {
	border-top: 1px dotted #aaa;
	margin: 10px 15px 0 10px;
	font-size: 11px;
}
#extra .article-list h2, #extra .box h2 {
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #c32;
}
#extra .article-list ul {
	margin-top: 5px;
}
#extra .article-list ul li {
	margin: 0 0 10px 0;
	line-height: 1.2em;
}	
#extra .box p {
  margin-top: 5px;
	line-height: 1.3em;  
}
#extra .box input {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* ads */
#extra .ad {
	border-top: 1px dotted #aaa;
	margin: 10px 15px 0 10px;
	text-align:center;
}
#extra .ad img {
	margin-top: 10px;
	height: 60px;
}

/* featured */
#extra .featured {
	border-top: 1px dotted #aaa;
	margin: 10px 15px 0 10px;
	font-size: 11px;
}
#extra .featured h2 {
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #c32;
}
#extra .featured img {
	float:left;
	margin: 8px 5px 0 0;
}
#extra .featured h3 {
  font-size: 14px;
	margin-top: 5px;
	font-weight: normal;
}
#extra .featured h3 a { color: #26d; }
#extra .featured p {
	margin: 5px 0 10px 0;
	line-height: 1.3em;
}	



/* 
     =FOOTER
   
*/
#footer {
	border-top: 1px solid #ccc;
	padding: 10px;
	font-size: 10px;
	color: #fff;
	background: #000;
	height:15px;
}
#footer p {
	color: #aaa;
}
#footer a {
	color: #ddd;
}
#footer ul {
  margin: 0;
  float:left;
}
#footer li { 
  float: left;
  border-right: 1px solid #ddd;
  margin-right: 5px;
  padding-right: 5px;
}