﻿/*  
Theme Name: IBE
Theme URI: http://www.iglesiabautistaemanuel.org
Description: Official theme for Iglesia Bautista Emanuel
Version: 2.0
Author: Neftali Alverio
Author URI: http://www.iglesiabautistaemanuel.org/
*/

a {
        border: 0px;
}

img {
        border: 0px;
}

body {
	background-color: #93adce;
        background-image: url(./images/splashBackground.jpg) no-repeat;	
	text-align: center; /* pre IE-6 fix */
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-family: Georgia;
}

#wrapper {
	background-color: white;
	height: 100%;
	width: 730px;
	top: 0px;
	margin: 0 auto;
	text-align: center; /* pre IE-6 fix */	
	padding: 0px 5px 5px 5px;
	display: block;
	clear: both;
}

#header {
	width: 100%;
	height: 200px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#siteLogo {
	background: url(./images/headerLogo.jpg);
	width: 198px;
	height: 200px;
	float: left;
}

#siteTitle {
	background-color: #dde0e5;
	width: auto;
	height: 100px;
	padding: 39px 10px 0px 5px;
	text-align: right;
}
/*siteNav styles modified for css dropdown menu-md3*/
/*"Stylin' with CSS" example by Charles Wyke-Smith used for styles...includes comments*/
#siteNav * {
	margin:0; padding:0; /* remove the default margins and padding on the menu elements */
}

#siteNav {
	background: url(./images/navBackground.jpg);
	width: auto;
	height: 51px;
	padding: 5px;
	vertical-align: middle;
	font: bold .90em Verdana;
	/*float:right;  make the div enclose the ul */
}

#siteNav ul {
	margin: 0px;
	color: #dde0e5;
	float: right; /* make the ul enclose the li's */
	padding: 18px 0px 0px 0px;
}

#siteNav li { /* this div represents the container (left column, perhaps) that you drop the menu into - the menu will expand horizontally to fill the space available */
	padding: 0px 8px 0px 8px;
	border-left:1px solid #dde0e5; /* a divider between the list items */
	list-style-type:none; /* removes the bullet off each list item */
	float:left; /* make the list items sit side by side */
 	position:relative; /*positioning content for the nested ul (the drop-down) */
}

#siteNav li:first-child  {
	border-left:none; /* no divider needed to the left of the first list items */
}

#siteNav a {
	color: #dde0e5;
	text-decoration: none;
	text-transform: uppercase;
	display:block; /* make the link fill the list item correctly */
}

#siteNav a:link, #siteNav a:visited{
	color: #dde0e5;
	text-decoration: none;
	text-transform: uppercase;
}

#siteNav a:hover, #siteNav a#selected{ /*hover and selected link*/
	color: #ffffff;
	text-decoration: underline;
	text-transform: uppercase;
}

#siteNav li ul li a:link, #siteNav li ul li a:visited{
	color: #dde0e5;
	text-decoration: none;
	text-transform: none;
}

#siteNav li ul li a:hover, #siteNav li ul li a#selected  {
	color: #ffffff;
	text-decoration: underline;
	text-transform: none;
}

#siteNav li ul {
	text-decoration: none;
	position:absolute; /* positions the drop-down relative the parent li positioning context */
	display:none; /* hides the drop-down (revealed when hovered - see below) */
	width:12em; /* set the width of the drop-down */
	/*left:-1px;*/
	padding: 0px;
}

#siteNav li:hover ul {
	display:block; /* display the menu when hovered */
}

#siteNav li ul li {
	width: 100%;  /* makes each li the width of the ul and therefore stack */
	border-right: 1px solid #dde0e5; /* add borders around the drop-down */
	border-bottom: 1px solid #dde0e5;
	border-left: 1px solid #dde0e5; 
	background: url(./images/menuBackground.jpg);
	/*background-color: #4054AA; or above in "li ul"*/
	padding: 4px 0px 4px 0px;
}

#siteNav li ul li:first-child {

	border-left:1px solid #dde0e5; /* overrides the removal of top level left border  */
	border-top:1px solid #dde0e5; /* a border across the top of the drop-down */
}

/* a hack for IE 6 - doesn't understand first-child */
* html #siteNav li ul {
	border-top:1px solid #dde0e5; /* adds a top border to the drop-downs in IE6 */
	}


#intro {
	width: 100%;
	height: 225px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	border: 0px;
}

#slideShow {
	background-color: #dde0e5;
	width: 525px;
	height: 225px;
	float: left;
}

#latestPromo {
	background: url('./images/promo.jpg');
	width: 200px;
	height: 225px;
	float: right;
        border: 0px;
}

#latestPromo a {
        border: 0px;
}

#latestTitle {
	width: auto;
	height: auto;
	background-color: #334488;
	font: italic 1.3em Georgia;
	color: #dde0e5;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 2px 10px;
	line-height: 1em;
}

#latestPreaching {
	background: url('./images/navBackground.jpg');
	width: auto;
	height: 46px;
	margin: 0px 0px 0px 0px;
	padding: 14px 0px 0px 10px;
	color: #dde0e5;
	text-align: left;
	font: bold italic 1.5em Georgia;
	line-height: 1.5em;
	overflow: hidden;
}

#latestPreachingTitle{ /*added to scroll latest title*/
	overflow: hidden;
	white-space: nowrap;
}

#pageSpacer{
	width: auto;
	height: 5px;
	background-color: #334488;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 2px 10px;
}

#pageTitle img {
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	border: 0px;
}

#pageTitle {
	background: url('./images/navBackground.jpg');
	width: auto;
	height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 10px;
	color: #dde0e5;
	text-align: left;
	font: italic 2.5em Georgia;
	overflow: hidden;
}

#latestPreaching img {
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	border: 0px;
}

#main {
	clear:both;
	width: 100%;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

#sidebar {
	float: left;
	width: 180px;
	padding:0px;
	margin: 0px;
	line-height:1.3em;				
	text-align: left;
}
#sidebar ul
{
	list-style: none;	
}
#sidebar form, #sidebar .block, #sidebar ul 
{
	margin:0;
	padding: 5px;		
	font-size: 0.9em;		
	background-color: #dde0e5;
}
#sidebar ul ul 
{
	margin:0px;
	padding:0px;	
}
#sidebar ul li 
{
	list-style-image:none;
	margin:0 5px;
	padding:0px 0;
}

#sidebar ul li h2 {
	color: #334488;
}

#sidebar ul li ul li
{
	list-style:none;
	background:url('./images/arrow.png') no-repeat left center;
	padding-left:5px;
	margin:0;
}

#sidebar a {
	color: #334488;	
	text-decoration: none;	
	border:none;
}

#sidebar a:visited
{ 
	color: #334488; 
}

#sidebar a:hover 
{
	color: #334488;	
	border-bottom:1px solid;
}

#sidebar ul img {
	border:#459 1px solid;
}
#sidebar ul ul 
{
	margin:5px;
	font-size:1em;
}
#sidebar h2
{
	margin:5px 0 0 0;
	line-height: 2em;
	font-size: 1em;	
	color: #dde0e5;	
	height:30px;
	border:none;	
	font-style: italic;		
	font-weight:bold;
	padding: 0px 0px 0px 10px;
	background:url('./images/navBackground.jpg') top center;
}

#sidebar h2.first {
	margin: 0px;
}

#sidebar li h2 
{
	background:none;
	color:#448899;
	border-bottom:#448899 1px solid;
	padding:0;
	margin:0;
}

#sidebar ul li.feed
{
	list-style:none;
	background:url('./images/feed.png') no-repeat left center;
	padding-left:18px;
	margin:0;
}

#s {
	color: #AAA;
	border: 1px solid #AAA;
	background-color: #EEE;
	margin: 0px;
	padding: 0px;
	height: 16px;
	font-style: italic;
}


#sidebar form select {	/*added to modify 'archivos' link...select box format.......md3*/
	background-color: #EEE;	
	font-size: 1em;	
	font-family: Georgia;
	color: #334488;	
}

#btnSearch {
	/* This part hides the original button. */
	background-color: transparent;
	border: 1px solid #AAA;
	padding: 0px;
	overflow: hidden;
	/* This part defines its new look. */
	background-color: #CCC;
	background-repeat: no-repeat;
	width: 30px;
	height: 22px;
	max-width: 30px;
	max-height: 22px;
}

#mainContent {
	text-align: left;
	width: 545px;
	height: auto;
	float: right;
	margin: 1px 0px 0px 0px;
}

	#mainContent .navigation {
		text-align: center;
	}

.navigation {
	color: #334488;
	font-size: .7em;
}

.postHeader {
	width:545px;
	height:40px;
	background: url('./images/postBackground.jpg');
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	margin: 0px;
	padding: 0px;
	font-weight: 100;
	font-size: 1em;
}
	.postHeader .postDate {
		float: right;
		padding:10px 15px 0px 0px;
		color: #334488;
	}
	
	.postHeader .postTitle {
		padding:0px 0px 0px 15px;
		margin: 0px;
		font-size: 2em;
		font-style: italic;
		line-height: 1.2em;
		color:#334488;
		white-space: nowrap; /*added for text scroller - md3*/
		overflow: hidden; /*added for text scroller - md3*/
		}		
	
		.postHeader .postTitle a, .postHeader .postTitle a:link , .postHeader .postTitle a:visited {
			text-decoration:none;
			color:#334488;
		}
		
		.postHeader .postTitle a:hover {
			color:#334488;
			text-decoration:none;
		}
	
	.postHeader .postAuthor {
		padding:0px 0px 0px 15px;
		margin: 0px;
		color: #334488;
		font-size: .8em;
	}
	
.post {
	width: 100%;
}

	.post .entry, .post .entrytext {
		font-size: 0.8em;
		width: auto;
		clear: both;
		color: #555;
		padding: 5px;
		margin: 0px 0px 0px 0px;
		background-color: #dde0e5;
	}
	
		.post .entry a, .post .entrytext a { color: #666; }
		
		.post .entry blockquote, .post .entrytext blockquote  {
			border-left: 6px solid #000;
			padding-left: 8px;
			color: #555;
			font-style: italic;
		}
			
		.post blockquote, .post ul, .post ol {
			margin-left: 20px; padding-left: 20px; 
		}
		
		.post .entry .dlList {
			border-bottom: 1px dashed #334488;
			padding: 2px 2px 4px 4px;
		}
			.post .entry .dlList .dlTitle, .post .entry .dlList .dlTitle a:link, .post .entry .dlList .dlTitle a:visited, .post .entry .dlList .dlTitle a:active {
				font-size: 1.2em;
                                line-height: 1em;
			}
			
			.post .entry .dlList .dlPreacher {
				display: block;
			}

.postmetadata , .postmetadata a, .postmetadata a:link, .postmetadata a:visited, .postmetadata a:hover {
	color: #334488;
	background: url('./images/postBackground.jpg');
	font-size: .9em;
	border: 0px;
	margin: 0px 0px 10px 0px;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
}

.pagePostmetadata , .pagePostmetadata a, .pagePostmetadata a:link, .pagePostmetadata a:visited, .pagePostmetadata a:hover {
	color: #dde0e5;
	background: url('./images/navBackground.jpg') bottom;
	font-size: .9em;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
}
				
#fauxfooter {
	width: 100%;
	height:1px;
	clear: both;
	content: '.';
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}

#footer {
	clear: both;
	margin: 5px 0px 0px 0px;
	font: .75em Verdana;
	color: #334488;
}
	
.title {
	font-size: 2.75em;
	color: #334488;
	font-weight: 500;
}
	/* removed .title a:hover from end - md3 referenced below*/
	.title a, .title a:link, .title a:visited, .title a:active {
		text-decoration:none;				color: #334488;		font-weight: 500;
	}	/*added md3*/	.title a:hover{			text-decoration:underline;				color: #334488;		font-weight: 500;			}

.subTitle {
	font-size: 1.25em; /* originally 1.5em*/ 
	color: #334488;
	font-weight: 200;
	font-style: italic;
}

