/*
Theme Name: GracePolaris
Theme URI: http://gracepolaris.org/
Description: GracePolaris theme for GracePolaris.org
Version: 0.6
Author: TJ Tyrrell
Author URI: http://tjtyrrell.com/
Tags:

	TJ Tyrrell - GracePolaris.org
	 http://tjtyrrell.com

	This theme was designed and built by TJ Tyrrell,
	whose blog you will find at http://tjtyrrell.com/

	The CSS, XHTML and design not to be dublicated under any circumstances.

*/

/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     FontSite Inc.
 * @vendorurl:  http://www.fontsite.com
 * @licenseurl: http://www.fontsquirrel.com/license/CartoGothic-Std
 *
 *
 */

@font-face {
	font-family: 'CartoGothicStdBook';
	src: url('fonts/CartoGothicStd-Book.eot');
	src: local('CartoGothic Std Book'), local('CartoGothicStd-Book'), url('fonts/CartoGothicStd-Book.ttf') format('truetype');
}

@font-face {
	font-family: 'CartoGothicStdItalic';
	src: url('fonts/CartoGothicStd-Italic.eot');
	src: local('CartoGothic Std Italic'), local('CartoGothicStd-Italic'), url('fonts/CartoGothicStd-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'CartoGothicStdBold';
	src: url('fonts/CartoGothicStd-Bold.eot');
	src: local('CartoGothic Std Bold'), local('CartoGothicStd-Bold'), url('fonts/CartoGothicStd-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'CartoGothicStdBoldItalic';
	src: url('fonts/CartoGothicStd-BoldItalic.eot');
	src: local('CartoGothic Std Bold Italic'), local('CartoGothicStd-BoldItalic'), url('fonts/CartoGothicStd-BoldItalic.ttf') format('truetype');
}

a {
	outline: none;
}

img {
	border: 0;
}

h1, h2, h3 {
	margin: 0;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

img.frontpage_logo {
	height: 30px;
	width: 145px;
}

img.singlepage_logo {
	height: 41px;
	width: 201px;
}

body {
	/*font-family: "CartoGothicStdBook", Arial, sans-serif;*/
	font-family: Arial, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	background-color: #1c1c1c;
	color: #FFFFFF;
	margin: 0;
}

#container {
	width: 100%;
	background-color: #000000;

}









/*
*
*	Header Styles
*
**/

#header_wrapper {
	position: relative;
	width: 100%;
	background-color: #000000;
}

#header {
	position: relative;
	height: 30px;
	width: 780px;
	font-size: 1.3em;
	margin: 0 auto;
	background: transparent url('images/horiz-border.jpg') repeat-x bottom;
}

#singlepage_header_wrapper {
	position: relative;
	width: 100%;
	background: transparent url('images/singlepage_header.jpg') repeat-x top;
}

#single_header {
	position: relative;
	height: 38px;
	width: 840px;
	font-size: 1.3em;
	margin: 0 auto;
}

#header_content {
	position: relative;
	height: 261px;
	width: 780px;
	margin: 0 auto;
}

#header_left {
	position: relative;
	float: left;
}

#single_header div.singlepage_logo_background {
	position: absolute;
	float: left;
	background: transparent url('images/singlepage_logo_background.png') no-repeat;
	height: 46px;
	padding: 0 20px 8px 40px;
	z-index: 5;
}

#header_right {
	position: relative;
	float: right;
	width: 575px;
	margin: 4px 0 0 0;
}

/*#gb_logo {
	position: relative;
	float: left;
}*/

#gb_lifestages {
	position: relative;
	/*line-height: 28px;*/
	width: 430px;
	height: 26px;
	float: left;
}

#gb_lifestages ul {
	list-style: none;
	margin: 0;
	padding: 3px 0 0 10px;
}

#gb_lifestages ul li {
	display: inline;
	height: 23px;
	/*padding: 0px 7px 4px 3px;*/
	padding: 0px 7px 4px 3px;
	background: transparent url('images/vert-border.jpg') no-repeat right;
}

#gb_lifestages ul li.ls_kids {
	padding: 0px 7px 4px 0;
}

#gb_lifestages ul li.ls_seniors {
	background: none;
}

#gb_lifestages ul li a:link, #gb_lifestages ul li a:active, #gb_lifestages ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#gb_lifestages ul li a:hover {
	text-decoration: underline;
}

#gb_search {
	position: relative;
	padding: 3px 0 0 0px;
	display: inline;
	width: 145px;
	height: 27px;
	float: left;
}

#gb_search form {
	position: relative;
	height: 27px;
	display: inline;
}

#search_border {
	position: relative;
	width: 111px;
	height: 15px;
	float: left;
	background: transparent url('images/search_background.jpg') repeat-x;
	vertical-align: top;
	padding: 1px 2px;

}

#gb_search input.search_box {
	position: relative;
	width: 111px;
	height: 15px;
	padding: 0;
	margin: 0px;
	font-size: .8em;
	vertical-align: top;
	border: 0;
}

#gb_search input.search_button {
	position: relative;
	width: 23px;
	height: 17px;
	background: transparent url('images/search_button.png') no-repeat;
	margin: 0px 0 0 4px;
	border: 0;
	vertical-align: top;
}







/*
*
*	Events Styles
*
**/

#event {
	position: relative;
}

#event_image {
	position: relative;
	overflow: hidden;
	height: 180px;
	width: 780px;
	margin: 10px 0;
}

#event_image img {
	cursor: pointer;
}

#event p {
	position: absolute;
	width: 780px;
	height: 180px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
}

#event p.show {
	display: block;
}

#event p.hidden {
}

#event_thumbs {
	position: relative;
	width: 780px;
	height: 55px;
	padding: 3px 0;
	background: transparent url('images/event_thumb_background.png') no-repeat;
}

#event_thumbs ul {
	list-style: none;
	margin: 0 0 0 22px;
	padding: 0;
}

#event_thumbs ul li {
	display: inline;
	margin: 0 4px 0 0;
	padding: 0;
}

#event_thumbs ul li img {
	cursor: pointer;
}

#event_thumbs ul li.last {
	margin: 0 0 0 0;
}



/*
*
*	Times and Location Styles
*
**/

#times_wrapper {
	position: relative;
	width: 100%;
	/*height: 300px;*/
	height: 49px;
	background: #400e0e;
	overflow: hidden;
	color: #b48787;
}

#times_wrapper a:link, #times_wrapper a:visited, #times_wrapper a:active {
	color: #ffffff;
	text-decoration: none;
}

#times_wrapper a:hover {
	color: #230404;
	text-decoration: none;
}

#times {
	position: relative;
	width: 780px;
	margin: 0 auto;
}

#times_left {
	position: relative;
	width: 209px;
	height: 300px;
	background-color: #360c0c;
	padding: 0 0 0 21px;
	float: left;
}

#times_left p {
	padding: 0;
	margin: 0;
}

#times_button {
	position: relative;
	width: 209px;
	padding: 10px 0 0 0;
	height: 39px;
	cursor: pointer;
}

#times_button h2 {
	padding: 0;
	margin: 0;
	float: left;
	font-size: 1.9em;
}

#times_button img {
	padding: 2px 0 0 7px;
}

#tal_address {
	color: #ffffff;
	margin: 8px 0 0 0;
}

#times_info {
	font-size: 1.2em;
}

#tal_times {
	color: #ffffff;
}

#tal_times h3 {
	color: #b48787;
	margin: 12px 0 0 0;
}

#tal_links {
	color: #b48787;
	margin: 15px 0 0 0;
}

#sundays_right {
	position: relative;
	width: 550px;
	float: left;
	padding: 49px 0 0 0;
}

#sundays_links {
	position: relative;
	width: 167px;
	float: left;
	text-align: right;
	padding: 0 18px 0 0;
}

#sundays_links h3 {
	margin: 0;
	padding: 0;
	font-size: 1.8em;
}

#sundays_links ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}

#sundays_links ul li {
	font-size: 1.4em;
	font-weight: bold;
	margin: 5px 0;
}

#sundays_links ul li a.selected {
	color: #B48787;	
}

#sundays_links span.after_link {
	color: #FFFFFF;
	display: none;
}




#sundays_info {
	position: relative;
	width: 331px;
	font-size: 1.4em;
	float: left;
	padding: 27px 20px 0 14px;
}

#sundays_info p {
	padding: 0;
	margin: 0;
}




/*
*
*	Main Styles
*
**/

#main_wrapper {
	position: relative;
	min-height: 500px;
	height: 500px;
	background: #dad0c0 url('images/content_background.jpg') repeat-x 50% 0%;
}

#main_wrapper_two {
	position: relative;
	height: 500px;
	width: 100%;
	background: transparent url('images/main_background.jpg') no-repeat 50% 0%;
}

#main {
	position: relative;
	width: 780px;
	height: 500px;
	margin: 0 auto;
}

#main_links {
	position: relative;
	width: 230px;
	height: 460px;
	padding: 40px 0 0 0;
	float: left;
}

#main_links_pages {
	position: relative;
	width: 230px;
	padding: 40px 0 40px 0;
	float: left;
}



#main_content_wrapper {
	position: relative;
	width: 550px;
	height: 500px;
	background: transparent url('images/sub_content_background.png') no-repeat 0 24px;
	float: left;
}

#main div.facebook_content_wrapper {
	background: transparent url('images/sub_content_background_fb.png') no-repeat 0 24px;
}

#main_content {
	position: relative;
	margin: 40px 0px 0px 40px;
	height: 440px;
}


/*
*
*	Left Menu Styles
*
**/

#main_links ul {
	list-style: none;
	padding: 0 0 0 21px;
	margin: 0;
}

#main_links ul li {
	background: none;
	padding: 0 0 18px 0;
}

#main_links ul li a:link, #main_links ul li a:active, #main_links ul li a:visited {
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	color: #513d33;
}

#main_links ul li a:hover {
	color: #400e0e;
}

#main_links ul li.selected {
	background: transparent url('images/main_link_arrow.png') no-repeat 160px 6px;
}

#main_links ul li.selected a:link, #main_links ul li.selected a:active, #main_links ul li.selected a:visited {
	color: #400e0e;
}


/*
*
*	Events Styles
*
**/

div.event_wrapper {
	position: relative;
	padding: 0;
	width: 510px;
	height: 84px;
	/*top: -100px;*/
	background: transparent url('images/event_separator.png') no-repeat;
}

div.event {
	position: relative;
	float: left;
	padding: 0;
	width: 440px;
	height: 84px;
}

div.event_header {
	position: relative;
	width: 440px;
	height: 18px;
}

#events_content {
	height: 420px;
	overflow: hidden;
}

div.event h2 {
	position: relative;
	float: left;
	padding: 0 0px 0 0;
	margin: 0;
	width: 390px;
	font-size: 1.4em;
}

div.event p {
	color: #513d33;
	font-size: 1.2em;
}

div.event p a:link, div.event p a:active, div.event p a:visited {
	color: #360c0c;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

div.event h2 a:link, div.event h2 a:active, div.event h2 a:visited {
	text-decoration: none;
	color: #513d33;
	font-size: 1.2em;
}

div.event a.register:link, div.event a.register:active, div.event a.register:visited {
	position: relative;
	float: left;
	text-decoration: none;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #360c0c;
	margin: 0 0 10px 0;
	padding: 0 0 0px 0;
}

div.event_date {
	position: relative;
	float: left;
	background: transparent url('images/event_date_background.png') no-repeat;
	width: 70px;
	height: 84px;
}

div.event_month {
	position: relative;
	width: 30px;
	padding: 10px 0 0 40px;
	font-size: 1.1em;
	color: #e1d7ca;
	letter-spacing: .2em;
}

div.event_day {
	position: relative;
	width: 30px;
	margin: 5px 0 0 35px;
	padding: 0 0 0 0px;
	font-size: 2.6em;
	font-weight: bold;
	color: #513d33;
}

#events_footer {
	position: relative;
	height: 30px;
}

#events_calendar {
	position: relative;
	float: left;
	width: 350px;
	padding: 0 0 0 0px;
}

#more_events {
	position: relative;
	float: left;
	width: 90px;
}

#events_footer a:link, #events_footer a:active, #events_footer a:visited {
	position: relative;
	text-decoration: none;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #360c0c;
}

#more_events a:link, #more_events a:active, #more_events a:visited {
	float: right;
}

/*
*
*	Sermon Styles
*
**/

div.sermon {
	position: relative;
	padding: 0 0 15px 0;
	background: transparent url('images/event_separator.png') no-repeat;
}

#teaching h2 {
	color: #513d33;
	font-size: 1.6em;	
}

#teaching p {
	color: #513d33;
	font-size: 1.2em;
	margin: 5px 0;
}

#teaching a:link, #teaching a:active, #teaching a:visited {
	position: relative;
	text-decoration: none;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #513d33;
}

#teaching a:hover {
	color: #360c0c;
}



/*
*
*	Facebook Styles
*
**/

div.facebook_update {
	font-size: 1.2em;
	color: #513d33;
	width: 440px;
	padding: 0 0 15px 0;
	background: transparent url('images/event_separator.png') no-repeat bottom;
}

div.facebook_update p {
	margin: 5px 0;
}

div.facebook_update h2 {
	font-size: 1.2em;
	color: #513d33;
}


div.facebook_update a:link, div.facebook_update a:active, div.facebook_update a:visited {
	position: relative;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #360c0c;
}

div.facebook_update a:hover {
	color: #FFFFFF;
}


#facebook {
	position: relative;
	float: left;
}

#facebook a:link, #facebook a:active, #facebook a:visited {
	position: relative;
	text-decoration: none;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #360c0c;
}

/*
*
*	Pages Styles
*
**/

#page_wrapper {
	position: relative;
	background: #cebfac url('images/content_background.jpg') repeat-x 50% 0%;
	width: 100%;
	padding: 0 0 0px 0;
	overflow: auto;
}

#page_wrapper_two {
	position: relative;
	width: 100%;
	background: transparent url('images/main_background.jpg') no-repeat 50% 0%;
	overflow: auto;
}

#page {
	position: relative;
	width: 780px;
	margin: 0 auto;
}

#page_content_wrapper {
	position: relative;
	width: 550px;
	float: left;
}

#page_content {
	position: relative;
	margin: 40px 0px 0px 40px;
	padding: 0 0 40px 0;
}

#page_content h2 {
	font-size: 2.4em;
	color: #513d33;
	width: 480px;
	padding: 0px 0 20px 0;
}

#page_content div.entry {
	font-size: 1.2em;
	color: #513d33;
	width: 480px;
}

#page_content div.entry h2 {
	font-size: 2em;
	color: #513d33;
	padding: 20px 0 0px 0;
}


div.entry a:link, div.entry a:active, div.entry a:visited {
	color: #360c0c;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

div.entry a:hover {
	color: #FFFFFF;
}



/*
*
*	Left Menu Styles - Pages
*
**/

#main_links_pages ul {
	list-style: none;
	padding: 0 0 0 21px;
	margin: 0;
}

#main_links_pages ul li {
	background: none;
	padding: 3px 0 5px 20px;
	font-size: 1.6em;
	background: transparent url('images/pages_link_background.png') no-repeat 20px bottom;
}

#main_links_pages ul li.header {
	padding: 0 0 10px 0;
	font-size: 2em;
	color: #5f4b40;
	font-weight: bold;
	background: none;
}

#main_links_pages ul li.link_header {
	padding: 6px 0 0 10px;
	font-size: 1.7em;
	font-weight: bold;
	color: #5f4b40;
	background: none;
}

#main_links_pages ul li a:link, #main_links_pages ul li a:active, #main_links_pages ul li a:visited {
	text-decoration: none;
	color: #5f4b40;
}

#main_links_pages ul li a:hover {
	color: #400e0e;
}

#main_links_pages ul li.link_header a:hover {
	color: #5f4b40;
	cursor: default;
}





/*
*
*	Search Page Styles
*
**/

#keyword_fail {
	font-size: .8em;
	margin: 0 0 15px 0;
}

#search_page_wrapper {
	position: relative;
	background: #cebfac url('images/content_background.jpg') repeat-x 50% 0%;
}

#search_page {
	position: relative;
	width: 780px;
	margin: 0 auto;
	padding: 40px 0;
	color: #513D33;
	font-size: 1.5em;
	overflow: auto;
}

#search_page h2 {
	font-size: 1.8em;
}

#search_page p {
	margin: 5px 0;
}

#search_page a:link, #search_page a:active, #search_page a:visited {
	text-decoration: none;
	color: #400e0e;
}

#search_page a:hover {
	color: #5f4b40;
}

#search_page div.post {
	padding: 15px 0;
	background: transparent url('images/event_separator.png') no-repeat bottom;
}

#search_page div.page {
	padding: 15px 0;
	background: transparent url('images/event_separator.png') no-repeat bottom;
}

em.search-match {
	background: #ffcc00;
}


#search_page_search {
	position: relative;
	padding: 3px 0 0 0px;
	display: inline;
	height: 27px;
	float: left;
}

#search_page_search form {
	position: relative;
	height: 27px;
	display: inline;
}

#search_page_search div#search_border {
	position: relative;
	width: 200px;
	height: 15px;
	float: left;
	background: none;
	vertical-align: top;
	padding: 1px 2px;

}

#search_page_search input.search_box {
	position: relative;
	width: 200px;
	height: 15px;
	line-height: 1px;
	padding: 0;
	margin: 0px;
	font-size: .8em;
	vertical-align: top;
	border: 0;
}

#search_page_search input.search_button {
	position: relative;
	width: 23px;
	height: 17px;
	background: transparent url('images/search_button.png') no-repeat;
	margin: 0px 0 0 4px;
	border: 0;
	vertical-align: top;
}



/*
*
*	Single Event Styles
*
**/

#single_event_wrapper {
	position: relative;
	background: #cebfac url('images/content_background.jpg') repeat-x 50% 0%;
}

#single_event {
	position: relative;
	width: 780px;
	margin: 0 auto;
	padding: 40px 0;
	color: #513D33;
	font-size: 1.5em;
}

#single_event h2 {
	font-size: 1.8em;
}

#single_event a:link, #single_event a:active, #single_event a:visited {
	text-decoration: none;
	color: #400e0e;
}

#single_event a:hover {
	color: #5f4b40;
}





/*
*
*	Grid Events Styles
*
**/

#grid_events_wrapper {
	position: relative;
	background: #cebfac url('images/content_background.jpg') repeat-x 50% 0%;
}

#grid_events {
	position: relative;
	width: 780px;
	margin: 0 auto;
	padding: 40px 0;
	color: #513D33;
	font-size: 1.5em;
}

#grid_events a:link, #grid_events a:active, #grid_events a:visited {
	text-decoration: none;
	color: #400e0e;
}

#grid_events a:hover {
	color: #5f4b40;
}

#grid_events table tr td.tec-thismonth {
	background: #FFFFFF;
}

#grid_events table tr td.tec-thismonth div.daynum {
	background: #400e0e;
	color: #FFFFFF;
	font-family: Arial;
}

#grid_events .tec-calendar td {
	border: 1px solid #332620;
}

#grid_events .tec-calendar th {
	/*background: #513D33;*/
	background: #332620;
	border: 1px solid #332620;
}

#grid_events .tec-tooltip .tec-event-title {
	background: #400E0E;
}


/*
*
*	List Events Styles
*
**/

#list_events_wrapper {
	position: relative;
	background: #cebfac url('images/content_background.jpg') repeat-x 50% 0%;
}

#list_events {
	position: relative;
	width: 780px;
	margin: 0 auto;
	padding: 40px 0;
	color: #513D33;
	font-size: 1.5em;
}

#list_events a:link, #list_events a:active, #list_events a:visited {
	text-decoration: none;
	color: #400e0e;
}

#list_events a:hover {
	color: #5f4b40;
}

#list_events h4.event-day {
	margin: 25px 0 5px 0;
	background: transparent url('images/event_separator.png') no-repeat bottom;
}

#list_events h2.entry-title {
	margin: 15px 0 0 0;
}

#list_events div#nav-below {
	margin: 25px 0 0 0;
	font-size: .8em;
}















/*
*
*	Footer Styles
*
**/

#footer_wrapper {
	position: relative;
	width: 100%;
	background: #1c1c1c;
	overflow: auto;
}

#footer {
	position: relative;
	width: 780px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	font-size: 1.3em;
	font-weight: normal;
	overflow: auto;
}

#copyright {
	position: relative;
	width: 780px;
	margin: 0 auto 20px auto;
	font-size: .9em;
	font-family: Arial, sans-serif;
	text-align: center;
	color: #B8A890;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #B8A890;
}

#copyright a:hover {
	color: #FFFFFF;
}

#footer h4 {
	margin: 0;
	font-size: 1.4em;
	font-weight: normal;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 5px 0 25px 0;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #b8a890;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer_column_one {
	position: relative;
	width: 182px;
	float: left;
}

#footer_column_two {
	position: relative;
	width: 182px;
	float: left;
}

#footer_column_three {
	position: relative;
	width: 182px;
	float: left;
}

#footer_column_four {
	position: relative;
	width: 234px;
	float: left;
}

#footer_column_four input {
	width: 204px;
	margin: 5px 0;
}

#footer_column_four ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

#footer_column_four li.send input {
	position: relative;
	display: block;
	border: 0;
	width: 121px;
	height: 22px;
	margin: 5px 0;
	padding: 0 0 4px 0;
	background: transparent url('images/send_button.png') no-repeat;
	font-size: .8em;
	color: #303030;
	font-weight: normal;
}

#footer_column_four #contact div.wpcf7-response-output  {
	position: relative;
	width: 194px;
	margin: 0;
	padding: 5px;
}

#footer_column_four textarea {
	width: 204px;
	height: 150px;
	margin: 5px 0;
}


.idle {
	background: #d3d3d3;
	border: 1px solid #000000;
	color: #333333;
}

.active {
	background: #ebebeb;
	border: 1px solid #FFFFFF;
	color: #000000;
}







/*
*
*	Special Exception Page Styles
*
**/

div#children table {
	width: 400px;
}

div#children table tr {
	width: 400px;
}

div#children table tr td {
	width: 50%;
	vertical-align: top;
	border-bottom: 1px solid #513D33;
}


/* 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;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
