@charset "UTF-8";

.messages_container {
	float:left;
	margin-top:-7px;
	margin-bottom:-5px;
}
.message_container {
	float:left;
	margin-top:20px;
}

.message_h1 {
	float:left;
	margin-top:40px;
	width:620px;
	height:40px;
	font-size:20px;
	border-bottom: 1px solid #555555;
	text-transform:uppercase;
}

.message_img {
	width:200px;
	height:200px;
	margin-right:2px;
	margin-bottom:2px;
	border:10px solid #ffffff;
	border-radius:5px;
	float:left;
	background-color:#ffffff;
}

.message_data {
	position:relative;
	float:right;
	width:358px;
	height:244px;
	background-color:#ffffff;
	border:0px solid;
	border-radius:5px;
	padding:20px;
}

.message_title {
	font-size:16px;
}

.message_scripture {
	float:left;
}

.message_study {
	float:right;
	text-align:right;
}

.message_date {
	clear:both;
	float:left;
}

.message_author {
	float:right;
	text-align:right;
}

.message_subtitle {
	clear:both;
	float:left;
	width:50px;
}

.message_list {
	float:left;
	width:308px;
}

.message_resources {
	clear:both;
	float:left;
}

.message_hr {
	position:absolute;
	bottom:0px;
	width:358px;
	height:20px;
	border-top: 1px solid #bbbbbb;
}

.message_download {
	float:left;
	width:200px;
	height:20px;
	border:0px solid;
	border-radius:5px;
	background-color:#ffffff;
	margin-top:2px;
	padding: 0px 10px 0px 10px;
	font-size:10px;
	color:#777777;
	line-height:20px;
	background-image:url(https://www.desertspringschurch.org/img/download.png);
	background-repeat:no-repeat;
	background-position:196px;
}

.message_download a:link {
	color: #777777;
}
.message_download a:visited {
	color: #777777;
}
.message_download a:hover {
	color: #00aeef;
}
.message_download a:active {
	color: #777777;
}

.message_nav_title {
	font-size:14px;
}

.pagination_01 {
	float:left;
	margin-top:20px;
	margin-right:2px;
	width:80px;
	height:20px;
	font-size:10px;
	color:#777777;
	text-align:center;
	line-height:20px;
	background-color:#eeeeee;
	border:solid 0px;
	border-radius:5px;
}

.pagination_02 {
	float:left;
	margin-top:20px;
	margin-right:2px;
	width:80px;
	height:20px;
	font-size:10px;
	color:#777777;
	text-align:center;
	line-height:20px;
	background-color:#ffffff;
	border:solid 0px;
	border-radius:5px;
}