/* bob @ 2006-08-31
 * default is 522px wide which is too wide for the layout
 */
#SKIN.module_event2 .main {
width: auto;
}

/* bob @ 2006-08-31
 * gray background clashed with brown layout
 */
#SKIN .basic #control_set {
background: transparent;
}

/* bob @ 2006-08-31
 * xml feed was not properly aligned
 */
* html #SKIN #eventsearch #search_results_xml_link {
right: 10px;
}

/* bob @ 2006-08-31
 * site styles set list-style-type to "square", so this just kills that inheritence
 */
#SKIN li {
list-style-type: none;
}