/* CSS Document */
p.first-line:first-line {font-size:larger; font-weight:bold;}

#column-3 {
	width:350px;
	float:right;
	padding-top:10px;
	overflow:visible;
clear:none;	
	}
	
.module-hatched {
	background-image: url("http://www.chicagomag.com/images/hatched.gif"); 
	padding: 7px;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;	
	margin-bottom: 10px;
}

/* article page styles */


#article {
	background-image:url(http://www.chicagomag.com/images/dot-vert.gif);
	padding:0px 20px 10px 0px;
	line-height: 1.7;
	float:left;
	width:610px;
	display:inline;
	overflow:visible;
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: 609px 0px;
	}
	
#article-image {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	}
	
#bottom-ad {
	text-align:center;
	padding:10px;
	background-color:#fff;
	}

.article-subtitle {
  	font-style: italic;
  	font-weight: normal;
  	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8.5pt;
	line-height: 1.2;
	color: #777;
	font-style: italic;
}


		
p.blog-footnotes {
	border-top:dotted 1px #999;
	}

