/* 
Theme Name: IglesiaNavarra
Theme URI: 
Description: 
Author: JuanT
Author URI: http://juant.com.es
Version: 0.0.1
Tags: 
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	/* @import url('../hybrid/library/css/reset.css'); */

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); */
	 @import url('../hybrid/library/css/22px.css'); 
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */
	 
	 
/*3 columnas centrado */
	/* @import url('../hybrid/library/css/3c-c-fixed.css'); */
	
/* Los men�s 
	 @import url('../hybrid/library/css/drop-down.css'); */

/* Plugins CSS */
	 @import url('../hybrid/library/css/plugins.css'); 

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */

	
	
	
	/**
 * Holy Grail Stylesheet.
 * Creates the Holy Grail (fixed width) of three-column layouts.
 * Primary / Content / Secondary

 */







/**
* Body
************************************************/

/* Contains everything */
body {
	min-width: 600px;
	font: 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	line-height: 22px;
}

	/* Wrapper for everything inside of the body */

	#body-container {
		overflow: hidden;
		width: 960px;
		margin: 0 auto;
		
	}
/**
* Elements
************************************************/

/* Hyperlinks */
a:link {
	color: #940D29;
	text-decoration: none;
}
a:visited {
color: #940D29;
	text-decoration: none;}
a:hover {
	color: #B1B1B1;
	text-decoration: underline;
}
a:active {}

/* Headers */

h1, h2, h3, h4, h5, h6{
	font-family: Georgia;
	color: #444;
	margin-bottom: 5px;
}

h1 {

	}
h2 {

	}
h3 {
	}
h4 {
	}
h5 {
	}
h6 {
	}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */
ul {}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 0px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {
	float: left;
	margin-right: 3px;
	font: normal normal normal 48px/39px Georgia, serif;
	color: #444;
}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {margin:2px}
a img {}
a img:hover {}

/* iconos menu [iconos] */
.iconos {}
	.iconos a img:hover {margin:3px}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
	overflow: hidden;
	height: 121px;
	border-bottom: 1px solid;
	background: #fff; /*url(images/header-bg.png);*/

}

	/* Contains site title and tagline */
	#header {
		overflow: hidden;
		width: 960px;
		height: 121px;
		margin: 10px auto;
		margin-top: 0px;
		
	}

		/* Site title */
		#site-title {
			float: left;
			width: 450px;
			line-height: 35px;
			font-size: 28px;
			font-family: georgia, serif;
			margin: 12px 0 0 0;
		}
			#site-title a {}
				#site-title a span {
					display: none; /*No muestra el t�tulo */
				}

		/* Site description/tagline */
		#site-description {
			display: none; /*No muestra la descripci�n del sitio */
		}

		
			/* Header */

		#logo{
			float: left;
			margin-top: 7px;
		}

		#random_images{
			margin-left: 15px;
			margin-top: 13px;
			padding: 0px;
			float: left;
		}

			#random_images img {
				margin: 0px;
				border: 1px solid #bbb;
			}


		#random_faq{
			float:left;
			margin-top: 11px;
			margin-left: 35px;
			height:90px;
			width:128px;
			padding-left: 5px;
			padding-top: 15px;
			background: url(images/faq-background.jpg) #FFFFFF no-repeat;
			line-height: 15px;
		}

			#random_faq a{
				font-size:10px;
				
			}

		#foto_obispo{
			float: left;
			margin-top:-2px;
			
			
		}

	
	
/**
* Page navigation
************************************************/

/* Wrapper for navigation */

#navigation {
	width: 960px;
	height: 31px;
	margin: 0 auto;
	background: #fff url(images/nav-bg.png) repeat-x;
	
	/*background: #A5001D;*/
	
}

	/* Page nav */
	#page-nav {
		float: left;
		width: 500px;
		margin 0 0 0 -15px;
		
	}
		#page-nav ul {
			list-style: none;
			margin: 0;
		
		}
			#page-nav li {
			float: left;
			margin: 0px 0 0 0;
			padding: 0px 0 0px 0;
			border-right: 1px solid #D98696;
			}
			
			#page-nav a {
					display: block;
					font: normal normal 500 13px Verdana, Geneva, sans-serif;
					padding: 7px 10px 8px 10px;
					color: #ffffff;
					
					
				}
			#page-nav li a.current_page_item {
				color: #ff0000;
				
			}


	/* Search form */
	#navigation .search {
		float: right;
		
	}
	#navigation input {
		float: left;
		/*width: 170px;
		height: 15px;
		margin: 4px 0 0 0;
		padding: 1px 8px 1px 22px;
		*/
		margin: 5px 8px 1px 3px;
		font: normal normal normal 11px/15px Verdana, Geneva, Tahoma, sans-serif;
		color: #aaa;
		/*background: #FFFFFF url(images/search-icon.png) no-repeat;
		background-position: right;*/
		background: #FFFFFF;
		border: 1px solid #011e3f;
	}
	#navigation .search-submit, #navigation .button {
		background: #FFFFFF;
	}
		

		
	/* Enlaces rápidos*/
	#navigation .quicklinks{
		float: right;
	}
	
	#navigation .dd2{
		color: #000;
		background-color: #FFFFFF;
		border: 1px solid #011e3f;
		font: 11px Arial, sans-serif;
		margin: 5px 8px 1px 3px;
		scrollbar-arrow-color: #12406F;

		
	}
	
	
			
			
/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	clear: both;
	overflow: hidden;
	padding-left: 200px;   
	padding-right: 240px;
	margin-top: 10px;
	background: #fff;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	/*border-top: 1px solid #E8E8E8;*/
	background: #fff url(images/container-bg.png) repeat-y 178px;

}
	
	/* Para el template sin widgets*/
	.no-widgets #container, .no-default-widgets #container {
		width: 960px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.page-template-no-widgets #container{
		background: #fff;
	}
	
	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {
		
	}
	
	
	
	
	
	
	.content, #primary, #secondary {
		position: relative;
		float: left;
		
	}
	.content {
		width: 100%;
		
		
	}
	.no-widgets .content, .no-default-widgets .content {
		width: 960px;
	}

		/* Breadcrumb trail */
		.breadcrumb {
			font-size: .9em;
			/*border-bottom: 1px solid #ddd;*/
		}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {
			clear: both;
			overflow: hidden;
			margin: 10px 0 20px 0;
		}

			/* Post, page, and archive titles */
			.entry-title a {	
font-family: Georgia;
	color: #000;
}
			.single-title a {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title a {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {
				
			}
			
			.author, .byline-prep-author, .byline-prep-published {
				display: none;
			}
			
			.published{
				display: none;
			}

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {
				display: none;
			}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {
			display: none;
		}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {					}

		/* After content */
		#utility-after-content  .widget{			float: left;			width: 30%;			margin-right: 3%;		}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/




	/* Widgets in general */
	.widget {}
		.widget-inside {}
			.widget-title {
				height: 19px;
				margin: 0 0 15px 0;
				padding: 3px 10px;
				font: 15px/18px georgia, times, serif;
				font-weight: bold;
				color: ##787878;
				background: #093565 url(images/fondo-barra.png) repeat-x 0 0;
			}

	/* Primary widget section */
	#primary {
		width: 180px;
		right: 200px;
		margin-left: -100%;
	}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {
					background: #093565 url(images/fondo-barra.png) repeat-x 0 0;
					border-top: 1px solid #cdcdcd;
					border-bottom: 1px solid #cdcdcd;
					padding-top: 6px;
					padding-bottom: 0px;
				}
				#primary .widget-title a {
					font-size: x-large; 
					color: #787878; 
					font-family: Georgia;
					font-weight: normal;
					overflow: hidden;
				}
				#primary .widget-title a:hover {
					text-decoration: none;
					color: #A5001D; 
				}
				#primary .widget ul {}
					#primary .widget ul li a {
					color: #5C5C5C; 
					text-decoration: none;
				}
					#primary .widget ul li a:hover {
					text-decoration: underline;
				}

	/* Secondary widget section */
	#secondary {
		width: 220px;
		margin-right: -240px;
		margin-left: 20px;
		background: #FFFFFF;
	}
	
		/*** IE6 Fix ***/
		* html #secondary {
			left: 240px;
		}
		
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

					
			
					
/**
* Footer
************************************************/


/* Wrapper for the entire footer 900B23*/
#footer-container {
	
	clear: both;
	overflow: hidden;
	background: #8C031B;
	
	border-top: 3px solid #00070f;
}

	/* Subsidiary widget section */
	#subsidiary {
		overflow: hidden;
		width: 1000px;
		margin: 0 auto 14px auto;
		padding: 2px 0 0 0;
	}
		#subsidiary .widget {
			overflow: hidden;
			float: left;
			width: 300px;
			margin: 0 20px 0 0;
			font: 12px/21px Arial;
			color: #777;
			background: transparent;
			border: none
		}
			#subsidiary .widget-inside {}
			
			#subsidiary .widget-title {}
			
			#subsidiary .widget ul {
				margin-left: 0px;
			}
			
			#subsidiary .widget ul li {
				margin: 0 0 3px 0;
				padding: 0 5px 3px 5px;
				background: transparent;
				border-bottom: 1px solid #072145;
			}

	/* Footer section */
	#footer {
		clear: both;
	}

		/* Footer extra */
		#footer .copyright {			margin: 0px;		}
		#footer .credit {}
		
	
	#pages_end {
		font-size: 10px;
		color: #FFFFFF;
		padding: 10px 10px 0px 10px;
		text-align: center;
	}
	
	#pages_end li {

		color: #FFFFFF;
		list-style: none;
		border-left: 1px;
		border-right: 1px;
	}
	
	#pages_end a{
		color: #FFFFFF;
	}
	
	
	
	
/* Lista de eventos*/

.agenda_portada{
	list-style: none;
	margin: 0;
	padding-left: 40px ;
    text-indent: -40px ;
}

.evento_portada{
	/*border-bottom: 1px solid #B3B3B3;*/
}

.agenda_widget{
	
	margin: 0;
	
}


/* Lista de posts LCP*/
.lcp_catlist{
	margin: 0;
	text-indent: -5px;
	padding-left: 5px;

}

/* Listas del lateral izquierdo*/
#simple-section-nav li{
	list-style-image:url("images/list-in.ico");
}
