.sub ul {
	padding: 0;
    list-style-type: none;
}

.sub li {
	border-bottom: 1px solid #eee;
    padding: 5px 0;
    font-size: 0.875em;
    line-height: 1.25em;
    font-family: "DINWebLight", sans-serif;
}

/*	.twitterFeed {
	height: 250px;
    width: auto;
    overflow: scroll;
    overflow-x: hidden;
    background: rgb(250,250,250);
}*/

.sidebarSection {
    font-family: "DINWebMedium", sans-serif;
    margin-bottom: 1em;
    width: 100%;
/*	    margin: 0 auto;*/
    overflow: hidden;
    float: left;
    clear: left;
}

.sBorder {
	border-top: 10px solid #eee;
}

.sub h4 {
	margin: 1em 0;
	padding: 0;
	color: #3d3935;
}

.sub p {
	/*margin-bottom: 0px;*/
	font-size: 0.875em;
	line-height: 1.25em;
	font-family: "DINWebLight", sans-serif;
}

.sub .wideImg {
	width: 100%;
}

.sub .eventDate {
    margin-bottom: .5em;
    color: #888;
    font-size: 0.75em;
    line-height: 1.25em;
    font-family: "DINWebMedium", sans-serif;
    text-transform: uppercase;
}