body {
    font-family: "Open Sans",sans-serif;
    line-height: 1.8;
    margin: 0;
}

p {
    font-size: 0.9em;
    margin: 0 0 0.5em;
}

#page-title {
    margin-bottom: 10px;
}

h1 {
    font-size: 3em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Yanone Kaffeesatz",sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    line-height: 1.1;
}

h3 {
    font-size: 1.75em;
}

h6 {
    font-size: 1.2em;
    margin: 0.5em 0;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

a:link, a:visited {
    color: #004a4a;
    text-decoration: underline;
}
.bottomlink {
    font-size: 0.85em;
}

a.enroll-button {
    background: none repeat scroll 0 0 #004a4a;
    color: #fff;
    margin-bottom: 20px;
    padding: 5px;
    text-decoration: none;
}

a.enroll-button:hover { background: #302121; }

.event-page { 
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}

.event-page h3 {
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
	padding: 8px 0 0 0;
}

.event-page h3 {
    display: inline-block;
	color: #FFF;
	background-color: #695F5F;
	text-decoration: none;
	padding: 0 5px;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.event-page h3 a:hover {
	color: #FFF;
	background-color: #695F5F;
	padding-right: 25px;
	text-decoration: none;
}

.event-page h4:before {
	content: url('../clientcode/img/calendar-small-gray.png');
	padding-right: 5px;
}

.event-page h4 {
	font-size: 1.4em;
	font-weight: 300;
	color: #302121;
	padding: 8px 5px;
	margin: 0;
}

.event-page h6 { margin: 0; }

.event-page h6.time { 
	color: #695F5F;
	padding: 3px 5px;
	margin-bottom: 5px;
}

.event-page h6.time:before { 
	content: url('../clientcode/img/clock.png');
	padding-right: 5px;
}

.event-page h6.location { 
	color: #302121;
	padding: 3px 5px;
	margin-bottom: 5px;
}

.event-page h6.location:before { 
	content: url('../clientcode/img/building.png');
	padding-right: 5px;
}

#event-date {  }

#event-date h4:before {
	content: url('../clientcode/img/calendar-small.png');
	padding-right: 5px;
}

#event-date h4 {
	font-size: 1.4em;
	font-weight: 300;
	background: #695F5F;
	color: #FFF;
	padding: 8px 5px;
	margin: 0;
	border-top: 1px solid #695F5F;
}

#event-date h3 {
	background-color: #5d1725;
	text-transform: uppercase;
	font-weight: 300;
    font-size: 1.3em;
	margin: 0;
	padding: 8px 5px;
}

#event-date h3 a {
	color: #F2EBEB;
	text-decoration: none;
	padding: 0;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#event-date h3 a:hover {
	background-color: #695F5F;
	padding-right: 25px;
	text-decoration: none;
}

#event-date h6 { margin: 0; }

#event-date h6.time { 
	color: #695F5F;
	padding: 3px 5px;
	margin-bottom: 5px;
}

#event-date h6.time:before { 
	content: url('../clientcode/img/clock.png');
	padding-right: 5px;
}

#event-date h6.location { 
	color: #302121;
	padding: 3px 5px;
	margin-bottom: 5px;
}

#event-date h6.location:before { 
	content: url('../clientcode/img/building.png');
	padding-right: 5px;
}

#event-node h4:before {
	content: url('../clientcode/img/calendar-small-gray.png');
	padding-right: 5px;
}

#event-node h4 {
	font-size: 1.4em;
	font-weight: 300;
	color: #302121;
	margin: 0;
}

#event-node h5:before { 
	content: url('../clientcode/img/building.png');
	padding-right: 5px;
}

#event-node h5 {
	font-size: 1.4em;
	font-weight: 300;
	color: #302121;
	padding-bottom: 8px;
	margin: 0;
}

h6.time:before {
    content: url("../clientcode/img/clock.png");
    padding-right: 5px;
}

#event-node .news-content { margin-top: 20px; }

.event-page hr { margin: 10px 0; }