body
{
	font: 12px/1.6em"Helvetica Neue",  Arial, Helvetica, sans-serif;
}

a:focus
{
	outline: 1px dotted invert;
}

a, a:link, a:visited
{
	color: #3d679d;
	text-decoration: none;
}

a:hover { color: #005875; }   /* TODO */

#midwrapper a, #midwrapper a:link, #midwrapper a:visited {background-color:#79ccd4; color:#000; padding: 3px;}


hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}


/* block elements */

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 0;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6
{
	line-height: 1.2em;
	margin-bottom: .3em;
}

h5 { font-size: 1.2em; }

h6
{
	font-size: 1em;
	text-transform: uppercase;
}

h1 a { font-weight: normal; }

p{
	line-height: 1.6em;
	margin-bottom: .6em;
}

/* Headings */

h1
{
	font-size: 24px;
}

h2
{
	font-size: 24px;
	margin-top:1em;
	margin-bottom:1em;
}

h3
{
	margin-top:2em;
	font-size: 18px;
	font: Times, serif;
}

.show-synopsis h3, .story h3 {margin-top:0;}

h4
{
	font-size: 12px;
	margin-top: .6em;
}

h5
{
	font-size: 10px;
}

h6
{
	font-size: 8px;
}

.warning, #warnings {color: red}

th {text-align:left; padding-right: 3px;}
td {text-align:left; padding-right: 3px;}

table.grid {border-left:1px solid #ccc;border-top:1px solid #ccc; }
table.grid th {border-right:1px solid #ccc;border-bottom:1px solid #ccc; padding: 3px; background-color: #eee;}

table.grid td {border-right:1px solid #ccc;border-bottom:1px solid #ccc; padding: 3px}

ol li 
{
	margin-left: 20px;
}

.article_content ul li 
{
	margin-left: 0;
}


.content-primary ul li 
{
	margin-left: 20px;
}


