
/*
 * Theme Name: Grace Outreach Custom Theme
 * Theme URI: http://gofamilychurch.com/
 * Description: Custom Wordpress Theme built by Glide Design for Grace Outreach Family Church
 * Version: 1.0
 * Author: Chris Canada for Glide Design
 * Author URI: http://www.glidedesign.com/
 */


/* ********************** GLOBAL - Reset *********************** */

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
del,
dd,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
	margin: 0;
	border: none;
	padding: 0;
	text-decoration: none;
}

/* *************** GLOBAL - Rules and Typography *************** */

body {
	font: 14px/20px "Arial", sans-serif;
	color: #584f42;
	background: #BCBBA6 url(images/body-bg.png) no-repeat center top;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.red {
	color: #ff0000 !important;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */





/* ************************* HEADER ************************** */

#header {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 165px;
	background: url(images/header-bg.png) left top no-repeat;
}

/* ********************** HEADER - Logo ********************** */

#logo {
	position: absolute;
	left: 17px;
	top: 0;
	padding: 35px 0 20px;
	width: 420px;
	height: 65px;
}

#logo a {
	display: block;
	width: 420px;
	height: 65px;
	outline: none;
	text-indent: -99999px;
	background: url(images/logo.png) left top no-repeat;
}

/* ******************* HEADER - Service Time ***************** */

#header-sunday {
	position: absolute;
	right: 15px;
	top: 30px;
	padding-bottom: 20px;
	text-align: right;
	text-transform: uppercase;
	font-size: 21px;
	color: #618fb6;
}

#header-sunday span {
	display: block;
	font: bold 24px/26px "Arial Black", "Arial", sans-serif;
	color: #c9892b;
}

/* ******************** HEADER - Navigation ****************** */

#main-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 900px;
	height: 45px;
	list-style-type: none;
	background: #00FFFF url(images/main-nav-bg.gif) repeat-x left top;
}

#main-nav li {
	display: inline;
	position: relative;
	float: left;
	padding-left: 2px;
	background: url(images/main-nav-divider.gif) left top no-repeat;
}

#main-nav .menu_item_58 {
	padding-left: 1px;
	background: url(images/main-nav-left.gif) left top no-repeat;
}

#main-nav a {
	display: block;
	float: left;
	padding: 0 20px;
	outline: none;
	text-decoration: none;
	text-transform: capitalize;
	font: normal 20px/45px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#main-nav .current_page a,
 #main-nav .current_parent a {
	background: url(images/main-nav-hover.gif) left top repeat-x;
}

#main-nav a:hover {
	color: #c9892b;
}

#main-nav .current_page a:hover,
 #main-nav .current_parent a:hover {
	color: #ffffff;
}

#main-nav ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 10;
}

#main-nav li:hover ul {
	visibility: visible;
}

#main-nav .menu_item_2 ul {
	width: 125px;
}

#main-nav .menu_item_8 ul {
	width: 150px;
}

#main-nav .menu_item_10 ul {
	width: 175px;
}

#main-nav .menu_item_15 ul {
	width: 150px;
}

#main-nav .menu_item_17 ul {
	width: 150px;
}

#main-nav .menu_item_41 ul {
	width: 150px;
}

#main-nav .menu_item_148 ul {
	width: 175px;
}

#main-nav ul li {
	background: none;
}

#main-nav ul a,
#main-nav .current_page ul a,
#main-nav .current_parent ul a {
	display: block;
	border-bottom: 1px solid #67625e;
	padding: 5px 10px;
	text-transform: none;
	font: normal 14px/18px "Arial", sans-serif;
	background: #2f2923;
}

#main-nav .menu_item_2 ul a {
	width: 125px;
}

#main-nav .menu_item_8 ul a {
	width: 150px;
}

#main-nav .menu_item_10 ul a {
	width: 175px;
}

#main-nav .menu_item_15 ul a {
	width: 150px;
}

#main-nav .menu_item_17 ul a {
	width: 150px;
}

#main-nav .menu_item_41 ul a {
	width: 150px;
}

#main-nav .menu_item_148 ul a {
	width: 175px;
}

#main-nav ul a:hover {
	color: #ffffff;
	background-color: #c9892b;
}

#main-nav ul ul {
	display: none;
}

/* ************************* CONTENT ************************* */

#content {
	position: relative;
	margin: 0 auto;
	border: 15px solid #ffffff;
	width: 870px;
	background-color: #e8e7e6;
}

/* ********************** CONTENT - Main ********************* */

#main {
	padding: 0 30px 90px 0px;
	width: 510px;
	min-height: 300px;
	background-color: #ffffff;
}

#main h3 {
	line-height: 36px;
	font-size: 18px;
	color: #c9892b;
}

#main p {
	margin-bottom: 15px;
	padding-left: 0px;
}

#main ol,
#main ul {
	margin: 0 0 15px 45px;
}

#main a {
	text-decoration: underline;
	color: #618fb6;
}

#main a:hover {
	color: #993333;
}

#main .lead-image {
	padding-bottom: 5px;
}

#main .post {
}

#main .staff-photo {
	padding-right: 15px !important;
	padding-bottom: 15px !important;
	display: inline;
}

#main #framecontainer {
	background: #00FF00;
	position: relative;
	height: 900px;
	width: 375px;
	overflow: hidden;
}

#main #framecontainer #myiframe {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#main #mappress0 {
	margin-bottom: 15px;
	border: 1px solid #736C61;
}


.mapp-poweredby {
	display: none;
}

.ddsg-wrapper h2,
.ddsg-wrapper p {
	display: none;
}

.ddsg-wrapper ul {
	list-style-type: none;
}

.ddsg-wrapper li {
	font-weight: bold
}

.ddsg-wrapper ul ul li {
	font-weight: normal;
}

/* *************** CONTENT - Main - Breadcrumb *************** */

#breadcrumb {
	border-bottom: 1px solid #d5d3d0;
	padding-bottom: 15px;
	width: 510px;
	line-height: 16px;
	color: #000000;
}

/* **************** CONTENT - Main - Masthead **************** */

#masthead {
	margin-bottom: 20px;
}

#masthead h2 {
	line-height: 60px;
	font-size: 36px;
	color: #496f8f;
}

#masthead-images img {
	float: left;
}

/* ************* CONTENT - Main - Calendar Page ************** */

#main.calendar-page {
	padding-right: 0px;
	width: 870px;
}

#main.calendar-page p {
	text-align: center;
	padding-top: 15px;
}

#breadcrumb.calendar-page {
	width: 870px;
}

#masthead.calendar-page h2 {
	text-align: center;
}

/* ****************** CONTENT - Main - Blog ****************** */

#main .post {
	margin-bottom: 20px;
	border-bottom: 1px dashed #C2C1AC;
	padding-bottom: 15px;
}

#main .archive-post-title a {
	text-decoration: none;
}

#main .archive-post-meta {
	margin-bottom: 5px;
}

#main .archive-post-meta span {
	font-weight: bold;
}

/* ********************* CONTENT - Sidebar ******************* */

#sidebar {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 15px;
	width: 330px;
}

#sidebar h2,
.widgettitle {
	padding: 0 15px 15px;
	text-transform: uppercase;
	font: bold 18px/20px "Arial Black", "Arial", sans-serif;
	color: #618fb6;
}

.widget-list {
	list-style-type: none;
}

#sidebar .panel {
	border-bottom: 5px solid #ffffff;
	width: 330px;
	height: 90px;
}

#sidebar .panel a {
	display: block;
	width: 330px;
	height: 90px;
	color: #ffffff;
	background-color: #4d7391;
}

#sidebar .panel a:hover {
	background-color: #c9892b;
}

#sidebar .titlepadding {
	margin-top: 15px;
}

.sidebar-panel-text {
	float: left;
	padding: 10px;
	width: 145px;
}

.sidebar-panel-text h3 {
	margin-bottom: 5px;
	text-transform: uppercase;
	font: bold 24px/24px "Arial Black", "Arial", sans-serif;
}

#sidebar .panel img {
	float: left;
	width: 165px;
	height: 90px;
}

/* *************** CONTENT - Sidebar - Navigation ************ */

.sidebar-nav {
	border-bottom: 5px solid #ffffff;
	padding: 0 10px 15px;
	list-style-type: none;
}

.sidebar-nav a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 5px 10px 5px 16px;
	width: 279px;
	line-height: 18px;
	font-weight: bold;
	color: #584f42;
	background: url(images/sidebar-nav-marker.png) 6px 11px no-repeat;
}

.sidebar-nav .current_page_item a,
 .sidebar-nav .current-cat a {
	background-color: #bebab5;
}

.sidebar-nav a:hover {
	color: #618fb6;
}

.sidebar-nav .current_page_item a:hover,
 .sidebar-nav .current-cat a:hover {
	color: #584f42;
}

/* ******************* CONTENT - Home Page ******************* */

#main.home {
	padding: 0 15px 0 0;
	width: 525px;
}

#masthead {
	margin-bottom: 15px;
}

#main-middle {
	margin-bottom: 15px;
	line-height: 24px;
	font-size: 18px;
	background-color: #e4e5c9;
	padding: 15px 15px 25px;
}

#main-middle-title {
	margin-bottom: 20px;
	border-bottom: 1px solid #c1bfa7;
	padding-bottom: 10px;
	text-transform: uppercase;
	font: bold 24px/24px "Arial Black", "Arial", sans-serif;
	color: #496f8f;
}

#main-middle #main-middle-link {
	display: block;
	padding-left: 15px;
	text-decoration: none;
	line-height: 30px;
	font-weight: bold;
	background: url(images/main-middle-arrow.png) 1px 12px no-repeat;
}

#main-bottom {
	border: 5px solid #c1c0ab;
	padding: 10px 5px 5px 10px;
}

#main-bottom #main-bottom-title {
	float: left;
	padding: 0 120px 10px 0;
	text-transform: uppercase;
	font: bold 18px/24px "Arial Black", "Arial", sans-serif;
	color: #618fb6;
}

#main-bottom #main-bottom-link {
	display: block;
	float: left;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
	background: url(images/main-bottom-arrow.png) 0 7px no-repeat;
}

#main-bottom .widgettitle {
	padding: 0;
}

#main.home .widget-list {
	margin: 0;
}

#sidebar.home {
	padding-top: 0;
}

#sidebar .panel.home-last {
	border-bottom: 15px solid #ffffff;
}

#sidebar.home .sidebar-nav {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 15px;
}

#sidebar.home .sidebar-nav a {
	text-decoration: underline;
	background: url(none);
	display: inline;
	margin: 0px;
	padding: 0px;
	border-style: none;
	font-weight: normal;
}

#sidebar .service-time {
	padding-left: 5px;
}

#sidebar.home #calendar_wrap {
}

#events-calendar-list {
	padding-bottom: 15px !important;
	margin-bottom: 15px;
}

/* ************************* FOOTER ************************** */

#footer {
	margin: 0 auto;
	padding-bottom: 60px;
	width: 900px;
	height: 270px;
	line-height: 18px;
	font-size: 12px;
	color: #ffffff;
	background-color: #2f2923;
}

#footer h4 {
	padding-bottom: 5px;
	text-transform: uppercase;
	font: bold 14px/18px "Arial Black", "Arial", sans-serif;
	color: #c9892b;
}

#footer .panel {
	float: left;
	padding: 30px 0 0 30px;
	width: 145px;
}

#footer .panel.right {
	padding-right: 30px;
	width: 315px;
}

#footer .panel p {
	padding-bottom: 15px;
}

#footer .panel span {
	display: block;
	text-transform: uppercase;
	color: #c9892b;
}

#footer .panel.right a {
	text-decoration: underline;
	color: #c9892b;
}

#footer #legal a {
	text-decoration: none;
	color: #ffffff;
}

#footer #legal a:hover {
	text-decoration: underline;
}

/* ******************* FOOTER - Navigation ******************* */

#footer .panel ul {
	list-style-type: none;
}

#footer .panel li a {
	display: block;
	padding-left: 15px;
	color: #ffffff;
	background: url(images/footer-nav-marker.png) 6px 5px no-repeat;
}

#footer .panel li a:hover {
	text-decoration: underline;
}

.ngg-album {
	margin: 0px !important;
	padding: 0px !important;
	border-style: none !important;
}

.ngg-gallery-thumbnail {
	margin: 0px 15px 15px 0px !important;
	padding: 0px !important;
}

.ngg-gallery-thumbnail img {
	margin: 0px !important;
}

#poweredbysermonbrowser {
	display: none;
}

div.sermon-browser table.sermons td.preacher {
	padding-bottom: 30px !important;
	border-bottom-style: dashed !important;
	border-bottom-color: #BBBAA5 !important;
}

div.sermon-browser table.sermons td.sermon-passage {
	display: none;
}

div.sermon-browser table.sermons td.sermon-title {
	margin: 0px;
	padding: 0px 0px 10px;
}

div.sermon-browser table.sermons td.sermon-title {
	padding-top: 30px !important;
}

div.sermon-browser .inline_controls {
}

