/*
THEME NAME: The Tin Pan
VERSION: 1.1
Author: Ticketfly MKS
Contractor: First Dynamic 
Author URI: http://dev.ticketfly.net
DESCRIPTION: Ticketfly Starter Theme for Internal Gold Sites
*/

/*--delete before publishing--*/
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500);

transition {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  }
no-transition {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: all 0 none;
  transition: none;
  }

* {margin:0;padding:0;}
html,body {height: 100%;min-width:1024px;}

/* Layout */

body {
  background: url("images/background_wood.jpg") repeat fixed left top #000000;
  background-size: 1200px;
  color:#ECEBE8;
  font-family: 'Raleway', sans-serif;
    font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  -webkit-font-smoothing: subpixel-antialiased;
  }

/* Links */
a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

a:link, a:visited {
	color: #b16d5a;
	text-decoration: none;
}

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

a img {border: 1px solid #eaeaea;}
a:hover img {border-color: #b5d5ff;}

img.alignleft {float:left;margin:0 16px 10px 0;}
img.alignright {float:right;margin:0 0 10px 16px;}

/* Etc. */

ul {
	list-style: none;
}

blockquote {
	border-bottom: 3px solid #eaeaea;
	border-right: 3px solid #eaeaea;
	font-family: georgia;
	font-weight: bold;
	margin: 25px;
	padding: 0 20px 5px;
}

code, pre {background: #d4d4d4;overflow: auto;padding: 4px;}
small {font-size: 0.85em;}
sub {position: relative;bottom: -0.2em;vertical-align: baseline;}
sup {position: relative;bottom: 0.3em;vertical-align: baseline;}
acronym, abbr {border-bottom: 1px dotted;cursor: help;}
label {cursor: pointer;}
form {display: block;}

/* STRUCTURE */
#wrapper {
border-radius: 10px;
  width: 975px;
  padding: 20px;
  background-color: #000;
  margin: 0 auto;
  border: solid 1px #000;
}
#header {
  margin:0 auto;
	padding: 0;
	min-height: 175px;
	width: 975px;
}
#main {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	height: 100%;
}
#content {
	border: 1px solid #000;
	margin-bottom: 15px;
	min-height: 600px;
  width: 671px;
  float:left;
  }
#sidebar-1 {
	width: 285px;
	min-height: 50px;
	border: 1px solid #000;
	margin-bottom: 15px;
  float: right;
}
#sidebar-2 {
	width: 265px;
	min-height: 50px;
	border: 1px solid #000;
	display: none;
}
#sidebar-1-3col {
	width: 200px;
	min-height: 50px;
	border: 1px solid #000;
	margin-bottom:15px;
	margin-right: 15px;
}
#sidebar-2-3col {
	width: 200px;
	min-height: 50px;
	border: 1px solid #000;
	margin-bottom: 15px;
	margin-left: 15px;
}
#sidebar-1 .floatright {margin-left: 15px;}
#sidebar-1 .floatleft {margin-right: 15px;}
#sidebar-2 .floatright {margin-left: 15px;}
#sidebar-2 .floatleft {margin-right: 15px;}
#footer {
	width: 100%;
	height: 50px;
	border: 1px solid #000;
	clear: both;
}

/* VENUE NAME STYLE/POSITION */
#venue-name {
	 float: left;
    width: 25%;
}
#venue-name h1 a{
    background: url("images/TinPan_Web_Header.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
	text-indent: -99999px;
	height: 175px;
}
#venue-name h1 a:link, 
#venue-name h1 a:visited {
	color: red;
	text-decoration: none;
}
#venue-name h1 a:hover{
	color: green;
	text-decoration: none;
}


/* NAV */
#nav {
	background-color: #000;
	border-radius: 8px;
/* border-bottom: 2px solid #8C584A; */
	min-height: 40px;
	height: 40px;
  position:relative;
  float: right;
  width: 75%;
  margin-top: 77px;
  margin-right: -20px;
  }
#nav ul li {
  float: right;
  font-size: 15px;
  font-weight: 500;
  margin: 3px 0 0 20px;
	position:relative;
	text-transform: uppercase;
  }
  
  #nav ul li:last-child {
	  margin-left: 5px;
  }
    #nav ul li:first-child {
	  margin-right: 20px;
  }
#nav ul li a {
	display:block;
	font-weight: 500;
	padding:5px;
	color:#ECEBE8;
	text-decoration:none;
	text-shadow: 1px 1px 1px #b16d5a;
  }
#nav ul li a:hover {
	color:#B16D5A;
	
	text-decoration:none;
	text-shadow: none;
  }

/*--- DROPDOWN ---*/
#menu-main ul {
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
  margin-left:0;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#menu-main ul li {
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#menu-main ul a {
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#menu-main li:hover ul { /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#menu-main li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#fff;
	text-decoration:underline;
}
#menu-main li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#menu-main li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#ccc;
}


/* Featured Slider */
#wrapper #tfly-featured-events {
  border-top: 0px solid #000;
  border-bottom: 0px solid #000;
  border-radius: 0px 0px 0 0;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  }
#wrapper #tfly-featured-events ul.nav li a, 
#wrapper #prev_carousel, 
#wrapper #next_carousel {
  border: 0px solid #888;
  background: #B16D5A;
  text-align: center;
  border-radius: 50%;

  -webkit-box-shadow: -1px 1px 1px 0 #000000;
  box-shadow: -1px 1px 1px 0 #000000;
  color: #fff;
  width:16px;
  font-weight:700;
  }
#wrapper #tfly-featured-events ul.nav li a:hover,
#wrapper #tfly-featured-events ul.nav li .selected {
  color: #000;
  background: #fff;
  }
#tfly-featured-events #overlay .ticket-link a {
	width: 50px;
	text-align: center;
	display: block;
	float: left;
	font-size: 11px;
	padding:2px;
	color:white;
	text-decoration:none;
  }
#tfly-featured-events ul li img {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%); /* IE 9 */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  }

/* SIDEBAR STYLING */
.sidebar {}
#wrapper .sidebar-list {padding: 0;margin: 0;}
#wrapper h3.widgettitle {
/*border-bottom: 1px solid #b16d5a;*/
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    text-shadow: 2px 1px 1px #b16d5a;
    text-transform: uppercase;
     }
#wrapper #text-3 h3.widgettitle { margin-top: 30px; }
    
#main .just-announced ul,
#main .upcoming ul. .widget_recent_entries ul {
  margin: 0 0 12px 0;
  border-top:1px solid #222;
  }
#main .just-announced ul li,
#main .upcoming ul li, .widget_recent_entries ul li {
  font-size: 14px;
  }
#main .just-announced ul li:hover,
#main .upcoming ul li:hover, widget_recent_entries ul li:hover {
  background:#151515;
  }
  
#main .just-announced ul li,
#main .upcoming ul li, .widget_recent_entries ul li {
  color: #ccc;
  font-weight: 400;
  padding: 7px 14px;
  }

#wrapper div.youtube-playlist-sidebar {
  background: #1B1B1B; 
  padding: 0;
  }
#wrapper div.youtube-playlist-sidebar li {
  font-size: 12px;
  padding:0;
  margin: 1px 0;
  }
#wrapper div.youtube-playlist-sidebar li a:link {
  color: #ECEBE8;
  font-weight: 400;
  display: block;
  padding: 5px 5px 5px 13px;
  }
#wrapper div.youtube-playlist-sidebar li a:hover {
  color: #fff;
  background-color: #333;
  }

#main .widget_twitter ul {}
#wrapper .follow-button {
  position: absolute;
  top: 85px;
  }
#main .widget_twitter ul li {
  font-size: 11px;
  padding: 5px 10px;
  display: block;
  color: #333;
  background-color: #ECEBE8;
  }
#main .widget_twitter ul li a:link {
  border-bottom: 1px dotted #ccc;
  }
#main .widget_twitter ul li:hover {}
#main span.time-meta, #main span.from-meta {font-size: 9px;}

/* EMAIL SIGNUP */
.signup-form {}
.tfly-email-subscribe-text:focus, input:focus {}
	
/* SEARCH FORM */
#searchform {margin: 8px 0 10px 0;}

#searchform .textform,
.tfly-email-subscribe-text {
  padding: 5px;
  width: 185px;
  }

#searchform .textform:focus, input:focus {}

#searchform #searchsubmit,
.tfly-email-subscribe-submit {
  margin-top: 0px;
  float: right;
  display: block;
  border-radius: 3px;
  padding: 7px;
  text-align: center;
  border: 0;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  background-color: #b16d5a;
  }

#searchform #searchsubmit:hover,
.tfly-email-subscribe-submit:hover {
  cursor: pointer;
  background-color: #ccc;
  }

/* LIST VIEW */
#wrapper .list-view-heading {}
#wrapper .list-view-title {}

#wrapper .calendar-link {position: relative;} 
#wrapper .calendar-link:after {
  content: "\f073"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color: #000;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  }
#wrapper .calendar-link a {padding-right: 24px;}
#wrapper .calendar-link a:hover {}

#wrapper .list-view-item {margin-bottom: 15px; border: none; border-bottom: 1px solid #222; border-radius: 0;}
#wrapper .list-view-item img {margin: 0 16px 0 0;}
#wrapper h3.event-status-message {font-style:italic;  line-height: 1;}
#wrapper h2.topline-info,
#wrapper h3.topline-info {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 11px;
}

#wrapper .price-range {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 5px;
  word-wrap: break-word;
  margin-top: 10px;
  }

#wrapper .dates { font-weight: 300; }
#wrapper .times {font-weight: 300; font-size: 14px; }

#wrapper .age-restriction,
h2.additional-event-info {
  font-style: italic;
  font-size:11px;
  font-weight: 400;
  padding: 4px 8px;
  border-radius:3px;
  display:inline-block;
  line-height:1.3;
  margin-top:16px;
  color: #ECEBE8;
  }

/* EVENT DETAIL */
#wrapper .venue {font-weight: bold;margin-bottom:0;}
#wrapper .city-state {}

#wrapper .event-detail .artist-boxes .artist-name {}
#wrapper .event-detail .artist-boxes ul.links li {}
#wrapper .bio {}

#toolbox {margin-top: 20px;}
div.calendar-sync a, #toolbox a {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: all 0 none;
  transition: none;
  }
h4.share-text {font-weight:normal;text-transform:uppercase;font-size:11px;}

#wrapper #fb-rsvp {text-shadow: none;}
#wrapper .fb-rsvp-attending {}
#wrapper #fb-rsvp a img {}


/* CALENDAR */
#wrapper .tfly-calendar .calendar-sync {}
#wrapper .calendar-list-flip {position: relative;} 
#wrapper .calendar-list-flip:after {
  content: "\f03a"; 
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color: #000;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  }
#wrapper .tfly-calendar .calendar-list-flip a {padding-right: 24px;}

#wrapper .tfly-calendar table {
  margin-bottom: 30px;
  border: 0;
  border-collapse: separate;
  border-spacing: 3px 10px;
}
#wrapper .tfly-calendar .one-event {
  width: 115px;
  margin: 0 auto 20px;
  padding: 0 0 10px 0;
  overflow-wrap: break-word;
  text-align: center;
}
#wrapper .tfly-calendar td {
  padding: 0px;
}
#wrapper .tfly-calendar tr td.data {border: 0;}
#wrapper .tfly-calendar td.data.vevent {
  border: 1px solid #000;
  }
#wrapper .tfly-calendar tr {
  border: solid 1px #151515;
}

#wrapper .tfly-calendar table tr .month {
background-color: #1B1B1B;
  font-size: 26px;
  line-height: 22px;
  text-align: center;
  padding: 10px;
  text-shadow: 2px 1px 1px #B16D5A;
}
#wrapper .tfly-calendar h5.date {
  background: #96877c;
  display: block;
  color: #ECEBE8;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  padding: 5px;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: center;
}

/* Headliner and Support */
#wrapper .headliners, 
#wrapper .headliners a,
#wrapper .event-detail .headliners {
  color: #b16d5a;
  }
#wrapper .supports, #wrapper .supports a,
#wrapper .event-detail .supports {
	font-weight:normal;
  color: #96877C;
  }
#wrapper .headliners a:hover {color: #96877c;}
#wrapper .supports a:hover {color: #96877c;}
  
#wrapper .list-view .headliners,
#wrapper .event-detail .headliners {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 0;
  overflow-wrap: break-word;
  text-shadow: none;
  text-transform: none;
  }
#wrapper .event-detail .headliners {margin-top: 8px;}
#wrapper .list-view .supports,
#wrapper .event-detail .supports {
	font-size: 16px;
  line-height:1.6;
  }
#wrapper .tfly-calendar .headliners {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin: 6px 0;
  word-wrap: break-word;
    text-shadow: none;
  text-transform: none;
  }
#wrapper .tfly-calendar .supports {
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 6px;
  }
  
/* Ticket Status For All Sections */
#wrapper .ticket-link a {
	background:#b16d5a;
	display:inline-block;
	cursor:pointer;
	color:#000;
	text-decoration:none;
  font-weight: normal;
  letter-spacing: 0.1em;
  }
#wrapper .ticket-link a:hover {
	background:#ccc;
  }
#wrapper .list-view .ticket-link a,
#wrapper .event-detail .ticket-link a {
	font-size:18px;
	padding:11px 15px;
  }
#wrapper .tfly-calendar .ticket-link a {
	font-size:14px;
	padding:6px 10px;
  margin: 6px auto;
  width: 80px;
  }

#wrapper div.event-info h3.free {display: none;}

#wrapper .cancelled, 
#wrapper .sold-out, 
#wrapper .postponed, 
#wrapper .rescheduled, 
#wrapper .off-sale {
  color:#93867C;
  border: 0;
  text-transform:uppercase;
  margin: 0 auto;
  border-radius: 6px;
  display: inline-block;
  padding: 8px 4px;
  line-height: 1;
  }
#wrapper .list-view .rescheduled,
#wrapper .list-view .off-sale {
  margin-bottom: 5px;
  }
#wrapper .free, 
#wrapper .tickets-at-the-door, 
#wrapper .future-sale a, 
#wrapper .on-sale-soon, 
#wrapper .custom {
  background: #B16D5A;
  font-weight:normal;
  color: #ECEBE8;
  margin: 0 auto;
  border: none;
  border-radius: 6px;
  display: inline-block;
  line-height: 1;
  }
#wrapper .custom a, #wrapper .custom a:hover {
  color: #fff;
  text-decoration: none;
  }
#wrapper h3.off-sale {
  width: 100px;
}
#wrapper .tickets-at-the-door:hover, 
#wrapper .future-sale a:hover, 
#wrapper .on-sale-soon:hover, 
#wrapper .custom:hover {text-decoration:none;}
#wrapper .sold-out {font-size: 1.3em;} 
#wrapper .free {font-size: 1.1em;font-weight:bold;text-transform:uppercase;} 


#wrapper .tfly-calendar .cancelled, 
#wrapper .tfly-calendar .sold-out, 
#wrapper .tfly-calendar .postponed, 
#wrapper .tfly-calendar .rescheduled,
#wrapper .tfly-calendar .free, 
#wrapper .tfly-calendar .tickets-at-the-door, 
#wrapper .tfly-calendar .future-sale a, 
#wrapper .tfly-calendar .on-sale-soon, 
#wrapper .tfly-calendar .custom, 
#wrapper .tfly-calendar .off-sale {
  margin: 6px auto;
  width: 90px;
  padding: 5px;
  }
#wrapper .event-detail .ticket-link a,
#wrapper .event-detail .cancelled,
#wrapper .event-detail .sold-out,
#wrapper .event-detail .postponed,
#wrapper .event-detail .rescheduled,
#wrapper .event-detail .free,
#wrapper .event-detail .tickets-at-the-door,
#wrapper .event-detail .future-sale, 
#wrapper .event-detail .on-sale-soon, 
#wrapper .event-detail .custom, 
#wrapper .event-detail .off-sale {
  margin: 12px 0 0;
  text-align: center;
  }
#wrapper .list-view .ticket-link a,
#wrapper .list-view .cancelled,
#wrapper .list-view .sold-out,
#wrapper .list-view .postponed,
#wrapper .list-view .rescheduled,
#wrapper .list-view .free,
#wrapper .list-view .tickets-at-the-door,
#wrapper .list-view .future-sale, 
#wrapper .list-view .on-sale-soon, 
#wrapper .list-view .custom, 
#wrapper .list-view .off-sale {
  margin: 12px 0 0;
  text-align: center;
  }

/* TFLY POWERED */
.tfly-powered {
  float: right;
  padding: 20px 0;
  border: none;
}
div.spacer {clear:both;height: 20px;}

/* BLOG POSTS */
div.hentry {margin: 0 0 20px 0;}
div.entry-content {clear:left;margin: 0 0 30px 0;}
div.entry-excerpt {clear:left;margin: 0 0 30px 0;overflow: auto;}
h2.entry-title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 2px 1px 1px #b16d5a;
  }
h2.entry-title a:link {
  text-decoration: none;
  border-bottom: 1px dotted #000;
  }
h2.entry-title a:hover {
  text-decoration: none;
  border-bottom: 1px solid #000;
  }
div.entry-meta {
  padding-top: 10px;
   border-top: 1px solid #b16d5a;
  }
div.entry-meta-single {
  padding: 0px 0 6px;
  font-style:italic;
  }
p.upper-meta {
  font-size: 13px;
  }
p.lower-meta {
  font-size: 11px;
  margin-bottom: 0;
  }
div.nav-previous {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  margin-top: 20px;
  }
span.meta-nav {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
}
#wrapper div.excerpt-thumb img {
  float: left;
  margin: 5px 16px 10px 0;
  border: 5px #000 solid;
}
#wrapper #nav-above {display:none;}


/* gallery pages */
div.format-gallery {
  border: 1px solid #ccc;
  padding: 10px;
  -webkit-box-shadow: -2px 2px 5px 2px #b3b3b3;
  box-shadow: -2px 2px 5px 2px #b3b3b3;
  border-radius:8px;
  margin: 10px 1% 30px;
  overflow:auto;
  }
  p.gallery {
    font-size: 13px;
    color: #666;
    }
  div.gallery-thumb-wrap {
    width: 128px;
    float: left;
    padding: 5px;
    margin: 0px 0px 10px;
    display: block;
    }
  h4.gallery-title {
    font-size: 15px;
    line-height: 22px;
    margin: 8px 0 0 4px;
    font-weight: bold;
    }
  a.gallery-thumb img {
    background-color: #ECEBE8;
    border: 1px solid #a9a9a9;
    width:110px;
    height:85px;
    display: block;
    margin: 4px;
    padding: 4px;
    position: relative;
    border-radius:3px;
    }
  a:hover.gallery-thumb img {background-color: #ccc;}
  p.gallery-text {
    font-style:italic;
    font-size:0.8em;
    margin: 0px 8px;
    }
div.gallery {
  margin: 10px auto 0;
}
  dt.gallery-icon {}
  dt.gallery-icon img {
    padding: 3%;
    border-radius:3px;
    background-color: #ECEBE8;
    border: 1px solid #a9a9a9 !important;
    display: block;
    margin: 10px auto;
  }
  .gallery-caption {
    font-size:0.9em;
    line-height: 1.4;
  }
  dd.wp-caption-text {margin-left: 15px !important;margin-right: 15px !important;}
  
.list-view { padding-top: 25px; }
.list-view-item { border-radius: 10px; }
.list-view .ticket-price { max-width: 20%; }
#text-2, #text-3, #text-6 { margin-top: 40px; }
#text-0 .textwidget { margin-top: 10px; }
.tfly-calendar table tr td img { max-width: 92px; height: auto; }
.entry-content .ticket-link a, .entry-content .sold-out, .tfly-calendar .cancelled, .entry-content .postponed, .entry-content .free, .entry-content .tickets-at-the-door, .entry-content .future-sale a, .entry-content .on-sale-soon, .entry-content .custom { border-radius: 8px; }
 
.entry-content {
	font-size: 15px;
	font-weight: 300;
	} 
.entry-content p { padding-bottom: 20px; }
.page-id-11 .entry-content h5 {
border-bottom: 1px solid #B16D5A;
display: inline-block;
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
	margin: 0;
	 padding: 0;
	 }
	 
	 
	 
.page-id-15 .entry-content h3, .page-id-17 .entry-content h3, .page-id-80 .entry-content h3  { border-bottom: 1px solid #B16D5A; font-weight: 400; margin-top: 25px;}
.entry-content h3 span { font-size: 13px; font-weight: 300;}
.entry-content h4 { background-color: #1b1b1b; font-size: 17px; font-weight: 400; margin-bottom: 10px; padding: 5px; text-align: center; }
.entry-content h5 { font-size: 16px; font-weight: 500; margin: 20px 0 15px; }

.entry-content h6 { color: #ECEBE8; font-style: italic; font-size: 17px; font-weight: 500; }
#post-17 p { color: #91877C; }
.page-id-17 .entry-content ul li { display: inline-block; margin-right: 20px; }
.page-id-17 h5 { font-weight: 400; font-size: 17px; font-style: italic; }

h1 { text-shadow: 2px 1px 1px #B16D5A; text-transform: uppercase;}
.social-icons{ text-align: center; }
body .fa { font-size: 30px; margin: 10px 0; width: 15%; }
a.meetup  { 
	  display: inline-block;
   height: 27px;
   width: 35px;
   background-image: url("images/meetup.png");
   background-repeat: no-repeat;
   text-indent: -9999px;
   overflow: hidden;
   padding-top: 10px;
   position: relative;
   top: 12px;
   left: 9px;
}
a.meetup:hover { background-image: url("images/meetup_hover.png"); }