/*  
	Theme Name: New Church Theme
	Description: A well organized and stylish theme for your church
	Version: 1.0
	Author: Organized Themes
	Author URI: http://www.organizedthemes.com
	Tags:  Widgets, two column, control panel, 
*/

/* @group Reset */

/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

/* @end */

/* @group Type */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111;
font-family: Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Sans Serif"; }

h1 { font-size: 36px; line-height: 1; margin-bottom: 8px; }
h2 { font-size: 24px; margin-bottom: 12px; }
h3 { font-size: 20px; line-height: 1; margin-bottom: 12px; }
h4 { font-size: 18px; line-height: 1.25; margin-bottom: 20px; }
h5 { font-size: 16px; font-weight: bold; margin-bottom: 24px; }
h6 { font-size: 16px; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { margin: 0;}

p  			{ margin: 0 0 24px;	font-size: 16px;	padding-bottom: 5px; }
p img.left  { float: left; margin: 24px 24px 24px 0; padding: 0; }
p img.right { float: right; margin: 24px 0 24px 24px; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; }

blockquote  { margin: 24px; color: #666; font-style: italic;	background-color: #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 24px; font-style: italic; }
del         { color:#666; }

li ul, 
li ol       { margin: 0 24px; }
ul, ol      { margin: 0 24px 24px; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 24px; }
dl dt       { font-weight: bold; }
dd          { margin-left: 24px;}

/* @end */

/* @group Body */

body {
	margin: 0 auto;
	background: #b8b8b8 url(images/background-body.jpg) repeat center top;
	color: #000;
	font-family: Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Sans Serif";
}

body p {
	font: 16px Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Sans Serif";
}

body a, body a:visited {
	text-decoration: none;
	color: #ff7008;
}

body a:hover {
	text-decoration: underline;
}

body img {
	border: none;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	padding: 0;
	background: url(images/background-wrapper.jpg) center top;
}

/* @end */

/* @group Header */

#header {
	height: 130px;
	background: #1d3961 url(images/background-header.jpg) repeat-x center top;
}

#logo {
	float: left;
	margin-top: 8px;
	margin-left: 26px;
}

#tagline {
	float: right;
	margin-right: 50px;
	margin-top: 45px;
	width: 330px;
	height: auto;
}

#tagline h3 {
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
}

/* @group Navigation */

#navigation {
	height: 53px;
	background: url(images/background-navigation.jpg) no-repeat center top;
	width: 960px;
}

#navigation-left {
	padding-top: 17px;
	float: left;
}

#navigation ul {
	list-style-type: none;
	margin-left: 10px;
}

#navigation li {
	float: left;
	list-style: none;
}

#navigation a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
}

#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ff7008;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
    -moz-box-shadow: 1px 1px 2px #000;
}

li.current_page_item a {
	color: #fff;
	text-decoration: none;
	background-color: #ff7008;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
    -moz-box-shadow: 1px 1px 2px #000;
	
}

#navigation li li a, #navigation li li a:link, #navigation li li a:visited {
	}
	
#navigation li li a:hover, #navigation li li a:active {
	}

#navigation li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	border: 4px solid #352f2f;
	margin-top: 10px;
	background: #4a4a4a;
	color: #fff;
    box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
    -moz-box-shadow: 1px 1px 2px #000;
}

#navigation li li { 
	width: 180px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#navigation li ul a {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	width: auto;
}

#navigation li ul a:hover, #navigation li ul a:active {
	color: #ff7008;
	background: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
    box-shadow: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
	}

#navigation li ul ul {
	}

#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {
	left: -999em;
	}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#navigation li:hover, #navigation li.sfhover { 
	position: static;
	}

#navigation-right {
	float: right;
	height: 50px;
	margin-right: 10px;
	padding: 0;
	margin-top: 3px;
}

/* @end */

/* @group Search */
	
#searchform {
	background: url(images/search.png) no-repeat 0 top;
	width: 271px;
	float: right;
	padding: 0;
	margin: 2px 0 0;
}
	
input#s {
	width: 184px;
	color: #fff;
	font-size: 16px;
	font-family: Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Sans Serif";
	border-style: none;
	background: transparent;
	padding-left: 7px;
}

#sbutt {
	border: none;
	width: 67px;
	background: transparent;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding-top: 11px;
	padding-bottom: 10px;
}

/* @end */


/* @end */

/* @group Home */

#home {
	width: 960px;
	margin: 0 auto;
}

#home h2, #home h3 {
	color: #ff7008;
}

.more-button {
	float: right;
	color: #fff;
}

.more-button a {
	background-color: #ff7008;
	color: #fff;
	padding: 2px 8px;
}

.more-button a:hover {
	background-color: #1d3961;
	color: #fff;
	text-decoration: none;
}

#home ul {
	margin: 0;
}

#home-top-left {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

#home-top-left img {
	background-color: #fff;
	padding: 10px;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}

#home-top-right {
	float: right;
	width: 369px;
	padding-right: 15px;
	padding-top: 37px;
	margin-bottom: 15px;
}

#home-top-right a {
	color: #fff;
}

#home-top-right p {
	margin-bottom: 0;
}

#home-bottom-left {
	width: 530px;
	float: left;
	padding-top: 22px;
	padding-left: 12px;
}

#home-when-where {
	float: left;
	width: 520px;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 15px;
}

#home-when-where li {
	list-style: none;
}

#home-when-where h4 {
	margin-top: 15px;
}

.directions-button {
	margin-bottom: 10px;
	color: #fff;
}

.directions-button a {
	background-color: #ff7008;
	color: #fff;
	padding: 2px 8px;
}

.directions-button a:hover {
	color: #fff;
	background-color: #1d3961;
	text-decoration: none;
}
#home-when-where-left {
	float: left;
	width: 250px;
}

#home-when-where-left ul li {
	margin-left: 5px;
	margin-bottom: 10px;
}

#home-when-where-right img {
	margin-top: 10px;
	margin-right: 5px;
}

#home-when-where-right {
	float: right;
	width: 264px;
}

#home-when-where-right h4 {
	margin-bottom: 10px;
}

/* @group Slider */

#slider-control {
	width: 376px;
	float: right;
	margin-right: 10px;
}

#slider {
	width: 376px;
	float: right;
	position: relative;
	margin-right: 10px;
	margin-top: 12px;
	margin-bottom: 15px;
}

.scroll {
  height: 600px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
  padding: 20px;
  height: 280px;
  width: 336px; /* change to 560px if not using JS to remove rh.scroll */
}

.scrollButtons {
  position: absolute;
  top: 21px;
  cursor: pointer;
}

.scrollButtons.left {
  right: 15px;
	z-index: 1;
}

.scrollButtons.right {
  right: 0px;
	z-index: 1;
}

ul.slider-navigation li {
	float: left;
	padding-bottom: 6px;
}

ul.slider-navigation a {
	padding: 4px 10px;
}

ul.slider-navigation a.selected {
	background-color: #fff;
}

ul.slider-navigation a:hover {
	background-color: #fff;
	text-decoration: none;
}

#slider li {
	list-style: none;
	float: left;
}

#slider h3 {
	font-size: 16px;
	margin-top: 12px;
	margin-bottom: 2px;
}

#slider a {
	color: #1d3961;
}

.panel li {
	padding-bottom: 7px;
}

.panel ul li {
	padding-top: 2px;
}

/* @end */



/* @end */

/* @group Page */

#page {
	width: 960px;
	margin: 0 auto;
}

#page-left {
	float: left;
	width: 640px;
	margin-top: 15px;
	padding: 20px;
}

#page-right {
	width: 240px;
	float: right;
	margin-top: 15px;
	padding: 20px;
}

#page-right h2 {
	padding-bottom: 3px;
	border-bottom: 1px groove #000;
}

#page-right li {
	color: #d86011;
	list-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

#page-right ul {
	margin: 0 0 10px;
	list-style: none;
}

#page-right a {
	color: #d86011;
}

#page-full {
	padding: 20px;
}

/* @group Blog Style List */

.blog-list-left {
	float: left;
	width: 190px;
	margin-top: 6px;
}

.blog-list-left p, .blog-list-left h4 {
	text-align: right;
}

.blog-list-left p {
	font-size: 12px;
}

.blog-list-left h4 {
	color: #1d3961;
}

.blog-list-right {
	float: right;
	width: 400px;
	padding-left: 16px;
}

/* @end */

/* @end */

/* @group Sidebar */

.sidebar ul {
	margin: 0;
	list-style: none;
}

.sidebar li {
	padding-top: 2px;
	padding-bottom: 2px;
	list-style: none;
}

.sidebar h2 {
	padding-bottom: 3px;
	border-bottom: 1px groove #000;
}

.widget {
	margin-bottom: 15px;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 165px;
}

#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%;
	margin-bottom: 10px;
}

#wp-calendar td {
	padding: 4px 2px 4px 0;
	text-align: center;
}

.rsswidget img {
	display: none;
}

li.widget_tag_cloud {
	margin-bottom: 10px;
}

/* @end */

/* @group Footer */

#footer {
	height: 53px;
	background: url(images/background-navigation.jpg) no-repeat center top;
	width: 960px;
	margin: 0 auto;
}

#footer p {
	color: #fff;
	margin-bottom: 0;
	padding: 5px 5px 0;
}

#footer a, #footer a:visited {
	color: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
	text-align: right;
}
/* @end */


/* @group Images */


.wp-caption img {
	padding:5px;
	background-color:#fff;
	width: auto;
}

.wp-caption-text {
	background-color:#fff;
	color:#000;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	font-style: italic;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #FFF;
	padding: 10px 5px 0 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #b9bbb8;
	border-right: 1px solid #b9bbb8;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
	background: none;
}

/* @end */

/* @group Comments */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	border-right: 1px solid #a3a4a2;
	border-bottom: 1px solid #a3a4a2;

}

.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;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	border-right: 1px solid #a3a4a2;
	border-bottom: 1px solid #a3a4a2;
}
#respond:after {
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

a.comment-reply-link {
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	min-height: 100px;
	border: 1px solid #a3a4a2;
	background-color: #fff;
	border-top-color: #454545;
	border-left-color: #454545;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.comments h4 {
	color: #000;
	font-size: 30px;
	border-bottom: 2px solid #000;
	margin-top: 32px;
}									  
/* @end */											  

/* @group Other Items */


input {
	border: 2px solid #bcbcbc;
	background-color: #ececec;
}

.textwidget {
	font: 16px Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Sans Serif";
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ff7008;
	color: #ff7008;
	background-color: #FFFFFF;	
}

.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ff7008;
	color: #ff7008;
	background-color: #FFFFFF;	
}

.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ff7008;
	color: #ff7008;
	background-color: #FFFFFF;	
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/* @end */
