/* Entertainment Page Specific Styles */
@import url('/css/entertainment.css');
/* Basic Inside/Child Page Specific Styles */
@import url('/css/inside.css');


html {
	min-width:950px;
	margin-top: 0;
	padding: 0;
	text-align: center;
    background-image:url(paradebg.jpg);
    background-repeat:no-repeat; 
    background-position:top center;	
	background-color:#339900;
	
}

body {
	margin:0;
	padding:0;
	
}

p	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:1.5em;
	padding:5px;
	margin: 0 0 0px;
	color:#390;
}
 a  {
	COLOR: #006633; TEXT-DECORATION: underline 
}
 a:hover {
	COLOR: #AE7200; TEXT-DECORATION: none
}


h1 {
  font-size: 18px;
  font-family:Verdana, Geneva, sans-serif;
  font-weight: bold;
}


h2 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 5px 0px;
}

h3 {
  font-size: 14px;
  font-family:Verdana, Geneva, sans-serif;
  font-weight: bold;
  margin:0;
  padding:4px 0 4px 0;
}

/*  Count down style */
#days-til {
	font-family:Arial, Helvetica, sans-serif;
	color:#060;
	padding-top:5px;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
	background-color:#fff;
	background-image:url(counterbackground.jpg);
	background-repeat:no-repeat;
	background-position:center;
	font-size:14px;
	height:25px;
}

/*  Navigation Bar */
ul.navbar
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 948px;
	height: 41px;
}

ul.navbar li
{
	margin: 0;
	list-style-type: none;
	font-size: 12px;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	background-repeat: no-repeat;
	background-color:#060;
}


ul.navbar a
{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
	padding:13px 8px 12px 8px;
	color: #ffffff;
	text-decoration: none;
	background-image:url(/img/Nav/nav-bg.jpg);
	background-repeat: no-repeat;
}




ul.navbar a:hover
{
	background-image:url(/img/Nav/nav-over-bg.jpg);
	background-repeat: no-repeat;
	text-decoration:underline;
		padding:13px 8px 14px 8px;

}


ul.navbar iframe
{
	position: absolute;
	z-index: 1010;
}

@media screen, projection
{
	ul.navbar li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
}

.search-form 
{background-image:url(/img/Nav/nav-bg.jpg);
background-color:#333;
height:27px; overflow:hidden; width:235px;
padding-top:8px; 
padding-bottom:5px;
display:inline-block;
}

.search-input {-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:1px solid #6C6C6C; 
	color:#ABABAB; 
	width:150px; 
	padding:4px;
	margin-left:12px;	
	display:block;
	float:left;
}
#submit {
	float:left; 
}
/* END Navigation Bar */
/* Start page */
#container {
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 174px;
}
#header {
	z-index: 100;
	background-repeat: repeat-x;
	height: 41px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(/img/Nav/nav-bg-bg.jpg);
	margin-bottom: 0px;
} 
/* holds news stories */
#news-container {
	border:#CCC 1px solid;
	background-color:#F5F5F5;
	width:720px;
	float:left;
	margin-left:5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	clear: left;
	display: inline;
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.feature {
	width:310px;
	margin-bottom:5px;
	float:right;
}
#news-container h1 {
	margin-bottom:5px;
	margin-top:0;
	padding:0;
	border-bottom:#EAEAEA solid 1px;
	display:block;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
}
#news-container .feature a img {
	border:5px solid #E2E2E2;
}

#news-container .feature a:Hover img {border:#0C3 5px solid;}

.feature h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:0;
	margin-bottom:2px;
}
.feature p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
}
.feature-title {
	padding:5px;
	float:right;
	width: 150px;
}
.feature-title a {
	text-decoration:none;
	font-weight:bold;
	color:#9CC350;
}
.feature-title a:Hover {
	color:#F93;
}
	
/* END news container */	

/* video container */
#videos-cont {
	float:right;
	border:#CCC 1px solid;
	background-color:#F5F5F5;
	padding:14px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	width:270px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline;
}

#videos-cont h1 {
	margin-bottom:5px;
	margin-top:0;
	padding:0;
	border-bottom:#EAEAEA solid 1px;
	display:block;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
}
/*END Video Container */
/*Flickr style*/

#flickr {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left:5px;
	margin-right:10px;
	text-align:center;
	background-color:#222;
	margin-bottom:10px;
	padding:8px;
	width:600px;
	float: left;

}
#flickr a:hover img{
border-bottom:#9cc350 solid 2px;
}
#flickr a img{
	border-bottom:#000 solid 2px;
	color:#222;
	padding:3px;
border-left:0;
border-top:0;
border-right:0;
}

#flickr-tab {
	width:164px;
	text-align:center;
	padding-top:7px;
	padding-left:7px;
	background:url(/img/front/flickr-bg.jpg) no-repeat;
	margin-left:20px;
	height:22px;
	margin-bottom:0px;
	margin-top:0px;
	clear: both;

}
#flickr-tab h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin:0px;
padding:0;
color:#FFFFFF;
}
#flickr-tab a {
letter-spacing:2px;
text-decoration:none;
font-size:18px;
color:#0461cb;}
#flickr-tab a span {color:#ff0084;
}
#flickr-cont {
	float:left;
	width:635px;
	margin-top:10px;
	overflow:hidden;
}
#connect-flickr-cont h2 {
	width:170px;
 color:#FFF;
}
#connect-flickr-cont h2 a {
background-image:url(/connect/img/flickr.gif);
background-repeat:no-repeat;
display:block;
float:right;
width:59px;
height:18px;
text-indent:-1000px;
overflow:hidden;}
#flickr-cont h2 a span {
	display:inline;


}
.flickr-photos a:hover img{

}
.flickr-photos a img{
	background-color:#FFF;
	margin:2px;
	color:#222;
	padding:3px;
border:0;
}
#connect-flickr-cont{
	float:left;
	width:435px;
	margin-top:10px;
	overflow:hidden;
}
#social-cont{
	float:left;
	width:435px;
	margin:10px 0 0 25px;
	overflow:hidden;
}
#social-cont h2 {
	width:170px;
 color:#FFF;
}


/*other links Container */
#otherlinks {
	background-color:#111;
	padding:5px 5px 5px 12px;
	margin:12px 5px 5px;
	height:180px;
}
ul#otherlinks-list {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ul#otherlinks-list li {
	list-style:none;
	margin:7px;
	float:left;
}
ul#otherlinks-list li.one {
	text-align:right;
	width:166px;
	height:56px;
	background-image:url(/img/front/news/bev-tasting.jpg);
	background-repeat:no-repeat;
	padding-top:110px;
	overflow:hidden;
}
ul#otherlinks-list li.one h3{
	background-image:url(/img/front/black-overlay.png);
	padding:5px 5px 50px 5px;
	color:#FFF;

}
ul#otherlinks-list li.one h3 a, ul#otherlinks-list li.two h3 a, ul#otherlinks-list li.three h3 a, ul#otherlinks-list li.survey h3 a, ul#otherlinks-list li.four h3 a, ul#otherlinks-list li.five h3 a  {
	color:#FFF;
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	display: block;
}
ul#otherlinks-list li.one h3 a:hover, ul#otherlinks-list li.two h3 a:hover, ul#otherlinks-list li.survey h3 a:hover, ul#otherlinks-list li.three h3 a:hover, ul#otherlinks-list li.four h3 a:hover, ul#otherlinks-list li.five h3 a:hover  {
	color:#0C3;
	text-decoration:underline;
}

ul#otherlinks-list li.two {
	text-align:right;
	width:166px;
	height:56px;
	background-image:url(/img/front/news/irishculture.jpg);
	background-repeat:no-repeat;
	padding-top:110px;
	overflow:hidden;
}
ul#otherlinks-list li.two h3{
	background-image:url(/img/front/black-overlay.png);
	padding:5px;
	color:#FFF;
	height:80px;
}
ul#otherlinks-list li.three {
	text-align:right;
	text-align:right;
	width:166px;
	height:56px;
	background-image:url(/img/front/news/buytickets.jpg);
	background-repeat:no-repeat;
	padding-top:110px;
	overflow:hidden;
}
ul#otherlinks-list li.three h3{
	background-image:url(/img/front/black-overlay.png);
	padding:5px;
	color:#FFF;
	height:80px;
}
ul#otherlinks-list li.survey {
	text-align:right;
	text-align:right;
	width:166px;
	height:56px;
	background-image:url(/img/front/news/vol-survey.jpg);
	background-repeat:no-repeat;
	padding-top:110px;
	overflow:hidden;
}
ul#otherlinks-list li.survey h3{
	background-image:url(/img/front/black-overlay.png);
	padding:5px;
	color:#FFF;
	height:80px;
}
ul#otherlinks-list li.four {
	text-align:right;
	width:166px;
	height:56px;
	background-image:url(/img/front/news/stout.jpg);
	background-repeat:no-repeat;
	padding-top:110px;
	overflow:hidden;
}
ul#otherlinks-list li.four h3{
	background-image:url(/img/front/black-overlay.png);
	padding:5px;
	color:#FFF;
	height:80px;
}
ul#otherlinks-list li.five {
	text-align:right;
	width:166px;
	height:56px;
	background-image:url(/img/front/celticgames.jpg);
	background-repeat:no-repeat;
	padding-top:110px;
	overflow:hidden;
}
ul#otherlinks-list li.five h3{
	background-image:url(/img/front/black-overlay.png);
	padding:5px;
	color:#FFF;
	height:80px;
}




/*Footer */
#footer {
	min-height:257px;
	background-image:url(/img/front/footer-bg.jpg);
	background-repeat:no-repeat;
	background-position:700px 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D4D4D4;
	background-color: #FFF;
}
ul.connect-foot {
	float:left;
	margin:25px 0px 15px 25px;
	padding:0;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul.connect-foot li {
	list-style:none;
	margin:3px;
}
ul.connect-foot li.title {
	font-size:14px;
	font-weight:bold;
}
ul.connect-foot a {
	color:#5e821c;
	text-decoration:none;
}

ul.connect-foot li.facebook {
	display:block;
	padding-left:20px;
	font-weight:normal;
	background-image:url(/img/front/social/facebook-icon.jpg);
	background-repeat:no-repeat;
	font-size:12px;
}
ul.connect-foot li.myspace{
	display:block;
	padding-left:20px;
	font-weight:normal;
	background-image:url(/img/front/social/myspace-icon.jpg);
	background-repeat:no-repeat;
	font-size:12px;
}
ul.connect-foot li.flickr{
	display:block;
	padding-left:20px;
	font-weight:normal;
	background-image:url(/img/front/social/flickr-icon.jpg);
	background-repeat:no-repeat;
	font-size:12px;
}
ul.connect-foot li.youtube{
	display:block;
	padding-left:20px;
	font-weight:normal;
	background-image:url(/img/front/social/youtube-icon.jpg);
	background-repeat:no-repeat;
	font-size:12px;
}
ul.connect-foot li.bit{
	display:block;
	padding-left:20px;
	font-weight:normal;
	background-image:url(/img/front/social/enews.jpg);
	background-repeat:no-repeat;
	font-size:12px;
}
ul.connect-foot li.twitter{
	display:block;
	padding-left:20px;
	font-weight:normal;
	background-image:url(/img/front/social/twitter-icon.jpg);
	background-repeat:no-repeat;
	font-size:12px;
}
ul.connect-foot li.blog{
	display:block;
	padding-left:20px;
	font-weight:normal;
	background-image:url(/img/front/social/blog-icon.jpg);
	background-repeat:no-repeat;
	font-size:12px;
}
ul.connect-foot li.rss{
	display:block;
	padding-left:20px;
	font-weight:normal;
	background-image:url(/img/front/social/rsss.jpg);
	background-repeat:no-repeat;
	font-size:12px;
}
ul.connect-foot li.more{
	display:block;
	padding-left:20px;
	font-weight:normal;
	font-size:12px;
}

ul.entertain-foot {
	float:left;
	margin:25px 0px 15px 45px ;
	padding:0 ;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul.entertain-foot li {
	list-style:none;
	margin:3px;
}
ul.entertain-foot li.title {
	font-size:14px;
	font-weight:bold;
}
ul.entertain-foot a {
	color:#5e821c;
	text-decoration:none;
}
	
ul.info-foot {
	float:left;
	margin:25px 0px 15px 45px;
	padding:0;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul.info-foot li {
	list-style:none;
	margin:3px;
}
ul.info-foot li.title {
	font-size:14px;
	font-weight:bold;
}
ul.info-foot a {
	color:#5e821c;
	text-decoration:none;
}

ul.sponsor-foot {
	float:left;
	margin:25px 0px 15px 45px;
	padding:0;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul.sponsor-foot li {
	list-style:none;
	margin:3px;
}
ul.sponsor-foot li.title {
	font-size:14px;
	font-weight:bold;
}
ul.sponsor-foot a {
	color:#5e821c;
	text-decoration:none;
}


ul.favorites-foot {
	float:left;
	margin:25px 0px 15px 45px;
	padding:0;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul.favorites-foot li {
	list-style:none;
	margin:3px;
}
ul.favorites-foot li.title {
	font-size:14px;
	font-weight:bold;
}
ul.favorites-foot a {
	color:#5e821c;
	text-decoration:none;
}
.footer-bottom {
	margin-top:5px;
	float:left;
	margin-left:20px;
}
a.comingsoon {
	display:block;
	width:90px;
	overflow:hidden;
}
a:hover.comingsoon {
	text-indent:-1000px;
	background:url(/img/front/comingsoon.jpg) no-repeat;
	display:block;
}
/*End Footer */
/* hack's for Internet Explorer */
/*\*/
* html #footer {
height: 257px;
}
* html body{
	padding-top:165px;
}
/**/
#twitter_div {
	width:270px;
	margin-left:1px;
}
ul.front-twitter {
	list-style:none;
	margin:0 1px 0 0;
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:1.6em;
	color:#fff;
	border-left:#5e821c 1px solid;
	border-right:#5e821c 1px solid;
	border-top:#5e821c 1px solid;
	background-color:#a0c555;
}
ul#twitter_update_list a{
	color:#5e821c
}

#followus {
	float:right;
	background-image:url(/img/front/follow-us.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-1000px;
}
#followus a{
	width:270px;
	height:58px;
	font-family:"Courier New", Courier, monospace;
	color:#000000;
	text-decoration:none;
	font-size:18x;
	font-weight:bold;
	display:block;
}

/* MERCH styles */
#merch-container {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color:#fff;
	padding:10px;
	width:910px;
	margin-left:10px;
	margin-top:10px;
	clear:left;
	display: block;
	border: 1px solid #CCC;
} 
#merch-container h1 {
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:0;
	padding:0;
}
.item-even {
	background-color:#f3f8d0;
	padding:10px;
	border-top:1px solid #77a227;
		height:445px;

}
.item-odd {
	background-color:#e5edb7;
	padding:10px;
	border-top:1px solid #77a227;
	height:445px;
}
.merch-item {
	float:left;
}
.merch-discription {
	float:left;
	margin:0 0 0 10px;
}
#slideshowstore {
    position:relative;
    height:284px;
	width:270px;
	margin:9px 8px 20px 10px;
	float:right;
	
}
#merch-container .merch-discription h1 {
	border-bottom:#9cc350 dashed 1px;
	margin:0 0 5px 0;
}
#merch-container .image {
background:#575757;
border:1px solid #000;
padding:5px;
}
#slideshowstore IMG {
    position:absolute;
	padding:5px; background-color:#F5F5F5;
	border:#D5D5D5 1px solid;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
.select {
	padding:4px; 
	background:white;
	border:1px solid #D5D5D5;
}
.ticket-link a {color:#fff;
padding:10px; 
-moz-border-radius: 10px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
display:inline-block;
background-color:#77a22f;
border:1px solid #5e821c;
margin:10px;
clear:both;
}
.ticket-link a:hover {color:#fff;
padding:10px; 
display:inline-block;
background-color:#f7941d;
border:1px solid #333;
margin:10px;
clear:both;
}
form {margin:0;
padding:0;
}
.blog-list {list-style:none; font-size:12px; text-decoration:none; font-family:Verdana, Geneva, sans-serif;
}
.blog-list li{padding:3px;
}
.clear {
	clear:both;
}
#ticket-corner {
	float:right;
	background:url(/img/front/ticket.png) no-repeat;
	height:104px;
	width:116px;	
 }
 #ticket-corner a{
	 display:block;
	 text-indent:-1000px;
	 overflow:hidden;
	 height:104px;
	 width:116px;
 }
 
/* Form Design */

form .form-label{
	background:#EAEAEA;
	width:400px;	padding:5px;
}
form span {	
padding:8px 10px 0 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
float:right;
color:#6C6C6C;
}
.news_wide {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #390;
	background-color: #CCC;
	visibility: visible;
}
