@charset "utf-8";
/* Kerry Way Cancer Research Walk */

/* colours
------------------------------------- 
red: #e0553e
green: #90b805
forest green: #358a25
------------------------------------- */



/* basics
-----------------------------------------*/
body {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #292a2c;
	background: white;
}

a { color: #e0553e; text-decoration: underline; }
a:hover, a:focus { color: #358a25; }

.container {
	width: 900px;
	margin: 0 auto;
}

.content {
	background: #fdfbe2;
	padding: 0 13px 10px 16px;
}



/* header 
----------------------------------------*/

.header {
	background: #fdfbe2 url(../images/header-bg.jpg) no-repeat top center;
	height: 385px;
}

.header .nav { margin-right: 13px; }

.header .nav ul {
	list-style: none;
	margin:0;
	padding:0;
	color: #e0553e;
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	position:relative;
	text-align: right;
}

.header .nav li {
	display: inline;
	margin: 0 35px 0 0;
	padding:0;
}

.header .nav li.active { 	border-bottom: 2px solid #e0553e; }

.header .nav li.last {
	margin-right: 0px;
}

.header .nav li a {
	color: #e0553e;
	text-decoration: none;
}

.header .nav li a:hover {
	color: #97be0d;
}

.header .nav { padding-top: 8px; }

.header .nav ul.main {
	font-size: 14px;
	margin-top: 7px;
}

.header .nav .main li {
	margin-right: 26px;
}
.header .nav .main li.last { margin-right: 0; }



.header h1.logo {
	float:left;
	margin: 21px 20px 35px 27px;
	display:inline;
	width: 329px;
	height: 139px;
	text-align: left;
	background: url(../images/logo.gif) no-repeat center;
}

.header h1.logo a {
	color: #348925;
	width: 329px;
	height: 139px;
	text-decoration: none;
	font: 26px "Arial Black", Arial, Helvetica, sans-serif;
	text-indent: -9999em;
	display: block;
}

.header .animation {
	float:right;
	width: 484px;
	height: 244px;
	overflow:hidden;
	margin: 17px 19px 0 0;
	display:inline;
}


.header .tagline {
	width: 360px;
	clear:left;
	font: 16px "Century Gothic", "Apple Gothic", Helvetica, Arial, sans-serif;
	color: #fefdf2;
	margin: 0 0 0 15px;
	text-transform: uppercase;
	text-align: center;
}

.header .tagline .subTagline {
	font-size: 15px;
	margin-top: 20px;
	line-height: 18px;
}

.header .tagline span.lc {
	text-transform: none;
}






/* sidebar
-------------------------------------------*/

.content .sidebar {
	width: 355px;
	float:right;
	display:inline;
	margin: 0 0 0 13px;
}


.content .sidebar .calloutBox {
	background: #f9f8db;
	margin: 0 0 12px 0;
	padding: 8px;
	text-align: center;
	font: 15px "Century Gothic", "Apple Gothic", Helvetica, Arial, sans-serif;
	color: white;
}

.content .sidebar .calloutBox .inner {
	background: #97bf0e url(../images/sidebar-bg.jpg) no-repeat top center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
}

.content .sidebar .calloutBox p {
	margin: 0;
}

.content .sidebar .calloutBox p.news {
	text-align: left;
	color: #e0553e;
	font-weight: bold;
	font-size: 16px;
}

.content .sidebar .calloutBox h3 {
	font-size: 24px;
	color: #75930a;
	margin-bottom: 15px;
	font-weight: normal;
}

.content .sidebar .calloutBox.red h3 {
	color: #e0553e;
	margin-bottom: 12px;
}

.content .sidebar .calloutBox.green h3 {
	color: #348925;
}

.content .sidebar .calloutBox h5 {
	color: #627d00;
	font-size: 18px;
	font-weight: normal;
}

.content .sidebar .calloutBox a.blockLink {
	display:block;
	text-align: center;
	width: 202px;
	margin: 0 auto 15px auto;
	font-size: 18px;
	font-weight: bold;
	color: #e0553e;
	text-decoration: none;
	background: #fdfe98;
	border-bottom: 2px solid #95be0e;
	padding: 2px;
}
.content .sidebar .calloutBox a:hover { color: #75930a; }
.content .sidebar .calloutBox.red a.blockLink {
	border-bottom: 2px solid #e0553e;
}






/* content formatting
--------------------------------------------*/

.content a.moreLink {
	display: block;
	text-align: right;
	font-size: 14px;
	margin-bottom: 10px;
	color: #e0553e;
}
.content a.moreLink:hover {
	color: #358a25;
}

.content .sidebar a.moreLink { color: white; }
.content .sidebar a.moreLink:hover { color: #e0553e; }

.content .column {
	width: 870px;
}

.content .highlight {
	background: transparent;
	color: #358a25;
	font: 15px "Century Gothic", "Apple Gothic", Helvetica, Arial, sans-serif;
}

.content .action {
	color: #90b805;
}

.content strong.tab {
    display:block;
    width: 150px;
    float:left;
    text-align:left;
}

.content ul {
    padding-left: 20px;
}

.content ul li {
    margin-bottom: 6px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	color: #90b805;
}






/* newsletter signup area
--------------------------------------------*/

.newsletterSignup {
	clear:both;
	margin: 20px auto 5px auto;
	background: #e0553e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: white;
	min-height: 50px;
}

.newsletterSignup h4 {
	margin: 15px 28px;
	font: 18px "Century Gothic", "Apple Gothic", Helvetica, Arial, sans-serif;
	color: #fdfe98;
	display:inline;
	float:left;
}

.newsletterSignup label {
	float:left;
	width: 100px;
	margin: 20px 0 0 15px;
}

.newsletterSignup input.text {
	width: 180px;
	margin: 15px 15px 0 15px;
}

.newsletterSignup input.submit {
	width: 120px;
	margin: 15px 20px 0 25px;
}

.validationHolder span {
    padding: 3px;
    width: 300px;
    display:block;
    text-align: right;
    margin: 2px 190px 2px 2px;
    border: 1px solid #90b805;
    background: #fdfbe2;
    clear:both;
    float:right;
}




/* footer
--------------------------------------*/

.footer {
    margin-top: 15px;
	background: #90b805;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 26px 38px;
}

.footer img.center {
	display:block;
	margin: 0 auto;
}

.footer img.left {
	display:block;
	float:left;
}

.footer img.right {
	display:block;
	float: right;
}






/* subfooter (typically address/company details
---------------------------------------------------------*/

.subfooter {
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	color: #92bb02;
	margin: 20px auto;
}

.subfooter em {
	font-style: normal;
	text-transform: uppercase;
}

.subfooter span.slash {
	color: #e0553e;
	display: inline;
	margin: 0 4px;
}








/*-------------- end template structure styles -------------
************************************************************
---------------- start universal styles ------------------*/









/* horizontal rules
------------------------------------------------- */

.hr {
height: 1px;
width: 880px;
margin: 20px auto;
border-bottom: 1px solid #f9f8db;
clear: both;
}

.hr hr {
	visibility: hidden;
	margin: 0;
	padding:0;
}






/* news details 
--------------------------------------------------*/

.content .newsHeadline {
    display: block;
    margin: 0 0 15px 0;
}

.content a.newsLink {
	color: #e0553e;
	background: #f9f8db;
	text-transform: uppercase;
	margin: 4px 0 0 0;
	padding: 4px;
	border-bottom: 2px solid #e0553e;
	text-decoration: none;
}
.content a.newsLink:hover {
	color: #358a25;
	border-bottom: 2px solid #358a25;
}

.content .newsImageContainer {
    width: 600px;
	margin: 10px auto;
}

.content .newsImageContainer .big {
    display: block;
    width: 550px;
    padding: 25px;
    background: #fefdf3;
    margin: 10px auto 5px auto;
}
.content .newsImageContainer .thumbs {
    display:block;
    width: 590px;
    margin: 0;
    padding: 5px;
    background: #fefdf3; 
    overflow-y: auto;   
    position:relative;
}

.content .newsImageContainer .big a {
    cursor: default;
}

.content .newsImageContainer .thumbs a {
    outline: none;
}

.content .newsImageContainer a img {
    border: none;
}

.content .newsImageContainer .big img {
    display: block;
    margin: 0 auto;
}
.content .newsImageContainer .thumbs img {
    display: block;
    margin: auto 5px;
    float:right;
    border: 1px solid #fff;
    background: white;
}

.content .newsImageContainer .thumbs span {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 150px;
    font: 12px normal "Century Gothic", "Apple Gothic", Verdana, Arial, sans-serif;
    text-transform: uppercase;
	background: white;
	padding: 2px;
	-moz-opacity:.65;
	opacity:.65;
	filter:alpha(opacity=65);
	color: #e0553e;
}









/* gallery styles 
-----------------------------------------------*/

.gallery .galleryImage {
	width:226px;
	float:left;
	margin: 0 30px 10px 30px;
	position:relative;
	background: #fefdf3;
}

.gallery .galleryImage h4 {
	margin:0;
	padding: 2px 5px;
	font: 14px "Century Gothic", "Apple Gothic", Verdana, Arial, Helvetica;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #f9f8db;
}

.gallery .galleryImage div.photo {
	width:216px;
	height:140px;
	overflow:hidden;
	margin: 5px auto;
}

.gallery .galleryImage img { 
	border:none;
	display:block;
	margin: 0 auto;
}


.gallery .galleryImage .caption {
	background: #f9f8db;
	color: #e0553e;
	padding: 3px;
	text-align: center;
}

.gallery .galleryRow {
	clear:both;
	margin-top: 18px;
}









/* paging 
----------------------------------------------------*/
.content .paging {
	clear:both;
}
.content .paging ul {
	text-align:center;
	list-style: none;
	margin:0;
	margin-top: 40px;
	padding:0;
}

.content .paging ul li {
	display:inline;
	margin: 0 18px;
	font-weight: bold;
}







/* contact info styles 
--------------------------------------------------*/

.contactInfo {
    margin-bottom: 15px;
    padding:1.4em; 
}

.contactInfo div {
    clear:both;
    position: relative;
    margin:0 0 15px 0;
}

.contactInfo label {
	margin: 0;
	display: block;
	width: 200px;
	text-align: left;
	float: left;
	margin-right: 15px;
}

.contactInfo p {
	text-transform: uppercase;
	text-align: left;
	clear:left;
	margin-left: 215px;
}


.contactInfo div ul {
    margin: 0 0 0 215px;
    padding: 0;
    list-style-type: none;
    clear:none;
}




/* accommodation 
----------------------------------------*/
.infoHeader {
color: #90b805;
font-weight: bold;
}


/* links list
----------------------------------*/
dl {
    margin-left: 40px;
}
dt {
    color: #90b805;
    font-weight: bold;
}
dd {
    color: #e0553e;
    margin-bottom: 15px;
}

/* routes
----------------------------------*/
.contactDetails {
    float:left; 
	width:260px;
}

