/*
Theme Name: Heritage of Faith
Theme URI: http://ryan.thewentzels.org
Description: A custom theme for Heritage of Faith Church

Version: 1.0
Author: Ryan Wentzel
Author URI: http://ryan.thewentzels.org

The CSS is based on the "Pool" (version 1.0.6) Wordpress theme by Borja Fernandez.
URI: http://www.lamateporunyogur.com/pool

The CSS and XHTML are released under the GPL.
*/

body {
  background: url("images/bgShadow.png") #E6E6E6 fixed center top; /*#E6E6E6; */
	color: #000000;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	margin: 0;
	padding: 5px 0;
	}

/* Structure Divs */

#content {
	background: #FFFFFF;
	margin: 0 auto;
	padding: 5px;
	width: 795px;
	/*border: 1px solid #666666; */
	}


#header {
	background: #FFFFFF url("images/header.jpg") no-repeat;
	height: 186px;
	margin: 0;
	padding: 0;
  border: 1px solid #000;
	}

#pages {
	background: #002860;
	font-size: 12px;
	margin: 0;
	padding: 2px 0 2px 20px;
	}

#footer {
  font-size: 10px;
  padding-top: 15px;
  text-align: center;
}

#search {
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	right: 10px;
	top: -22px;

}

#space {
	padding: 5px 0 0 0;
	}



#noticias {
	float: left;
	margin: 0;
	padding: 0 0 20px 20px;
	width: 530px; /*was 550px */
	}

#noticias.wide {
  width: 730px;
}

#sidebar {
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px 10px;
	width: 200px;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}

#credits {
	background: #666666;
	color: #fff;
	font-size: 9px;
	margin: 0;
	padding: 0 20px;
	text-align: center;
	}

#intro {
	background: #666666;
	color: #fff;
	font-size: 9px;
  font-weight: bold;
	margin: 0;
	padding: 5px 20px;
  text-align: left;
  text-transform: uppercase;
	}


/* Config Structure Divs */

/* Header */
#header h1 {
	font-size: 30px;
	text-align: right;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 20px 0 20px 30px;
	width: 900px;
	}

#header a, #header a:hover {
	background: transparent;
	color: #fff;
	text-decoration: none;
	}

/* Pages */
#pages li {
	display: inline;
	list-style-type: disc;
	}

#pages ul, ol {
	margin: 0;
	padding: 0;
	}

#pages a {
	background: #002860;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 3px 0 0;
	padding: 0 10px;
	/*border-right: 1px solid #D3D3D3;*/
	}

#pages a:hover {
  color: #002860;
	background: #FFFFFF;
	text-decoration: none;
	}

#pages a:active {
	background: #fff;
	color: #000;
	font-weight: bold;
	margin: 0 3px 0 0;
	padding: 6px 10px;
	}

.sermon_meta {
       font-size: 12px;
}

.current_page_item a, .current_page_item a:hover {
	background: #fff;
	color: #666666;
	}

/* Search */
#search input {
	border: 1px solid #000000;
	font-size: 12px;
	padding: 2px;
	width: 160px;
	}

/* Noticias */
#noticias p, #noticias ul, #noticias ol  {
	font-size: 13px;
	line-height: 1.6em;
	}


#noticias h2 {
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	margin: 30px 0 0 0;
	padding: 0;
	}

#home h2 {
  color: #000;
}

/*#noticias h2 a:hover {
	text-decoration: underline;
	} */

#noticias h3 {
	color: #666666;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 20px 0 5px 0;
	}

#noticias small {
	font-size: 11px;
	}

#noticias ul {
  list-style-type: disc;
  margin-left: 0;
}


.feedback {
	color: #898A8A;
	font-size: 12px;
	margin: 0;
	padding: 0 20px;
	text-align: center;
	}

	.feedback a {
	color: #664;
	}

.sermons a {
   font-size: 12px;
}


#infobox {
  float: left;
	margin: 10px 0 0 0;
	padding: 0 10px;
	width: 150px;
	font-size: 13px;
	}

#infobox h3 {
  font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	background: #666666;
	padding: 0 0 0 5px;
	}

#infobox ul, #infobox ol {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
	background: #F2F2F2;
	}

#infobox li, #infobox li:hover {
	margin: 0;
	padding: 0;
	}

.postlist {
	font-size: 13px;
}

.postlist ul {
  margin-left: 0;
}

.postlist ul li {
 padding: 0px;
 list-style-type: disc;
 }

 #feeds ul li a {
 margin: 4px 0px 4px 0px;
 display: block;
 background: url(images/feed-icon-small.jpg) no-repeat;
 padding: 0 0 0 18px;
 }

 #singlefeed a {
 margin: 4px 0px 4px 0px;
 display: block;
 background: url(images/feed-icon-small.jpg) no-repeat;
 padding: 0 0 0 18px;
 }

 #home {
	border-bottom: 1px solid #666666;
	}

/* Entrada */
.entrada {
	margin: 0;
	padding: 0;
	}

.entrada h2 a {
	text-decoration: underline;
  border-style: none;
  border-width: 0px;
  }

.entrada a {
  text-decoration: underline;
  }

/*.entrada ul li {
 margin: 4px 0px 4px 0px;
 display: block;
 background: url(images/bullet.jpg) no-repeat;
 padding: 0px;
 }

.entrada ul li {
	list-style-type: disc;
	} */

.entrada ol li {
 list-style: decimal outside;
 margin: 4px 0px 4px 45px;
 padding: 0 0 0 3px;
 }

/* Comments */
#commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#commentlist li {
	margin: 10px 0;
	padding: 5px 10px;
	}

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


#commentlist small {
	font-size: 11px;


	}

.class_comment1 { background: #E9E9EA; border: 1px solid #E0DEDE; }

.class_comment2 { background: #F4F3F3; border: 1px solid #E0DEDE; }

#nothing {
	color: #c0c0c0;
	font-size: 14px !important;
	font-weight: normal;
	margin: 40px 0 10px 10px;
	text-transform: uppercase;
	}

#results {
	background: #c0c0c0;
	border: 1px solid #000000;
	padding: 5px 20px;
	}

#list {
 list-style: disc;
 margin: 4px 0px 4px 0px;
 display: block;
 padding: 0 0 0 18px;
 }

input, textarea, select {
	border: 1px solid #333333;
	font-size: 12px;
	padding: 1px;
	}

input, textarea {
	background: #fff;
	}

input:focus, textarea:focus {
	background: #DDC;
	}

.contactform {
	font-size: 12px;
	}



/* Sidebar */
#sidebar h3 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0 0 0 5px;
	text-transform: uppercase;
	background: #002860;
  border: 1px solid #000000;
	}

#sidebar ul, #sidebar ol {
	list-style: none;
	margin: 0;
	padding: 5px;
	}

#sidebar li, #sidebar li:hover {
	margin: 0;
	padding: 0;
	}

#sidebar a {
  text-decoration: underline;
  padding: 0px;
	}

#sidebar a:hover {
text-decoration: underline;
	}

#sidebar div {
	margin: 20px 0;
	padding: 0;
	}

/*	Credits */
#credits a {
	color: #fff;
	}

#credits a:hover {
	background: transparent;
	}

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

#photoContainer h3{
  text-align: center;
}

/* Contact Form */
.contact-form-label {
  font-size: 13px;
}

/* Newsletter Category Page */
.newsletters .page_title {
  color: #000;
}

/* General */
a {
	color: #666666;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a img {
  text-decoration: none;
}

acronym, abbr, span.caps {
	cursor: help;
	border-bottom: 1px dotted #000;
	}

blockquote {
	background: #EEE url(images/blockquote2.png) no-repeat bottom left;
	/*border: 1px solid #E0E0E0;*/
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
	/*padding: 5px 20px 30px 20px;
	margin: 1em; */
	} /* Idea from ShadedGrey of http://wpthemes.info/ */


cite {
	text-decoration: none;
	}

code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	}

img {
	border: 0;
  padding: 3px;
	}

h4 {
	color: #000000;
	}

p.red {
	color:#FF0000;
	font-weight: bold;
	}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

/*
table.sermons {
	text-align: center;
	background-color:#FFF;

}

table.sermons th {
	text-align: center;
}

table.sermons td.id_td1 {
	background-color:#F1F1F1;
	border: none;
	padding: 2px;
}

table.sermons td.id_td2 {
	background-color:#FFFFFF;
	border: none;
	padding: 2px;
}

td, th {
	text-align: left;
	font-size: 12px;
	}

.sermons td.center {
  text-align: center;
}
*/

/* Sermons Table */
.sermonstbl
{
  width: 100%;
  font-size: 12px;
	border: solid 1px #7f7f7f;
}

.rowstyle, .altrowstyle
{
    border-bottom: solid 1px #7f7f7f;
}

.altrowstyle
{
    background-color: #edf5ff;
}

.headerstyle th
{
    background: url(images/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid none solid none;
    border-width: 1px medium 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    text-align: center;
    vertical-align: bottom;
}

.headerstyle th a
{
  font-weight: normal;
	text-decoration: none;
	text-align: center;
  color: #000;
	display: block;
  padding-right: 10px;
}

.rowstyle td, .altrowstyle td
{
    padding: 4px 10px 4px 10px;
    border-right: solid 1px #cbcbcb;
}

td.tdcenter {
  text-align: center;
}

td.lasttd {
  border-right: none;
}

#label {
	font-weight: bold;
	}


#postmeta {
	font-size: 12px;
	}

#postmeta a {
  color: #395169;
  text-decoration: underline;
  }


#library {
  font-size: 11px;
  }

/* Float and Clear */
div.floatleft {
	float: left;
	}

div.floatright {
	float: right;
	}

div.both {
	clear: both;
	}

/* Images align */
a img {
   text-decoration: none;
}

img.border {
	border: 1px solid #c0c0c0;
	padding: 4px;
	margin: 0;
	}

img.center {
	display: block;
	margin: auto;
	}

img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	float: left;
	padding: 0;
	margin: 0 7px 2px 3px;
	display: inline;
	}

/* Text align */
.center {
	text-align: center;
	}

.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}
