/*
-----------------------------------------------
'marriagequality.ie' Master Print Styles
Author:   Tom Duke
          http://www.revolutionaries.ie/
Version:  15th June 2011
----------------------------------------------- */

/* Page defaults*/
body
{
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */
}

/* Sections not to be printed */
#navtop, #navmain, div.breadcrumbs, #sidebar, #footer ul, #revolutionaries {
	display: none;
}

/* general typography */
p, ol, ul {
	line-height: 160%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
}
h1, h2, h3, h4
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #000;
	font-weight: normal;
}
h1 {
	font-size: 2em;
	color: #000;
	margin-top: 0;
	margin-bottom: .5em;
}
h2
{
	font-size: 1.7em;
	margin: 1.5em 0 .5em 0;
	border-bottom: 1px solid #ccc;
}
h3 { 
	font-size: 1.4em;
	margin: 1.3em 0 .5em 0;
}
h4 { 
	font-size: 1.2em;
	margin: 0 0 .5em 0;
}
h1 a {
	color: #000;
	text-decoration: none;
}


/* content styles */
#content a {
	color: blue;
}
#content img {
	padding: 3px;
	border: 1px solid #ccc;
}
#content img.left {
	float: left;
	margin: 0 8px 8px 0;
}
#content img.right {
	float: right;
	margin: 0 0 8px 8px;
}
#content ul li, #content ol li {
	margin-bottom: .5em;
}
#content .left {
	float: left;
	margin: 0 8px 8px 0;
}
#content .right {
	float: right;
	margin: 0 0 8px 8px;
}

/* 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;
}