.eventLine {
	overflow: hidden;
}

.eventLine h3 {
	font-size: 14pt;
	text-decoration: none;
	color: black;
	margin-bottom: 0px;
	margin-left: 12px;
	margin-top: 18px;
}

.eventLine .date {
	margin-left: 18px;
	font-style: italic;
}

.eventLine .description {
	display: inline-block;
	width: 71.5%;
	margin-top: 12px;
}

.eventLine p {
	margin-left: 0;
	margin-right: 0;
}

.eventLine img {
	float: left;
	width: 25%;
	margin-top: 40px;
	margin-right: 3%;
	margin-bottom: 2.8%;
	
}


.firstEventLine {
	margin-bottom: 28px;
}

.firstEventLine h3 {
	font-size: 24pt;
}

.firstEventLine .date {
	margin-left: 32px;
}

.firstEventLine p {
	margin-left: 2%;
}

.firstEventLine .description {
	width: 60%;
}

.firstEventLine img {
	float: right;
	width: 36%;
	margin-left: 3%;
	margin-bottom: 3%;
	margin-right: .6%;
}


.eventImage {
	display: inline-block;
	width: 30%;
	margin: 1.5%;
}

.eventImage img {
	max-width: 100%;
	max-height: 150px;
}

.eventImage .source {
	font-style: italic;
	color: #666;
	font-size: 8pt;
}



.mainEventTitle {
	font-size: 22pt;
}

.articleLine h3 {
	text-decoration: none;
	margin-bottom: 2px;
}

.articleLine .logo {
	display: inline-block;
	background-image: url("/components/images/logo_text.png");
	background-repeat: no-repeat;
	width:24px;
	height: 20px;
	vertical-align: top;
	margin-right : 16px;
}

.audioArticle .logo {
	display: inline-block;
	background-image: url("/components/images/logo_speaker.png");
	background-repeat: no-repeat;
	width:24px;
	height: 20px;
	vertical-align: top;
	margin-right : 16px;
}

.articleLine .source {
	margin-left: 26px;
	font-style: italic;
	color: gray;
}

#articleDetail h3 {
	font-size: 22pt;
	color: black;
	text-decoration: none;
	margin-left: 10px;
}

#articleDetail #subTitle {
	margin-left: 24px;
	margin-bottom: 20px;
	margin-top: -8px;
	font-weight: bold;
	font-size: 11pt;
}

#articleDetail .source {
	margin-top: 20px;
	font-style: italic;
	color: #222;
}

#articleDetail .content {
	margin-left: 12px;
	margin-right: 24px;
}

#articleDetail p {
	margin-left: 12px;
	margin-right: 0;
}

#articleDetail h4 {
	margin-left: 0px;
	text-decoration: none;
	margin-bottom: 2px;
}
