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

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

/* Sections not to be printed
----------------------------------------------- */
#tertiaryNavWrapper, #header, #navWrapper, #toolbox, #sidebar, #disqus_thread, a.dsq-brlink, #footerContainer div, #footerContainer div.footerAddress ul,#slideshowNav,#slideshowPager, #revolutionaries {
	display: none;
}
#footerContainer div.footerAddress {
	display: block;
	padding: 10px 0 0 0;
	border-top: 1px solid #CCC;
}

/* Print Header
----------------------------------------------- */
#printHeader h1 {
	padding: 0 0 10px 0;
	margin: 0 0 1em 0;
	color: #000;
	border-bottom: 1px solid;
}

/* General Typography
----------------------------------------------- */
a {
	color: #005481;
}
a:hover, a:focus, a:active {
	background: #005481;
	color: #fff;
	text-decoration: none;
}
p, ol, ul {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 1em;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #187BC2;
	font-weight: normal;
	line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a {
	color: #187BC2;
}
h1 {
	font-size: 2em;
	margin-bottom: .5em;
	margin-top: .5em;
}
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 .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
----------------------------------------------- */
#footerContainer div {
	width: auto;
	margin: 0 20px 0 0;
	float: left;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer li, #footer p {
	color: #000;
	line-height: 1.3;
}
#footer li a {
	color: #000;
	text-decoration: none;
}
#footer li span {
	font-size: 1.4em;
}
#footer li li {
	font-size: .85em;
	display: block;
	padding: 3px 0 3px 6px;
}
#footer li a:hover, #footer li a:focus, #footer li a:active, #footer li a.current {
	text-decoration: underline;
	background: transparent;
}
#footer div.footerAddress h3 {
	margin: 0;
	padding: 4px 0;
	font-size: 1.5em;
	color: #000;
}
#footer div.footerAddress p, #footer div.footerAddress li {
	font-size: .8em;
	padding: 3px 0 3px 6px;
}

/* Home Page Feature Slider
----------------------------------------------- */
#slideshowWrapper {
	background: #EDF0F5;
	position: relative;
	padding: 10px;
	margin: 0 0 10px 0;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
#slideshow {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 614px;
	height: 230px;
	overflow: auto;
}
#slideshow li {
	display: block;
	width: 614px;
	height: 230px;
	background: #333;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#slideshow li div.imageholder {
	margin: 15px 0 0 20px;
	width: 320px;
	height: 200px;
	float: left;
	overflow: hidden;
}
#slideshow li div.textholder {
	margin: 15px 20px 0 0;
	width: 229px;
	height: 190px;
	float: right;
	overflow: hidden;
}
#slideshow a {
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 1.6;
}
#slideshow a strong {
	font-size: 1.2em;
	display: block;
	margin: 0 0 10px 0;
	font-weight: normal;
}

#slideshow { height: auto !important; }
#slideshow li { 
	position: relative !important; 
	display: block !important; 
	opacity: 1 !important;
	left: 0 !important;
	top: 0 !important;
	width: 614px !important;
	height: 230px !important;
	margin: 5px 0 !important;
	}

#homeButtons {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}
#homeButtons li {
	line-height: 1;
}
#homeButtons li a {
	display: block;
	width: 300px;
	color: #FFF;
	font-size: 1.7em;
	font-weight: normal;
	text-align: center;
	background: #026DEF url(/common/images/navigation/css_homeButtons_back.gif) left bottom repeat-x;
	text-decoration: none;
	padding: 8px 0 10px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
#homeButtons li.first a {
	margin: 0 34px 0 0;
}


#homeNews {
	margin: 0;
}
#homeNews h3 a, #homeEvents h3 a, #homeEvents h4 {
	color: #187BC2;
}
#homeNews h3 a, #homeEvents h3 a {
	font-size: 1.3em;
	display: block;
	padding: 0 0 8px 0;
	border: 1px solid #187BC2;
	border-width: 0 0 1px 0;
	text-decoration: none;
}
#homeNews h3 {
	position: relative;
}
#homeNews h3 a.rss {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: .8em;
	color: #000;
	border: 0;
	border-width: 0;
	text-decoration: none;
	padding: 0 2px 0 16px;
	background: #FFF url(/common/images/icons/feed-icon-12x12.gif) 2px 50% no-repeat;
}
#homeNews ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#homeNews li {
	line-height: 1;
}
#homeNews li a {
	display: block;
	line-height: 1.4;
	margin: 0 0 20px 0;
	padding: 4px 0;
	text-decoration: none;
	color: #000;
}
#homeNews li a strong {
	color: #013370;
	font-size: 1.15em;
	font-weight: normal;
}
#homeNews li a em {
	color: #676767;
	font-size: .9em;
}
#homeNews li a span {
	display: block;
}
#homeNews li a img {
	padding: 1px;
	border: 1px solid #CCC;
	float: left;
	margin: 0 5px 5px 0;
}
#homeEvents ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#homeEvents li {
	display: block;
}
#homeEvents li a span {
	display: inline;
	white-space: nowrap;
}
#homeEvents span.icon {
	display: block;
	width: 36px;
	height: 40px;
	background: url(/common/images/navigation/css_event_icon.gif) left top no-repeat;
	float: left;
	margin: 4px 5px 0 5px;
}
#homeEvents span.icon {
	text-transform: uppercase;
	color: #FFF;
	font-size: .8em;
}
#homeEvents span.icon strong {
	display: block;
	text-align: center;
	color: #555;
	font-size: 1.2em;
}
#homeEvents li a {
	display: block;
	line-height: 1.4;
	margin: 0 0 20px 0;
	padding: 4px 0;
	text-decoration: none;
	color: #000;
}
#homeEvents li a strong {
	color: #013370;
	font-size: 1.15em;
	font-weight: normal;
}
#homeEvents  li a em {
	color: #676767;
	font-size: .9em;
}
#homeEvents h4 a {
	color: #013370;
	font-size: 1.15em;
	font-weight: normal;
	text-decoration: none;
}

/* Utilities
----------------------------------------------- */
.hide {
	display: none;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* force hasLayout in IE7 */
#slideshowWrapper li,#homeNews li a,#homeEvents li,#homeEvents li span,#sidebar,#content,#footer {
	zoom: 1;
}

