/*  
	Theme Name: NewChurch
	Description: A well organized and stylish theme for your church from <a href="http://www.organizedthemes.com">Organized Themes</a>
	Version: 2.3
	Author: Organized Themes
	Author URI: http://www.organizedthemes.com
	Tags:  Widgets, two column, control panel, WordPress 3.1+
*/

/* @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 { 
	color: #2c2c2c;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

p, li, span, label {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 { 
	font-size: 36px;
	margin-bottom: 12px;
}

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

/* Text Elements */

p { 
	margin: 0 0 24px;
	font-size: 14px;
	color: #000;
	line-height: 1.1;
}

p img.left  { 
	float: left; 
	margin: 24px 24px 24px 0; 
	padding: 0; 
}

p img.right { 
	float: right; 
	margin: 24px 0 24px 24px; 
}

blockquote { 
	color: #373637; 
	font-style: italic;
	border-left: 4px solid #fff;
	background-color: #e6e6e6;
	padding: 2px 3px 0 9px;
	margin-right: 24px;
	margin-top: 24px;
	margin-left: 24px;
}

blockquote p {
	padding-bottom: 4px;
	padding-top: 2px;
}

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

/* Lists */

li ul, li ol {
	margin: 0 24px;
}

ul, ol {
	margin: 0 24px 24px;
}

ul{
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li {
	color: #000;
	font-size: 14px;
}

/* @end */

/* @group Global */

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 a, body a:visited {
	text-decoration: none;
	color: #213e68;
}

body a:hover {
	text-decoration: underline;
}

body img {
	border: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	padding: 0;
	background: url(images/background-wrapper.jpg) center top;
    box-shadow: 0px 1px 4px #000;
	-webkit-box-shadow: 0px 1px 4px #000;
    -moz-box-shadow: 0px 1px 4px #000;
}

#content {
	background-color: #ccc;
}

/* @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;
	display: inline;
	width: 540px;
}

#text-logo {
	margin-top: 29px;
}

#text-logo h1 a, #text-logo h1 a:visited {
	color: #fff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 50px;
	text-shadow: #1f1f1f 2px 2px 3px;
	-moz-text-shadow: 2px 2px 3px #1f1f1f ;
}

#text-logo h1 a:hover {
	text-decoration: none;
}

#tagline {
	float: right;
	margin-right: 50px;
	margin-top: 55px;
	width: 330px;
	height: auto;
	display: inline;
}

#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 {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	height: 32px;
}

.menu, .menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.menu {
	line-height:	1.0;
}

.menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}

.menu ul li {
	width:			100%;
}

.menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.menu li {
	float:			left;
	position:		relative;
}

.menu a {
	display:		block;
	position:		relative;
}

.menu li:hover ul,
.menu li.sfHover ul {
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}

ul.menu li:hover li ul,
ul.menu li.Hover li ul {
	top:			-999em;
}

ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
}

ul.menu li li:hover li ul,
ul.menu li li.Hover li ul {
	top:			-999em;
}
ul.menu li li li:hover ul,
ul.menu li li li.Hover ul {
}

.menu {
	float:			left;
	margin-bottom:	1em;
}

.menu a, .menu a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
}

.menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-weight: bold;
}

.menu a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #213e68;
	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;
}

.current_page_item {
	color: #fff;
	text-decoration: none;
	background-color: #213e68;
	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;
}

.current_page_ancestor {
	color: #fff;
	font-weight: bold;
}

.current_page_parent {
	color: #fff;
	text-decoration: none;
	background-color: #213e68;
	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;
}

.menu li ul {
	width: 180px;
	border: 4px solid #352f2f;
	background: #4a4a4a;
	color: #fff;
    box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
    -moz-box-shadow: 1px 1px 2px #000;
	margin-top: -3px;
}

.menu li li {
	float: left;
	padding: 0px;
}

.menu li li a, .menu li li a:visited {
	color: #fff;
	width: 160px;
	float: none;
	padding: 10px;
	font-weight: bold;
}

.menu li li a:hover, .menu li li.current-page-item a {
	color: #fff;
	padding: 10px;
	font-weight: bold;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.menu li li li {
	color: #fff;
}
.menu a.sf-with-ul {
	padding-right: 	0;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sub-indicator {
	display: none;
}

#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: 175px;
	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;
	margin-top: 6px;
	margin-bottom: 0;
	margin-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: #1d3961;
}

a.button, a:visited.button {
	background-color: #1d3961;
	color: #fff;
	padding: 3px 10px;
	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;
}

a:hover.button  {
	background-color: #0c1e36;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

#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;
}

#rotator {
	width: 536px;
	height: 302px;
	overflow: visible;
	margin: 0;
	padding: 0;
}

#home-top-right {
	float: right;
	width: 369px;
	padding-right: 15px;
	padding-top: 37px;
	margin-bottom: 15px;
	list-style: none;
}

#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-welcome-area h2 {
	border: none;
}

#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;
}

#home-when-where h2 {
	border: 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 {
	width: 376px;
	float: right;
	position: relative;
	margin-right: 10px;
	margin-top: 12px;
	margin-bottom: 15px;
}

ul.tabNavigation li {
	float: left;
	padding-bottom: 6px;
}

ul.tabNavigation a {
	padding: 4px 10px;
}

ul.tabNavigation a.selected {
	background-color: #fff;
}

ul.tabNavigation a:hover {
	background-color: #fff;
	text-decoration: none;
}

.panel {
	clear: both;
	background-color: #fff;
	padding: 10px;
	height: 320px;
}

.tabs li {
	list-style: none;
}

.tabs h3 {
	font-size: 16px;
	margin-top: 12px;
	margin-bottom: 2px;
}

.tabs a {
	color: #1d3961;
}                

/* @end */



/* @end */

/* @group Page */

#page {
	width: 960px;
	margin: 0 auto;
}

#page-left {
	float: left;
	width: 720px;
	margin-top: 15px;
	padding: 10px;
}

#page-right {
	width: 200px;
	float: right;
	margin-top: 15px;
	padding: 10px;
}

#page-right h2 {
	padding-bottom: 3px;
	border-bottom: 1px groove #000;
}

#page-right li {
	color: #213e68;
	list-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

#page-right ul {
	margin: 0 0 10px;
	list-style: none;
}

#page-full {
	padding: 20px;
}

/* @group Blog Style List */

.title {
	float: left;
	width: 650px;
	margin-bottom: 10px;
}

.list-date-author {
	width: 650px;
	padding-top: 2px;
	padding-bottom: 10px;
	font-size: 14px;
	float: left;
	margin-bottom: 0;
}

.author-name {
	margin-left: 6px;
}

.comments-number {
	float: right;
	text-align: right;
	font-size: 30px;
	background-color: #1d3961;
	color: #fff;
	padding: 3px 10px;
	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;
}

.tags {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

/* @end */

/* @end */

/* @group Sidebar */

.sidebar ul {
	margin: 0;
	list-style: none;
}

.sidebar li {
	padding-top: 2px;
	padding-bottom: 2px;
	list-style: none;
}

.sidebar ul li {
	padding-bottom: 10px;
}
.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;
}

li.messages-item ul li {
	margin-left: 20px;
	margin-top: 2px;
}

.widget-listen {
	margin-left: 10px;
	padding-right: 10px;
}

ul.address li{
	padding: 0px;
}

ul.address {
	padding-bottom: 10px;
}

/* @end */

/* @group Footer */

#footer {
	height: 45px;
	background: url(images/background-navigation.jpg) no-repeat center top;
	width: 960px;
	margin: 0 auto;
	padding-top: 8px;
	padding-bottom: 0;
}

#footer p {
	color: #fff;
	margin-bottom: 0;
	padding: 2px 10px 0;
	font-size: 14px;
}

#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;
}

img.attachment-thumbnail {
    box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
    -moz-box-shadow: 1px 1px 2px #000;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* @end */

/* @group Comments */

#comments-area #comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 600px;
}

#comments-area .comment-content {
	width: 460px;
}

#comments-area #comments h2,
#comments-area #comments h3 {
	font-size: 1.2em;
}

#comments-area #comments a, #comments-area #comments a:visited {
	color: #213e68;
}

#comments-area #comments a:hover {
	text-decoration: none;
}

#comments-area #comments ol,
#comments-area #comments li,
#comments-area #comments ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#comments-area label {
	clear: left;
	display: block;
	float: left;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 8px 20px 0 0;
	text-align: right;
	width: 150px;
}

#comments-area input, #comments-area textarea {
	color: #2f2f2f;
	float: left;
	font-size: 1.0em;
	line-height: 1.4em;
	margin-bottom: 30px;
	padding: 5px;
	width: 300px;
	-webkit-border-radius: 5px;
	-moz-borderradius: 5px;
}

#comments-area textarea {
	height: 100px;
	max-height: 100px;
}

#comments-area input:focus, #comments-area textarea:focus {
	color: #000;
}

#comments-area input#submit {
	background-color: #1d3961;
	color: #fff;
	padding: 3px 10px;
	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;
}

#comments-area input#submit:hover {
	background-color: #0c1e36;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

#comments-area label.hidden {
	display: none;
}

#comments-area ol#commentlist, 
#comments-area ol#commentlist li {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#comments-area li.comment img.avatar {
	float: left;
	margin-right: 5px;
	padding: 5px;
	background: url('images/content.png') top repeat-x;
	border-bottom: 1px solid #b6b6b9;
	border-right: 1px solid #b6b6b9;
}

#comments-area .comment-content {
	background: url('images/content.png') top repeat-x;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	float: right;
	margin-bottom: 25px;
	padding: 5px 15px 15px 15px;
}

#comments-area li.comment cite {
	font-style: normal;
}

#comments-area li.comment p.meta {
	font-size: 0.7em;
	margin-bottom: 0;
	text-transform: uppercase;
}

#comments-area h3#postcomment {
	padding-top: 20px;
}

#comments-area form#commentform {
	width: auto;
}

#comments-area form#commentform input {
	clear: both;
	float: left;
	margin-right: 15px;
	width: 200px;
}

#comments-area form#commentform textarea {
	margin-bottom: 20px;
	width: 400px;
}

#comments-area form#commentform label {
	clear: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	float: left;
	width: auto;
}

#comments-area form#commentform input#submit {
	margin: 0 0 30px 0;
	padding: 0;
	width: 215px;
}

body #comments-area #comments #comments-area #trackbacks ol {
	margin-left: 40px;
}

#comments-area #trackbacks li {
	list-style-type: decimal;
	margin-bottom: 10px;
}			  
/* @end */											  

/* @group Other Items */

.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;
}

.button {
	margin-top: 10px;
}

.button a, .button a:visited {
	background-color: #1d3961;
	color: #fff;
	padding: 3px 10px;
	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;
}

.button a:hover {
	background-color: #0c1e36;
	color: #fff;
	text-decoration: none;
}

/* @end */

