/**
Theme Name: EldroMag
Author URI: http://wpjunction.com
Theme URI: http://wpjunction.com
Version: 1.0
Author: hpa
Description: EldroMag Theme Premium WP
*/

@import url('css/reset.css');
@import url('css/default.css');
@import url('css/slide.css');
@import url('css/comments.css');
@import url('css/jquery.tabs.css');
@import url('css/widgets.css');

body {
	background:#000000 url(images/background.gif) repeat-x 0 100%;
	font:normal 12px Arial, Verdana, Tahoma;
	color:#B2B2B2;
}

#body-in {
	background:url(images/body-in-bg.gif) repeat-x 0 0;
}

a {
	color:#9A0D0D;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
}

#wrapper {
	width:977px;
	margin:0 auto;
}

/* header */
#header {
}

#header-top {
	height:36px;
	font-size:11px;
	line-height:37px;
	overflow:hidden;
	margin-bottom:2px;
}

.icon {
	background:transparent url(images/all-icons.gif) no-repeat;
	padding-left:20px;
}

#date-now {
	float:left;
	background-position:0 10px;
	padding-left:24px;
	color:#D2D2D2;
}

#subcribe-form-wrap {
	background:url(images/top-rss-form-bg.gif) no-repeat 103px 8px;
	height:22px;
	float:right;
	padding-top:9px;
	width:330px;
}

#subcribe-form {
	position:relative;
	line-height:0;
}

#subcribe-form label {
	color:#A8A8A8;
}

.input-text,.input-submit {
	background-color:transparent;
	border:medium none;
	position:relative;
	color:#63747E;
	margin:0px;
}

.input-text {
	left:7px;
	width:186px;
	font-size:11px;
	color:#A8A8A8;
	text-transform:uppercase;
}

.input-submit {
	width:22px;
	padding:0;
	cursor:pointer;
	left:10px;
}

#rss-link {
	float:right;
	background-position:0 -28px;
	display:block;
	height:22px;
	padding-left:22px;
	margin:7px 7px 0 0;
}

#header-content {
	height:95px;
	padding:0 13px;
}

#branding {
	padding-top:21px;
}

#blog-title {
	font-size:28px;
	font-weight:bold;
	text-transform:uppercase;
}

#blog-description {
	
	padding-left:9px;
	float:left;
	height:19px;
}

#blog-description span {
	
	padding-right:9px;
	display:block;
	float:left;
	font:normal 11px Tahoma, Verdana, Arial;
	color:#FFFFFF;
	height:19px;
	line-height:17px;
}

#page-menu {
	height:42px;
	overflow:hidden;
	font-weight: bold;
}

.page_item {
	display:block;
	float:left;
	height:40px;
	padding-left:5px;
}

.page_item a {
	float:left;
	display:block;
	height:40px;
	line-height:43px;
	padding:0 15px 0 10px;
	color:#FFFFFF;
}
/*
#page-menu .current_page_item{
	background:url(images/menu-hover-bg.gif) no-repeat 100% 100%;
}*/

#page-menu .current_page_item a, .page_item a.hover {
	background:url(images/menu-hover-bg.gif) no-repeat 100% 0;
}

#page-menu .current_page_item, #page-menu li.hover {
	background:url(images/menu-hover-bg.gif) no-repeat 0 0;
}
#page-menu .current_page_ancestor a, .page_item a.hover {
	background:url(images/menu-hover-bg.gif) no-repeat 100% 0;
}
#page-menu .current_page_parent a, .page_item a.hover {
	background:url(images/menu-hover-bg.gif) no-repeat 100% 0;
}

#page-menu .current_page_parent, #page-menu li.hover {
	background:url(images/menu-hover-bg.gif) no-repeat 0 0;
}

#sidebar  .current_page_item {
	background:url(images/li_lateral_bg.jpg) no-repeat 100% 0;
}

#sidebar  .current_page_item  {
	background:url(images/li_lateral_bg.jpg) no-repeat 0 0;
}

	
	
/* container */
#container-top {
	background:url(images/container-top-bg.gif) no-repeat 0 100%;
	height:11px;
	margin-top: 10px;
}
#container{
	background:#2C2C2C url(images/container-bg.gif) repeat-y 0 0;
}

#container-in{
	background:#2C2C2C url(images/container-bg.gif) repeat-y 0 0;
	padding:0 10px;
}
#container-bottom {
	background:#000000 url(images/container-bottom-bg.gif) no-repeat 0 0;
	height:11px;
}

/* content */
#content {
	width:635px;
	float:left;
	text-align:justified;
}

/* content2 */
#content2 {
	width:957px;
	float:left;
	text-align:justified;
}
#content2 .post-top {
	background:url(images/post-top-bg-ancho.gif) no-repeat 0 0;
	padding-top:5px;
	background-color: #2C2C2C;
	
}
#featured { margin-bottom:6px; }

.post, #comments-wrap {
	background:#2C2C2C url(images/post-bg.gif) repeat-y 0 0;
	position:relative;
	margin-bottom:6px;
	width:635
}

.post-top {
	background:url(images/post-top-bg.gif) no-repeat 0 0;
	padding-top:5px;
	background-color: #2C2C2C;
	
}

.post-bottom {
	/* background:url(images/post-bottom-bg.gif) no-repeat 0 100%; */
	padding:10px 20px 1px;
}

.post .title {
	font: bold 16px 'Trebuchet MS', Tahoma, Verdana;
	color:#CCCCCC;
	margin-bottom:5px;
}

.post .title a {
	color:#CCCCCC;
}

.meta {
	background: transparent url(images/meta-bg.gif) no-repeat 0 0;
	font:normal 11px Tahoma;
	width:275px;
	height:26px;
	line-height:25px;
	padding-left:27px;
	margin-bottom:5px;
}

.meta .post-date, .meta a {
	color:#FFFFFF;
}

.meta .post-date {
	float:left;
}

.meta .keep-reading {
	float:right;
	margin-right:5px;
}

.single .meta {
/*	background:#989898 url(images/meta-single-bg.gif) no-repeat 0 0;*/
	background: transparent;
	width:611px;
	padding:0 7px;
	overflow:hidden;
}

.single .meta span {
	margin-right:10px;
	color:#FFFFFF;
}

.single .meta a {
	color:#DADADA;
}

.pagetitle {
	font:normal 21px Tahoma, Verdana, Arial;
	color:#C7C5C5;
	margin-bottom:10px;
}

.commentlist a { color:#A1A1A1; }

.commentlist a:hover { color:#FFFFFF; }

.navigation a { color:#FFFFFF; }


/* sidebar */
#sidebar {
	float:right;
	width:302px;
	font-weight:bold;
}
#sidebar  .widget-title{
	margin-bottom:10px;
}

.categorias{
	
	}
.widget { margin-bottom:8px; }


.widget-title {
	background: url(images/widget-title-bg.gif) no-repeat 0 0;
	font:normal 12px;
	color:#FFFFFF;
	height:27px;
	line-height:27px;
	margin-bottom:5px;
	padding:0 6px;
}
.widget ul{
	margin-bottom:30px;
}
.widget ul li {
	background:url(images/widget-list-separator.gif) repeat-x 0 100%;
	font:normal 11px;
	
	line-height:25px;
	padding:0 3px;
	color:#A1A1A1;
	overflow:hidden;
	width:292px;
}

.widget ul li  a{ 
	color:#FFFFFF;
}
.widget ul li  a:hover{ 
	color:#CCCCCC;
}
/* footer */
#footer {
	height:39px;
	margin-top:29px;
	text-align:center;
}

#blog-name, #blog-name span {
	background:transparent url(images/blog-name-bg.gif) no-repeat;
	background-position:0 0;
	display:block;
	float:left;
	height:23px;
	padding-left:5px;
}

#blog-name { margin:9px 8px 0 0; }

#blog-name span {
	background-position:100% 0;
	display:block;
	float:left;
	font:normal 12px Tahoma, Verdana;
	height:23px;
	line-height:21px;
	padding:0 5px 0 0;
	color:#FFFFFF;
}

#footer-text {
	font:normal 12px Tahoma, Arial, Verdana;
	line-height:39px;
	color:#FFFFFF;
}

#footer-text a, #footer-text a:hover {
	color:#FFFFFF;
}

.enlaces_portada a {
	font-size:10px;
	font-weight: bold;
	padding: 0 9px 0 9px;
	font-color:#cccccc;
	background:url(images/fondo-enlaces-portada-der.png) no-repeat 100% 0;
	color:#cccccc;
	}
	

 .enlaces_portada a:hover {
	color:#ffffff;
}


.enlaces_portada li {
	background:url(images/fondo-enlaces-portada-izq.png) no-repeat 0 0;
}