/*
-----------------------------------------------
'alankelly.ie' Master Styles
Author:   Tom Duke & Fran O'Rafferty
          http://www.revolutionaries.ie/
Version:  5th Apr 2014
----------------------------------------------- */

/* Page defaults
----------------------------------------------- */
body
{
	margin: 0;
	padding: 0;
	min-width: 920px;
	background: #E6E6E6;
	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 */
}

/* Links
----------------------------------------------- */
a {
	color: #BD1220;
	text-decoration: underline;
}
a:hover {
	color: #039;
}

/* Structure
----------------------------------------------- */
#header {
	padding-top: 2.2em;
	background: #FFF;
}
#issues {
	background: #FFF;
	border-bottom: 1px solid #BD1220;
}
#main {
	margin-top: 8px;
	padding-top: 9px;
	background: transparent url(/site/alankelly/img/css_main_back.gif) 50% top no-repeat;
	text-align: center;
}
#footer {
	margin-top: 10px;
	padding-top: 9px;
	background: transparent url(/site/alankelly/img/css_footer_back.gif) 50% top no-repeat;
	text-align: center;
}
#main-container, #main-bottom, #footer div, #subfooter div {
	margin: 0 auto;
	width: 895px;
	position: relative;
	text-align: left;
}
#main-container {
	background: transparent url(/site/alankelly/img/css_main-container_back.gif) left top repeat-y;
	padding-top: 0px;
}
#main-bottom {
	background: transparent url(/site/alankelly/img/css_main-bottom_back.gif) left bottom no-repeat;
	height: 9px;
	clear: both;
	font-size: 1px;
}
#footer-container {
	padding-bottom: 9px;
	background: #DCDCDC url(/site/alankelly/img/css_footer-container_back.gif) left bottom no-repeat;
}
/* #footer div {
	position: relative;
	height: 188px;
	background: #fff url(/common/images/navigation/css_footer_back.jpg) left bottom no-repeat;
} */
#subfooter div {
	padding: 30px 0;
}
#content {
	background: #fff;
	width: 639px;
	margin-left: 15px;
	min-height: 400px;
	float: left;
	padding-bottom: 30px;
}
#sidebar {
	width: 216px;
	margin-left: 10px;
	float: right;
	padding-bottom: 15px;
}
#sidebar2 {
	display: none;
}


/* Home Page Modifications
----------------------------------------------- */
/*body.index #content {
	width: 412px;
}
body.index #main {
	background: transparent url(/site/alankelly/img/css_main_back_home.gif) 50% top no-repeat;
}
body.index #main-container {
	background: transparent url(/site/alankelly/img/css_main-container_back_home.gif) left top repeat-y;
}
body.index #main-bottom {
	background: transparent url(/site/alankelly/img/css_main-bottom_back_home.gif) left bottom no-repeat;
}
#sidebar2 {
	width: 217px;
	float: right;
	padding-bottom: 15px;
}*/

/* Common Top Nav
----------------------------------------------- */
#commonnav
{
	min-width: 920px;
	border: 1px solid #fff;
	border-width: 0;
	padding: 0 0 7px 0;
	margin: 0 0 5px 0;
	background: #BD1220 url(/site/alankelly/img/css_commonnav_back.gif) left bottom repeat-x;
	position: absolute;
	top: 0;
	width: 100%;
}
/*  Suckerfish Dropdowns                                    
    This version keeps rollover colour for parent li when over second-level menus       */
#commonnav {
	font-size: .8em;
	}
#commonnav ul {
	margin: 0;
	list-style: none;
	line-height: 1;
	padding-left: 0;
}
#commonnav li {
	float: left;
	margin-left: 0;
}
#commonnav li ul { /* second-level lists */
	position : absolute;
	margin-left: -1000em;
	width: 13em;
}
#commonnav a
{
	display: block;
	padding: .6em 12px .6em 17px;
	background: #BD1220 url(/common/images/navigation/bullet_w.gif) 4px 50% no-repeat;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#commonnav li:hover ul, #commonnav li.sfhover ul { /* shows list on hover */
	margin-left: 0;
}
#commonnav li:hover a, #commonnav li.sfhover a { /* first level hover */
	background: #d6d6d6  url(/common/images/navigation/bullet_hl.gif) 4px 50% no-repeat;
	color: #000;
	text-decoration: underline;
}
#commonnav li:hover li a, #commonnav li.sfhover li a { /* second level link */
	font-weight : normal;
	border-top: 1px solid #fff;
	width: 13em;
	background: #d6d6d6  url(/common/images/navigation/bullet.gif) 4px 50% no-repeat;
	color: #000;
	text-decoration: none;
}
#commonnav li:hover li a:hover, #commonnav li.sfhover li a:hover { /* second level hover */
	background: #999  url(/common/images/navigation/bullet_hl.gif) 4px 50% no-repeat;
	color: #fff;
	text-decoration: underline;
}
/* extra positioning rules for limited noscript keyboard accessibility 
   http://carroll.org.uk/sandbox/suckerfish/bones2.html */
#commonnav li a:focus {
	background: #d6d6d6 url(/common/images/navigation/bullet_hl.gif) 4px 50% no-repeat;
	color: #000;
	text-decoration: underline;
}
#commonnav li li a:focus {
	margin-left:1000em;
	width:13em;
	background: #999 url(/common/images/navigation/bullet_hl.gif) 4px 50% no-repeat;
	color: #fff;
	text-decoration: underline;
}
#commonnav li:hover a:focus, #commonnav li.sfhover a.sffocus {
	margin-left: 0;
}
#commonnav li.sfhover li a.sffocus {
	background: #999 url(/common/images/navigation/bullet_hl.gif) 4px 50% no-repeat;
	color: #fff;
	text-decoration: underline;
}
#commonnav #customsearch
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	margin: 0;
	padding: 1px 5px 1px 2px;
	font-weight: bold;
	color: #fff;
}
#customsearch form {
	margin: 0;
	padding: 0;
}
#customsearch input {
	font-size: .8em;
}

a.skipnavigation {
	position: absolute;
	left: -1000em;
}
a.skipnavigation:focus {
	left: auto;
	margin-top: 3em;
}

/* General Typography
----------------------------------------------- */
p, ol, ul {
	font-size: 1em;
	line-height: 160%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 1.4em;
	margin-bottom: .3em;
	color: #000;
}
h1 {
	font-size: 2.5em;
	margin-top: .3em;
	margin-bottom: .8em;
	color: #333;
}
h1.tight {
	margin-bottom: 0; }
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h3.date {
	font-size: 1.1em;
	margin: .3em 0 1.5em 0;
}
h4 {
	font-size: 1.2em;
}

/* Header styles
----------------------------------------------- */
#header h1 {
	margin: 0;
	padding: 0;
}
#header h1 a {
	display: block;
	float: left;
	width: 170px;
	height: 75px;
	background: transparent url(/site/alankelly/img/css_lisbon_logo.gif) left top no-repeat;
}
#header h1 a:hover, #header h1 a:focus, #header h1 a:active {
	background: transparent url(/site/alankelly/img/css_lisbon_logo.gif) left -75px no-repeat;
}
#header h1 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
body.index #header h1 {
	display: block;
	float: left;
	width: 170px;
	height: 75px;
	background: transparent url(/site/alankelly/img/css_lisbon_logo.gif) left top no-repeat;
}
#signup-wrap {
	float: right;
	padding: 5px;
	margin: 0;
	text-align: center;
	width: 28em;
}
#signup {
	float: left;
	padding: 0;
	margin: 0;
	background: url(/site/alankelly/img/css_su_left.gif) left top no-repeat;
}
#signup-container {
	float: left;
	padding: 4px 0 0 0;
	background: url(/site/alankelly/img/css_su_right.gif) right top no-repeat;
}
#signup form {
	float: left;
	padding: 0 0 0 4px;
	background: url(/site/alankelly/img/css_su_left.gif) left bottom no-repeat;
}
#signup fieldset {
	float: left;
	padding: 0 4px 4px 0;
	background: url(/site/alankelly/img/css_su_right.gif) right bottom no-repeat;
}
#signup label
{
	display: block;
	width: 8em;
	float: left;
	margin: 0;
	padding: 3px 5px 3px 0;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#signup-container div {
	float: right;
	text-align: left;
	width: 18em;
}
#signup input, #signup select {
	font-size: .9em;
	margin: 0 0 1px 0;
	padding: 0;
}
#signup #emailSignup {
	width: 200px;
}
#signup #constituencySignup {
	clear: right;
	width: 135px;
}
#signup-wrap p {
	padding: 0;
	margin: 0;
	clear: both;
	text-align: center;
	font-size: smaller;
}

/* Main navigation
----------------------------------------------- */
#nav-main
{
	margin: 1px 0;
	padding: 1px 0;
	background: #FFF;
	text-align: left;
}
#nav-main ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	background: #E6E6E6;
}
#nav-main li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1;
}
#nav-main li a
{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	color: #000;
	padding: 0 0 0 5px;
	margin: 0 0 0 15px;
	text-decoration: none;
	background: transparent;
	font-size: .9em;
	font-weight: bold;
}
#nav-main li a span
{
	margin: 0;
	padding: 0;
	display: block;
	padding: 4px 5px 5px 0;
}
#nav-main li a.current, #nav-main li a:hover, #nav-main li a:focus, #nav-main li a:active
{
	color: #FFF;
	background: #009550 url(/site/alankelly/img/css_navmain_back.gif) left top no-repeat;
}
#nav-main li a.current span, #nav-main li a:hover span, #nav-main li a:focus span, #nav-main li a:active span
{
	background: #009550 url(/site/alankelly/img/css_navmain_back.gif) right top no-repeat;
}

/* Center Content
----------------------------------------------- */
#content img {
	padding: 3px;
	border: 1px solid #ccc;
}
#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;
}
#map img {
	padding:0;
	border: 0;
}
span.pipe {
	display: none; }
.breadcrumbs {
	color: #666;
	font-weight: normal;
	font-size: .8em;
	margin: 0 0 1.5em 0;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
.breadcrumbs a:hover, .breadcrumbs a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

/* Blog Styles
----------------------------------------------- */
div.blog-entry {
	clear: both;
	margin-bottom: 2em;
}
div.sticky {
	background-color: #FEFCCB;
}
div.sticky h2, div.sticky h3, div.sticky p, div.sticky ul, div.sticky ol {
	padding: 0 5px;
}
div.sticky img.left {
	margin-left: 5px;
}
div.blog-entry h1 {
	margin-top: 0;
	margin-bottom: .3em;
}
div.blog-entry h2 {
	margin-bottom: .3em;
	font-weight: bold;
	font-size: 1.8em;
	margin-top: .3em;
}
div.blog-entry h3 {
	margin-top: 0;
	margin-bottom: 1em;
	border-top: 1px solid #ddd;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	position: relative;
}
div.blog-entry h2 a, div.blog-entry h1 a  {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #efefef;
}
div.blog-entry h2 a:hover, div.blog-entry h1 a:hover {
	color: #BD1220;
	text-decoration: none;
	border-bottom: 1px solid #BD1220;
}
p.posted {
	clear: both;
	font-size: .9em;
}
p.posted a {
	color: #BD1220;
	text-decoration: none;
	border-bottom: 1px dotted #BD1220;
}
p.posted a:hover {
	color: #039;
	text-decoration: none;
	border-bottom: 1px solid #039;
}
a.permalink {
	padding-left: 18px;
	background: url(/common/images/navigation/css_permalink.gif) left 50% no-repeat;
}
a.comments {
	padding-right: 18px;
	background: url(/common/images/navigation/css_comment.gif) right 50% no-repeat;
}
div.caption {
	font-size: .9em;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
#comments dl {
	margin: -1em 0 2em;
}
#comments dt {
	margin: 0;
	position: relative;
	padding: 1.5em 0 0 48px;
	font-weight: bold;
}
#comments dt a {
	text-decoration: none;
	border-bottom: 1px dotted;
}
#comments dt img {
	background: #efefef;
	border: 1px solid #ccc;
	padding: 2px;
	position: absolute;
	left: 0;
	top: 1.5em;
	width: 32px;
	height: 32px;
}
#comments dd {
	padding: .5em .5em 0 48px;
	border-bottom: 1px dashed #ccc;
}

/* RSS Icons
----------------------------------------------- */
a.rssicon
{
	position: absolute;
	top: 2px;
	right: 2px;
}
a.rssicon {
	color: #999;
	text-decoration: none;
}
a.rssicon:hover {
	color: #000;
	text-decoration: underline;
}
a.rssicon
{
	position: absolute;
	top: 2px;
	right: 2px;
	padding: 0 14px 0 0;
	background: url(/common/images/navigation/feed-icon-12x12.gif) right 50% no-repeat;
	font-size: .8em;
	color: #999;
	text-decoration: none;
}
a.rssicon:hover {
	color: #000;
	text-decoration: underline;
}
a.rssnews
{
	position: absolute;
	top: 5px;
	right: 4px;
	padding: 0 14px 0 0;
	background: url(/common/images/navigation/feed-icon-12x12.gif) right 50% no-repeat;
	font-size: .7em;
	color: #fff;
	text-decoration: none;
}
a.rssnews:hover {
	color: #fff;
	text-decoration: underline;
}
a.rssicon-link {
	padding-left: 16px;
	background: url(../img/icon-feed-12.gif) no-repeat 0 1px;
	}


/* Forms
----------------------------------------------- */
#donateform fieldset {
	padding: 10px;
	background: #efefef;
}
#donateform fieldset fieldset {
	border: 1px dotted #333;
}
#donateform legend {
	background: #efefef;
	font-weight: bold;
}

/* Sidebar styles
----------------------------------------------- */
#sidebar img {
	border: 0;
}
#sidebar h3, #sidebar2 h3
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #BD1220;
	font-size: 1.7em;
	font-weight: bold;
	margin: 0 0 .3em 0;
	background: #FFF url(/site/alankelly/img/css_sidebarh3_back.gif?123) left bottom no-repeat;
	padding: 0 50px 18px 9px;
}
ul#sectionnav {
	list-style: none;
	margin: 0;
	padding: 0 9px;
}
ul#sectionnav li {
	display: inline;
	margin: 0;
	padding: 0;
}
ul#sectionnav li a
{
	display: block;
	margin: 0;
	padding: 3px 3px 3px 20px;
	background: #FFF url(/site/alankelly/img/css_sidenav_back.gif) -216px .5em no-repeat;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #fff;
	border-width: 1px 0;
}
ul#sectionnav li a:hover, ul#sectionnav li a:focus, ul#sectionnav li a:active, ul#sectionnav li a.current
{
	background: #fff url(/site/alankelly/img/css_sidenav_back.gif) left .5em no-repeat;
	text-decoration: none;
	color: #000;
	border: 1px solid #fff;
	border-width: 1px 0;
}
ul#sectionnav ul li a
{
	display: block;
	margin-bottom: 2px;
	margin-left: 5px;
	padding: 2px 2px 2px 24px;
	background: #fff url(/common/images/navigation/css_sidesub_off.gif) 10px .7em no-repeat;
	border: 1px solid #fff;
	font-size: .9em;
	color: #785E01;
	line-height: 130%;
}
ul#sectionnav ul li a.current
{
	background: #fff url(/common/images/navigation/css_sidesub_on.gif) 10px .7em no-repeat;
	border: 1px solid #fff;
	text-decoration: none;
	color: #066454;
}
ul#sectionnav ul li a:hover, ul#sectionnav ul li a:focus, ul#sectionnav ul li a:active
{
	background: #fff url(/common/images/navigation/css_sidesub_on.gif) 10px .7em no-repeat;
	border: 1px solid #DFC568;
	text-decoration: none;
	color: #066454;
}
ul#newslist {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 9px;
}
ul#newslist li {
	display: block;
	padding: 0 0 3px 0;
	line-height: 140%;
}
ul#newslist li a {
	margin: 0;
	border: 0;
	display: inline;
	background-image: none;
	padding: 0;
}
ul#newslist li span {
	display: block;
	font-size: smaller;
}

#sidebar p {
	padding: 0 9px;
}
#sidebar p.right {
	text-align: right;
}
#sidebar2 ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 9px 5px 9px;
}
#sidebar2 ul li {
	font-size: .9em;
	line-height: 140%;
	margin-bottom: 5px;
}
#sidebar2 ul li a {
	font-weight: bold;
}
#sidebar2 ul li span {
	display: block;
}

/* footer styles */
#footer ul
{
	position: absolute;
	left: 130px;
	bottom: 30px;
	list-style-type: none;
	color: #545454;
	font-size: .9em;
	text-align: left;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	text-decoration: none;
	color: #545454;
	padding: .2em 1em;
	border-left: 1px solid #545454;
}
#footer ul li a.first {
	border-left: 0;
}
#footer ul li a:hover, #footer ul li a:focus, #footer ul li a:active {
	color: #545454;
	text-decoration: underline;
}
#footer p {
	color: #545454;
	padding: 0 25px;
	font-size: .85em;
	text-align: left;
}
#footer a {
	color: #545454;
	text-decoration: underline;
}
#footer a:hover {
	color: #9E7D03;
}


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






/* PDF thumbnails */
#content .img-shadow
{
	float: left;
	background: url(http://www.revolutionaries.ie/siteminder/images/shadowAlpha.png) no-repeat bottom right !important;
	margin: 6px 0 20px 6px !important;
}

#content .img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 0px;
	}

#map img
{
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}

p.indent {
	margin-left: 40px;
}
p.padded {
	padding: 0 10px;
}

#footer div a img {
	border: 0;
}


/* Forms */
form {
	margin: 0;
	padding: 0;
}
form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
form legend {
	color: #000;
}
form label {
	display: block;
	margin-top: .5em;
}
form input.inputText, form select.inputText {
	width: 50%;
}
form textarea {
	width: 75%
}
form input.inputText, form select.inputText, form textarea {
	background: #f4f4f4;
}
form input.inputText:hover, form select:hover, form textarea:hover, form input.inputText:focus, form select:focus, form textarea:focus, form input.inputText:active, form select:active, form textarea:active {
	background: #FFF6B7;
}
p.error {
	margin: 1em auto;
	border: 1px solid #F30;
	background: #FC0;
	padding: .5em;
	font-weight: bold;
	font-size: .9em;
}
legend span, label span {
	color: red;
}


#formcontact, #formjoin, #formregistration {
	margin-top: 30px;
}
#formcontact fieldset, #formjoin fieldset, #formregistration fieldset {
	border: 1px solid #efefef;
	padding: 0px 10px 10px 10px;
	background: #DDB2CA;
}
#formcontact legend, #formjoin legend, #formregistration legend {
	border: 1px solid #8D004F;
	padding: 5px 10px;
	background: #FFF;
	font-weight: bold;
	margin-bottom: 15px;
}
#formjoin fieldset fieldset {
	margin-top: 5px;
}
#formjoin fieldset fieldset legend {
	padding: 1px 3px;
}



div.quickcalendar {
	float: right;
	padding: 0;
}
div.quickcalendar h3 {
	color: #000;
}
div.quickcalendar table {
	margin: 0 auto;
	border: 1px solid #ccc;
	background: #fff;
}
div.quickcalendar th, div.quickcalendar td {
	font-size: .9em;
	text-align: center;
}
div.quickcalendar th {
	background: #9cf;
	padding: 3px;
}
div.quickcalendar td.titlecolor {
	background: #E5CCFF;
	padding: 3px;
}
div.quickcalendar td.dayinactive {
	background: #CCE5FF;
	padding: 3px;
}
div.quickcalendar td.dayactive {
	background: #B3D9FF;
}
div.quickcalendar td.dayactive a {
	background: #B3D9FF;
	display: block;
	font-weight: bold;
	padding: 2px;
	margin: 0;
}
div.quickcalendar td.dayactive a:hover {
	background: #fff;
}


/* PAGINATOR */

.Pages { text-align: center; margin-bottom: 5px; margin-top: 5px; }
.Paginator { font-size: 1em; padding-top: 5px; margin-left: auto; margin-right: auto; /* padding-bottom: 10px;  background-image: url(../images/dotted.gif); background-repeat: repeat-x; background-position: left bottom; */ }
.Paginator a, .pageList .this-page { padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; }
.Paginator a:visited { padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; }
.Paginator .AtStart { margin-right: 7px; padding: 2px 6px; /* border: solid 1px #ddd; */ background: #fff; color: #aaa; }
.Paginator .Prev { margin-right: 7px; padding: 2px 6px; border: solid 2px #ddd; background: #fff; }
.Paginator .break { padding: 2px 6px; border: none; background: #fff; text-decoration: none; }
.Paginator .Next { margin-left: 7px; padding: 2px 6px; border: solid 2px #ddd; background: #fff; white-space: nowrap;}
.Paginator .AtEnd { margin-left: 7px; padding: 2px 6px; /* border: solid 1px #ddd; */ background: #fff; color: #aaa; }
.Paginator .this-page {padding: 2px 6px; border-color: #999; font-weight: bold; font-size: 1.1em; vertical-align: top; background: #fff; color: #FF0084; }
.Paginator a:hover {color: #fff; background: #0063DC; border-color: #036; text-decoration: none;}
/* 
.Paginator .ranking {display: block; margin-top: 0.5em; font-weight: bold;}
.Paginator .ranking a {padding: 0; border: 0; background: transparent;} 
*/
.Pages div.Results { text-align: center; font: .9em/1.2em Arial, Helvetica; color: #aaa; margin-top: 8px; }



/* Lightbox */
#lightbox {
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails {
	font-size: 1em;
	padding-top: 0.4em;
	color: #555;
	}	
#lightboxCaption { float: left; }
#keyboardMsg { float: right; }
#closeButton { top: 5px; right: 5px; }

#lightbox img { border: none; clear: both;} 
#overlay img { border: none; }

#overlay{ background-image: url(/common/images/lightbox/overlay.png); }
kbd{
	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}


/* Accessible jump to links */
.offset {
	left:-9000px;
	position:absolute;
	top:-9000px;
	z-index:9;
}
li.offset a:focus, li.offset a:active {
	left: 9000px;
	position:absolute;
	top: 9030px;
	width: 9em;
	line-height: 120%;
	text-align: center;
	z-index: 9;
	color: #FFF !important;
	background-color: #822477 !important;
}

#socialnetworks {
	list-style: none;
	padding: 0;
	margin: 0;
}
#socialnetworks li {
	line-height: 1;
	display: inline;
}
#socialnetworks li a {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 10px !important;
	border: 0;
	overflow: hidden;
}
#socialnetworks li a span {
	position: absolute;
	width: 100%;
	height: 100%;
}
#socialnetworks li a#twitterLink span {
	background: url(/common/images/navigation/social_networks.png) -32px -32px no-repeat;
}
#socialnetworks li a#facebookLink span {
	background: url(/common/images/navigation/social_networks.png) 0px -32px no-repeat;
}
#socialnetworks li a#flickrLink span {
	background: url(/common/images/navigation/social_networks.png) -96px -32px no-repeat;
}
#socialnetworks li a#youtubeLink span {
	background: url(/common/images/navigation/social_networks.png) -64px -32px no-repeat;
}
#socialnetworks li a#twitterLink:hover span, #socialnetworks li a#twitterLink:focus span, #socialnetworks li a#twitterLink:active span {
	background: url(/common/images/navigation/social_networks.png) -32px 0px no-repeat;
}
#socialnetworks li a#facebookLink:hover span, #socialnetworks li a#facebookLink:focus span, #socialnetworks li a#facebookLink:active span {
	background: url(/common/images/navigation/social_networks.png) 0px 0px  no-repeat;
}
#socialnetworks li a#flickrLink:hover span, #socialnetworks li a#flickrLink:focus span, #socialnetworks li a#flickrLink:active span {
	background: url(/common/images/navigation/social_networks.png) -96px 0px  no-repeat;
}
#socialnetworks li a#youtubeLink:hover span, #socialnetworks li a#youtubeLink:focus span, #socialnetworks li a#youtubeLink:active span {
	background: url(/common/images/navigation/social_networks.png) -64px 0px  no-repeat;
}



/* Digital Revolutionaries */
#revolutionaries {
	clear: both;
	float: right;
	font-size: smaller;
	text-indent: -9999px;
	line-height: 1;
}
#revolutionaries a {
	color: #ccc;
	display: block;
	width: 91px;
	height: 12px !important;
	background: url(http://www.revolutionaries.ie/siteminder/images/revolutionaries.gif) 0 0 no-repeat;
}
#revolutionaries a:hover, #revolutionaries a:focus, #revolutionaries a:active {
	background: url(http://www.revolutionaries.ie/siteminder/images/revolutionaries.gif) 0 -12px no-repeat;
}


/*
-----------------------------------------------
'labour.ie' Labour Revised ie/win fixes
Author:   Tom Duke
          http://www.revolutionaries.ie/
Version:  16th Nov 2008
----------------------------------------------- */


#footer {
	zoom: 1;
}


/* Fixes extra space in nav list & double float margin bug */
* html #nav-1, * html #nav-2, * html #content, * html #sidebar, * html #footer ul {
	display: inline;
}

* html #header h1 span {
	position: absolute;
	left: -9000em;
	top: -9000em;
}

#header h4 {
	padding-top: 1.4em;
}



/* Holly hack
 - note: makes full link anchor area fully clickable
----------------------------------------------- */

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #topstory, * html #content, #nav-main li a { height: 1%; }
/* End hide from IE5/mac */


/* italics problem in IE: http://www.positioniseverything.net/explorer/italicbug-ie.html */
/* \*/
* html #signup-wrap {
	width: 29em;
}
* html #signup-wrap label {
	width: 9em;
}
* html #nav-main, * html #nav-main ul {
	clear: both;
}
/* */

* html #content li span {
	display: inline-block;
}
* html #content li span {
	display: block;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}

/* Lightbox ie fixes */
* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/common/images/lightbox/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/images/lightbox/overlay.png", sizingMethod="scale");
	}

/* min-height hack for IE 6 http://www.dustindiaz.com/min-height-fast-hack/ */
#main-container {
	height: auto !important;
	height: 400px;
}


/*
-----------------------------------------------
'labour.ie' Alan Kelly Custom Styles
Author:   Tom Duke
          http://www.revolutionaries.ie/
Version:  17th October 2008
----------------------------------------------- */

/* Structure
----------------------------------------------- */
#main-container, #main-bottom, #footer div, #subfooter div {
	width: 894px;
}
#main {
	background-image: none;
	padding-top: 0;
}
#main-container {
	background-image: none;
}
#content {
	background: #fff url(/site/alankelly/img/css_akd_content_top.gif) left top no-repeat;
	padding: 6px 0 0 0;
	margin-left: 0;
	width: 668px;
	min-height: 0px;
}
#content-padder {
	background: transparent url(/site/alankelly/img/css_akd_content_bot.gif) left bottom no-repeat;
	padding: 0 15px 6px 15px;
	min-height: 400px;
}
#sidebar {
	background: transparent;
	margin-left: 0;
	padding-top: 0;
}
div.sidebar-box {
	background: #fff url(/site/alankelly/img/css_akd_sidebar_top.gif) left top no-repeat;
	padding-top: 6px;
}
div.sidebar-box-padder {
	background: transparent url(/site/alankelly/img/css_akd_sidebar_bot.gif) left bottom no-repeat;
	padding: 0 0 6px 0;
}


/* Home Page Structure
----------------------------------------------- */
body.index #content {
	background: #fff url(/site/alankelly/img/css_akd_content_top_home.gif) left top no-repeat;
	width: 560px;
}
body.index #content-padder {
	background: transparent url(/site/alankelly/img/css_akd_content_bot_home.gif) left bottom no-repeat;
}
body.index #sidebar {
	width: 324px;
}
body.index div.sidebar-box {
	background: #fff url(/site/alankelly/img/css_akd_sidebar_top_home.gif) left top no-repeat;
}
body.index div.sidebar-box-padder {
	background: transparent url(/site/alankelly/img/css_akd_sidebar_bot_home.gif) left bottom no-repeat;
}


/* Sidebar Home Page
----------------------------------------------- */
body.index #sidebar h3, body.index #sidebar2 h3 {
	background: #FFF url(/site/alankelly/img/css_akd_sidebar_h3_home.gif?123) no-repeat scroll left bottom;
	padding:0 50px 23px 15px;
}


/* Content Specific
----------------------------------------------- */
div.sidebar-box {
	margin-bottom: 10px;
}
div.labour-logo {
	text-align: center;
}
h1 {
	margin-bottom: .5em;
}

/* Common Top Nav
----------------------------------------------- */
#commonnav {
	padding: 0;
}
div.commnav-logo {
	background: url(/site/alankelly/img/css_akd_comnav_lab_logo.gif) left bottom no-repeat;
	padding: 0 0 7px 48px;
}

/* Header styles
----------------------------------------------- */
#header h1, body.index #header h1 {
	width: 894px;
	margin: 0 auto;
	float: none;
}
#header h1 a {
	width: 500px;
	height: 90px;
	background: transparent url(/site/alankelly/img/alankelly_header5.jpg?123) left top no-repeat;
}
#header h1 a:hover, #header h1 a:focus, #header h1 a:active {
	background: transparent url(/site/alankelly/img/alankelly_header5.jpg?123) left -90px no-repeat;
}
body.index #header h1 {
	width: 894px;
	height: 90px;
	background: transparent url(/site/alankelly/img/alankelly_header5.jpg?123) left top no-repeat;
}
#signup-container div {
	float: right;
	text-align: left;
	width: 18em;
}

/* Main Nav
----------------------------------------------- */
#nav-main div {
	background: #E6E6E6;
}
#nav-main div ul {
	width: 894px;
	margin: 0 auto;
}

