/* 
    Document   : threeWide
    Created on : Jun 13, 2011, 4:49:19 PM
    Author     : Zac Ball - zacball29@yahoo.com
    Description:
        Sets the styles for the .three_wide widget to be used site wide.
*/

.clearFloat{clear:both;}

/* EVENTS BLOCK */
#eventsBlock{width:100%; padding-bottom:30px; background:url(http://www.downtownafterdark.com/photoGallery/images/bottomBg.png) repeat; margin-top:20px; border-top:2px #3a3a3a solid; border-bottom:2px #3a3a3a solid;}

/*EVENTS THREE WIDE */
ul#eventsThreeWide{width:940px; padding:0; list-style-type:none; list-style:none; position:relative; margin:20px auto; font-family:'Yanone Kaffeesatz', arial, serif; color:white;}
ul#eventsThreeWide li{list-style-type:none; list-style:none; display:inline; float:left; width:293px; padding:0;}
ul#eventsThreeWide li.center{margin-left:30px; margin-right:30px;}
ul#eventsThreeWide li img{width:293px;}
ul#eventsThreeWide li h2{font-size:30px; margin:5px 0 10px 10px; color:#c6c5c5;}
ul#eventsThreeWide li p{font-size:18px; margin: 0 0 0 10px; line-height:120%;}

ul#eventsThreeWide li a.buyTickets{width:142px; height:37px; background:url(http://www.downtownafterdark.com/images/sitewide/buyTickets.png) no-repeat; text-indent:-9999px; display:block; margin:10px 0 0 10px;}
ul#eventsThreeWide li a.buyTickets:hover{background-position:0 -37px;}

span.sect{margin-bottom:7px; display:block;}

a.detailsLink{padding:5px; background:#fff000; margin-top:8px; color:black; text-decoration:none; margin:0 0 0 10px;}
    a.detailsLink:hover{background:#008aff;}
