/* @override 
	http://www.hibernianraceclub.com/css/default.css
*/

/* Title:	Beaudesert Hibernian Race Club - master style */
/* Author:	Kalon Edser, http://www.kalonedser.com */
/* Updated:	13 Sep 2011 */

/* @group Reset */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Core */

body {
	font-family: Tahoma, Arial, Verdana,"Lucida Grande", sans-serif;
	line-height: 1.125em /*18*/;
	text-align: center;
	color: #000;
	background: #c0c8ab;
	}

p, ul, ol {
	margin: .5em 0 1.125em 0;
	font-size: 0.75em /*12*/;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 0.75em /*12*/;
	margin: 1.125em 0 .25em 0;
	}

h2 {
	font-size: 1.4375em /*23*/;
	font-weight: normal;
	text-transform: uppercase;
	}
	
h3 {
	
	}

a:link, a:visited {
	color: #000;
	text-decoration: none;
	}
a:hover, a:active {
	color: #2b7e3d;
	text-decoration: none;
	}


/* @end */
/* @group Master Layout */

#container {
	position: relative;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 860px;
	text-align: left;
	background: #FFF;
	overflow: hidden;
	}

#header {
	position: relative;
	height: 215px;
	width: 100%;
	overflow: hidden;
	}
	
.section {
	margin-bottom: 5px;
	padding-bottom: 20px;
	width: 100%;
	background: transparent url(../img/bg-hr.png) 0 bottom no-repeat;
	overflow: hidden;
	}
	
.section .inner-content {
	padding: 0 30px;
	}
	
#footer {
	padding-top: 10px;
	width: 100%;
	background: transparent url(../img/bg-hr.png) 0 0 no-repeat;
	overflow: hidden;
	}
	
#footer p {
	margin: 20px 30px;
	}

/* @end */
/* @group Logo/Header */
	
#logo {
	position: absolute;
	top: 78px/*100px*/;
	left: 306px;
	margin: 0;
	width: 487px;
	height: 50px;
	text-indent: -9000px;
	background: transparent url(../img/logo-text.png) 0 0 no-repeat;
	overflow: hidden;
	}
	
#logo-slogan {
	position: absolute;
	top: 8px/*30px*/;
	left: 10px;
	margin: 0;
	width: 280px;
	height: 175px;
	text-indent: -9000px;
	background: transparent url(../img/logo.png) 0 0 no-repeat;
	overflow: hidden;
	z-index: 100;
	}

/* @end */
/* @group Navigation */

#nav {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	font-size: 0.875em /*14*/;
	text-transform: uppercase;
	list-style: none;
	background: #c0c8ab url(../img/bg-hr.png) 0 0 repeat-y;
	overflow: hidden;
	}

#nav li {
	float: left;
	text-align: center;
	}
	
#nav li a {
	float: left;
	line-height: 2em;
	}

#nav li#n-whats-on a { width: 97px; margin-left:14px; }
#nav li#n-packages a { width: 196px; }
#nav li#n-history a { width: 82px; }
#nav li#n-gallery a { width: 83px;  }
#nav li#n-contact-us a { width: 100px; margin-right: 14px; }


#nav li.green a { width: 120px;	}
#nav li#n-links {
	width: 110px;
	text-align: center;
	margin-left: 20px;
	}
	
#nav li a:link, #nav li a:visited { color: #000; }
#nav li a:hover, #nav li a:active {	color: #FFF; }

#nav li.green a:link, #nav li.green a:visited { color: #c0c8ab; }
#nav li.green a:hover, #nav li.green a:active {	color: #FFF; }

/* @end */
/* @group Content */

.next-race {
	margin: 25px 0 7px 0;
	padding-left: 30px;
	}
.next-race .date, .article-posted {
	color: #CC6600;
	}

.next-year {
	margin: 10px 0;
	font-size: 1.25em;
	}

.section-heading {
	margin-top: 10px;
	padding-left: 30px;
	line-height: 1.4em;
	background: #f2f4ee;
	}

#top {
	margin-top: 5px;
	}
	
#packages .inner-content {
	float: left;
	margin: 0 0 0 0;
	padding-right: 0;
	width: 556px;
	overflow: hidden;
	}
	
.snapshot {
	margin-top: 10px;
	width: 265px;
	float: right;
	background: #c0c8ab;
	overflow: hidden;
	}
	
.snapshot  h4 {
	margin: 0;
	padding-left: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.875em /*14*/;
	font-weight: normal;
	line-height: 2em;
	background: #2b7e3d;
	}
	
.snapshot  h5 {
	font-size: 0.875em /*14*/;	
	}
	
.snapshot  .when {
	color: #2b7e3d;
	}
.snapshot  .date {
	display: block;
	color: #000;
	}
	
.snapshot  ul {
	margin-left: 1.5em;
	margin-bottom: 20px;
	list-style: disc;
	}

.snapshot  h5,
.snapshot  p,
.snapshot  ul {
	padding: 0 30px;
	}

/*.event {
	margin-top: 30px;
	width: 100%;
	background: transparent url(../img/bg-events.png) 0 0 repeat-y;
	overflow: hidden;
	}
	
.event .extras {
	float: left;
	margin: 0 0 0 30px;
	width: 556px;
	overflow: hidden;
	}
	
.event .first {
	margin-top: 0!important;
	}
.event .last {
	margin-bottom: 0!important;
	}*/
	
p.download {
	margin-bottom: 1em;
	line-height: 1.5em;
	width: 100%;
	background: #f2f4ee;
	text-align: right;
	overflow: hidden;
	}
	
.download span {
	float: left;
	width: 83%;
	}
	
.download a {
	float: right;
	width: 15%;
	text-align: center;
	text-transform: uppercase;
	background: #c0c8ab;
	}
	
.download a:link,
.download a:visited {
	color: #000;
	}
.download a:hover,
.download a:active {
	color: #FFF;
	background: #2b7e3d;
	}
	
#gallery ul.gallery {
	margin: 0 auto;
	width: 840px;
	overflow: hidden;
	}

#gallery ul.gallery li {
	margin: 5px;
	float: left;
	width: 158px;
	height: 158px;
	overflow: hidden;
	}
	
#gallery ul.gallery li a img, 
#gallery ul.gallery li a {
	float: left;
	border: none;
	overflow: hidden;
	}
#gallery ul.gallery li a:hover {border: 3px solid #2b7e3d; }
#gallery ul.gallery li a:hover img { margin: -3px; }
	
#contact-us ul {
	margin: 1em 0 0 0;
	width: 600px /*556px*/;
	overflow: hidden;
	}
	
#contact-us ul li {
	float: left;
	width: 33%;
	}
	
#contact-us ul li strong {
	display: block;
	float: left;
	width: 100%;
	margin: .5em 0;
	overflow: hidden;
	}
	
ul.linklist {
	position: relative;
	width: 100%;
	overflow: hidden;
	}
	
ul.links { margin-bottom: 0; }

ul.links .link-14 {
	margin-top: 34px;
	}
	
ul.linklist li {
	float: left;
	width: 50%;
	margin: 1em 0;
	text-align: center;
	overflow: hidden;
	}
	
ul.linklist p {
	display: none;
	margin: 1em 0 0 0;
	font-size: 100%;
	}
#our-partners ul p a {
	/*display: block;*/
	}
	
#our-partners ul.official-partners li.link-5 {
	margin-top: 4.25em;
	}
#our-partners ul.major-sponsors li.link-6 {
	margin-top: 1.5em;
	}
	
#our-partners ul.sponsors li {
	width: 33%;
	}

/* @end */
/* @group Misc. */

.currentTextHolder {
	font-size: 0.6875em /*11*/;
	margin-top: 0!important;
	}

.hide {
	display: none;
	}
	
a.img,
a.img:hover {
	border-bottom: none !important;
	}

a img {
	border: none;
	}

/* @end */
