/*
//  layout.css
//
//  Structural styles for Brookyln Rail Site
//
//  Created by Chris Johanesen on 2005-12-27.
//  Copyright 2005 Chris Johanesen. All rights reserved.
*/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
a img,:link img,:visited img { border:none; }

body {
  font-family: verdana, arial, helvetica, san-serif;
  color: #000;
  font-size: 10px;
}
a { color: #000; font-weight:normal; }

/*#header img,*/
/*#header,*/ 
#textflag,
#nav,
#main #contentcolumn ul.sectionnav,
#article-tools,
#comment-form,
#main #contentcolumn #article ul.bodynav,
#main #contentcolumn #article .next-article-box,
#extra, 
#pagewrap #filler, 
#footer,
#main #issuecolumn
{
  display:none;
}

/* HEADER */
#header {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
#header h1 {
  font-size: 20px;
}


/* ARTICLE */
#article {
	width: 100%; /*added to fill to printable page width */
}

#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;
} 
#article  h2 {
	margin: 10px 0;
	text-transform: uppercase;
}
#article cite {
	display: block;
	margin: 10px 0 0 1px;
}

/* body */
#article #body {
  margin: 30px 0 0 0;
}

#article #body p {
	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 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";
  font-size: 18px;
  font-weight: normal;
  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 hr {
  margin: 25px auto 20px auto;
  border:0;
  border-bottom : 1px solid #aaa;
  width: 100%;
}

/*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;
}
.article-image img{
	width:300px;	
}

/* 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;
  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;
}
*/