@charset "utf-8";
/* Default Stylesheet for The LILI Festival
Author: Paddy O'Hanlon, http://paddyohanlon.ie 

*/


/* Eliminates browser defaults for the following properties */
html, body, p, h1, h2, h3, h4, h5, h6, legend, form, label, fieldset, div, ul, li, span, img, br {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	/* Shows scrollbar constantly, for Firefox, stops the layout shifting */
	overflow-y:scroll;
}
body {
	background: #42C92B;
	font-family: 'Myriad', Myriad, Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#fff;
}
h1 {
	font-weight:normal;
	font-size:2.2em;
	padding-bottom:.3em;
	color: #196B1B;
}

h1 a:link, h1 a:visited, h1 a:active {
	color:#196B1B;
}
h1 a:hover {
	text-decoration:none;
}
h2 {
	clear:both;
	font-size:2.5em;
	padding-bottom:.25em;
	font-weight:normal;
	color:#196B1B;
}
h3 {
	font-size:1em;
	padding-bottom:.4em;
	color:#196B1B;
}
p {
	font-size:1.5em;
	line-height:1.6em;
	padding-bottom:1.8em;
	color: #fff;
}
p a {
	color:#98e598;
}
p a:visited {
	color:#98E598;
}
p a:hover {
	text-decoration:none;
}
address {
	font-style:normal;
	font-size:1.3em;
	line-height:1.6em;
	padding-bottom:1.8em;
}

abbr {
	border:none;
}

.italics {
	font-style:italic;
}
.bold {
	font-weight:bold;
}
/* layout div styles */
#hide_me {
	float:left;
	margin-left:-9999px;
}
#header {
	width: 100%;
	background: #42c92b;
}
#header-wrap {
	height:155px;
	width:960px;
	overflow:hidden;  /*fixes 1px gap between the header and content divs in IE6 */
	margin: auto;
}
#header-wrap h1.lili-festival-2009 {
	text-indent: -9999px;
	background: url("../images/header.jpg");
	height:159px; 
	width:960px;
}
#location {
	width: 100%;
	background: #75d860;
}
#location-wrap {
	height:120px;
	width:960px;
	background: #75d860;
	overflow:hidden;  /*fixes 1px gap between the header and content divs in IE6 */
	margin: auto;
	text-align: right;
}
h2.low-impact {
	color: #4fcd38;
	font-size: 3.7em;
	letter-spacing: 0.1em; 
}
p.date-and-address {
	color: #fff;
	font-size: 1.8em;
	line-height: 1.3em;
}

#lili-flyer {
	float: right;
}

#navigation {
	width: 100%;
	margin-top: 6px;
	background: #43af28;
}
#navigation-wrap {
	height: 330px;
	width: 960px;
	margin: auto;
	background: #43af28;
	padding-top: 20px;
}
#nav-float {
	float: left;
	width: 410px;
}
#navigation ul {
	margin: 0;
	list-style: none;
}
#navigation li {
	
}
#navigation a {
	display: block;
	text-decoration:none;
	color: #fff;
	font-size: 1.6em;
	line-height: 2em;
}

span.small-nav {
	color: #bcf9b2;
	font-size: 0.85em;
}

#navigation a.facebook {
	color: #bcf9b2;
	padding-top: 20px;
}

#content {
	width: 960px;
	margin: auto;
	padding-top: 30px;
}
.back-to-top {
	font-size: 0.75em;
	line-height: 0.5em;
}
table.train-times{
	background: #75d860;
	margin: auto;
}
table.train-times td {
	background: #42c92b;
}
table.train-times, table.train-times tr, table.train-times td {
	border: 1px solid #43af28;
	font-size: 1.1em
}

ul.links {
	list-style-type: none;
}
ul.links li a {
	color: #98e598;
	text-decoration: none;
	font-size: 1.6em;
	line-height: 1.4em;
}

#footer {
	width: 100%;
	margin-top: 6px;
	background: #75d860;
}
#footer-wrap {
	height: 330px;
	width: 960px;
	margin: auto;
	background: #75d860;
	padding-top: 20px;
}
#footer ul {
	margin: 0;
	list-style: none;
}
#footer li {
	
}
#footer a {
	display: block;
	text-decoration:none;
	color: #fff;
	font-size: 1.6em;
	line-height: 2em;
}

#footer a.facebook {
	color: #bcf9b2;
	padding-top: 20px;
}

