/*
Theme Name: Epsilon Eridani - Zine
Theme URI: 
Description: Tema para Epsilon Eridani
Version: 0.1
Author: EGJ
Author URI: 
Tags: custom header, fixed width, three columns, widgets
*/


@import "style_reset.css";
@import "style_after.css";

@import "style_post.css";
@import "style_sidebar.css";
@import "style_libros.css";
@import "style_plugins.css";
@import "style_index.css";

body {
	background-image: url(imagenes/back.jpg);
	background-repeat: repeat;
	background-color: #220035;
	color: #ffffff;
}

a {
	color: #ed1c24;
}

/* Layout */

#wrap {
	float: none;
	width: 974px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#header {
	clear: both;
	width: 100%;
	height: 110px;
	margin: 0 0 0.25em 0;
	padding: 25px 0 0 0;
}

#nav {
	clear: both;
	width: 100%;
	height: 65px;
	background-image: url(imagenes/opacity40-50.png);
	background-repeat: repeat;
	margin: 0 0 0.5% 0;
	padding: 0;
}

#col_wrap {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}

#content {
	width: 72%;
	float: left;
	margin: 0 2% 2% 0;
	padding: 0;
	/* padding: 0.6em 0.6em 0 0.6em; */
	background-image: url(imagenes/opacity40-50.png);
	background-repeat: repeat;
	/*overflow: hidden;*/
}

#sidebar-1 {
	width: 24%;
	float: left;
	margin: 0;
	padding: 0 0.6em 0 0.6em;
	background-image: url(imagenes/opacity40-50.png);
	background-repeat: repeat;
	overflow: hidden;
} 

#sidebar_wrap {
	width: 24%;
	float: left;
	margin: 0 0 1% 0;
	padding: 0 0.6em 0 0.6em;
	overflow: hidden;
	background-image: url(imagenes/opacity40-50.png);
	background-repeat: repeat;
} 

#sidebar_wrap #sidebar-2 {
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
} 


#footer {
	clear: both;
	width: 96%;
	background-image: url(imagenes/opacity40-50.png);
	background-repeat: repeat;
	padding: 2%;
	margin: 2% 0 0 0;
}

/* Header  */

#header #logo {
	float: left;
	margin: 0 11em 0 0;
}

#header .ico {
	float: left;
	margin: 1em 2em 0 0;
}

#header .search_box {
	float: left;
	margin: 1.5em 0 0 0;
}

#header .search_box .box {
	float: left;
	color: #000;
	width: 190px;
	height: 30px;
	font-size: 1.2em;
	padding: 1px 0px 1px 0;
	vertical-align: top;  
	margin: 0 2px 0 0;  
	/*background: #fff url(imagenes/) repeat-x top;*/
}

#header .search_box .button {
	float: left;
	color: #FFFFFF;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

/* Nav */

#nav ul {
	list-style: none;
	position:relative;
	z-index:10;
}

#nav ul li {
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1.25% 0 0 0;
	width: 20%;
	position: relative;
	display: inline;
	float: left;
}

#nav ul li ul {
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

#nav ul li ul li {
	display: list-item;
	float: none;
	font-weight: normal;
}

#nav ul li ul li a {
	display: block;
	background-color: #220035;
	width: 200px;
	border: 1px solid #fff;
	padding: 5px;
}

#nav li .sub_info {
	font-size: 0.75em;
	font-weight: normal;
}

/* Footer */


#footer #footer_col1 {
	background-image: url(imagenes/opacity50.png);
	background-repeat: repeat;
	width: 25%;
	float: left;
}

#footer #footer_col2 {
	width: 24%;
	float: left;
	background-image: url(imagenes/opacity50.png);
	background-repeat: repeat;
}

#footer #footer_col3 {
	width: 24%;
	float: left;
	background-image: url(imagenes/opacity50.png);
	background-repeat: repeat;
}

#footer #footer_col4 {
	width: 24%;
	float: left;
	background-image: url(imagenes/opacity50.png);
	background-repeat: repeat;
}

#footer p {
	font-size: 0.75em;
	padding: 0.5em;
}

#footer .sidebar_box li {
	border-bottom: 0px solid #fff;
}

#footer p#copyright {
	clear: both;
	width: 100%;
	text-align: center;
	margin: 1em 0 1em 0;
	font-size: 0.75em;
}

