/* venues.css */

#pubicon {
float:left;
margin-right:10px;
}

#venuemap {
float:right;
margin:30px 0 20px 15px;
}
/* Googlemap */
#venuemap iframe {
/*padding:2px;*/
border:2px solid #000;
}

#venuephoto {
float:left;
margin-right:20px;
}

/* Firefox screws up underlined links when floated, so get rid */
#venuephoto a {
text-decoration:none;
}

/* 
Collapse top margin for p-tag that appears directly after #venuephoto
Works fine in Firefox and Opera. IE seems to collapse the top margin anyway!
*/
#venuephoto + p {
margin-top:0;
}



/**
 * Thumbnail/Download in Paragraph
 */
p a img.thumbnail {
float:left;
margin-right:1em;
padding:5px;
background-color:#eee;
border:2px solid #000;
}

p a:hover img.thumbnail {
background-color:#fee;
border-color:#900;
}
