/*
Theme Name: Munster GAA Theme
Theme URI:  http://www.lairdesign.com
Description: Munster GAA theme
Version: 1.0
Author: Lairdesign
Author URI: http://www.lairdesign.com

*/

/*---------------------------------------------------------------------------------------------------
  global styles
---------------------------------------------------------------------------------------------------*/

* {
  padding:0;
}

.hide { display:none; }
.left{ float:left; }
.right{ float:right; }
.alignright { float:right; }
.alignleft { float:left; }
.center{ text-align:center; }
.t_left{ text-align:left; }
.t_right{ text-align:right; }
.clear{ clear:both; }
.gap {padding-top:20px;}
.clear_right{clear:right;}
.clear_left{clear:left;}
a img{ border:none; }


body {
  color:#000;
  margin:10px 0 0 0;
 /* background:#005596 url(img/page_bg_01.jpg) top left repeat-x; */
  background-color: #E6E6E6;
  font-size:13px;
  font-family: Arial, Helvetica, Sans-Serif;
  line-height:1.6;  
}

h1, h2, h3, h4, h5 {
  margin:0 0 0px 0; 
  padding:0px 0px 0 0;
  font-size:28px;
  color:#0063be;
  font-weight:bold;
}

h7 {
  margin:0 0 0px 0; 
  padding:0px 0px 0 0;
  font-size:16px;
  color:#FFF;
  font-weight:bold;
}

h2, h3 {
  font-size:22px;
  margin:1px 0 5px 0;  
}

h3 {
  font-size:18px;
}

h4 {
  font-size:18px;
  margin:0px;
  padding:0px;  
}

h5 {
  font-size:15px;
  margin:0;
  padding:0;
  font-weight:bold;
}

h6 {
color:#0063be;
font-size:16px;
font-weight:bold;
margin-bottom:5px;
margin-top:0px;
padding-bottom:0px;	
padding-top:0px;
text-transform:capitalize;
}

p{
margin: 0 0 0 0;
padding: 0px;
}


a{
  color:#0063be;
  text-decoration:none;
  font-weight:bold;
}

a:hover{
  color:#003060;
  text-decoration:none;
}

ul{
  padding: 0 0 0 20px;	
  margin: 0px 0px 10px 0px;
}

li {
  padding: 3px;  
}

table{
padding-bottom:20px;	
}


/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

#container {
  margin: 0 auto;
  width:960px;
  background-color:#fff;
}


/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/


#header{
  width:960px;
  background:#fff url(img/header_bg_04.jpg) top left no-repeat;
  position:relative;
}

#header h1{ 
  font-size:2.25em;
  clear:left;
  margin:0;
  padding:0;
  float:left;
}

.header-level {
	min-height: 172px;
}

#header h1 a{ 
  text-decoration:none; 
  display:block;
  width:460px;
  height:120px;
  border:0;
  text-indent:-10000px;
}

.post_content {
margin-bottom:20px;
}

#club-crests {
	float:left;
	margin:5px 0 0 115px;
}

#club-crests a {
  display:block;
  float:left;
  height:50px;
  width:60px;
  margin: 15px 0 0;
  padding:0 1px 0 0;
  text-indent:-10000px;
}

#gaa-logo {
  float:right;
  height:47px;
margin-top: 37px;

}

#gaa-logo a {
  float:right;
  display:block;
  height:47px;
  width:115px;
  margin:0;
  padding:0;
  text-indent:-10000px;
}

#header-search {
  float:left;
  font-size:12px;
  padding:0 45px 0 0;
  margin:25px 0 0 0;
}

#submit-btn {
  font-weight:bold;
  color:#fff ;
  border:none;
  background-color:transparent;
}

a#usa {
  position:absolute;
  top:105px;
  right:150px;
  margin:0;
  padding:0;
  height:65px;
}

/*-----------------------------------------------------------------------------------------------
  Navigation
-----------------------------------------------------------------------------------------------*/

#navigation{
  width:952px;
  height:34px;
  clear:both;
  float:left;
  border:#fff 4px solid;
 /* background-image:url(img/nav_bg.gif); */
  background-color: #003362;
}

#navigation a {
  display:block;
	color:#fff;   
}

#navigation a:hover {
	color: #fff;
}

#navigation ul {
  font-size:14px;
  list-style:none;
  margin:0 !important;
  padding:0 !important;
  text-transform:uppercase;
  z-index:999;
}

#navigation li {
  float:left;
  list-style:none;
  
}

#navigation li ul {
  margin:0 !important;
  padding:0;
}

#navigation li ul li {
  float:none;
  display:list-item;
  margin:0;
  list-style:none;
}


/*suckerfish */

#navigation ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-weight:bold;
}

#navigation a {
	display: block;
	color:#fff;
	text-decoration:none;
	padding:0 10px;
	margin: 0px 4px 7px 5px;
}

#navigation a:hover {
	color:#ffc423;
}

#navigation li ul li a {
	color:#fff;
}

#navigation li ul li a:hover {
	color:#ffc423;
}

#navigation li { /* all list items */
	float: left;
	padding:10px 0 0 0;
}

#navigation li ul { /* second-level lists */
	position: absolute;
	background-image:url(img/nav_bg_2.png);
	text-transform:capitalize;
	font-size:11px;
	margin:0;
	padding:0;
	width:200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

* html #navigation li ul { /* second-level lists */
	background-image:url(img/nav_bg_2.gif);
}


#navigation li:hover ul, #navigation li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

*:first-child+html #nav {
height: 1%;
}
*:first-child+html #nav li {
height: 1%;
} 

/*-----------------------------------------------------------------------------------------------
  main content
-----------------------------------------------------------------------------------------------*/


#content{
  width:952px;
  clear:both;
  background:#fff url(img/content_bg_01.gif) top left repeat-y;
  border-left:#fff 4px solid;
  border-right:#fff 4px solid;
}

#post{
  float:left;
  width:630px;
}


.section_title{
border:#0063BE 1px solid;
}

#post p{
padding: 0 0 10px 0;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.entry p.wp-caption-text {
  font-size:11px;
  padding:5px 10px;
  line-height:14px;
}



.contactform{
  float:right;
  
}

.contacterror {
  border:2px solid #cc0000;
}

.entry {
  float:left;
  padding:0px 10px 10px 10px;
  width:610px;
}


.county_facts{
color: #fff;
}


.entry p {
padding: 0 0 10px 0;
}


.entry td {
padding:3px;
}

.entry td strong{
color: #fff;
}


.post-date {
  background:transparent url(img/date-bg.gif) no-repeat scroll 0 0;
  float:left;
  margin:7px 0 0 0;
  height:49px;
  width:45px;
}

.post-month {
color:#FFFFFF;
display:block;
font-size:8px;
line-height:11px;
margin-left:-2px;
padding-top:2px;
text-align:center;
text-transform:uppercase;
}

.post-day {
color:#003060;
display:block;
font-size:18px;
line-height:18px;
margin-left:-1px;
padding-top:7px;
text-align:center;
text-transform:uppercase;
}

.lc {
margin-left:0;
}

.c6 {
width:525px;
}

.post_content {
float:left;
padding-left:10px;
}

#title {
  background:transparent url(img/title_bg_01.png);
  color:#00457c;
  font-size:20px;
  font-weight:bold;
  height:33px;
  padding:5px 10px;
  position:absolute;
  top:491px;
  width:610px;
  z-index:100;
}

* html #title {
  top:475px;
}

#title a {
  z-index:50000;
}


.thumbnails {
  margin:10px 16px 10px 0;
  padding:0;
  width:110px;
  float:left;
	border-top: 3px solid #F8F8F8;
  border-bottom:3px solid #F8F8F8;
	height: 125px;
}

* html .thumbnails {
  margin:10px 15px 10px 0;
}

.thumbnails a {
  background-color:#fff;
}

#thumb5 {
  margin-right:0;
}

.title_txt {
  font-size:11px;
  line-height:13px;
  padding:3px 5px;
  float:left;
}

.selected {
  /* background: url(img/arrow_btm_01.gif) no-repeat bottom center; */
  border-top:3px solid #0063be;
  background-color:#0063be;
  border-bottom:3px solid #0063be;
}

.selected a {
  color:#fff;
  background-color:#0063be;
}

.selected a:hover {
  color:#fff;
  background-color:#0063be;
}

.view_all_news {
	text-align: right;
	padding: 5px 5px 10px;
	border-bottom: 2px solid #CCC;
	margin-bottom: 10px;
}

.thumbs-container {
  width:630px;
}

.thumbs-container {
  width:630px;
}

.view_all_news p {
	margin: 0;
	padding: 0;
}


.post td {
  background-color:#005596;
  color:#fff;
  padding:10px;
  vertical-align:top;
}

.post ul{
padding: 0px 0px 0px 12px;	
}

p.postmetadata {
  padding:10px;
  font-size:11px;
  background-color:#eee;
}

p#view_news {
  margin:0;
  padding:0;
}

#view_news a {
  text-decoration:none; 
  display:block;
  width:121px;
  height:34px;
  background:#fff url(img/view_all_news_01.gif) top left no-repeat;  
  border:0;
  text-indent:-10000px;
}


/*-----------------------------------------------------------------------------------------------
  sidebar
-----------------------------------------------------------------------------------------------*/

#sidebar {
  padding:0;
  margin:0;
  float:right;
  width:318px;
  color:#fff;
  background-color:#0063be;
}


#sidebar h2 {
  color:#fff;
  padding:20px 0 0 8px;
  margin:0;
  font-weight:normal;
  font-size:20px;
  line-height:1;
}

#sidebar h3 {
  color:#fff;
  padding:20px 0 5px 0;
  margin:0;
  font-weight:bold;
  font-size:15px;
}

#sidebar caption {
  text-align:left;
  padding:5px 0px;  
}

#sidebar a {
  color:#fff;
}

#sidebar a:hover {
  color:#ffc423;
}

#sidebar ul {
  padding:10px;
}

#sidebar li {
  padding:3px;
  margin:0 0 0 15px;
}

.line_sidebar {
	border-bottom:#FFF solid 1px;
}

#subscibe_form{
	 margin:1px 0 0px 0;  
	background-color:#0063BE;
	width:298px;
	height:94px;
	padding: 10px;
	color:#FFF;
}

#subscibe_form h2{
  padding-left:0 !important;
}

ul.ec3_events {
  list-style-type:none;
  padding:0;
  margin:0;
}

#sidebar ul.ec3_events li {
  padding:0;
  margin:0;
  background-image:none; 
  font-size:15px;
  font-weight:bold;
}

#sidebar ul.ec3_events li ul {
  padding:5px 0 20px 0;
  margin:0;
}

#sidebar ul.ec3_events li ul li {
  padding:0 0 0 20px;
  background: url(img/calender_bullet_01.gif) no-repeat left top;    
  font-size:11px;
  font-weight:bold;
  list-style-type:none;
  margin:0;
}

ul.ec3_events {
  list-style-type:none;
  padding:0;
  margin:0;
}

#page_events ul.ec3_events li {
  padding:0;
  margin:0;
  background-image:none; 
  font-size:15px;
  font-weight:bold;
}

#page_events ul.ec3_events li ul {
  padding:5px 0 20px 0;
  margin:0;
}

#page_events ul.ec3_events li ul li {
  padding:0 0 0 20px;
  background: url(img/calender_bullet_01.gif) no-repeat left top;    
  font-size:11px;
  font-weight:bold;
  list-style-type:none;
  margin:0;
}

#sponsers_side {
  text-align:center;  
}

#sponsers_side img {
  padding:15px 0 0 0;
}

/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
  width:952px;
  border-left:#fff 4px solid;
  border-right:#fff 4px solid;
  border-top:#005596 1px solid;  
  color:#fff;  
}

#footer h5 {
	color: #FFF;
}

#sponsers{
  height:116px;
  background-color:#fff;
}

#gaa_logo {
  padding:0px 0 0 0;
}

#footer-bottom{
  height:50px;
  padding:10px;
  background-color:#005596;
}

#footer p {
  margin:0;
  padding:0 0 3px 0;
  font-size:11px;
}

#footer a {
  color:#fff;
}

#footer a:hover{
	color:#000;
}

a.rss {
  padding:4px 0 5px 16px;
  margin:5px 0 0 0;
  background: url(img/feed-icon-12x12.gif) no-repeat left center;
}


/*-----------------------------------------------------------------------------------------------
  File icons
-----------------------------------------------------------------------------------------------*/

a[href$=".pdf"], a[href$=".xls"], a[href$=".doc"], a[href$=".ppt"], a[href$=".pptx"] {
	padding-bottom:2px;
	padding-left:22px;
	padding-top:2px;
	background:transparent;
}

a[href$=".pdf"]	{
  background: url(img/page_white_acrobat.png) no-repeat scroll left center;
}

a[href$=".xls"]	{
  background: url(img/page_white_excel.png) no-repeat scroll left center;
}

a[href$=".doc"]{
  background: url(img/page_white_word.png) no-repeat scroll left center;
}

a[href$=".ppt"], a[href$=".pptx"]{
  background: url(img/page_white_powerpoint.png) no-repeat scroll left center;
}




/*-----------------------------------------------------------------------------------------------
  Calendar
-----------------------------------------------------------------------------------------------*/


#wp-calendar table {
  width:298px;
  margin: 0 auto;
  color:#fff;
  background:#0063BE;
  border-spacing:1px;  
  padding:0;
  font-weight:bold;
}

#page_calender #wp-calendar table {
  width:100%;
}


#wp-calendar th {
  color:#fff;
  font-size:11px;
	padding: 5px 0;
}

#page_calender #wp-calendar th {
  color:#fff;
  padding:10px 0;
  font-size:13px;
}

#wp-calendar table thead {
	background-color: #02315D;
}

#wp-calendar table td {
  text-align:center;
  padding:5px 10px;
  border-color:#00407E;
	background-color:#0053A1;
  border-width:1px;
  border-style:solid;  
}

#wp-calendar table.nav tr td {
	background-color: #02315D;
	padding: 5px 0;
}

#page_calender #wp-calendar table td,
#page_calender #wp-calendar table td.pad:hover,
#page_calender #wp-calendar table.nav tr td {
  padding:10px 0;
}

#wp-calendar table td.pad {
	background-color: #0063BE !important;
	border: none;
}

#wp-calendar a {
  color:#ffc423;
}

#wp-calendar a:hover {
  color:#fff
}

#wp-calendar #prev {
  text-align:center;
}

#wp-calendar #next {
  text-align:center;
}

.ec3_eventday {
  color:#000 !IMPORTANT;
  background-color:#ffc423 !important;
}

.ec3_eventday a {
 color:#000 !IMPORTANT;
}

.ec3_eventday a:hover {
 color:#fff !IMPORTANT;
}

#wp-calendar table td:hover,
#wp-calendar table #today {
 color:#ffc423;
 background-color:#004f8c;
}

.ec3_popup {
  margin:0 !IMPORTANT;
  padding:0 !IMPORTANT;
  border:none;
  position:absolute;
  z-index:30000;
}

.ec3_popup td {
 padding:0;
}

.ec3_popup table { 
  font-size:12px;
  font-weight:bold;
  color:white;
  text-align:left;
  position:relative;
  background-color:#005596;  
  top:0;
  left:4px;
  padding:5px 0 15px 0;
	
}

.ec3_popup table td {
 padding:1.5px 3px 1.5px 3px;
}

#ec3_shadow0 {
 margin:0;
 padding:0;
 border:none;
 width:0px;
 background-repeat:no-repeat;
 background-position:bottom right;
 vertical-align:bottom;
}


td.ec3_start { text-align:right; }

td.ec3_to    { text-align:center; }




/*-----------------------------------------------------------------------------------------------
  SLIMBOX 
-----------------------------------------------------------------------------------------------*/



#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

.content-col1{
float:left;
width:630px;
height:310px;
border-bottom:#fff 3px solid;
}


.content-col2{
float:right;
width:321px;
height:330px;
border-left:#fff 3px solid;
border-bottom:#fff 3px solid;
}

.other-content-col1{
float:left;
width:630px;
background-repeat:repeat-x;
background-color:#fff;
}

.content-main{
width:630px;
min-height:600px;
color:#00457c;
font-size:14px;
padding: 15px 15px 15px 15px
}

.other-content-col2{
float:right;
width:321px;
border-bottom:#fff 0px solid;
}

.content-col2-news{
float:right;
width:321px;
background-image:url(img/mene_gradient3.gif);
}

.content-title{
width:100%;
height:30px;
background-image:url(img/menu_bg.gif);
background-repeat:repeat-x;
color:#000;
}

.title-name{
	float:left;
	text-align:left;
	padding: 6px 0px 0px 0px;
	color:#ffc425;
	font-size:16px;
	text-transform:uppercase;
}

.title-corner-image{
	float:left;
	width:41px;
}

.content-title-img{
float:left;
}

.content-title-dropdown{
float:right;
padding-top:4px;
padding-right:10px;
}

.breadcrumbs{
padding: 10px;
color:#000;
font-size:11px;
}

.content-stories{
color:#000;

width:301px;
height:283px;
padding: 10px 10px 7px 10px;
border-bottom: 3px solid #FFF;
}

.diary-stories{
float:left;
color:#000;
width:290px;
height:80px;
padding: 10px 10px 0px 10px;
}

.diary-stories2{
color:#000;
width:610px;
padding: 10px 10px 0px 10px;
font-size:12px;
line-height:18px;
}

.diary-stories2 p{
padding-bottom:10px;	
}


.main-stories{
color:#000;
font-size:12px;
line-height:21px;
}



.news-headlines li{
display:inline;
}

option{
width:200px;	
}



.page_item li{
list-style-type:none;
}

.diary-stories2 page_item {
float:left;
color:#000;
width:270px;
height:80px;
padding: 10px 10px 0px 10px;

}



/*
.main-stories img{
	float:left;
	padding-right:20px;
	padding-bottom:10px;
}
*/
.main-stories td{
	color:#000;
}


	

.main-stories-left{
float:left;
width:200px;
line-height:21px;
padding: 10px;
color:#000000;
font-size:12px;
}

.main-stories-right{
float:left;
width:380px;
color:#000000;		
}

.main-story{
color:#000;
width:600px;
padding: 0px 10px 10px 10px;
}

.news-headlines{
color:#000;
width:600px;
padding: 10px 10px 10px 10px;
line-height:18px;
}

.news-entry {
float:left;
margin:0px 0 15px 10px;
width:550px;
min-height:60px;
}

.content-stories h2{
color:#000;
font-size:12px;
font-weight:bold;
}

.content-stories p{
padding-bottom:0px;
}

.content-stories img{
float:left;
padding-top:3px;
padding-right:10px;
padding-bottom:10px;
}

.right{
float:right	
}

/* EventCalendar. Copyright (C) 2005 2006, Alex Tingle.  $Revision: 263 $
 * This file is licensed under the GNU GPL. See LICENSE file for details.
 */

/***
 ***  Calendar
 ***/



/*
.content-col2-calender{
float:left;
width:321px;
height:208px;
background-image:url(img/mene_gradient.gif);
}
*/

.pics {
height:310px;
margin:0;
overflow:hidden;
padding:0;
width:630px;
z-index:0;
}

.profile-pics {
float:left;
margin:0;
overflow:hidden;
padding:0;
width:600px;
z-index:0;
padding: 10px;
color:#000;
font-size:12px;
line-height:21px;
}

.profile-pics p {
	padding-bottom:15px;
}


.profile-pics img {
float:left;
padding-top:0px;
padding-right:15px;
padding-bottom:15px;
}



.pics1 {
height:330px;
margin:0;
overflow:hidden;
padding:0;
width:630px;
z-index:0;
border-bottom:3px #fff solid;
}


.news {
height:330px;
margin:0;
overflow:hidden;
padding:0;
width:630px;
z-index:0;
border-bottom:3px #fff solid;
}





.content-col4{
float:right;
width:321px;
height:300px;
background-image:url(img/mene_gradient2.gif);
}

.content-col5{
float:right;
width:321px;
height:200px;
background-image:url(img/mene_gradient2.gif);
background-color:#013161;
padding-bottom:30px;
}

.calender_content{
padding-top:10px;
padding-left:10px;
width:200px;
}


#sponsor-item{
float:left;
padding-right:20px;
}



#footer-left-col{
float:left;
width:600px;
padding-left:0px;
padding-top:17px;
}

#footer-right-col{
float:right;
width:300px;
padding-right:0px;
padding-top:15px;
text-align:right;
}

#footer-right-col a, #footer-left-col a {
color:#FFF;
}

#footer-right-col a:hover, #footer-left-col a:hover{
	color:#000;
}

#header-banner-right {
	float:right;
	width:390px;

	padding-top:8px;
}

#header-banner-left {
	float:left;
	width:402px;
	height:121px;
	
}

#roll-of-honour-crests{
	padding-top:20px;
	padding-bottom:20px;
	width:200px;
    float:left;
}

#county-crests{
	padding-bottom:20px;
	width:610px;
    float:left;
	border-bottom:1px #014A7F solid;
}
#county-crest-img{
  float:left;
  width:150px;
  padding-left:30px;
}


/*
Sidebar Quick Links
*/

.side_link {
  margin:10px 0 0;
  overflow: hidden;
}

#sidebar .side_link ul {
	margin: 0;
	padding: 0;
}

#sidebar .side_link li {
	list-style: none;
	margin: 0 0 0 8px;
}

.side_link #match-fixtures {
	background-image: url(img/btnmatchfixtures.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	width: 290px;
	text-indent: -10000px;
}

.side_link #club-section {
	background-image: url(img/btnclubsection.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	width: 290px;
	text-indent: -10000px;	
}

.side_link #michael-cusack-centre {
	background-image: url(img/btncusackcentre.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 104px;
	width: 140px;
	text-indent: -10000px;
	float: left;
	margin: 10px 0 0 10px;	
}

* html .side_link #michael-cusack-centre {
	margin: 10px 0 0 5px;	
}

.side_link #buy-tickets {
	background-image: url(img/buy_tickets_02.png);
	background-repeat: no-repeat;
	display: block;
	height: 215px;
	width: 290px;
	text-indent: -10000px;	
	float: right;
	margin: 10px 18px 0 0;	
}

* html .side_link #buy-tickets {
	margin: 10px 9px 0 0;	
}

/*
Twitter Badge Styles
*/

#twitter_div {
	background-color: #F8F8F8;
	display: block;
	padding: 5px;
	margin: 0 10px;
	border: 1px solid #E8E8E8;
}

#twitter_div ul {
	padding: 0;
}

#twitter_div li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 22px;
	background-image: url(img/twitter.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
