/*-----------------------------
CSS FOR: WEBSITE NAME
AUTHOR: JOHN RAINSFORD / Pixelcode.ie
DATE: 00-00-2009
-----------------------------*/

/* ERIC MEYER's RESET STYLES - meyerweb.com */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body{
	margin:0;
	padding:0;
	font-size: 62.5%;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	text-align: center;
	background: #ffffd8;
}


/* ----------------------------------------------- MAIN STYLES --------------------------------------------*/
a:link{
color: #942D01;
border-bottom: 1px dotted #690007;
text-decoration: none;
background: transparent;
}

a:visited{
color: #942D01;
border-bottom: 1px dotted #942D01;
text-decoration: none;
}
a:hover{
color: #C86016;
border-bottom: 1px solid #C86016;
text-decoration: none;
}


h1{
	color: #f60000;
	font-weight: bold;
	font-size: 18px;
}

h2{
	color: #f60000;
	font-weight: bold;
	font-size: 16px;
}

h3{
	color: #f60000;
	font-weight: bold;
	font-size: 14px;
}

p{
	line-height: 1.5em;
}
/* --------------------------------------------- SECTION STYLES -------------------------------------------- */
div#container{
width: 900px;
margin:0 auto;
text-align: left;
padding:0;
height: 100%;
background: #ffffc8 url(../img/bg_wrapper.gif) top left repeat-y;
color: #000;
}

div#masthead{
clear:both;
width: 900px;
height: 150px;
margin:0;
padding:0;
background: #fbfbe3 url(../img/masthead2.jpg) top left repeat;
}
	div#masthead h1{
	font-size: 1em;
	display: block;
	width: 700px;
	height:70px;
	margin:0;
	padding:0;
	position:relative;
	top: 4em; left: .5em;
	background: transparent url(../img/mastheadlogo.png) top left no-repeat !important;
	background: transparent url(../img/mastheadlogo.gif) top left no-repeat;
	text-indent: -9999px;
	}

		div#masthead h1 a{
			width: 100%;
			height: 100%;
			display:block;
			border:none;
		}
		div#masthead h1 a:visited{
			width: 100%;
			height: 100%;
			display:block;
			border:none;
		}
		div#masthead h1 a:hover{
			width: 100%;
			height: 100%;
			display:block;
			border:none;
		}
p#floatclear {
clear: both;
display: block;
}

div#navbar{
width: 900px;
height:3em;
margin:0;
padding:0;
border-bottom: .3em solid #690007;
background: #bd5903 url(../img/navbarbg.jpg) top left repeat-x;
display: block;
}

	ul#navbarlinks{
	font-size: 1.2em;
	list-style:none;
	margin: 0 0 0 .5em;
	padding:0;
	}

	ul#navbarlinks li{
	position: relative;
	list-style:none;
	margin:0;
	padding:0;
	top: 0;
	float: left;
	text-align: center;
	}

	ul#navbarlinks a{
		display: block;
		padding: 0 15px;
		line-height: 30px;
		font-weight: bold;
		color: white;
		border-bottom: none;
		background: url(../img/navbarhover.gif) 0 -30px repeat-x;
		text-transform: uppercase;
	}

	ul#navbarlinks a:visited{
		border-bottom: none;
		background: url(../img/navbarhover.gif) 0 -30px repeat-x;
	}
	
	ul#navbarlinks a:hover{
		border-bottom: none;
		background: #dd9906 url(../img/navbarhover.gif) top left repeat-x;
	}

	ul#navbarlinks a.here{
		display: block;
		padding: 0 15px;
		line-height: 30px;
		font-weight: bold;
		color: white;
		border-bottom: none;
		background: url(../img/navbarhere.gif) top left repeat-x;
	}
	
div#links{
float:left;
width: 154px;
min-height: 50em;
margin:1em 0 0 0;
padding:0;
background: transparent;
}

div#contentwrap{
float: right;
width: 730px;
margin:2em 0 0 0;
padding:0;
}

div#content{
float:left;
width: 480px;
margin: 0 0 2em 0;
padding: 0;
}

	div#frontimg{
	width:480px;
	height: 16em;
	display: block;
	margin:0;
	padding:0;
	clear:both
	}

	div#mainnews{
	width:480px;
	margin:0;
	padding:0;
	}
	
	div#content p{
	font-size: 13px;
	padding: 0 5px 5px 0;
	margin:0;
	}
	
	div#content h2, div#contentwrap h2{
	font-size: 1.6em;
	font-weight: bold;
	border-bottom: 1px dotted #690007;
	color: #690007;
	margin: 0 0 .5em 0;
	}
	
	div#content h3, div#contentwrap h3{
	font-size: 1.4em;
	font-weight: bold;
	color: #690007;
	margin: .5em 0 .5em 0;
	}
	
	div#content h4, div#contentwrap h4{
	font-size: 1.2em;
	font-weight: bold;
	color: #690007;
	margin:0;
	padding:0;
	}
	
	div#content ol{
	font-size: 1.2em;
	margin: .2em 0 1em 2em;
	padding:0;
	}
	
	h3.newsitems{margin: 0; padding:0;display: block; clear: both;}
	
	
	#mainnews p.homepage_date{
		font-size: 1em;
		font-style: italic;
	}
	div#pictureWrapper{
	display: block;
	float: right;
	margin: 5px -200px 5px 5px;
	}
	
	div#sponsorship{
	width: 100%;
	border-top: 1px dotted #690007;
	text-align: center;
	margin: 3em 0 0 0;
	clear:both;
	}
	
		div#sponsorship p {font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif; font-size: 10px;}
	
div#sidebar{
float: right;
width: 230px;
margin: 2em 0 0 0;
padding:0;
}

	div#sidebar h2{
	font-size: 1.3em;
	font-weight: bold;
	color: #690007;
	width: 95%;
	border-bottom: 1px dotted #690007;
	margin:0;
	padding:0;
	}
	
	div#sidebar p{
	font-size: 1.2em;
	margin:0;
	padding: .5em .7em .5em 0;
	}
	
	ul#sidelinks{
	list-style: none;
	font-size: 1.2em;
	margin:0;
	padding:0;
	}
	
	ul#sidelinks li{margin: .5em;}
	
	div#sidebar p.tightpack{
	margin:0;
	padding:0 .7em 0 0;
	}

div#footer{
clear: both;
width: 900px;
margin:20px 0 0 0;
padding:10px 0;
border-top: 3px #690007 solid;
background: #FFFFC8;
}
	div#footer p{
	font-size: 10px;
	margin: 2px 0 0 0;
	padding:0 0 0 5px;
	}
	
/* -------------------------------------------- SPECIFIC SECTION STYLES -------------------------------- */

img.topimg{
margin: 0 0 10px 0;
}

img.pimg{float:left; margin: .5em 1em .5em 0}

img.sponsor{margin: .5em .5em .5em 0;}

/* SLIDESHOW STYLES */
ul#slide-images{
position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:480px;
	height:150px;
	overflow:hidden;
	}
	
	ul#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	}
	
	#slide-images li img{
	display:block;
	background-color:#FFFFFF;
	}

ul.events-list-full li{
	font-size: 12px;
	padding: 0 0 10px 0;
}

div.tourthumb{
	width: 180px;
	margin: 20px 0 0 20px;
float: left;}

a.athy_links{
	display: block;
	border-bottom: none;
	padding: 0 0 10px 0;
}

span.athy_title{
	display: block;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
}

img.event_photo{
	float: right;
	margin: 0 -100px 5px 5px;
}

#content p.event_date{
	font-size: 12px;
	margin: 0; padding:0;
	font-weight: bold;
}

div.event_details{
	padding: 0 0 0 10px;
}

a.sidebar-button{
	border: none;
}
img.sidebar-button{
	margin: 10px 0;
	border: 1px solid #690007;
}

ul#footer-links{
	margin: 0 0 5px 0;
}
ul#footer-links li{
	font-size: 10px;
	font-weight: normal;
	display: inline;
	padding: 5px;
}

table.ww_casualties{
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	font-size: 10px;
}

table.ww_casualties td{
	height: 20px;
}
/* ----------------------------------------------- OVERRIDING STYLES --------------------------------------------*/
.bold, strong{font-weight: bold;}
.italic{font-style: italic;}
.underline{text-decoration: underline;}
.strikethrough{text-decoration: line-through;}
.highlight{background: #ddd;}

p.bold{font-weight: bold;}
p.italic{font-style: italic;}
div#content p.smalltext{
	font-size: 10px;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	
}

img.imageleft{
	float: left;
	margin: 0 5px 5px 0;
	max-width: 200px;
	max-height: 200px;
}

img.imageright{
	float: right;
	margin: 0 0 5px 5px;
	max-width: 200px;
	max-height: 200px;
}


img.fullimage{
	clear: both;
	margin: 0 auto;
}

div#lightbox a{
	border-bottom: none;
}