@charset "UTF-8";
/* Default Page stylesheet document for Calvin Seminary (main) by Grey Matter Group (http://www.greymattergroup.com) */
/* Please don't steal without giving credit where it is due. Thanks! */

.container .header {
	background-image: url(../_img/_header_photos/header_bg_generic.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.container .page_content {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #f4f2e9;
	background-image: url(../_img/_general/background_tile-white.jpg);
}
.container .page_content img,
.container .page_content object,
.container .page_content embed,
.container .page_content video,
.container .page_content audio {
	max-width: 100%;
	height: auto !important;
}
.container .page_content .inner {
	margin: 0 auto;
	padding: 0;
	padding-top: 46px;
	padding-bottom: 46px;
	width: 856px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 100;
	text-align: left;
	line-height: 22px;
	color: #3c3b37;
}
.container .page_content .inner .title {
	font-family: 'PS-Bold', Arial, Helvetica, sans-serif;
	font-size: 33px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 38px;
}
.container .page_content .inner .copy {
	margin: 0;
	padding: 0;
	width: 100%;
}

.container .page_content .inner .copy strong, 
.container .page_content .inner .copy b {
	font-weight: bold;
}
.container .page_content .inner .copy em, 
.container .page_content .inner .copy i {
	font-style: italic;
}
.container .page_content .inner .copy u {
	text-decoration: underline;
}
.container .page_content .inner .copy p {
	margin: 0;
	margin-top: 22px;
	padding: 0;
}
.content-side {
	float: right;
	width: 35%;
	background-color: #4a0005;
}
.content-side .inner-content-side {
	padding: 32px;
	position: relative;
	width: auto;
}
.content-side .inner-content-side .title {
	color: #fff;
	padding-bottom: 16px;
	text-transform: uppercase;
    line-height: 32px;
    border-bottom: 1px solid #630309;
}
.content-side .news-list ul {
	list-style-type: none;
	margin: 0;
	padding-top: 10px;
	padding-left: 0;
}
.content-side .news-list ul li {
	padding: 10px 0;
	border-bottom: 1px solid #630309;
}
.content-side .news-list ul li a {
	color: #fff;
	font-size: 14px;
}
.content-side .news-list ul li a:hover {
	color: #069081;
	text-decoration: underline;
}

.has-news-sidebar {
	float: left;
	width: 60%;
}

/* Desktop responsive */
@media (max-width:1239px), handheld and (max-device-width:1239px) {
}

/* Desktop and iPad landscape */
@media (max-width:1203px), handheld and (max-device-width:1203px) {
	.container .page_content .inner {
		width: 836px;
	}
}

/* Desktop and inbetween iPad portrait/landscape */
@media (max-width:1039px), handheld and (max-device-width:1039px) {
	.container .page_content .inner {
		width: 684px;
	}
	.content-side, .has-news-sidebar {
		width: 100%;
		float: none;
	}
	.content-side {
		margin-top: 26px;
	}
}

/* Desktop and iPad portrait */
@media (max-width:859px), handheld and (max-device-width:859px) {
	.container .page_content .inner {
		width: 582px;
	}
}

/* Desktop and iPad portrait/iPhone 5 landscape */
@media (max-width:759px), handheld and (max-device-width:759px) {
	.container .page_content .inner {
		width: 539px;
	}
}

/* iPhone 5 landscape and mobile */
@media (max-width:743px), handheld and (max-device-width:743px) {
	.container .page_content .inner {
		padding-top: 26px;
		padding-bottom: 26px;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	.container .page_content .inner .title {
		font-size: 24px;
		line-height: 30px;
	}
}

/* iPhone 4 or less landscape and mobile */
@media (max-width:655px), handheld and (max-device-width:655px) {
	.container .page_content .inner {
		padding: 20px;
		font-size: 12px;
		line-height: 14px;
	}
	.container .page_content .inner .title {
		font-size: 18px;
		line-height: 24px;
	}
	.container .page_content .inner .date {
		font-size: 12px;
		line-height: 14px;
	}
	.container .page_content .inner .copy p {
		margin-top: 14px;
	}
}

/* iPhone portrait and mobile */
@media (max-width:495px), handheld and (max-device-width:495px) {
}
