/*___ set up ____ */
img {border:none;}

/* ____ Structure _________ */
* {margin:0;padding:0}
body{text-align:center;margin-left:1.5em;}
#wrap {text-align:left; margin: 0 0 0 225px ; width:48em; position:relative;} /* 0 auto for center  60em for sub column*/
#main {width:48em;}
.fullpic {width:48em;margin-bottom:3em;}
.paddedpic {width:45em} /* based on  18px padding */
.creditpic {float:left;margin:0 1.5em 1.5em 0;}
/* ____ Background _________ */
body {background-color: #f1f1f1;}/*E6E3DC*/
#content {background-color: #fff;}

/*___ Links __________ */
a:link, a:visited { text-decoration:underline;color:#000;}
a img, a:link img, a:visited img {border:0px;text-decoration: none;!important}

/* ____ Typography _________ */
/* __________see: 24ways.org/2006/compose-to-a-vertical-rhythm */
body {
	/*background:url("underline.gif"); */
	font-family:"Lucida Grande",arial,helvetica,sans-serif;color:#000;
	font-size: 75%;  line-height:1.5em; /*75% = 12 px therefore 1.5em =18px*/
} 
html>body { font-size: 12px;}   /*used by modern browsers */ 
p {line-height: 1.5em;margin-bottom:1.5em;}
h1, h2, h3, h4, h5, h6 {color:#222;font-family:arial,georgia,times,arial,helvetica,serif;font-weight: normal;} 
h1 {font-size:3em;margin:36px 0 36px 0;line-height:45px} /* 36px */
h3 {font-size: 22px; line-height:27px;margin-bottom:27px;margin-top:27px} /*18px */
.leadintext {font-family:times;font-size:20px;}
blockquote {margin:1.5em 3em 1.5em 3em}
.quote_source {font-size:12px;}

/*_____ Building Blocks ______ */
#preface {margin-left:18px;margin-top:18px;}
#articletitle {font-weight:bold;line-height:36px}
#byline {}
#intro {border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding: 1.5em 0 1.5em 0;margin-bottom:3em;}
.section {}
.blackout {background-color:black;height:48em;margin-bottom:3em;}
.blackout h3 {font-size:3em;font-weight:bold;padding:6em 1.5em; color:white;}
.photocaption {margin-top:-2em;margin-bottom:3em;}
.pageblock_lift {border:1px dashed #888; padding:1.5em;}
.pageblock_lift .photocaption {margin-top:1.5em;margin-bottom:3em;margin-bottom:1.5em;}

.divider_med {margin-bottom:1.5em;}

/*.pageblock {float:left;position:relative;margin:18px;width:216px;overflow:hidden;}
#wrap {font-size:50%}
*/
