/*
-----------------------------------------------
'womensaid.ie' Master Print Styles
Author:   Tom Duke
          http://www.revolutionaries.ie/
Version:  17th March 2009
----------------------------------------------- */

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

/* Sections not to be printed
----------------------------------------------- */
#topNav, #header h2, #secondaryNav, #primaryNavWrapper, #sidebar, #footer div, #toolbox, #revolutionaries {
	display: none;
}
#footer div.first {
	display: block;
}

/* General Typography
----------------------------------------------- */
a {
	color: #440D6A;
}
p, ol, ul {
	margin-top: 0;
	margin-bottom: 1em;
}
h1, h2, h3, h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color: #000;
	font-weight: normal;
}
#content h1, #content h2, #content h3, #content h4 {
	line-height: 1.3;
}
h1 {
	font-size: 2.5em;
	margin: 0 0 .5em 0;
	color: #440D6A;
}
h2 {
	font-size: 1.833em;
	margin: 1.4em 0 .5em 0;
}
h3 { 
	font-size: 1.5em;
	margin: 1.2em 0 .7em 0;
}
h4 { 
	font-size: 1.2em;
	margin: 0 0 .5em 0;
}
strong.fpara {
	font-size: 1.2em;
	font-weight: normal;
}

/* Content Styles
----------------------------------------------- */
#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 .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;
}

div.hilitebox {background: #E2D8EA; border: 1px solid #CCC; padding: 5px; margin-bottom: 1em; text-align: center;}
div.hilitebox p, div.hilitebox ol, div.hilitebox ul {font-weight: bold; margin-bottom: 0;}
div.hilitebox h2, div.hilitebox h2 {margin-top: 0;}
p.indent {margin-left: 2em;}
blockquote {background: #E2D8EA; margin: 0 2em 1em 2em; padding: 10px;}
blockquote em {font-size: 1.1em;}

/* Footer Styles
----------------------------------------------- */
#footer {
	margin: 20px 0 0 0;
	border-top: 1px solid #555;
}
#footer h3 {
	color: #555;
	margin: 0 0 .3em 0;
	font-size: 1.2em;
	font-weight: bold;
}
#footer p {
	color: #555;
	font-size: .9em;
	margin-bottom: .5em;
}
#footer a {
	color: #555;
}
