/*
-----------------------------------------------
'headway.ie' Master Print Styles
Author:   Tom Duke
          http://www.revolutionaries.ie/
Version:  19th November 2008
----------------------------------------------- */

/* Page defaults*/
body
{
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.6;
}

/* Sections not to be printed */
#topNavWrapper, #header, #sitesearch, #newslettersignup, #topButtons, #toolbox, #sidebar, p.footerLinks, #revolutionaries {
	display: none;
}

/* general typography */
p, ol, ul {
	line-height: 160%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
}
#content {
	line-height: 160%;
}
p.date {
	margin-bottom: .5em;
	font-style: italic;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #03346F;
	font-weight: normal;
}
#content h1, #content h2, #content h3, #content h4 {
	line-height: 120%;
}
h1 {
	font-size: 2em;
	color: #03346F;
	margin-bottom: .5em;
	margin-top: .5em;
	clear: both;
}
h2 {
	font-size: 1.6em;
	margin: 1.5em 0 .5em 0;
}
h3 { 
	font-size: 1.4em;
	margin: 1.3em 0 .5em 0;
}
h3.date {
	margin: 0 0 1em 0;
}
h4 { 
	font-size: 1.2em;
	margin: 0 0 .5em 0;
}

/* content styles */
#content a {
	color: #005481;
}
#content a:hover, #content a:focus, #content a:active {
	background: #005481;
	color: #fff;
	text-decoration: none;
}
#content .left {
	float: left;
	margin: 0 12px 8px 0;
}
#content .right {
	float: right;
	margin: 0 0 8px 12px;
}
#content ul li, #content ol li {
	margin-bottom: .5em;
}
#content span.photo {
	display: block;
}
#content .photo {
	font-style: italic;
	font-size: .89em;
	text-align: left;
	font-weight: normal;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #ccc;
	line-height: 140%;
}
#content .nocaption {
	padding: 0;
	border-bottom: 0;
}
#content .photo img {
	display: block;
	padding: 3px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}
#content li span {
	display: block;
}

/* footer styles */
#footer {
	clear: both;
	margin-top: 1.5em;
	border-top: 2px solid #ccc;
}
#footer p {
	color: #000;
	padding-left: 4px;
	margin-top: 5px;
	font-size: .9em;
}
#footer a {
	color: #785E01;
	text-decoration: underline;
}
