﻿#blognav {
	float: left;
	width: 260px;
	margin: 0 0 0 40px;
	}

#blogposts {
	float: left;
	width: 680px;
	margin-top: 40px;
	}

#postbox {margin-bottom: 50px;}

#postbox a {color: #333;}

#postbox .workforce {background: #b80d0d;}
#postbox .entrepreneurship {background: #cb8600;}
#postbox .leadership {background: #086083;}
#postbox .assets {background: #789418;}
#postbox .default {background: #333;}

#postbox .tag-workforce a {color: #b80d0d;}
#postbox .tag-entrepreneurship a {color: #cb8600;}
#postbox .tag-leadership a {color: #086083;}
#postbox .tag-assets a {color: #789418;}
#postbox .tag-default a {color: #333;}

#postbox p {
	margin-top: 5px;
	}

.postdate {
	background: #DDD;
	float:left;
	margin-top: 8px;
	padding-top: 4px;
	padding-bottom: 5px;
	width: 36px;
	border: 1px solid #CCC;

	color: #fff;
	}

.month {
	text-align: center;
	display:block;
	font-size:9px;
	height:12px;
	}

.day {
	text-align: center;
	display: block;
	font-size: 18px;
	line-height: 1;
	}

.postbody {
	margin-left: 60px;
	}
	
h2 {
	font-style: italic;
	font-size: 220%;
	font-family: Georgia, times, serif;
	margin-bottom: 15px;
	}
	
a.editpost {
	font-style: normal;
	font-weight: normal;
	font-size: 60% !important;
	margin-left: 10px;
	}

.postcontents {
	margin: 20px 0;
	}
	
p {margin-bottom: 15px;}

a.readmore {font-style: italic;}

#blogadmin {
	margin: 0px auto;
	background: #f0f0f0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	text-align: center;
	padding: 10px 50px;
	margin-bottom: 20px;
	}
	
#blognav h3 {font-size: 120%;}

#rss {margin-bottom: 20px;}

#monthlist {
	text-align: left;
	}
	
#monthlist a {
	font-size: 100%;
	border-bottom: 1px solid #DDD;
	padding: 5px 15px;
	display: block;
	}


table#event-detail-table {
	border-collapse: collapse;
	width: 680px;
}

table#event-detail-table td {
	padding: 5px 0;
	border-bottom: 1px #DDD solid;
}

table#event-detail-table td.title {
	width: 100px;
	font-weight: bold;
	vertical-align: top;
}