p {
	margin: .5em 0 .5em 0;
	line-height: 1.5em;
}

h1 { 
	font-size: 140%;
	font-weight: normal;
	margin: 1em 0 .4em 0;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	margin: 1em 0 .5em 0;
}

h3 {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 1em;
}

ul { list-style-type: none; }

div.divider {
	display: block;
	height: 7px;
	border-bottom: 1px dotted #b1c3ca;
	overflow: hidden;
}



div.issue {
	padding: 0 0 .5em 1.5em;
}

div.issue  ul {
	list-style-type: none;
}

div.issue li {
	margin-bottom: .3em;
}

div.issue a {
	color: #617e8a;
}

p.current {
	font-size: 110%;
	padding: 0 0 0 1.5em;
	margin: .5em 0 1.5em 0;
}

p.current a:hover,
div.issue a:hover {
	color: #36c;
	text-decoration: none;
}

p.current a:hover span,
div.issue a:hover span {
	text-decoration: underline;
}

p.archives {
	margin: .4em 0 .3em 0;
}

div.article-sb {
	padding: 1.5em 0 .3em .5em;
}

div.article-sb strong {
	display: block;
	margin-bottom: .7em;
	font-size: 120%;
}

div.article-sb ul {
	list-style-type: none;
	font-size: 120%;
}
div.article-sb  li {
	margin: 0 0 .5em 0;
}

div.article-links {
	font-family: Arial, Sans-Serif;
	margin: .7em 0 0 0;
	padding: 0 0 0 1.5em;
}

div.article-links ul {
	list-style-type: none;
}

div.article-links li {
	margin: 0 0 .5 0;
}

div.post {
	margin: 0 0 2em 0;
}

div.post p {
	line-height: 1.7em;
	margin-bottom: 1.2em;
}

div.post h2 {
	margin-top: 1.2em;
	font-size: 140%;
	font-weight: normal;
}

h2 small { font-size: .7em; }

div.post ul, div .post ol {
	margin: 1em 0 1em 2em;
}

div.post li {
	margin: 0 0 .3em 0;
}

p.indent, div.indent {
	padding-left: 2.5em;
}

div.post h3 {
	font-weight: bold;
}

p.error404 {
	font-family: Arial, Sans-Serif;
	font-size: 90%;
	margin: .5em 0em 1em 1.5em;
	padding: 1em 2em;
	background: #ffc;
	color: #333;
}

p.error404 strong {
	color: #900;
	font-size: 110%;
}

div .research {
	border-top: 1px solid #b1c3ca;
	border-bottom: 1px solid #b1c3ca;
	font-family: arial, sans-serif;
	font-size: .9em;
	line-height: 1.3em;
	padding: 1em 1em 1em 1em;
}

.indentlist {
	margin-left: 4em;
}

.outdent {
	display: block;
	float: left;
	position: relative;
	left: -4em;
	margin-right: -4em;
}

blockquote.ps { padding: 1em .5em; border-top: 1px solid #b1c3ca; border-bottom: 1px solid #b1c3ca; margin: 1em .5em 1em 0; background: #f6f6f3}
		.ps p { font-size: .9em; line-height: 1.4em; margin: 0 0 .4em 0; font-family: Arial, Sans-Serif; }
		
div.teaser { border: 1px solid #b1c3ca; float: right; width: 185px; background: #eef; margin: 0 0 .3em 1.3em; padding: 5px 0px 0 5px; }
	div.teaser p { font-family: Arial, Sans-Serif; font-size: .8em; }
	
/* = added 2008.03.25 */
dl {padding-left: 7em; font-family: Arial, Sans-Serif;}
dl dt {float: left; width: 6em; position: relative; left: -7em; margin-right: -7em; display: block; clear: none; color: #999; text-align: right; }
dl dd {clear: right; margin-bottom: .4em;}


ol.order  {padding: 5px 0 5px 20px; }


ol.order li {padding: 0 0 0 5px; }


ul.unordered  {margin: 1em 0 1em 2em; }

ul.unordered li {margin: .3em 0; list-style-type: disc; }
