div.meetdetails {
	padding: 15px 0 20px 0;
}

div.meetlogo {
	position: relative;
	min-height: 70px;
}
* html div.meetlogo {
	height: 70px;
	overflow: visible;
} /*simulate min-height*/

.meetlogo h3, .meetlogo table {
	left: 120px;
	position: absolute;
	top: 12px;
}
.meetlogo table {
	top: 35px;
	font-size: 90%;
	width: 100%;
}
#upcoming_meetlist table th, #upcoming_meetlist table td { 
	padding: 1px 10px 1px 5px;
}

.meetlogo table th { 
	background: #f3f3f3;
}

.meetlogo table col.heading {
	width: 28%;
}

h2.entrydateheader {
	margin-top: 30px;
}
.meetdetails ul {
	margin-bottom: 0;
}
.meetdetails h3 {
	margin-bottom: 7px;
}

#upcoming_meetlist {
	width: 560px;
	float: left;
}
#upcoming_meetlist .notice {
	overflow: hidden;
	width: 100%;
}
#upcoming_meetlist .notice table {
	width: 33%;
	float: left;
	margin-bottom: 0;
}

#meet-info #container div#whatwhenwhere {
	width: 530px;
	float: left;
}

#downloads, #meet-calendars, #comp-prog {
	width: 280px;
	float: right;
	background-color: #0b112b;
}
#meet-calendars {
	margin-bottom: 20px;
}
#downloads {
	display: inline-block;
}
#downloads li a {
	height: auto;
	padding-left: 25px;
	margin-bottom: 2px;
}

#downloads h2, #meet-calendars h2, #comp-prog h2 {
	padding: 4px 10px;
	color: #fff;
	margin-bottom: 8px;
	font-size: 1.5em;
	font-weight: bold;
}
#downloads ul, #meet-calendars ul, #comp-prog ul {
	margin: 0 8px 8px;
	background-color: #2d324d;
}

.meetdetails ul, #meet-calendars ul, #comp-prog ul, #whatwhenwhere ul, #downloads ul {
	list-style-type: none;
	list-style-position: outside;
}

#downloads ul a, #meet-calendars ul a, #comp-prog ul a {
	color: #fff;
	display: block;
	border-bottom: 1px solid #0b112b;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
}
#downloads ul a.pdf, #meet-calendars ul a.pdf, #comp-prog ul a.pdf {
	height: auto;
	background-position: 3px 3px;
}

#meet-calendars li a.pdf {
	pading: 0px 0px 16px 28px;
}
#meet-calendars li a.external {
	background-position: 240px 10px;
	padding: 0px 40px 16px 28px;
}

span.passed {
	text-decoration: line-through;
}
