﻿/* endsdirectory.com articles styles 
Author:Jeremy Halliwell
Version:20050914
*/

/* print styles */
@media print {
	/* show footnote links */
	.printLink {
		display:inline;
	}	
	#nav {
		display:none;
	}
}
/* hide footnote links */
	.printLink {
		display:none;
	}	

#nav ul#editions {
	padding:5px;
}
#nav ul#editions li h2 {
	font-size:1.3em;
}
#nav ul#editions li h3 {
	font-size:1.2em;
	margin-top:5px;
}
#nav ul#editions li ul li {
	margin:5px 0;
}
#nav ul#editions li ul li a {
	text-decoration:none;
}
#nav ul#editions li ul li a:hover {
	text-decoration:underline;
}
#main {
	margin-top:2em;
}
#main p.note {
	font-style:italic;
}
#main h2 {
	font-size:1.4em;
	line-height:1em;
	margin-bottom:0.5em;
}
#main h2 a {
	text-decoration:none;
}
#main h2 a:hover {
	text-decoration:underline;
}
#main h3 {
	font-size:1.1em;
}
#main ul li {
	background:url(../img/bullet6.gif) no-repeat 0 50%;
	line-height:1.5em;
	margin-left:1em;
	padding-left:1em;
}
#main img#art-pic {
	float:left;
	margin:0 1em 1em 0;
}
#main img.art-thumb {
	float:left;
	margin:0 10px 0 0;
}
#main img {
	margin:0.5em 0;
}
#main p#standfirst {
	color:#699;
	font-weight:bold;
}
#main div.box {
	background:#CEDFDD;
	margin:5px;
	padding:0;
}
	#main div.box p {
		padding:0 0.5em;
	}
	#main div.box h3 {
		background:#699;
		color:#fff;
		margin-bottom:0.5em;
		padding:5px 0;
		text-align:center;
	}
	#main div.box dl,
	#main div.box ul {
		padding:5px;
	}
	#main div.box dt {
		font-weight:bold;
	}
	#main div.box blockquote {
	padding:0.5em;
}
#main div.box blockquote p {
	margin:0;
	padding:0;
}
#main div.box cite {
	display:block;
	font-weight:bold;
}
#main table.table {
	background:#CEDFDD;
	border-collapse:collapse;
	padding:0 0.5em;
	width:100%;
}
	#main table.table caption {
		background:#699;
		color:#fff;
		font-weight:bold;
		padding:5px 0;
		text-align:center;
	}
	#main table.table col.col-a {
		width:15%; 
	}
	#main table.table th {
		background:#c2cfcf;
		padding:0.5em;
		text-align:left;
		vertical-align:top;
	}
	#main table.table th.secondary {
		background:#CEDFDD;
		font-style:italic;
		font-weight:normal;
	}
	#main table.table td {
		border-bottom:1px solid #006243;
		padding:0 0.5em;
	}
	#main table.table td.value {
		text-align:right;
	}
	#main #footnotes li {
		font-style:italic;
	}