
/* INTERIOR TEMPLATE */


.splash .icon-interior {
	position: absolute;
	bottom: -70px;
	right: 70px;
	width: 200px;
	border-radius: 10px;
}


/* Weekly Class Schedule page */

body.class-schedule .main {
	padding: 30px 70px 30px 40px;
}
#weekly-class-schedule {
	width: 500px;
	margin: 0 0 40px 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #dddddd;
}
#weekly-class-schedule h2 {
	float: left;
	clear: left;
	margin-top: 18px;
	color: #2b75b7;
	font: 18px/24px 'Merriweather Sans', sans-serif;
}
#weekly-class-schedule h2 + p {
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid 1px #dddddd;
}
#weekly-class-schedule h2:first-child {
	margin-top: 10px;
}
#weekly-class-schedule p {
	margin-bottom: 0;
	padding-left: 120px;
}
#weekly-class-schedule span {
	display: inline-block;
	width: 130px;
}


/* Calendar of Events page */

body.calendar-of-events .call-to-action {
	margin-top: 80px;
	float: left;
	width: 100%;
}


/* Community Programs page */

body.community-programs h1 {
	padding-bottom: 20px;
	color: #980000;
}

body.community-programs h3 {
	font: 18px/24px 'Merriweather Sans', sans-serif;
	text-align: left;
}

/* Special Events page */

body.special-events .col-2 {
	padding-top: 20px;
	margin-right: 30px;
}
body.special-events .col-2 + .col-2 {
	padding: 20px 20px 20px 20px;
	margin-right: 10px;
	background-color: #f7f7f7;
}
body.special-events h1 {
	color: #980000;
}
body.special-events h2 {
	color: #ff921e;
	font: 20px/24px 'Merriweather Sans', sans-serif;
	margin-bottom: 9px;
}
body.special-events p + h2 {
	margin-top: 20px;
}
body.special-events h3 {
	font: 18px/24px 'Merriweather Sans', sans-serif;
}
body.special-events .call-to-action {
	margin-top: 40px;
	float: left;
	width: 100%;
}

/* About Us page */

body.about-us h1 {
	color: #980000;
}
body.about-us h3 {
	font: 18px/24px 'Merriweather Sans', sans-serif;
	color: #ff921e;
}
body.about-us .call-to-action {
	margin-top: 40px;
	float: left;
	width: 100%;
}


/* Our People page */

body.our-people h1 {
	font: bold 42px/48px 'Merriweather Sans', sans-serif;
	color: #2b75b7;
	text-transform: uppercase;
}
body.our-people h2 {
	font: 28px/36px 'Merriweather Sans', sans-serif;
	color: #980000;
	margin-bottom: 6px;
}
body.our-people h3 {
	font: bold 18px/24px 'Merriweather Sans', sans-serif;
	margin: 20px 0 10px 0;
	color: #980000;
}
body.our-people h4 {
	font: bold 18px/24px 'Merriweather Sans', sans-serif;
	color: #2b75b7;
	margin-bottom: 10px;
}
body.our-people .col-2 {
	min-width: 200px;
}
body.our-people .call-to-action {
	margin-top: 40px;
	float: left;
	width: 100%;
}


/* Sponsorship page */

body.sponsorship h1 {
	color: #980000;
}
body.sponsorship .col-2 {
	max-width: 600px;
	padding-bottom: 20px;
}
body.sponsorship .col-2 + .col-2 {
	width: 200px;
	padding: 30px 0 0 64px;
	margin-right: 0;
}

#contents .sponsorship-message {
	clear: both;
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 10px;
}
#contents .sponsorship-message p {
	text-align: center;
	margin-bottom: 4px;
}

#contents .box {
	width: 200px;
	height: 125px;
	position: relative;
	margin: 10px 0 10px 0;
	border-radius: 10px;
	overflow: hidden;
}
#contents .box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 125px;
}
#contents .box div {
	position: absolute;
	left: 0;
	bottom: 0;
	font: 15px/15pt 'Merriweather Sans', sans-serif;
	letter-spacing: 1px;
	background-color: #990000;
	color: #ffffff;
	text-align: right;
	padding: 2px 10px 0 10px;
	width: 180px;
}


/* Contact Us page */

body.contact-us .col-2 {
	max-width: 600px;
	padding-bottom: 20px;
}
body.contact-us .col-2 + .col-2 {
	width: 230px;
}

body.contact-us .contact-box {
	border: solid 1px #980000;
	border-radius: 10px;
	padding: 10px 30px 0 10px;
	float: left;
	margin: 0 30px 20px 0;
}

body.contact-us h1 {
	color: #980000;
}
body.contact-us h3 {
	color: #000000;
	clear: left;
	padding: 20px 0 10px 0;
}
body.contact-us h4 {
	color: #ff921e;
}
body.contact-us div + h4 {
	padding-top: 20px;
	color: #000000;
}

body.contact-us #contents span {
	display: inline-block;
	width: 90px;
}

body.contact-us iframe {
	margin-top: 40px;
	border: solid 2px #000000;
}