/*
Theme Name: WP Church
Theme URI: http://www.rainnetdev.com/demo/wpchurch
Description: The first "church" themed website on Theme Forest!
Version: 3.0
Author: Chris Molitor
Tags: church, doves, crosses, two columns, widgets
*/

/* -----BODY, CONTAINER, and PAGE STUFF----- */
html {
	background: url('images/html_tile.jpg');
}
body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', 'Verdana', 'Arial', Sans-Serif;
	color: #261D0C;
	margin: 0;
	padding: 0;
}
#headerContainer {
	background: url('images/header_tile.jpg') repeat-x top;
	width: 100%;
	height: 186px;
	padding: 0 10px 0 10px;
}
#pageContainer {
	background: url('images/tile.jpg');
	margin: 0;
	padding: 0 10px 0 10px;
	width: 100%;
}
#page {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#footerContainer {
	background: url('images/footer_tile.jpg') repeat-x top;
	width: 100%;
	height: 133px;
	margin: 0;
	padding: 0;
}

/* ----TOOL TIP STYLE----- */
.itooltip {
	position: absolute;
	display: none;
	background: #fff;
	padding: 7px;
	font-size: 12px;
	letter-spacing: 0px;
	color: #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/* -----A TAG STUFF----- */
a {
	color: #456770;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	outline: none;
}

/* -----H TAG STUFF----- */
h1,h2,h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 1.6em;
	margin: 0;
}
h2.pagetitle {
	font-size: 1.6em;
	text-align: left;
}
h3 {
	font-size: 1.3em;
	margin: 30px 0 0;
	padding: 0;
}
h1,h1 a,h1 a:hover,h1 a:visited {
	text-decoration: none;
}
h2,h2 a,h2 a:visited,h3,h3 a,h3 a:visited {
	color: #261D0C;
}
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;
}

/* -----HEADER STUFF----- */
#header {
	background: url('images/header.jpg') no-repeat;
	height: 186px;
	width: 1000px;
	padding: 0;
	margin: 0 auto;
}
#header #new {
	float: right;
	width: 120px;
	margin-top: -5px;
}
#header #logo {
	padding: 25px 0 0 65px;
}

/* -----NAVIGATION STUFF----- */
#header .pagenav {
	padding-top: 30px;
	height: 30px;
}
.pagenav a {
	display: block;
	padding: 7px 10px;
	color: #ebe7de;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}
.pagenav li {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.pagenav a:hover {
	background: #6a3b14 url('images/buttonback.jpg') repeat-x center;
	text-decoration: none;
	border: 1px solid #6a3b14;
	padding: 6px 9px;
}
#dropmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em;
	z-index: 300;
	font-weight: bold;
}
#dropmenu li {
	float: left;
	position: relative;
	margin: 0 5px 0 0;
	font-size: 12px;
	font-family: verdana,sans-serif;
	text-transform: uppercase;
}
#dropmenu li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	line-height: 1.5em;
	z-index: 300;
	position: absolute;
	display: none;
	width: 200px;
	top: 29px;
	left: 0;
	background: #6a3b14;
	border: 10px solid #6a3b14;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#dropmenu li ul a {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size: 10px;
	width: 180px;
	height: auto;
	float: left;
	margin: 0;
	border-top: 1px solid #834e23;
	border-bottom: 1px solid #532f11;
}
#dropmenu li ul a:hover {
	background: #46270e;
	text-decoration: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #46270e;
	color: #fff;
	padding: 7px 10px;
}
#dropmenu li ul li {
	margin: 0;
}
#dropmenu li ul li ul {
	top: -10px;
	left: 200px;
	margin: 0;
}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display: none;
}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display: block;
	background: #6a3b14;
}
#header .pagenav .current_page_item a, #header .pagenav .current-cat a, #header .pagenav .current_page_parent a {
	background: #6a3b14 url('images/buttonback.jpg') repeat-x center;
	border: 1px solid #6a3b14;
	padding: 6px 9px;
}
#header .pagenav .current_page_item ul li a, #header .pagenav .current-cat ul li a, #header .pagenav .current_page_parent ul li a {
	background: #6a3b14;
	border-top: 1px solid #834e23;
	border-bottom: 1px solid #532f11;
}
#header .pagenav .current_page_item ul li a:hover, #header .pagenav .current-cat ul li a:hover, #header .pagenav .current_page_parent ul li a:hover {
	background: #46270e;
}

/* -----SEARCH STUFF----- */
#searchform {
	text-align: center;
}
#searchform #s {
	width: 170px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 3px;
}
#searchsubmit {
	cursor: pointer;
	font-size: 10px;
	padding: 3px 5px;
	background: #6a3b14;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 20px;
	color: #ebe7de;
	border: none;
}
#searchsubmit:hover {
	background: #271E0D;
	color: #ebe7de;
	text-decoration: none;
}

/* -----FEATURED STUFF----- */
#featuredContainer {
	margin: 0 0 40px;
	padding: 0;
	width: 560px;
	position: relative;
	height: 290px;
	overflow: hidden;
	border: 1px solid #666;
	border-bottom: none;
}
#featured {
	overflow: hidden;
	width: 560px;
	height: 290px;
	position: relative;
}
#featured ul, #featured li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	overflow: hidden;
	width: 560px;
	height: 290px;
}
#featured li h2 a {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 36px;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #1E3A45 url('images/slidertitle.jpg') repeat-x center;
	width: 100%;
	border-top: 1px solid #476e7d;
	font-weight: bold;
}
#featured li h2 a {
	color: #fff;
}
span#prevBtn a,
span#prevBtn a:link,
span#prevBtn a:visited,
span#nextBtn a,
span#nextBtn a:link,
span#nextBtn a:visited {
	margin: 0;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	font-size: 12px;
	padding: 8px 15px;
	background: #6a3b14 url('images/buttonback.jpg') repeat-x center;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #89642D;
	outline: none;
}
span#prevBtn a {
	bottom: 0px;
	left: 0px;
	border-right: 1px solid #89642D;
}
span#nextBtn a {
	bottom: 0px;
	right: 0px;
	border-left: 1px solid #89642D;
}
span#prevBtn a:hover, span#nextBtn a:hover {
	text-decoration: none;
	background: #6a3b14 url('images/buttonback.jpg') repeat-x top;
}
span#prevBtn a:active, span#nextBtn a:active {
	background: #6a3b14 url('images/buttonback.jpg') repeat-x bottom;
}

/* -----POST STUFF----- */
.narrowcolumn {
	float: left;
	display: inline;
	width: 650px;
	padding: 0;
	font-size: 1.2em;
	margin: 0;
}
.post_container {
	margin: 0 0 30px;
	background: url('images/post_tile.jpg');
	border: 1px solid #9c9a88;
}
.post {
	padding: 30px 42px;
	background: url('images/post_top.jpg') repeat-x;
	border: 1px solid #edecd8;
}
.postListing {
	margin-top: 20px;
}
.post hr {
	display: block;
}
h2.pageTitle {
	font-size: 2em;
}
.post h2 {
	text-align: left;
}
.entry {
	line-height: 1.4em;
	margin-top: 20px;
}
.entry p a:visited {
	color: #1020BC;
	text-decoration: none;
}
.entry li.pagenav {
	list-style: none;
}
.entry ul li {
	padding-bottom: 10px;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: .9em;
	line-height: 1.5em;
}
.buttons a {
	font-size: 10px;
	padding: 5px 15px;
	background: #6a3b14 url('images/buttonback.jpg') repeat-x center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 20px;
	color: #ebe7de;
	border: 1px solid #522a0d;
}
.buttons a:hover {
	background: #805425;
	color: #ebe7de;
	text-decoration: none;
}
.share span {
	margin-right: 15px;
}
.breadcrumb {
	text-transform: uppercase;
}
.calendarPost {
	background: url(images/calendar.jpg) no-repeat top left;
	width: 50px;
	float: left;
	text-align: center;
	margin: 0 8px 0 0;
}
.calendarPost .month {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 4px 0 0;
}
.calendarPost .day {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 8px 5px;
}
blockquote {
	padding-left: 20px;
	margin: 15px 30px 0 10px;
}
blockquote cite {
	display: block;
	margin: 5px 0 0;
}
.subStuff {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	list-style: inside;
	list-style-image: url(images/bullet.jpg);
}

/* ------HOME PAGE POST STUFF--------- */
.homePost {
	width: 253px;
}
.homePost .entry {
	margin-top: 20px;
}
.homePost .buttons {
	float: right;
}
#homeBlog {
	float: right;
}

/* -----SIDEBAR STUFF----- */
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	float: right;
	width: 280px;
	background: url('images/post_tile.jpg');
	border: 1px solid #9c9a88;
	border-bottom: none;
}
#sidebar .widget {
	font-size: 12px;
}
#sidebar .widget .widgetcontent {
	display: none;
	padding: 15px;
	border-bottom: 1px solid #a6a38c;
}
#sidebar h2 {
	padding: 10px 15px;
	font-size: 14px;
	background: url('images/post_top.jpg') repeat-x;
	border: 1px solid #dad8c3;
	border-bottom: 1px solid #9c9a88;
	border-top: 1px solid #DDDCC8;
}
#sidebar ul,#sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul p,#sidebar ul select {
	margin: 5px 0 8px;
}
ol li,#sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li,#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
#sidebar form {
	margin: 0;
}
#sidebar ul li ul li, #sidebar ul li ol li {
	line-height: 1.7em;
	list-style: inside;
	list-style-image: url(images/bullet.jpg);
}
#sidebar ul li ul li ul li, #sidebar ul li ol li ol li {
	margin-left: 40px;
	font-size: 11px;
	list-style: outside;
}

/* -----COMMENT STUFF----- */
.commentlist li,#commentform input,#commentform textarea {
	font: .9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font-weight: bold;
	list-style: none;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
}
.commentlist li .avatar {
	float: left;
	border: 0 solid #eee;
	background: #000000;
	margin-right: 5px;
	padding: 0;
}
.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;
	margin: 10px 5px 10px 38px;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
}
.commentmetadata {
	font-weight: normal;
	display: block;
	margin: 0;
}
#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	background: #fff;
}
#commentform input,#commentform textarea {
	padding: 5px;
	border: 1px solid #a6a38c;
}
#commentform textarea {
	width: 99%;
	background: #fff;
}
#commentform #submit {
	cursor: pointer;
	font-size: 10px;
	padding: 3px 0px;
	background: #6a3b14 url('images/buttonback.jpg') repeat-x center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 20px;
	color: #ebe7de;
	border: 1px solid #522a0d;
}
#commentform #submit:hover {
	background: #805425;
	color: #ebe7de;
	text-decoration: none;
}
.commentlist {
	text-align: justify;
	padding: 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
h3.comments {
	margin: 40px auto 20px;
	padding: 0;
}
#recentcomments li {
	line-height: 1.5em;
}
.alt {
	margin: 0;
	padding: 0;
}

/* -----UNIVERSAL STUFF----- */
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym,abbr,span.caps {
	font-size: .9em;
	letter-spacing: .07em;
	cursor: help;
}
p img {
	max-width: 100%;
	padding: 0;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}
img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.alignleft {
	float: left;
}
select {
	width: 130px;
}
acronym.abbr {
	border-bottom: 1px dashed #999;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	margin-bottom: 10px;
	z-index: 100;
}
img#wpstats {
	width: 0px;
	height: 0px;
	border: none;
	overflow: hidden;
	padding: 0;
}
#hideme {
	visibility: hidden;
}
.hidden {
	visibility: hidden;
}
.rssSummary {
	padding-bottom: 15px;
}
.clear {
	clear: both;
}
p.clear {
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
}

/* -----CALENDAR WIDGET STUFF----- */
#wp-calendar {
	empty-cells: show;
	width: 155px;
	margin: 10px auto 0;
}
#wp-calendar #prev a,#wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	text-decoration: none;
	display: block;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#wp-calendar td {
	text-align: center;
	padding: 3px 0;
}
#wp-calendar td.pad:hover {
	background-color: #fff;
}

/* -----FOOTER STUFF----- */
#footer {
	background: url('images/footer.jpg') no-repeat top;
	width: 960px;
	height: 200px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}
#footer a {
	color: #615C50;
}
#footer #socialMedia {
	width: 200px;
	float: right;
	padding: 70px 0 0;
	text-align: right;
}
#footer #socialMedia a {
	padding-right: 5px;
}
#footer #copyright {
	padding: 165px 0 0 0;
	color: #615C50;
}
#footer #copyright li {
	list-style: none;
	display: inline;
}

