/*
Theme Name: Fort McMurray Gospel Assembly
Theme URI: http://mgachurch.com/
Description: A custom theme design (started from the default theme) for Fort McMurray Gospel Assembly.
Version: 1.0
Author: Dave Von Bieker
Author URI: http://bodycreative.com/
Tags: custom

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built atop the famous Kurbrick theme, designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


************************************************************************************************************************************************************ */

/* Color List

Maroon: #6B1D1D
Gold: #999965

*/


/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none; padding: 0; margin: 0; } /* Gets rid of IE's blue borders */




/* Begin Typography & Colors */
/* body {
	font-size: 62.5%; // Resets 1em to 10px 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7;
	background: #6B1D1D;   New color to go with other tags 
	background: #391010 url('images/bg.jpg') repeat-y center;
	color: #333;
	text-align: left;
	} */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7;
	color: #333;
	text-align: left;
	}

	
#page {
	text-align: left;
	}


#content {
	font-size: 1em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	font-weight:normal;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3, h3 a {
	font-size: 1.0em;
	color:#999965;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	text-decoration: none;
	}

a:hover {
	color: white;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0 auto;
	padding: 0;
	}

#header {
	margin: 0;
	padding: 0;
	}


.post {
	margin: 0 0 10px;
	text-align: left;
	}

.post hr {
	display: block;
	}


.postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}



#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	}


/* End Structure */


/* Floats */


/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3{
	padding: 0;
	font-size:1em;
	margin: 5px 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	/* border:1px solid silver;  */
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	/* border:1px solid silver;  */
	
	}

img.bordered, a img.bordered:hover {
	padding: 4px;
	/* border:1px solid silver;  */
}

img.noborder {
	border:none;
	padding:none;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
#sidebar ul a {
	padding:0 4px;
	display:block;
	width:162px;

}
#sidebar ul a:hover {
	border:0;
	font-weight:normal;
	width:162px;
background-color:#6B1D1D;
background-image: url(images/link-background.jpg);
color:#F7F4ED;
text-decoration:none;

}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
	
#sidebar ul li ul li a {
	display:inline;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 10px 0;
	width: 180px;
	font-size:0.9em;
	background:url(images/sidebar.jpg) repeat-y;
	}
	
#sidebar a {
	padding:0 4px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	border-bottom:1px dashed silver;
padding-bottom:20px;
	}
	
	
.clear {
	clear: both;
}

.bottomBorder {
	border-bottom: dotted 1px silver;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/* End Various Tags & Classes*/



/* Styles imported from original Fort McMurray build */

/*Font*/ 


body {
	font-family: "Helvetica Nue", Helvetica, Arial, Sans-serif;
	text-align:center;
	color:#333;
	margin-top:0px;
	background: #391010 url('images/bg.jpg') repeat-y center;
	font-size:95%;
}


h1 {
	color:#6B1D1D;
	font-weight:normal;
	font-family:"Trebuchet MS";
	font-style:italic;
	font-size:1.9em;
	background:none;
	margin-bottom:20px;
}

.tan {
	color:#888751;
}

h2 {
	font-size:1.4em;
}

h3 {
	color:#999965;
}

/* Structure */

#page {
	width:800px;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
}

#header {
	background: url('images/headers/rotate.php') no-repeat;
	height:299px;
	margin-bottom:0px;
}

#content-area {
	background: url('images/content-bg.jpg') repeat-y;
	clear:both;
	padding: 10px 10px;
}

#content {
	margin-left:10px}

#sidebar {
	width:180px;
	float:left;
}

#footer {
	background:#23090A url('images/footer-bg.jpg') no-repeat;
	background-position:1px 0px;
	height:60px;
	width:800px;
	clear:both;
	margin:0;
	
}

#footer p {
	margin:0;
	padding-top:23px;
    text-align:right;
	margin-right:80px;
	font-size:0.75em;
	color:white;
}

#footer a {
	color:#6B1D1D;
	border:none;
}

#footer a:hover {
	color:white;
	border:none;
}

#homeLinks {
	position:absolute;
	top:10px;
	left:120px;
	font-size:0.8em;
}



#header #topRightLinks {
		position: absolute;
	right: 0px;
	top: 0px;
	background: #270907;
	background-image: url(images/top-right-bar-gold.jpg);
	background-position: bottom left;
	color: white;
	padding: 0px;
	padding-top: 5px;
	height: 25px;
	padding-left: 25px;
	overflow: hidd;
}

#header #topRightLinks form {
	margin: 0;
	padding: 0;
}

#header #topRightLinks form.mp-form, #header #topRightLinks form#searchform {
	float: left;
	margin: 0;
	margin-top: -2px;
	padding: 0;
	overflow: hidden;
	
}

#header #topRightLinks div.MailPress {
	float: left;
	margin-right: 10px;
	position: relative;
	border-right: 2px black solid;
	padding-right: 10px;
	font-size: 9px;
	width: 257px;
	overflow: hidden;
}



#header #topRightLinks form.mp-form input.MailPressFormEmail, #header #topRightLinks form#searchform input#s {
	float: left;
	margin-right: 5px;
	width: 170px;
}


#header #topRightLinks form.mp-form input.MailPressFormSubmit, #header #topRightLinks form#searchform input#searchsubmit {
	float: left;
	color: white;
	text-transform: uppercase;
	font-size: 1%;
	margin-top: 2px;
	background: #590100;
	border: none;
	width: 75px;
	text-align: center;
	text-indent: -9999px;
	height: 20px;
}

#header #topRightLinks form.mp-form input.MailPressFormSubmit {
		background-image: url('images/topRightSubscribe.jpg');
			background-repeat:no-repeat;
}

#header #topRightLinks form#searchform input#searchsubmit {
		background-image: url('images/topRightSearch.jpg');
			background-repeat:no-repeat;
			margin-right: 10px;
}


	


#header #donateButtonHolder {
	float: left;
	border: none;
	border-right: 2px black solid;

	padding: 0;
	padding-right: 10px;
	margin-right: 10px;

}

#header #donateButtonHolder a#donateButton {
			background: #590100;
			background-image: url('images/topRightGiveOnline.jpg');
			background-repeat:no-repeat;
padding: 0px;
border: none;
		width: 75px;
		height: 20px;	
	text-align: center;
	text-indent: -9999px;
		font-size: 1%;
		display: block;
}


#header form#searchform {
	margin-right: -10px;
}


#post-10 h1 {
	font-size: 1.6em;
}
/* Links */
#content-area a, a:link {
	color:#6B1D1D;
}

#content-area a:hover {
	color:#6B1D1D;
	text-decoration:underline;
        font-weight:bold;
}
a:visited, {
	color:#888751;
}

#homeLinks a {
	color:#6B1D1D;
}

/*	Forms	*/
#email-signup {
	margin-left:540px;
    padding-top:15px;
}

#email-field {
color:#6B1D1D;	
border:solid 2px;
width:180px;
}

#email-signup-button {
 position:relative;
top:3px;
}

/* 	Navigation */

#navbar {
	background: url('images/navbar.jpg') no-repeat;
	width:800px;
	height:41px;
	padding:0px;
	position:relative;
	margin:0px;
}



#navbar li {
	float:left;
}

#navbar li a {
	text-decoration:none;
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	display:block;
	height:41px;
	background: url('images/navbar.jpg');
	text-indent:-9999px;
	overflow:hidden;
	font-size:1%;
}

#navbar li a:hover {
	background:url('images/navbar-over.jpg');
}


#navbar li#navbar-home a {
	width:75px;
	left:0;
	background-position: 0;
}

#navbar li#navbar-calendar a {
	width:100px;
	left:75px;
	background-position: -75px;
}


#navbar li#navbar-resources a {
	left:175px;
	width:100px;
	background-position: -175px;
}

#navbar li#navbar-media a {
	left:275px;
	width:90px;
	background-position: -275px;
}


#navbar li#navbar-ministries a {
	left:365px;
	width:115px;
	background-position: -365px;
}

#navbar li#navbar-come-serve a {
	left:480px;
	width:127px;
	background-position: -480px;
}

#navbar li#navbar-about a {
	left:607px;
	width:103px;
	background-position: -607px;
}

#navbar li#navbar-contact a {
	left:710px;
	width:90px;
	background-position: -710px;
}


/* Float Styles */

.left {
	float:left
}

.right {
	float:right;
}

.clear {
	clear:both;
}


/*	Homepage Styles */

#homepage-buttons {
	height:138px;
	overflow:hidden;
	margin:0;
	background:none;
}


#front-door {
	margin:0;
	background: url('images/homepage-front-door.jpg') no-repeat;
	height:139px;
	width:400px;
	float:left;
	color:white;
	font-size:0.8em;
	text-decoration:none;
}
a#front-door:hover {
	background: url('images/homepage-front-door-over.jpg');
}

#front-door span, #living-room span {
	padding-top:120px;
	padding-left:5px;
	display:block;
}

#front-door a, #living-room a {
	color:white;
	font-size:0.8em;
}

#living-room {
	margin:0;
	background: url('images/homepage-living-room.jpg') no-repeat;
	height: 139px;
	width:400px;
	float:left;
	color:white;
	font-size:0.8em;
	text-decoration:none;
}

a#living-room:hover {
	background: url('images/homepage-living-room-over.jpg')
	}
	
#left-pane {
	width:485px;
	float:left;
	border-right:dashed thin #888751;
	padding-right:8px;
	background:none;
        margin-left:3px;
}

#right-pane {
	width:270px;
	float:left;
	margin-left:10px;
}

h1#welcome-home {
	background: url('images/heading-welcome.gif') no-repeat;
	text-indent:-9999px;
	margin-top:2px;
}

h1#upcoming-events {
	color:#999965;
	margin-top:2px;
}

#right-pane ul, #left-pane ul {
	padding-left:5px;
}

#right-pane ul li#events-calendar, #left-pane ul li#events-calendar  {
	margin-left:0px;
	padding-left:0;
}

#featureContainer {
	overflow:hidden;
	margin-bottom:10px;
}

#featureContainer a, #featureContainer a:hover {
	border:none;
	text-decoration: none;
}

#homeActionButtons {
	height:50px;
	border-bottom:1px dashed silver;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left: -5px;
}

#homeActionButtons a {
	width:112px;
	height:49px;
	display:block;
	float:left;
	text-indent:-9999px;
	font-size:1%;
	margin:0;
	border: 0px none;
	background: none;
}

#homeActionButtons a:hover {
	border: 0px;
	border:none;
	padding:none;
}

#homeActionButtons a#button-serviceTimes {
	background:url(images/sermonTimes.jpg) no-repeat;
	width: 166px;
}

#homeActionButtons a#button-serviceTimes:hover {
	background:url(images/sermonTimes-over.jpg) no-repeat;
}

#homeActionButtons a#button-map {
	background:url(images/viewAMap.jpg) no-repeat;
	width: 162px;
}

#homeActionButtons a#button-map:hover {
	background:url(images/viewAMap-over.jpg) no-repeat;
}

#homeActionButtons a#button-podcast {
	background:url(images/sermonAudio.jpg) no-repeat;
	width: 156px;
}

#homeActionButtons a#button-podcast:hover {
	background:url(images/sermonAudio-over.jpg) no-repeat;
}



a#newcomerButton {
	height:67px;
	display:block;
	background:url(images/new-button.jpg) no-repeat;
	width:260px;
	text-indent:-9999px;
	font-size:1%;
	margin-bottom:10px;
	padding:0;
	width:100%;
}

a#newcomerButton:hover {
	background:url(images/new-button-over.jpg) no-repeat;
	padding:0;
	border:none 0px;
	width:260px;
	width:100%;
	}


a#button-calendar {
	background:url(images/button-view-calendar.gif) no-repeat;
	width:103px;
	height:15px;
	text-indent:-9999px;
	font-size:1%;
	float:right;
	padding:0;
	margin:0;
	margin-top:10px;
}

a#button-calendar:hover {
	border:none 0px;
	padding:0;
	margin:0;
	margin-top:10px;
	background:url(images/button-view-calendar.gif) no-repeat;
	
}


a#button-blog {
	background:url(images/button-blog.gif) no-repeat;
	width:70px;
	height:15px;
	text-indent:-9999px;
	font-size:1%;
	float:right;
	padding:0;
	margin:0;
	margin-top:10px;
}

a#button-blog:hover {
	border:none 0px;
	padding:0;
	margin:0;
	margin-top:10px;
	background:url(images/button-blog.gif) no-repeat;
	
}

.homePost {
	border-top: 1px dashed silver;
	padding-bottom: 10px;;
	font-size:0.9em;
}

/* Visitors' Home Styles */

/* Page Styles */

div.rightColumn {
	margin-left:300px;
	float:left;
	padding-left:15px;
	width:570px;
	border-left:dashed thin #888751;
}

div.rightColumn h1 {
	margin-bottom:25px;
}

ul#pageNav {
	list-style:none;
}

ul#pageNav li {
	margin:5px;
}

li.current_page_item {
	background:#999965;
	/* IE filter extension */
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  width:95%;                /* Required for IE filter */
  -moz-opacity: 0.9;         /* Mozilla extension */
  -khtml-opacity:0.9;        /* Konqueror extension (Safari 1.1)*/
  opacity: 0.9;              /* the correct CSS3 syntax */
  
}

li.current_page_item a {
	color:white;
	width: 95%;

}

li.current_page_item a:hover {
	width: 150px;
}

/*Visitors Section Styles*/
#header.visitors {
	background: url('images/headers/rotate.php') no-repeat;
	height:255px;
}

/*Members Section Styles*/
#header.members {
	background: url('images/header-members.jpg') no-repeat;
	height:255px;
}



/* Image Flicker Styles */

#image_flicker {
	width:480px;
	height:130px;
	overflow:hidden;
	border: solid thin #6B1D1D;
	background: #999965;
	margin:0;
	margin-bottom:20px;
	position:relative;
}

#image_flicker a {
	padding:0;
	border:none;
}

#image_flicker a {
	position:absolute;
	bottom:0;
	background:black;
	width:100%;
	z-index:1001;
}

#image_flicker a img {
	z-index:1000;
	padding:0px;
	position:absolute;
	top:-115px;
}


#image_flicker a:hover {
	padding:0;
	border:none;
}

/* Calendar Styles */

div#wp-calendar {
	width:100%;
}

div#wp-calendar a {
	padding:0;
}

div#wp-calendar a:hover {
	padding:0;
	border:0;
}

div#wp-calendar table td {
	height:50px;
	border:1px solid;
}

div#wp-calendar table td#today {
	height:50px;
	border:1px solid;
	background:#999965;
}

li#upcoming-events h2.widgettitle {
	display:hidden;
	font-size:1%;
	text-indent:-9999px;
}

div#calendar_wrapLarge h2 {
	font-size:1.2em;
}

#wp-calendarLarge td, #wp-calendarLarge tr {
}

table#wp-calendarLarge {
	text-align:left;
	font-size:0.9em;
}

#wp-calendarLarge thead tr th {
	padding-bottom:5px;
}

#wp-calendarLarge div{
	padding:5px;
}

#wp-calendarLarge td#todayLarge {
	background-color:#999965;
}

#wp-calendarLarge div.dayHead {
	background-color:#6B1D1D;
}

#wp-calendarLarge  {
	color:#999965;
}

#wp-calendarLarge span.event-block {
	color:#999965;
	border:none;
}

.CalendarCellInActive
{
	width:100px;
	height:85px;
	background-color:none;
	text-align: left;
}

.CalendarCellCurrentDay
{
	width:100px;
	height:85px;
	background-color: #E4E4E4;
	text-align: left;
	vertical-align: top;
	font-size: 9pt;
}

.CalendarCellActive
{
	width:100px;
	height:85px;
	background-color: #C4C4C4;
	text-align: left;
	vertical-align: top;
	font-size: 9pt;
}

div#content #ec3_big_cal td.pad {
background-color:transparent;
border:medium none;
}

#ec3_big_cal table {
	margin-top: 15px;
}

#ec3_big_cal caption {
	padding: 5px;
	padding-top: 8px;
	border-bottom: 1px dotted silver;
	border-top: 1px dotted silver;
	background: #FFFFEE;
	margin-top: 10px;
}

div#content #ec3_big_cal tr td {
padding: 5px;
}

div#content #ec3_big_cal tr td.ec3_eventday a.ec3_daynum {
}

div#content #ec3_big_cal tr td.ec3_eventday a.ec3_daynum:hover {
background-color:#FFFFEE;
color:#6B1D1D;
padding: 5px;
}
/* End styles imported from original Fort McMurray build */


/* Blog Styles */

.post {
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px dashed silver;
}

.post h2 {
	margin-bottom:0px;
}

p.postmetadata {
	font-size:0.8em;
}

form#searchform {
	text-align:left;
}

#sidebar #searchform #s {
	width:165px;
	margin-bottom:10px;
}

/* Event Calendar - Big - Styles */

div#ec3_big_cal {
width: 770px;
	padding: 10px 0;
	margin: 0 0 0 -5px;
}

div#ec3_big_cal, div#ec3_big_cal a  {
	font-family: Helvetica, Arial, sans-serif;
}

div#ec3_big_cal, div#ec3_big_cal.ec3_event a  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

table#ec3_big_cal td div {
	padding: 5px;
	font-size: 15px;
}


div#right-pane ul {
	margin-top: 0;
	margin-left: 0;
}
div#right-pane ul li ul.ec3_events {
	margin-left: 0px;
	padding-left: 0px;
}

ul.ec3_events li a {
	margin-left: 0px;
	padding-left: 0px;
}

/* Staff Page Styles */

.elders {
	margin-right: 10px;
	border-right: 1px dotted silver;
	padding-right: 10px;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* Styles for sermon browser */
.sermon-browser h2 {
	clear: both;
}

div.sermon-browser table.sermons {
	width: 100%;
	clear:both;
}

div.sermon-browser table.sermons td.sermon-title {
	font-weight:bold;
	font-size: 140%;
	padding-top: 2em;
}

div.sermon-browser table.sermons td.sermon-passage {
	font-weight:bold;
	font-size: 110%;
}


div.sermon-browser table.sermons td.preacher {
	border-bottom: 1px solid #444444;
}

div.sermon-browser table.sermons td.files img {
	border: none;
	margin-right: 24px;
}

table.sermonbrowser td.fieldname {
	font-weight:bold;
	padding-right: 10px;
	vertical-align:bottom;
}

table.sermonbrowser td.field input, table.sermonbrowser td.field select{
	width: 170px;
}

table.sermonbrowser td.field  #date, table.sermonbrowser td.field #enddate {
	width: 150px;
}

table.sermonbrowser td {
	white-space: nowrap;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.sermonbrowser td.rightcolumn {
	padding-left: 10px;
}

div.sermon-browser div.floatright {
	float: right
}

div.sermon-browser div.floatleft {
	float: left
}

img.sermon-icon , img.site-icon {
	border: none;
}

table td.podcastall{
	float:left;
	border: 2px solid #FC9328;
	background: #fff0c8 url(icons/podcast_background.png) repeat-x;
	padding: 0.3em;
	font-size: 0.85em;


}

table td.podcastall img.podcasticon, table td.podcastcustom img.podcasticon {
	float:left;
	margin-right: 1em;
	border: none;
}

table td.podcastall p.podcasttitle a{
	color: #FC9328;
	font-weight: bold;
	font-size:125%;
}

table td.podcastall p, table td.podcastcustom p {
	margin: 0 !important;
	padding: 0 !important;
}

table td.podcastcustom {
	float:right;
	border: 2px solid #b83ee5;
	background: #fce4ff url(icons/podcast_custom_background.png) repeat-x;
	padding: 0.3em;
	font-size: 0.85em;
}

table td.podcastcustom p.podcasttitle  a{
	color: #b83ee5;
	font-weight: bold;
	font-size:125%;
}

td.podcasticon {
	vertical-align: top;
}

div.sermon-browser-results span.preacher {
	font-size: 120%;
}

div.sermon-browser-results span.scripture {
	font-size: 80%;
}

div.sermon-browser-results img.preacher {
	float:right;
	margin-left: 1em;
}

div.sermon-browser-results div.preacher-description {
	margin-top: 0.5em;
}

div.sermon-browser-results div.preacher-description span.about {
	font-weight: bold;
	font-size: 120%;
}

span.chapter-num {
	font-weight: bold;
	font-size: 150%;
}

span.verse-num {
	vertical-align:super;
	line-height: 1em;
	font-size: 65%;
}

div.esv span.small-caps {
	font-variant: small-caps;
}

div.sermon-browser #poweredbysermonbrowser {
	text-align:center;
}
div.sermon-browser-results #poweredbysermonbrowser {
	text-align:right;
}

table.nearby-sermons {
	width: 100%;
	clear:both;
}

table.nearby-sermons td, table.nearby-sermons th {
	text-align: center;
}

table.nearby-sermons .earlier {
	padding-right: 1em;
	text-align: left;
}

table.nearby-sermons .later {
	padding-left: 1em;
	text-align:right;
}

table.nearby-sermons td {
	width: 33%;
	vertical-align: top;
}

ul.sermon-widget {
	list-style-type:none;
	margin:0;
	padding: 0;
}

ul.sermon-widget li {
	list-style-type:none;
	margin:0;
	padding: 0.25em 0;
}

ul.sermon-widget li span.sermon-title {
	font-weight:bold;
}

p.audioplayer_container {
	display:inline !important;
}

div.sb_edit_link {
	display:inline;
}
h2 div.sb_edit_link {
	font-size: 80%;
}