/* @override http://www.alistapart.com/css/topics.css */

@import url(../sub.css);

#introductory {
	text-align: left;
	font: 1em Verdana, sans-serif;
	padding: 0.5em;
	margin: 0px 5px 2em 5px;
	background: #F8F7EF;
	border-bottom: 1px dashed #B2B2B2;
}
#content #introductory p {padding: 0; margin: 1em;}
#content #introductory b {margin: 0 0.5em;}

#content h1 {margin-bottom: 0;}
#content h2 {margin-top: 1.5em; margin-bottom: 0; font: 1em Verdana, sans-serif; letter-spacing: 2px;}
#content h2 a {font-weight: bold; text-transform: uppercase;}
#content.item {
	border-bottom: 1px dashed #B2B2B2;
	width: 500px;
	margin-left: 5px;
	margin-right: 5px;
}
#content h3.title {
	margin: 1em 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#content h4.byline {margin: 0.25em 0 0.5em;}

#content h5.ish {
	border:rgb(102,102,102);
	border-top:solid;
	border-width: 1px;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	line-height:normal;
	width:600 px;
	z-index:10;
	

#content em {font-weight: normal; text-transform: lowercase; font-style: italic; letter-spacing: 0;}
#introductory span {font-size: 1em;}

#content em a {font-weight: normal; text-transform: lowercase;}

#content p.helper {padding: 10px 0 0; margin: -1px 0 0; border: 0; border-top: 1px dashed #b2b2b2; font-style: italic;}

div#sidebar div#topicslist a.selected {text-color: #000; font-weight: normal;}


