
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;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote {
	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;
}

* html div, body {
	margin:0;
	padding:0;
}
div {
	position:relative;
}
.drkblu {color:#48576c;}
html {
	min-width:950px;
	margin-top: 0;
	padding: 0;
	text-align: center;
 
}


body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	
}

#bg {
position: fixed;
top: 0;
left: 0;
}

.bgwidth {
width: 100%;
}

p	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
	padding: 0 0 5px;
	color:#333;
}
#maincontainer p.first-line {
	font-family:"Times New Roman", Times, serif;
	font-size:180%;
	line-height:1.1em;
	color:#9cc350;
	margin:10px 0 5px;
}
#maincontainer blockquote p{
	font-size:120%;
	line-height:1.5.em;
	color:#49586c;
}
 a  {
	color: #006633; text-decoration: underline 
}
a:hover {
	color: #AE7200; text-decoration: none
}
a.btn{
	background:#48576c;
	color:#fff;
	padding:5px;
	border:1px solid #ABABAB;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	text-decoration:none;
	
}
a:hover.btn {
	background-color:#93b74e;
	color:#fff;
	border:1px solid #2D2D2D;
}
.alert {
	background:#FFC;
	padding:5px;
	border:#FC3 1px solid;
	font-size:14px;
	width:500px;
	line-height:1.6em;
	margin:0 0 10px;
}
.hoverglow:hover, .glow:hover{
-moz-box-shadow: 0 0 1em #9cc350; /* This will make an image with a ling attached glow on hover in firefox/safari*/
-webkit-box-shadow: 0 0 1em #9cc350;
box-shadow: 0 0 1em #9cc350;
}
#maincontainer h1, #maincontainer h2, #maincontainer h3, #maincontainer h4, #maincontainer h5, #maincontainer h6 {
		font-family:Cambria,Georgia, Times, serif;
}
h1 {
  font-size:42px;
  font-weight: bold;
  margin:0 0 10px
  
}

h2 {
  font-size:38px;
  font-weight: bold;
  margin:0 0 20px;
  line-height:1em;
  color:#9CC350;
}
h3 {
  font-size: 34px;
  font-weight: bold;
  margin:0 0 10px
}
h4 {
  font-size: 28px;
  font-weight: bold;
  margin:0 0 5px
}
h5 {
  font-size: 24px;
  font-weight: bold;
  margin:0 0 5px
}
h6 {
  font-size: 20px;
  margin:0 0 5px;
  color:#9CC350;
  font-weight:normal;
  line-height:1.2em;
}

/*  Navigation Bar */
ul.globalNav {
	width: 960px;
	padding-top: 213px;
}

ul.globalNav li{
	float:left;
	padding:18px 8px 8px;
}
ul.globalNav li a {
	color:#fff;
	padding:8px 5px 8px;
	text-decoration:none;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:600;
}
ul.globalNav li a:hover {
	background:#ed8a13;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
}
ul.globalNav li a.dif:hover {
	color:#4F6F1A;
	background:#fff;
}
#maincontainer{
	width:600px;
	padding:10px 0 10px 20px;
	margin:0 0 20px;
}
/* Start page */
#container {
	width: 990px;
	text-align: left;
	margin:0 auto 0;


}

#header {
	height: 275px;
	margin: 0px 0 0;
	position: relative;
	background: url(/img/5k-run-transparent.png) no-repeat 50% top;
}



#page-wrap {
	width:940px;
	margin:0 auto 0;
	padding:0 10px 20px;
	background:#fff;
}
a.pdf{
	background:url(/img/pdf.png) no-repeat center right #EAEAEA;
	padding-right:20px;
	padding:5px 26px 5px 5px;
	border:1px solid #ABABAB;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	text-decoration:none;
	
}
a:hover.pdf {
	background-color:#93b74e;
	color:#fff;
	border:1px solid #2D2D2D;
}



/* Sizes */
.nine {
	width:920px;
	margin:0 10px 0;
}

.six{
	width:660px;
	margin:0 10px 0;
}
.five {
	width:590px;
	margin:0 10px 0;
}
.five-sm {
	width:520px;
	margin:0 10px 0;
}
.four {
	width:450px;
	margin:0 10px 0;
}
.three {
	width:380px;
	margin:0 10px 0;
}
.three-ten{
	width:310px;
	margin:0 10px 0;
}
.two {
	width:240px;
	margin:0 10px 0;
}
.fourth {
	width:215px;
	margin:0 10px 0;
}
.one {
	width:140px;
	margin:0 10px 0;
}
.right {float:right;}
.left {float:left; }

/* sidebar */
ul#sidebar-list li.otherContact {
	padding:10px;
	margin:20px 20px 0 10px;
	color:#333;
	background:#fff;
	font-size:12px;
}
ul#sidebar-list li.otherContact p {
	line-height:1.5em;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:3px 0 10px;
	padding:0;
}


#sidebar {
	width:300px;
	margin:10px 0px 0  0;
	background:#48576c;
	padding:10px 0 10px
}
#sidebar img {
	border:8px solid #3d4c62;
	margin:0 0 10px 12px;
}
ul#sidebar-list {
	margin:0 -10px 0 0px;
	padding:0;
}
ul#sidebar-list li p {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:normal;
	font-size:18px;
	list-style:none;
	color:#FFF;
	padding:0;
	margin: -5px  0 -10px 20px;
}
ul#sidebar-list li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:normal;
	font-size:18px;
	list-style:none;
	color:#FFF;
	padding:0;
	margin: -5px  0 -10px -4px;


}
/* Form styles */
.form-input {
	padding:7px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	border:1px solid #BBB;
	font-size:16px;
	background:#EBEBEB;
}
/*Footer */
#footer {
	height:130px;
	background:url(/img/footer-bg.jpg) no-repeat;
	margin:0 auto 0;
	width:960px;
	text-align:left;
	padding:10px 0 10px;
}
#footer img {
	padding:5px;
}
#footer #footerCont {
	width:960px;
	margin:0 auto 0;
	padding:40px 0 0;
	height:277px;
	
}
#footer h5 {
	font-family:Stone Informal, Arial, Times, serif;
	font-size:160%;
	font-weight:bold;
	padding:0 0 4px;
	
}
ul.foot {
	float:left;
	margin:25px 0px 15px 25px;
	color:#333;
}
ul.foot li {

}

ul.foot li a {
	color:#5e821c;
	text-decoration:none;
	display:block;
	padding:2px;
	font-size:110%;
}
ul.foot li a:hover {
	color:#fff;
	background:#9cc350;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
ul.foot li.facebook a, ul#sidebar-list a.facebook, ul#sidebar-list a.facebook:hover {
	background:url(../img/front/connectFooter.png) no-repeat;
	padding:4px 0 4px 25px;
	
}
ul.foot li.flickr a {
	background:url(../img/front/connectFooter.png) no-repeat 0 -69px ;
	padding:5px 0 4px 25px;
}
ul.foot li.youtube a {
	background:url(../img/front/connectFooter.png) no-repeat 0 -93px ;
	padding:6px 0 4px 25px;
}
ul.foot li.rss a {
	background:url(../img/front/connectFooter.png) no-repeat 0 -44px ;
	padding:6px 0 5px 25px;
}
ul.foot li.twitter a, ul#sidebar-list  a.twitter, ul#sidebar-list  a.twitter:hover  {
	background:url(../img/front/connectFooter.png) no-repeat 0 -20px ;
	padding:6px 0 5px 25px;
}
ul.foot li.blog a {
	background:url(../img/front/connectFooter.png) no-repeat 0 -117px ;
	padding:4px 0 4px 25px;
}

/*End Footer */


/* MERCH styles */
#merch-container {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	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;
}

#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;
}

.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;
	height:0;
	margin:0;
	padding:0;
	width:100%;
	display:block;
}


 
/* Form Design */




/*** Temporary Styles For front page. **/
#EntFull {
	padding:10px;
	background:#9cc350;
	margin:10px 0 0;
	height:360px;

}
#frontSidebar {
	width:270px;
	margin:20px 0 0;
	background-color:#F5F5F5;
	border:1px solid #CCCCCC;
	padding:14px 3px 5px 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}


.tl {
	background:url(../img/front/tl.jpg);
	width:6px;
	height:6px;
	position:absolute;
	left:0;
	top:0;
}
.tr {
	background:url(../img/front/tr.jpg);
	width:6px;
	height:6px;
	position:absolute;
	right:0;
	top:0;
}
.bl {
	background:url(../img/front/bl.jpg);
	width:6px;
	height:6px;
	position:absolute;
	left:0;
	bottom:0;
}
.br {
	background:url(../img/front/br.jpg);
	width:6px;
	height:6px;
	position:absolute;
	right:0;
	bottom:0;
}
#twitterCont {
	background:url(/img/front/twitter-bg.gif) no-repeat bottom;
	padding:0 0 78px;
	width:263px;
	margin-right:20px ;
	margin-top:50px;
}
ul#twitter_update_list {
	text-align:left;
	line-height:1.3em;
	padding: 0 10px 10px 13px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#9CC350;

}
ul#twitter_update_list a {
	color:#6C8541;
	text-decoration:none;
	font-style:italic;
}

#announcement-Cont {
	width:280px;
	margin:5px 10px 5px;
	padding:30px 0 0 ;
}
#announcement-Cont p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
  font-weight: normal;
  margin:12px 0 70px;
  line-height:1.1em;
  color:#9CC350;
	
}
/*Facebook Badge --------------------------------- */
 #iframe_like {
	background-color:#fff;
	border:1px solid #D5D5D5;
	width:260px;
	padding:10px;
	height:25px;
}
 .social_iframe {
	background-color:none!important;
	border:1px solid #D5D5D5;
	width:260px;
	padding:10px;
}
#entBadge {
	position:absolute;
	bottom:45px;
	left:7px;
	z-index:20;
	width:227px;
	height:41;
}
#slideshow {
	position:relative;
  	height:358px;
	width:600px;
	padding:10px 30px 8px 12px;
	background:url(/img/front/slideshow-bg-alt.png) no-repeat;
	margin:10px 0 0 10px;
}
#slide-outer {
	position:relative;
	display:inline;
}
#slideshow IMG {
	position:absolute;
	z-index:8;
	opacity:0.0;
	border:5px solid #789e2d;
	top:8;
	left:25px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
/*other links Container */
#otherlinks {
	background:#222;
	padding:5px 5px 5px 12px;
	margin:0 0 0px;
	height:190px;
}
ul#otherlinks-list {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ul#otherlinks-list li {
	list-style:none;
	margin:5px;
	float:left;
	border:5px solid #000;
}
ul#otherlinks-list li:hover {
	-moz-box-shadow: 0 0 1em #000; /* This will make an image with a ling attached glow on hover in firefox/safari*/
-webkit-box-shadow: 0 0 1em #000;
box-shadow: 0 0 1em #000;
}
ul#otherlinks-list li.one {
	text-align:right;
	width:166px;
	height:56px;
	background:url(/img/front/news/survey.jpg) 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;
	height:80px;
	

}
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:url(/img/front/news/media.jpg) 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;
}
.social-footer {
	border-top:1px solid #CCC;
	height:40px;
	padding:0 20px 0 20px;
	margin:0 0 50px;
}
.social-footer a {
	text-decoration:none;
}
.social-footer ul.social-footer-list li {
	float:left;
	padding:8px 5px 0;
}
.social-footer ul.social-footer-list li.twitter
{
	background:url(/img/inside/social-footer.png) no-repeat  0 -50px;
	padding:8px 10px 2px  20px;
}
.social-footer ul.social-footer-list li.print
{
	background:url(/img/inside/social-footer.png) no-repeat  0 -22px;
	padding:8px 10px 2px  20px;
}
.social-footer ul.social-footer-list li.fb
{
	background: no-repeat  0 6px;
	padding:8px 10px 2px 20px;
}
ul.social-footer-list li span.FBConnectButton_Simple {
	background:url(/img/inside/social-footer.png) no-repeat  0 6px;
	padding:8px 10px 2px 20px;
}
ul.social-footer-list li span.FBConnectButton_Text_Simple
{
	margin:0;
	padding:0;
}

.footermeta {
	color:#FFF;
	padding:0 20px 0;
	position:absolute;
	bottom:20px;
	left:10px;
}
.footermeta a{
	color:#FFF;
	border-bottom:1px dashed #fff;
	text-decoration:none;
}
.sticker {
	position:absolute;
	top:-213px;
	left:35%;
	margin:0 auto 0;
	width:350px;
	z-index:1002;
	display:none;
border-left:10px solid #f8951e;
border-right:10px solid #f8951e;
border-bottom:10px solid #f8951e;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
background:#f5f5f5;
}
#sticker-form {
padding:10px;
text-align:left;
}

#sticker-form li {
	border:none;
	z-index:1003;
}
.sticker-input {
	padding:3px 5px;
	background:#fff;
	border:#EAEAEA 3px solid;
	margin:0;
	color:#666;
	
}
.captcha img {
	max-width:180px;
	height:auto;
}
#sticker-form p {color:#333;
margin:0 0 5px;
padding:0;
}
.home-page {
	position:relative;
}
#stickerLink {
	position:absolute;
	
	z-index:998;
}


.darkenBackground {
background:url(/img/front/black-overlay.png);
background-color: rgba(0, 0, 0, 0.7);
opacity: 0.7; /* Safari, Opera */
-moz-opacity:0.70; /* FireFox */
filter: alpha(opacity=70); /* IE */
z-index: 999;
height: 100%;
width: 100%;
background-repeat:repeat;
position:fixed;
top: 0px;
left: 0px;
}
#sticker-form label.error{
	background:#F99;
	border:1px solid #F00;
	padding:2px;
	color:#fff;
	margin:0;
	display:block;
}
#slider {background:#f5f5f5;
}
.coda-slider-wrapper { padding: 0px ;  }
	.coda-slider {  }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 400px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 960px; height:400px;} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */

	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav {
	position:absolute;
	bottom:6px;
	right:-12px;
	z-index:1222;
}
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
#one {
	background:url(/img/front/slider/entertainment.jpg) no-repeat;
}
#two {
	background:url(/img/front/slider/shop.jpg) no-repeat;
}
p.title {display:none;}

#countdown_dashboard {
	color: #9CC350;
	background:url(/img/front/countdownBg.png) no-repeat;
	height: 40px;
	width:214px;
	position:absolute;
	right:143px;
	top:-209px;
	padding:5px 15px 8px;
}
#countdown_dashboard:hover {color:#445569;}

.dash {
	width: 35px;
	height: 35px;
	float: left;
	margin-left: 6px;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
}

.dash .digit {
	font-size: 22px;
	font-weight: bold;
	float: left;
	width: 15px;
	text-align: center;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 0px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight:bold;
	text-align:center;
	width:35px;
	letter-spacing:-1px;
}

.faded {
	color: #999;
}

#info_message {
	background-color: #f0f9ff;
	border: 1px solid #eef;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}
#blogDiv {
	float:right;
	margin:15px 20px 0 0;
	width:260px;
}
#blogDiv h3 {
	display:block;
	background:#8CAE3E;
	font-family:Cambria, "Times New Roman", Times, serif;
	color:#fff;
	font-size:24px;
	line-height:1em;
	padding:3px 4px 3px;
	font-weight:normal;
}

#countdown_dashboard {
  background-image: url(/img/front_sprite.png);
  background-position: -10px -95px;
}

#slideshow {
  background-image: url(/img/front_sprite.png);
  background-position: -10px -303px;
}
#twitterCont {
  background-image: url(/img/front_sprite.png);
  background-position: -10px -844px;
}

ul.foot li.facebook a, ul#sidebar-list a.facebook, ul#sidebar-list a.facebook:hover {
  background-image: url(/img/front_sprite.png);
  background-position: -10px -1051px;
}

ul.foot li.flickr a {
  background-image: url(/img/front_sprite.png);
  background-position: -10px -1121px;
}

ul.foot li.youtube a {
  background-image: url(/img/front_sprite.png);
  background-position: -10px -1145px;
}

ul.foot li.rss a {
  background-image: url(/img/front_sprite.png);
  background-position: -10px -1096px;
}

ul.foot li.twitter a, ul#sidebar-list a.twitter, ul#sidebar-list a.twitter:hover {

  background-image: url(/img/front_sprite.png);
   background-position: -10px -1073px;
}

ul.foot li.blog a {
  background-image: url(/img/front_sprite.png);
  background-position: -10px -1171px;
}

