
/* IE cuts the bottom of the tags off */
* html #Sidebar p.tagcloud {
	padding-bottom: 10px;
}
.blog .BlogError p {
	color: #fff;
	display: inline;
	background-color:	#f77;
	padding: 7px;
	font-weight:bold;
}

.blog #BlogEntry_Form_BlogEntryForm #ContentLabel{
	display:inline;
}

.blog #BlogEntry_Form_BlogEntryForm .CompositeField {
	position: relative;
	width: 100%;
}

.blog #BlogEntry_Form_BlogEntryForm #BBCodeHint {
	cursor: pointer;
	font-size:0.8em;
	position: absolute;
	left: 240px;
	top: 3px;
}
.blog #BlogEntry_Form_BlogEntryForm #BBTagsHolder{
	display: block;
	position: absolute;
	top: 30px;
	left: 325px;
}
.blogSummary {
	margin-bottom: 3em;
}
.blog label{
	margin-top: 0px;
}

.blog .blogSummary h3 {
	margin-bottom: 0px;
}

.blog .blogEntry h2 {
	margin-bottom: 0px;
}

.blog p.authorDate {
	font-style: italic;
	margin-top: 0px;
}

.blog p.tags {
	font-size: 0.9em;
	color: #777;
	margin: -15px 0 12px 0;
}

.blog .blogVitals {
	border-bottom: 1px dotted #333;
}

.blog .blogVitals .left {
	float: left;
}

.blog .blogVitals .right {
	float: right;
}

.blog a.comments {
	
}
.blog a.readmore {
	
}

.blog a#editpost{
	background: url(../images/edit.gif) no-repeat left center;
	padding: 3px 0 3px 25px;
}

.blog a#unpublishpost{
	background: url(../images/delete.gif) no-repeat left center;
	padding: 3px 0 3px 25px;
}

.blog .event_details {
	background-color: #d9d3ce;
}

.blog .event_details h4 {
	margin: 0px;
}

#map {
	width: 600px;
	margin-left: -30px;
	background-color: #bbb6b1;
	padding-bottom: 10px;
}

#map .event_info {
	padding: 10px 30px;
}

#map .event_info h3 {
	margin: 0px;
}

#MapHolder {
	background: #fff url(../images/loading.gif) center no-repeat;
}
