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: 240px;
	float: right;
	background-color: #f3f3f3;
}
#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;
	background-color: #ebeb0e;
}
#downloads ul, #meet-calendars ul, #comp-prog ul {
	padding: 0 0 0 10px;
}

.meetdetails ul, #meet-calendars ul, #comp-prog ul, #whatwhenwhere ul, #downloads ul {
	list-style-type: none;
	list-style-position: outside;
}

#meet-calendars li a.pdf {
	background-position: left 3px;
	padding: 0px 0px 16px 25px;
}
#meet-calendars li a.external {
	background-position: 190px 10px;
	padding: 0px 30px 16px 25px;
}

span.passed {
	text-decoration: line-through;
}