/* @group Global */

body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	background-color: #fffdde;
	font-size: 100%;
}

.left {
	display: inline;
	float: left;
}

.right {
	display: inline;
	float: right;
}

a {
	color: #003267;
}

.spacer {
	height: 1px;
	clear: both;
}

p {
	padding: 0 0 .75em 0;
}

/* @end */

/* Social media icons */

 #social-media {
	
  float: right;
	margin-top: -8px;
}

 #social-media img {
  margin-right: 5px;
 }

/* @group Main Menu */

#mainmenu a:hover {
	background-color: #CFBF9E;
}

#mainmenu {
	display: inline;
	float: left;
	position: relative;
	top: 147px;
	overflow: hidden;
}

#mainmenu a {
	text-align: right;
	display: block;
	width: 115px;
	margin: 0px 0px 5px 0px;
	padding: 10px 7px 5px 0px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	background-color: white;
	text-transform: uppercase;
}

/* @end */

/* @group Secondary Menu */

#secondaryMenu a {
	display: inline;
	font-size: 12px;
	float: left;
	width: 100px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #dfeaee;
	color: black;
	margin: 3px 0px 0px 6px;
	padding: 9px 0 8px 0;
}

#secondaryMenu a:hover {
	background-color: #CFBF9E;
}

#secondaryMenu a.active {
	background-color: #69939f;
}

#secondaryMenu {
	position: relative;
	top: 118px;
	left: 175px;
	width: 642px;
	height: 35px;
	overflow: hidden;
}

/* @end */

/* @group Primary Wrapper */

#primaryWrapper {
	position: relative;
	margin: auto;
	width: 825px;
	height: 600px;
	background: url("/storage/images/wrapper_bg-new.jpg") no-repeat center top;
}

/* @end */

/* @group Secondary Wrapper */

#secondaryWrapper {
	margin: 5px auto 0px auto;
	width: 825px;
	background: url("/storage/images/second_bg-new.jpg") no-repeat center top;
}

/* @end */

/* @group Quick Links */

#quicklinks a.quicklink {
	display: block;
	margin: 5px 0 0;
	padding: 23.75px 10px 0 0;
	background-color: #363020;
	color: #999999;
	text-decoration: none;
	text-align: right;
	height: 35px;
	font-size: 14px;
}

#quicklinks a.quicklink:hover {
	font-weight: bold;
	padding: 23.75px 10px 0 0;
	height: 35px;
	color: white;
}

#quicklinks h1 {
	text-align: right;
	background-color: silver;
	margin-bottom: 5px;
	padding: 5px 10px;
}

#quicklinks a.imgbutton, #quicklinks img {
	border: hidden;
}

#quicklinks {
	position: absolute;
	top: 142px;
	left: 125px;
	width: 296px;
	overflow: hidden;
	height: 255px;
}

/* @end */

/* @group Scroller */

#scroller_control {
	position: absolute;
	top: 369px;
	left: 421px;
	height: 18px;
	border-left: 12px solid #363020;
	width: 378px;
	background-color: #363020;
	padding-top: 7px;
	z-index: 10;
}

#scroller {
	position: absolute;
	top: 147px;
	left: 421px;
	overflow: hidden;
	height: 220px;
	border-left: 6px solid #363020;
	width: 378px;
	border-right: 6px solid #363020;
	border-top: 5px solid #363020;
	background-color: #363020;
	z-index: 20;
}

#scroller img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#prev_scroller {
	display: inline;
	font-size: 75%;
	color: white;
	text-decoration: none;
	float: left;
}

#next_scroller {
	display: inline;
	font-size: 75%;
	color: white;
	text-decoration: none;
	float: right;
	margin-right: 10px;
}

/* @end */

/* @group Info Box */

#infobox {
	font-size: 75%;
	position: absolute;
	left: 126px;
	width: 685px;
	height: 159px;
	background-color: white;
	line-height: 1em;
	top: 420px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#infobox .facilities {
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}

#info {
	text-align: right;
	position: absolute;
	top: 5px;
	right: 10px;
}

#info p {
	font-size: 11px;
	margin-bottom: 10px;
}

#info h1 {
   margin-right: 5px;
}

#info #info_buttons a img {
	float: right;
	margin: 0px 0 0 10px;
}

/* @end */

/* @group Announcements */

#announcements {
	display: inline;
	float: left;
	position: relative;
	top: 170px;
	left: 147px;
	overflow: hidden;
	width: 392px;
	height: 155px;
}

/* @end */

/* @group Sidebar */

#sidebar {
	display: inline;
	float: left;
	margin: 125px 0px 0px 16px;
	width: 220px;
}

/* @end */

/* @group Content */

#content_page ol {
	font-size: 1.3em;
}

div#content_page ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	color: #444;
}

#content_page li {
	margin-bottom: 10px;
}

#content {
	float: left;
	margin: 125px 0px 0px 5px;
	width: 578px;
	overflow: hidden;
	background-color: white;
	display: inline;
}

#content_page {
	padding: 20px;
	font-size: 12px;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	color: #aaa;
	width: 825px;
	padding: 10px;
	margin: auto;
	text-align: center;
	font-size: 60%;
}

#footer a {
	color: #aaa;
}

/* @end */

/* @group Ministry Ads */

#ministry_ad {
	float: left;
	width: 578px;
	height: 336px;
	display: inline;
}

/* @end */

/* @group Ministry Header */

#ministry_header a {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0px 7px 10px;
	margin: 0px 0px 5px 0px;
	background-color: #69939f;
	display: block;
	text-decoration: none;
	color: #000;
}

/* @end */

/* @group Section Header */

#section_header {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0px 7px 10px;
	background-color: #69939f;
	margin: 5px 0px 0px 0px;
}

/* @end */

/* @group Sidebar Menu */

#sidebar_menu {
	background-color: #CFBF9E;
	margin: 5px 0px 0px 0px;
}

#sidebar_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar_menu ul li a {
	text-decoration: none;
	color: black;
	display: block;
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 5px solid #fffdde;
}

/* @end */

/* @group Sidebar Ads */

#sidebarAds img {
	display: block;
	padding-bottom: 10px;
}

#sidebarAds {
	background-color: #CFBF9E;
	padding: 10px 10px 0 10px;
	margin: 0;
}

/* @end */

/* @group Forms */

/* @group Join A Mini-Church Form */

#join_mini_church fieldset {
	display: block;
	float: left;
	clear: left;
	margin-bottom: 10px;
	width: 100%;
	background-color: #e6e6e6;
	padding: 20px 0 10px 0;
	border: 1px solid silver;
}

#join_mini_church fieldset legend {
	display: none;
}

#join_mini_church ol {
	list-style-type: none;
}

#join_mini_church h1 {
	background: silver;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px 5px 5px 10px;
	width: 525px;
	clear: left;
	margin: 0px;
}

#join_mini_church fieldset ol li label {
	float: left;
	clear: left;
	width: 30%;
	text-align: right;
	padding: 2px 10px 0 0;
}

#join_mini_church fieldset ol input {
	width: 60%;
}

#join_mini_church ol li {
	margin-bottom: 3px;
}

#join_mini_church fieldset ol li textarea {
	width: 450px;
	padding: 6px;
	margin-left: 20px;
	height: 150px;
}

/* @end */

/* @end */

/* @group iconlist */

div.iconlist div.info {
	float: left;
	width: 100px;
	padding: 10px;
	display: inline;
}

div.iconlist div.body {
	padding: 10px;
	margin-left: 120px;
}

div.iconlist div.info a.link {
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #cbcc97;
	font: bold 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px 0 5px 0;
	margin: 5px 0 0 0;
}

div.iconlist div.body h1 a {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

div.iconlist div.info img.icon {
	display: block;
	margin: 0 0 5px 0;
}

/* @end */

/* @group Submenu */

#submenu a {
	font-size: 75%;
	padding-left: 20px;
	display: block;
	padding-top: 5px;
	color: #000;
	text-decoration: none;
	padding-bottom: 5px;
}

#submenu a.active_submenu {
	background-color: #6a95a2;
	font-weight: bold;
}

#submenu a.head {
	font-size: 80%;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px 0 5px 10px;
	background-color: #EEDDA7;
}

#submenu a.selected {
	background-color: #69939f;
}

#submenu ul li {
	list-style-type: none;
}

#submenu ul {
	margin: 0;
}

/* @end */

/* @group Alerts */

div#alerts_wrapper {
	width: 825px;
	margin: auto;
}

div#alerts_wrapper div {
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 1em 1em 1em 50px;
}

div.error {
	background-color: #FBE3E4;
	background-image: url(/storage/images/icons/alert_icon_error.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #cc3300;
	border: 1px solid red;
}

div.error a {
	color: #cc3300;
}

div.notice {
	background-color: #FFF6BF;
	background-image: url(/storage/images/icons/alert_icon_notice.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 1px solid orange;
	color: black;
}

div.notice a {
	color: black;
}

div.success {
	background-color: #E6EFC2;
	background-image: url(/storage/images/icons/alert_icon_success.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: green;
	border: 1px solid green;
}

div.success a {
	color: green;
}

div.general {
	background-color: #f6f6f6;
	background-image: url(/storage/images/icons/alert_icon_general.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #334077;
	border: 1px solid #334077;
}

div.general a {
	color: #7334077;
}

/* @end */

dl.fireaway_blog dt {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}

dl.fireaway_blog dd {
	margin-bottom: 2em;
	font-size: 12px;
}

span.fireaway_author {
	color: #ccc;
}

#content_page p {
	line-height: 1.2em;
	color: #444;
}

a.calendar {
	background: url("/storage/images/calendar_quicklink_bg.jpg") no-repeat left bottom;
}

a.volunteer {
	background: url("/storage/images/volunteer_quicklink_bg.jpg") no-repeat left bottom;
}

a.podcast {
	background: url("/storage/images/podcast_quicklink_bg.jpg") no-repeat left bottom;
}

a.explore {
	background: url("/storage/images/explore_quicklink_bg.jpg") no-repeat left bottom;
}

a.calendar:hover {
	background: url("/storage/images/calendar_quicklink_bg_hover.jpg") no-repeat left bottom;
}

a.volunteer:hover {
	background: url("/storage/images/volunteer_quicklink_bg_hover.jpg") no-repeat left bottom;
}

a.podcast:hover {
	background: url("/storage/images/podcast_quicklink_bg_hover.jpg") no-repeat left bottom;
}

a.explore:hover {
	background: url("/storage/images/explore_quicklink_bg_hover.jpg") no-repeat left bottom;
}

a#ftw_ribbon {
	position: absolute;
	top: 71px;
	left: -6px;
	z-index: 10;
}

#registration-alert {
	font-size: 90%;
	text-align: center;
	background-color: #610b14;
	background-image: url(/storage/images/easter-registration-alert.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	padding: 1em;
}
#registration-alert a {
	color: white;
}

/* Schedule */

.schedule h1, h2, h3, p {
	font-family: sans-serif;
	padding: .25em .5em;
	margin: 0;
}

.schedule h1 {
	background-color: #444;
	color: #f6f6f6;
	font-size: 18px;
}

.schedule h2 {
	background-color: #ccc;
	font-size: 16px;
}

.schedule h3 {
	background-color: #eee;
	font-size: 12px;
}

.schedule p {
	font-size: 11px;
	margin: .5em 0 1.25em 0;
}

#christmas {
	text-align: center;
	background-color: #5e102e;
	color: #f6f6f6;
	font-size: 12px;
	padding: .75em;
	background-image: url(/storage/images/holly.png);
	background-repeat: no-repeat;
	background-position: 20%;
	width: 800px;
	margin: 5px auto 0 auto;
}

#christmas a {
	color: #f6f6f6;
}

#ftw_top_ribbon {
  position: absolute;
  top: 3px;
  right: 75px;
}

