
/* much larger! */

body{
font-family:Trebuchet MS,Georgia,Arial,sans-serif;
color:white;
font-size:20px;
text-align:center;
margin:0;
padding:0;
background-color:#000000;
}
#wrap{
width:320px;
}
a{
color:#FFFFFF;
}
.lg{ /*large*/
text-align:left;
font-size:30px;
margin:0;
padding:0;
text-align:center;
text-decoration:none;
}



#events{
/* iphone fits to div */
font-family:Trebuchet MS,Georgia,Arial,sans-serif;
line-height:1.2em;
margin:0px;
padding:0px; /*ff */
list-style:none;
}
#events li{

}

#events .edate{
color:#999999;
font-size:14px;
}


#events a{
display:block;
height:80px;
text-align:left;
padding:0;
border-left:1px #33FF00 solid;
border-right:1px #FF0099 solid;
border-bottom:1px #333333 solid;
background-color:#070707;
background-image:url(tpics/bg.png); /* was jpg */
background-position:bottom;
background-repeat:repeat-x;

font-size:15px; /* titles */
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
#events a:hover{ 
color:#FF0099; /*#00CCFF;*/
text-decoration:none;
}

#events a:active{
text-decoration:none;
}

#events img{ /*thumbs */
width:80px;
height:80px;
float:left;
margin-right:10px;
border:none;
text-decoration:none;
}
