/*
Theme Name: ZaRQuN Theme
Theme URI: http://zarqun.com/
Description: Theme oficial del sitio zarqun.com
Version: 1.0
Author: Alexis Dom�nguez Pizarro
*/

body{
	background-color:#f8f8f8;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-image:url(gfx/fondo.png);
	background-position:center top;
	background-repeat:no-repeat;
	}
	
p{
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
	}
.center{text-align:center;}	
.nocomments{ text-align:center; color:#3366CC; font-weight:bold;}

/*-- HEADERS -- */
h1{
	letter-spacing:-1px;
	margin:0px;
	}
	
h2{
	letter-spacing:-1px;
	margin:0px;
}	

/* -- LINKS -- */
a 					{text-decoration:none;}
a:link, a:visited 	{color:#c3b91b; }
a:hover				{color:#d0d17d; }
	
#wrapper{
	width:987px;
	margin:auto;
	color:#666b74;
	}
	
/*--- base ---*/	
#base{
	width:987px;
	margin:auto;
	background-image:url(gfx/base_central.png);
	background-repeat: repeat;
}
#top_base{
	width:987px;
	margin:auto;
	height:4px;
	background-image: url(gfx/top_base.png);
	background-repeat: no-repeat;
}
	
/*--- HEADER ---*/	
#header{
	height:173px;
	color:#FFF;
	}	
	
#header h1	{
	background-image: url(gfx/logotipo.png);
	background-repeat:no-repeat;
	width: 252px;
	height:80px;
	margin-top:40px;
	text-indent: -9999px;
	}

#header .description{
	font-size:12px;
	display:block;
	letter-spacing:1px;
	word-spacing:5px;
}

/*-- MENU --*/ 
#menu {
	margin:6px  0px 0px 25px;
	}	
	
ul#menuList{
	list-style-type: none;
	padding-bottom: 24px;
	margin: 0;
	}

ul#menuList li{
	float: left;
	height: 24px;
	margin: 0px 5px 0 2px;
	background-image:url(gfx/fondo_bot_cab.png);
	background-repeat:no-repeat;
	width:112px;
	height:45px;
	}

#menuList a{
	display: block;
	text-decoration: none;
	padding: 13px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:15px;
	text-align:center;
	}

#menuList a:link,
#menuList a:visited{
	color: #666b74;
	}
#menuList a:hover{
	color:#e7e7e7;
	}

/*-- CONTENEDOR  --*/

	
#container{
	width:543px;
	float:left;
	}

#container h2{
	color:#c3b91b;
	font-size:24px;
	background-color:#666b74;
	padding: 0 0 7px 20px;
	}
#container a 					{text-decoration:none;}
#container a:link, 
#container a:visited 	{color:#c3b91b; }
#container a:hover				{color:#d0d17d; }
	
#container h3{
	font-size:20px;
	letter-spacing:-1px;
	padding:5px 15px 5px;
}	

/*--- SEARCH RESULTS --*/
.resultList{
	list-style:none;
	margin:0px;
	padding:0px;
	}

.resultList strong{
	display:block;
	font-size:20px;
	margin:0px;
	padding:0px;
	}	

.resultList small{
	color:#333333;
	}
	
.resultList li{
	border-bottom:1px solid #EEE;
	}	

.resultList li a{
	display:block;
	width:92%;
	padding:10px 20px;
	}

.resultList li a:link,
.resultList li a:visited{
	background-color:#FFF;
	color:#0066CC;
	}

.resultList li a:hover{
	color:#0099CC;
	background-color:#ebf4fc;
	}

 .commentsNumber{
	float:right;
	margin:-20px 10px 0px 0px;
	font-size:55px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#dedede;
	}
	
	
/*--- BLOG ARCHIVES --*/
.blogArchives ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
.blogArchives ul li a{
	padding:3px;
	display:block;
	letter-spacing:1px;
	}
.blogArchives ul li a:link,
.blogArchives ul li a:visited{
	color:#336699;
	background-color:#FFF;
}

.blogArchives ul li a:hover{
	color: #0099CC;
	background-color:#F1F1F1;
	}
	
/*---COMMENT LIST --*/
.commentlist{
	list-style:none;
	margin:0px;
	padding:0px;
}

.commentlist li{
	padding:7px 10px 7px 15px;
}

.commentlist li cite{
	font-weight:bold;
	font-style:normal;
}

.commentlist li.alt,
.commentlist li.alt a{
	background-color:#d5d5d5;
}

/*---COMMENT FORM--*/
#commentform{
	background-color:#F7F7F7;
	color:#333333;
	border:1px solid #CCC;
	padding:10px;
}

#commentform label{
	display:block;
}

#commentform label small{
	font-size:10px;
	font-weight:bold;
}

#commentform small{
	font-weight:bold;
	font-size:22px;
	color:#FF0000;
}

#commentform #author,
#commentform #email,
#commentform #url,
#commentform #comment{
	width:100%;
	padding:4px;
	color:#666b74;
	background-color:#ededed;
	border:1px solid #e7e7e7;
}

#commentform #comment{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.allowed_tags{
	background-color:#dcd342;
	color:#FFF;
	padding:5px;
}

#submit{
	background-color:#666b74;
	color:#FFF;
	border:4px solid #e7e7e7;
	padding:10px 0px;
	width:100%;
}


/*---DATE FORMAT--*/
h4 {
	background-color:#666b74;
	margin: auto;
	color:#c3b91b;
	padding:5px 0 0 20px;
	font-size:11px;
	font-weight:normal;
	}
/*--NAVIGATION --*/
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

blockquote{
	background-color:#F6FAFD;
	color:#59819F;
	padding:10px;
	margin:0px;
	border:1px solid #DCE9F6;
	}

#sidebar{
	width:231px;
	float:left;
	background-image:url(gfx/fondo_sidebar.png);
	background-position:top;
	background-repeat:no-repeat;
	}
#sidebar_destacados{
	width:213px;
	float:left;
	}

#sidebar h2{
	background-image: url(gfx/h2_blogroll.png);
	background-repeat:no-repeat;
	height:52px;
	width:236px;
	text-indent:-99999px;
	margin-top:20px;
	}
#sidebar h2.categoria{
	background-image:url(gfx/h2_categorias.png);
	background-repeat:no-repeat;
	height:43px;
	width:150px;
	text-indent:-99999px;
	margin-left:38px;
	margin-top:-9px;
	}
#sidebar h2.archivos{
	background-image: url(gfx/h2_archivos.png);
	background-repeat:no-repeat;
	height:52px;
	width:236px;
	text-indent:-99999px;
	margin-top:20px;
	}

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

#sidebar ul li{
	line-height:24px;
	border-bottom:1px dotted #666b74;
	background-image:url(gfx/flechita.gif);
	background-repeat: no-repeat;
	}

#sidebar ul li a			{display:block; width:90%; padding:0px 0px 0px 15px; font-weight:normal;}
#sidebar ul li a:link,
#sidebar ul li a:visited	{color: #494f59; }
#sidebar ul li a:hover		{color:#666b74; }

/* CHILDREN LIST */

#sidebar ul.children{
	margin:0px;
	list-style:none;
	padding:0px;
	}
#sidebar ul.children li{
	line-height:24px;
	border-bottom:1px dotted #666b74;
	background-image:url(gfx/flechita2.gif);
	background-repeat: no-repeat;
	}

#sidebar ul.children li a {	
	margin:0px;
	list-style:none;
	padding:0px 0px 0px 25px;
	font-weight:normal;
	}


#sidebar ul.children li a:link, 
#sidebar ul.children li a:visited  {
	color:#494f59;
	}

#sidebar ul.children li a:hover {
	color:#666b74;
	}	
	
/*-- SIDEBAR DESTACADOS --*/
#sidebar_destacados h2{
	color:#494f59;
	font-weight:bold;
	padding:5px;
	text-transform:uppercase;
	font-size:16px;
	}

#sidebar_destacados ul{
	padding:0px 10px 0 10px;
	margin:0px;
	list-style-type:none;
	}

#sidebar_destacados ul li{
	line-height:24px;
	border-bottom:1px dotted #666b74;
	background-image:url(gfx/flechita.gif);
	background-repeat: no-repeat;
	}

#sidebar_destacados ul li a			{display:block; width:90%; padding:0px 0px 0px 15px; font-weight:normal;}
#sidebar_destacados ul li a:link,
#sidebar_destacados ul li a:visited	{color: #494f59; }
#sidebar_destacados ul li a:hover		{color:#666b74; }

/*-- FOOTER --*/	

#footer{
	background-image:url(gfx/pie.png);
	background-repeat:no-repeat;
	height:86px;
	color:#FFF;
	padding:35px;
	margin:auto;
	}

#footer ul{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	}

#footer li{
	display: inline;
	list-style-type: none;
	}

#footer a { padding: 3px 10px; }

#footer a:link, 
#footer a:visited{
	color: #666b74;
	background-color: #cec425;
	text-decoration: none;
	}

#footer a:hover{
	color: #666b74;
	background-color: #ddde93;
	text-decoration: none;
	}

#searchForm 			{width:250px; float:right; margin:-13px}
#searchForm fieldset 	{border:none;}
#searchForm form 		{margin:0px; }
#searchForm input		{border:1px solid #666b74; background-color:#ddde93; color:#666b74; padding:3px;}


/* --- FIXED --- */
.clear{
	clear:both;
	}
	
/* --- FOTOS --- */

img.size-full {
	border:5px solid #666b74;
}
.wp-caption {
	background-color: #666b74;
	color:#e7e7e7;
	font-size:10px;
	padding-bottom:1px;
}
element.style  {
width:540px;
}

/* --- COMENTARIOS --- */

#comentarios {
	background-image:url(gfx/comentarios_fondo.png);
	background-repeat:repeat;
	height:22px;
	width:30%;
	float:left;
}
#comentarios a {
	text-decoration:none;
}
#comentarios a:link, a:visited {
	color:#666b74;
}
#comentarios a:hover {
	color:#84888f;
}
/* --- CATEGORIA --- */

#categoria {
	background-image:url(gfx/categoria_fondo.png);
	background-repeat:repeat;
	height:22px;
	width:70%;
	float:left;
}
#categoria a {
	text-decoration:none;
}
#categoria a:link, 
#categoria a:visited {
	color:#666b74;
}
#categoria a:lhover {
	color:#84888f;
}

/* --- RELACIONADOS --- */

#relacionados {
	background-color:#e8e6c6;
	width:100%;
	float:left;
}
#relacionados h2 {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#e8e6c6;
	color:#666b74;
	font-size:14px;
	margin-top:15px;
}
#relacionados ul {
	padding:0px 10px 15px 10px;
	margin:0px;
	list-style-type:none;
	}

#relacionados ul li {
	background-image: url(gfx/flechadoble.png);
	background-repeat: no-repeat;
	padding-left:30px;
	padding-top:1px;
}
#relacionados ul li  a{
	text-decoration:none;
}
#relacionados ul li  a:link, 
#relacionados ul li  a:visited {
	color:#666b74;
}
#relacionados ul li  a:hover {
	color:#84888f;
}

/* --- PUBLICIDAD --- */
#google1 {
	margin:6px;
}
#google_not {
	background-color:#666B74;
	padding-left:100px;
	width:443px;
}
#google_not2 {
	background-color:#e8e6c6;
	padding-left:100px;
	width:443px;
	padding-bottom:25px;
}
.linkcat {
	list-style:none;
}
#banner_head {
	width:728px;
	height:90px;
	position:absolute;
	margin: 60px 0 0 255px;
}
/* --- Titulo --- */
a.titulo {
	color:#c3b91b;
}
a.titulo:link, a.titulo:visited {
	color:#c3b91b;
}
a.titulo:hover {
	color:#ded540;
}
#p404 {
	float:left;
	width:543px;
}
