BODY {
	margin: 0;
	background-color: black;	
	font-family: Lucinda Grande, Arial, sans-serif;
	font-size: 12px;
	width: 100%;
}

a { text-decoration: none; }
a:link, a:visited, a:active { color: black; } 
a:hover { color: #666; }

img { border: 0; }

@font-face {
  font-family: mearschaum;
  src: url(‘/fonts/mearschaum.ttf’);
}

h1 {
	font-family: mearschaum;
	font-size: 46px;
	font-weight: bold;
	color: #360;
}

#page_head {
	background: #360 url(/images/failte.png) center no-repeat;
	height: 170px;
	text-align: left;
}

#welcome { 
	position: relative;
	top: 10px;
	left: 450px;
	margin: 0;
	background: url(/images/oflahertys.png) no-repeat;
	width: 350px; 
	height: 108px;
}

#welcome span { visibility: hidden; }

#countdown-clock {
	position: relative;
	float: left;
	background: url(/images/countdown-bg.png) no-repeat;
	font-size: 18px;
	font-weight: bold;
	width: 200px;
	height: 100px;
	margin: -120px 0 0 40px;
	text-align: center;
	z-index: 200;
}

#countdown-clock p { margin-top: 40px; }

#worldcup {
	position: relative;
	float: left;
	background: url(/images/results-button-bg.png);
	width: 200px;
	height: 62px;
	margin: -75px 0 0 50px;
	padding: 5px;
	text-align: center;
	z-index: 200;
}

#home {
	position: relative;
	top: 30px; 
	left: 800px;
	color: white;
	font-size: 16px;
}

.clear{ clear:both; height:10px; }

#logo {
	position: absolute;
	margin-top: -40px;
	margin-left: -40px;
}

#smlogo {
	position: relative;
	top: -147px;
	left: 30px;
}

#navagation {
	position: relative;
	clear: both;
	top: 30px; 
	left: 325px;
	width: 600px;
	height: 30px;
	color: white;
	text-align: center;
}

#top_content { height: 235px; }

#hours {
	margin: 20px 0 0 330px;
	padding: 5px 0 5px 0;
	line-height: 0;
	width: 180px;
}

#social-links { 
	margin: 0 0 0 330px; 
	width: 200px;
	padding: 0; 
	position: relative;
	height: 40px;
}

#social-links li {
  	margin: 0;
	width: 24px;
	padding: 5px;
	display: block;
	float: left;
	position: relative; 
}

#teaser-box h1 { font-size: 24pt; color: red; }

#teaser { list-style: none; }

#bottom_content {
	clear: both;
	background: #960 url(/images/celtic_knot.png) center no-repeat;
	text-align: left;
}

#tagline {
	color: white;
	font-size: 32px;
	margin: 0 0 0 380px;
	width: 500px;
	padding-top: 20px;
	font-weight: normal;
}

#map {
	float: left;
	margin: 20px 0 0 30px;
	border: 2px solid #360;
}

#map img { 	border: 3px solid #360; }

#about-oflahertys {
	padding: 1em 0 20px 0;
	margin: 0 20px 0 380px;
	height: 500px;
}

#about-oflahertys p {
	font-size: 11pt;
	line-height: 1.5;
	text-align: justify;
	color: white;
	width: 500px;
}

#guinness {
	float: right;
	margin: 10px;
}

.small{
	font-size: 11px;
	line-height: 1;
}

#content { margin: 20px auto 0 auto; }

.clear { clear: both; height: 40px; }

#content h1 {
	margin: 0;
	text-align: center;
}

#center-box { 
	width: 585px;
	margin: 0 auto 0 auto;
}

#menu { margin: 0 0 20px 0; }

#menu h1 {
	width: 570px;
	height: 30px;
	padding: 15px 0 5px 15px;
	margin: 10px 0 10px 0 ;
	background-color: #360;
	color: white;
	font-variant: small-caps;
	font-family: Times, Serif;
	text-align: left;
}

#menu ul { 
	margin: 0;
	padding: 10px 0 10px 35px;
	list-style: none;
	background: #960;
	color: white;
}

#menu li { width: 80%; }
#menu li h2 { font-size: 12pt; margin: 5px 0 0 0; }
#menu li p {
	padding: 0;
	margin: 0;
}

#menu li.bar-menu {
	margin: 0;
	width: 175px;
	padding: 0;
	display: block;
	float: left;
	color: white;
}

#menu li.bar-menu ul {
	margin: 0;
	padding: 5px 0 0 10px;
}

#menu li.clear { padding: 5px 0 50px 0; }

#flyer { margin: 30px auto 0 auto; text-align: center; }

#links { margin: 20px auto 0 auto; }

#links ul { 
	margin: 0;
	padding: 0;
	list-style: none;
	color: white;
}

.t-head { background-color: #360; color: white; }

#footer {
	background: #960;
	text-align: left;
	height: 50px;
}

#footer p {
	padding: 20px 0 0 20px;
	font-size: 10pt;
	color: white;
}

.hide { visibility: hidden; }
.copy {
	font-size: 9px;
	color: grey;
	text-align: center;
}

/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li {
  	margin: 0;
	width: 95px;
	padding: 0;
	display: block;
	float: left;
	position: relative; 
	font-size: 16px;
}
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; font-size: 12px;}
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul {}
#nav ul ul { height: 100%; left: 131px; }

/* Everything else is theming */
 
#nav { height: 100%; }
#nav *:hover { background-color: #960; }
#nav a { color: white; padding: 6px; }
  #nav li.hover a { background-color: #960; }
  #nav ul { }
    #nav ul li a { background-color: #360; }
      #nav ul a.hover { background-color: #360; }
   #nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */
/* heavily edited for O'Flaherty's */

#collections { margin: 20px auto -10px auto; }

#collections ul { 
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 210px;
}

#collections li {
	text-align: center;
	display: block;
	float: left;
	position: relative; 
	list-style: none;
	color: white;
	width: 31%;
}


.sets, #gallery {
	clear: both;
	position: relative;
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 25px 0 20px 0;
	text-align:center;
}

.sets ul { display: block; top: 0; left: 0; position: static;}
.sets li {
	width: 300px;
	padding:10px;
	position:relative;
	float:left;
	display:block;
}

.sets li p {
	margin: 10px 0;
	font-weight: bold;
	font-size: 16px;
}

#gallery ul {
	position: relative;
	text-align: center;
	list-style: none;
}

#gallery h1 {
	margin: 10px;
	padding: 10px;
	width: 200px;
}

#gallery li{
	width: 80px;
	padding: 0;
	left: -10px;
	margin: 2px 0;
	position: relative;
	float: left;
}

#gallery-header {
	margin: 20px auto 0 auto;
	font-family: mearschaum;
	font-size: 46px;
	font-weight: bold;
	color: #360;
}

#gallery-description { width: 525px; line-height: 1.5em; margin: 20px auto 0 auto; }

#gallery-control { width: 635px; margin: 20px auto -20px auto; border: 1px solid #360; }

#slideshow-link { 
	font-weight: bold;
	padding: 5px 0 5px 20px;
}

#gallery-nav { position: relative; float: right; margin-top: -33px; right: 10px; }
#gallery-nav ul { margin: auto; }
#gallery-nav li {
  	margin: 2px;
	padding: 2px 0 0 0;
	width: 15px;
	height: 13px;
	text-align: center;
	display: block;
	float: left;
	position: relative; 
	font-size: 11px;
	list-style: none;
	border: 1px solid black;
}
#gallery-nav a { display: block; }

#gallery-nav li.prevnext {
	width: 35px;
	border: 0;
}

#gallery-nav li.currentpage { background-color: #999; color: white; }

/* St. Patrick's Day promo page */

#stpaddys {
	width: 500px;
	margin: 40px 0 0 10px;
}

#stpaddys h1 {
	font-family: mearschaum;
	font-size: 36px;
	font-weight: bold;
	color: black;
}

#stpaddys h2,h3 { 
	margin: 0 0 0 40px;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	font-family: mearschaum;
}

#stpaddys h2 { color: #f90; margin-top: 25px; }
#stpaddys h3 { color: #360; }
#stpaddys p {
	margin: 10px 40px 0 40px;
}

#stpaddys-featured {
	position: relative;
	width: 400px;
	text-align: left;
	margin: 10px auto 0 auto;
}

#stpaddys-featured p {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 14px;
}

#stpaddys-featured img {
	float: left;
	margin: 15px 15px 15px 0;
}

.countdown-clock {
	position: relative;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 0 auto;
}

.green { color: #360; font-size: 14px; }

#stpaddys-right {
	position: relative;
	float: right;
	right: 30px;
	width: 350px;
}

#stpaddys-gallery {
	margin: 0;
	padding: 15px;
	text-align: center;
	border: 1px solid #360;
	position: relative;
}

#stpaddys-gallery h3 {
	font-weight: bold;
	font-size: 18px;
	color: #360;
}

#stpaddys-gallery p {
	font-size: 14px;
	margin: 10px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #fff;
	z-index: 1000;
	color:#000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top: 50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
	color: white;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	color: white;
}

#TB_title{
	background-color: #5d5d5d;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:203;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
