body {
	margin: 0;
}
a {
	color: #4e2a84;
}
#event_window {
	padding: 0;
	font: 70% "Arial",Verdana,Helvetica,sans-serif;
	color: #000;
	width: 100%;
	}
#event_window h2 {
	color: #1f1f1f;
	padding: 0;
	margin: 0;
	border: none;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: normal;
	}

#top_bar {
	width: 100%;
	background-color: #4e2a84;
	height: 20px;
	padding: 5px 0;
}
#top_bar a {
	color: #FFF;
	font-size: 1.2em;
	text-decoration: none;
	margin: 0 5%;
}

.event {
	padding: 0;
	margin: 0 5%;
	width: 90%;
	clear: both;
	}
div.event p {
	margin: 0px;
	line-height: 1.8em;
	}

div.event_wrapper, p.archive_toggle {
	font-size: 1.2em;
}

.event_date {
	width: 94px;
	background-color: #FFF;
	float: left;
	padding: 3px 0;
	margin-right: 15px;
	}
.event_date .month {
	color: #FFF;
	background-color: #4e2a84;
	padding: 10px 0 0;
	text-align: center;
	margin: 0 2px;
	}
.event_date .day {
	color: #FFF;
	background-color: #4e2a84;
	font-size: 2.4em;
	line-height: 1.5em;
	padding: 0 0 4px;
	text-align: center;
	font-weight: bold;
	margin: 0 2px;
	}
.event_date .time {
	text-align: center;
	padding: 2px;
	color: #666;
	}
.event_date .time .weekday {
	font-weight: bold;
	}
p#recurring {
	padding-bottom: 10px;
	margin: 0;
	}
#recurring img {
	position: relative;
	top: 4px;
	margin-right: 4px;
}
#page_nums {
	width: 90%;
	padding: 10px 5%;
	clear: both;
}
.archive_toggle {
	width: 90%;
	padding: 0 5%;
	margin-top: 0;
}	
.event_description {
	padding: 10px;
	margin-top: 12px;
	border-top: 1px solid #e4e4e4;
	color: #666;
	font-size: 1.2em;
}
.event_description p {
	padding-bottom: 1em;
}
#event_window h4 {
	border-bottom: none;
	color: #8030AA;
	font-weight: bold;
	font-size: 110%;
}
.share_wrapper {
	background-color: #e3e3e3;
	padding: 10px 5%;
	font-size: 1.2em;
}
h3 {
	border: none;
	color: #000;
	text-transform: uppercase;
}
a.detail-button {
	display: inline-block;
	background-color: #4e2a84;
	color: #fff;
	text-decoration: none;
	padding: 12px;
	text-transform: none;
	margin: 15px 12px 12px 0;
}
a.detail-button:hover {
	background: #836EAA;
}
.event_wrapper .detail span.label {
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 1em;
	margin-left: -90px;
	float: left;
}
.event_wrapper .event_header {
	padding-bottom: 20px;
	overflow: auto;
}
.event_series .event_detail {
	border-bottom: 1px solid #e4e4e4;
}
.event_wrapper .detail {
	border-top: 1px solid #e4e4e4;
	clear: both;
	padding-top: 10px;
	margin-left: 100px;
}
.event_wrapper .image_detail {
	margin-left: 0;
}
.event_wrapper .image_detail p {
	margin-left: 365px;
}
.event_wrapper {
	width: 90%;
	margin: 0 5%;
	padding-bottom: 10px;
}
.event_desc {
	color: #555;
	line-height: 1.6em;
	clear: left;
	padding-top: 5px;
}
#email_form {
	background-color: #e3e3e3;
	margin-bottom: 10px;
	padding: 3px 10px;
}
#share_submit {
	font-size: .9em;
}
.share-buttons {
	float: right;
}
.image_sm {
	float: left;
}

@media screen and (max-width:550px) {
    .image_sm {
    	float: none;
    }
	.event_wrapper .image_detail p {
		margin-left: 100px;
	}
}

