/*
Theme Name: En Esp&iacute;ritu y en Verdad
Theme URI: http://en-el.org
Description: Dise&ntilde;o de Wordpress Theme para Esp&iacute;ritu y en Verdad
Author: Rigoberto Huerta
Author URI: http://www.obregonplaza.com
version: 2.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background-color: #000000;
	margin-top:0px;
	border:0px;
	background-image:url(images/background.gif);
	background-repeat: repeat-x;
	font-family: "Arial", helvetica, sans-serif;
	font-size: 9pt;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 14pt;}
h4 {font-size: 9pt;}

.clear {clear: both;}


/* images and misc. */

img{ border: none;}
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


#leftimg {
	background-image: url(images/left_img.jpg);
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	height: 1015px;
	width: 60px;
	float:left;

}

#rightimg {
	background-image: url(images/right_img.jpg);
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	height: 1016px;
	width: 52px;
	float:right;

}


/* links */

a{
	color:#666;
	text-decoration:none;
	border: none;
	}

a:hover{color:#6A7CA0;text-decoration: underline; border: none;}



/* container */

#wrapper {
	width:1043px;
	margin:auto;
}

#container {
	width: 931px;
	padding:0;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 60px;
	}
	

/* Header +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 146px;
	width: 931px;
	background-color:#000000;
	position:relative;
}


/* Main Menu +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#menu {
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu li {
	margin:2px;
	padding:0;
	float:left; 
	font-family: Arial, Helvetica, sans-serif;
}

#menu li a {
	display:block;
	width:100%;
	padding:4px 7px 4px 7px;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
}

#menu li a:hover {
	color:#666666;
}



/* content */


#content {
	float: left;
	width: 450px;
	overflow: hidden;
	}	

#content h2 {
	padding: 10px 0 0 10px;
	font-family:Trebuchet MS, Arial, helvetica, sans-serif;
}

.archivetitle{
	margin-left:10px;
}

.post {
	margin:0 10px;
	padding:10px 10px 10px 5px;
	line-height: 14pt;
	}
	
.post h2 a{
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}
	
.post p{font-size: 9pt;
	text-align:justify;
}

.post a{text-decoration:underline;}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	padding:12px;
	margin-top: 16px;
	background-color: #CCCCCC;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}


/* Side Right +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SR { width: 50%; float: right; position: relative; padding: 0px; }


/* Side Right Left +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SRL { width: 244px; float: left; position: relative; margin-top:20px; }

/* Search ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Search {
	height: 123px;
	padding: 10px 0 0 0;
	background-image: url(images/search.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.Search form { background: url(images/searchform.gif) no-repeat center top; padding: 0px; margin: 0px; height:27px;}
.Search input { color: #666666; font-size: 12px;}
.Search  input.keyword { background: none; border: none; padding: 5px 0px 5px 20px; width: 240px; } 
.Search  input.search { width: 23px; height: 23px; background: url(./images/searchbutton.gif) no-repeat;}
.Search .bt { padding: 0px; margin: 12px 0px 0px 0px; top: 0px; background: none; position: absolute; right:10px; }

.Rss {
	margin-top:20px;
}
.Rss ul { margin: 0px; padding: 5px 0px;}
.Rss li { background: url(images/rss.gif) no-repeat left center; margin: 0px 5px 0px 15px; padding: 3px 0px 3px 20px; list-style-type: none; font-size: 12px; color:#0099cd; }
.Rss li a {color:#fff; }
.Rss li a:visited {color:#fff; }
.Rss li a:hover {color:#fff; }


.widgettitle {
	font-size:16px;
	color:#F0F6FF;
	font-family:Trebuchet MS, Arial, helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #75bbdb;
	margin:20px;
}


/* Side Right Left  WRAP +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#SRLwrap {
float:right;
	background: url(images/side.gif) repeat-y;
	width: 244px;
}



#SRLfooter {
	float:right;
	background: url(images/sidefooter.gif) no-repeat;
	width: 244px;
	height: 53px;
	}

.side {
	padding: 0 10px 0 20px;
	font-size:12px;
	color:#E4F6FF;
	font-family:Trebuchet MS, Arial, helvetica, sans-serif;
}

	
.recent h2 {
	font-size:16px;
	color:#F0F6FF;
	font-family:Trebuchet MS, Arial, helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #75bbdb;
	background-image: url(images/h1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin:10px 0;
	padding-left:25px;
}

.recent ul {
	margin:10px 0 0 10px;
	color:#E3F2FB;
	line-height: 22px;
	list-style-image:url(images/li.gif);
}

.recent ul li{
	
}

.recent ul li a {
	margin:10px 0 0 10px;
	color:#E3F2FB;
}

.recent ul li a:hover {
	margin:10px 0 0 10px;
	color:#003366;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* ------------------------------ Sidebar 2 ------------------------------------------- */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 200px;
	float:right;
	padding: 0;
	border-left: 1px dotted #A2A2A2;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 24px;
	margin-left: 0;
	}

#sidebar h2{
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {
	padding-bottom: 10px; 
	margin: 0;
}

#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}


/* footer */

#footer {
	background-image: url(images/footer_img.jpg);
	clear: both;
	width: 931px;
	height:16px;
	}

#credits {
	margin-top: 7px;
	color:#FFFFFF;
	text-align:center;	
}