/* York - thumbnail events list */
h1{
font-size:25px;
color:#E60000;
}
.events_list{
/*default grey dates*/
font-family:"Trebuchet MS",Georgia,Arial,sans-serif;
font-size:13px;
color:#666666;
line-height:1.8em;
margin:0px;
padding:0px; /*ff*/
list-style:none;
}
.events_list li{
padding-bottom:15px;
border-bottom:#CCCCCC solid 1px;
margin-bottom:5px;
overflow:hidden;
}
.events_list a{ /* large blue */
font-size:19px;
font-weight:bold;
color:#0033CC;
text-decoration:none;
}
.events_list a:hover{ 
color:#FF3300;
text-decoration:underline;
}
.events_list img{ /*thumbs 2012 now 100x100 was 80*/
width:100px;
height:100px;
border:none;
float:left;
margin-right:12px;
}

.subevent{
padding:10px;
border:#CCCCCC solid 1px;
margin-bottom:10px;
}
.subevent b, .subevent strong{
font-size:22px;
}

/*top 10 recommended restaurants list 
check in chrome too leave in this format 
ocotber page has this
*/
#recommendedtitle{
font-size:13px;
}
#toprecommended{
margin:0;
padding:0;
list-style:none;
color:#999999;
}
#toprecommended li{
padding:4px 0px 5px 0px;
border-bottom:#CCCCCC 1px solid;
}
#toprecommended a{
font-size:13px;
color:#3b5998; /* fb blue */
text-decoration:none;
}
#toprecommended a:hover{
text-decoration:underline;
}

.sharecount{
padding:4px;
text-align:center;
display:inline;
float:right;
background-color:#D8DFEA;

font-size:9px;
font-weight:bold;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
color:#3B5998;

-moz-border-radius:2px;
-webkit-border-radius:2px;
}
