/*  
Theme Name: XtraL1fe
Theme URI: http://wwww.globald1g1tal.com/
Description: Tema estandar para la red de blogs XtraL1fe
Version: 0.7
Author: Daniel Martinez
Author URI: http://wwww.globald1g1tal.com/
*/



/* Tipografias, colores y etiquetas iniciales  */

html, body {
	margin: 0;
	padding: 0;
}
body {
	font-size: 13px;
	font-family: 'Trebuchet MS', Arial, Verdana, Sans-Serif;
	background: #ECECEC;
	color: #666;
	text-align: center;
}
a { color: #1D78D0; }
a:hover { color: #1D78D0; }
blockquote {
	background: url(images/quote.gif) no-repeat center top;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
	color: #A4A4A4;
	font-size: 12px;
	font-style: italic;
	margin: 20px 0pt;
	padding: 20px 50px;
	text-align: justify;
	width: 330px;
}
.txt-center { text-align: center; }
.txt-left { text-align: left; }
.txt-bold { font-weight: bolder; }

/**********************
	Layout Principal  
***********************/

#page {
	width: 960px;
	text-align: left;
	margin: 20px auto;
	background: #FFF;
	border: 1px solid #CCC;
	overflow: hidden;
	padding: 10px 10px;
}

img {
	border: 0;
}


/* Estilos para el header */
#header { clear: both; }
#header h1 { margin: 0; }
#header #headerimg {
	width: 960px;
	height: 206px;
	text-indent: -999px;
}

/* Estilos para el contenido */
#content {
	float: left;
	width: 501px;
	overflow: hidden;
	margin-bottom: 30px;
}
#content .postheader { 
	clear: both; 
	overflow: hidden;
}
#content .postheader .date {
	background: url(images/bg_date.gif) no-repeat;
	line-height: 21px;
	padding: 20px 0 0 8px; 
	text-align: center;
	width: 63px;
	height: 56px;
	float: left;
}
#content .postheader .date .day {
	color:#333;
	font-size: 28px;
	font-weight: bold;
}
#content .postheader .date .month_year {
	color: #999;
	font-size: 10px;
}
#content .postheader .post-titles {
	margin-left:10px;
	float: left;
	width: 410px;
}
#content .postheader .post-titles .post-details {
	background: url(images/icons/nobody.gif) no-repeat scroll 0pt top;
	color:#666;
	font-size: 11px;
	height: auto !important;
	height: 24px;
	min-height: 24px;
	margin-top: -15px;
	padding-left: 30px;
}
#content .postheader .post-titles h2 a {
	color:#333;
	font: bold 22px/1em Arial, "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing:-1px;
	margin:0;
	padding:18px 0pt 0pt;
	text-decoration:none;
	text-transform:uppercase;
}
#content .post {
	border-bottom: 1px dotted #666;
	padding: 15px 0 30px;
}
#content .post .entry {
	padding: 5px 15px;
}
#content .btn_comment {
	background:url(images/bg_comment.jpg) no-repeat;
	height:50px;
	clear: both;
	overflow:hidden;
	display:block;
	padding-left: 58px;
}
#content .btn_comment a {
	color: #FFF;
	font: bold 16px/50px Arial, "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	background-color:inherit;
}
#content .btn_comment a span {
	float: left;
	margin-right: 30px;
}
/* Estilos para Nevegacion */
.navigation {
	color: #B7ADCB;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	margin: 20px 0 5px;
}
.navigation span {
	color:#FF0084;
	font-weight:normal;
	padding-left:3px;
	padding-right:3px;
}
.navigation a {
	border: 1px solid #DEDFDE;
	color: #1D78D0;
	font-weight: normal;
	padding: 2px 6px;
}

/* Estilos para el sidebar */
#sidebar {
	float: left;
	width: 250px;
	background: url(images/bg_topsidebar.jpg) no-repeat top left;	
	margin-bottom: 50px;
	overflow: hidden;
}
#sidebar .bsidebar {
	margin-top: 21px;
	background: url(images/bg_midsidebar.jpg) repeat-y top left;
}
#sidebar .bsidebar .asidebar {
	background: url(images/bg_botsidebar.jpg) no-repeat bottom left;
	height: auto !important;
	height: 270px;
	min-height: 270px;
	color: #333;
}
#sidebar .bsidebar .asidebar .bloque {
	clear: both;
	display: block;
	margin-bottom: 35px;
	padding: 0 10px 0 60px;
	font-size: 11px;
	color: #333;
}
#sidebar .bsidebar .asidebar .bloque ul { list-style: none; padding: 0; margin: 10px 0; }
#sidebar .bsidebar .asidebar .bloque a { color: #333; }
#sidebar .bsidebar .asidebar .bloque a:hover { color: #1D78D0; text-decoration: underline; }
#sidebar .bsidebar .asidebar .bloque span { font-weight: bolder; }
#sidebar .bsidebar .asidebar .bloque p { margin: 10px 0; }
#sidebar .bsidebar .asidebar .bloque h3 {
	font: bold 18px/36px Arial, "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing: -2.2px;
	margin: 0;
	color: #000;
	clear: both;
}

/*#########################
	Estilos Comunidad
 ##########################*/
#sidebar .bsidebar .asidebar .comunidad { background:url(images/bg_comunidad.jpg) no-repeat 0 0; }
#sidebar .bsidebar .asidebar .comunidad h3 { line-height: 1.5em; margin-bottom: 15px; }
#sidebar .bsidebar .asidebar .comunidad .comunidad-b1 { 
	float: left;
	width: 49%;
	margin: 0;
}
#sidebar .bsidebar .asidebar .comunidad div { 
	clear: both; 
	overflow: hidden;
	margin: 5px 0 10px;
}

#sidebar .bsidebar .asidebar .busqueda { background:url(images/bg_busqueda.jpg) no-repeat 0 0; }

/*###############################
	Estilos Ultimos Articulos
 ################################*/
#sidebar .bsidebar .asidebar .ultimos { background:url(images/bg_ultimos.jpg) no-repeat 0 0; }
#sidebar .bsidebar .asidebar .ultimos li { margin-bottom: 3px; }

/*#########################
	Estilos Calendario
 ##########################*/
#sidebar .bsidebar .asidebar .calendario { background:url(images/bg_calendario.jpg) no-repeat 0 0; }
#sidebar .bsidebar .asidebar .calendario h3 { line-height: 54px; }
#sidebar .bsidebar .asidebar .calendario ul { margin: 0; }

/*#########################
	Estilos Comentarios
 ##########################*/
#sidebar .bsidebar .asidebar .comentarios { background:url(images/bg_comentarios.jpg) no-repeat 0 0; }
#sidebar .bsidebar .asidebar .comentarios a { color: #666; text-decoration: none; }
#sidebar .bsidebar .asidebar .comentarios a:hover { color: #1D78D0; }
#sidebar .bsidebar .asidebar .comentarios .txtcomment { margin: 0; padding-bottom: 10px; }
#sidebar .bsidebar .asidebar .comentarios .cmt_link {
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

/*######################################## 
	Estilos Top Articulos y Categorias 
 #########################################*/
#sidebar .bsidebar .asidebar .toparticulos { background:url(images/bg_toparticulos.jpg) no-repeat 0 0; }
#sidebar .bsidebar .asidebar .categorias { background:url(images/bg_categorias.jpg) no-repeat 0 0; }
#sidebar .bsidebar .asidebar .toparticulos ul,
#sidebar .bsidebar .asidebar .toparticulos li,
#sidebar .bsidebar .asidebar .categorias ul,
#sidebar .bsidebar .asidebar .categorias li{ clear: both; }
#sidebar .bsidebar .asidebar .toparticulos li,
#sidebar .bsidebar .asidebar .categorias li{ overflow: hidden; }
#sidebar .bsidebar .asidebar .toparticulos a, 
#sidebar .bsidebar .asidebar .categorias a { float: left; width: 75%; }
#sidebar .bsidebar .asidebar .categorias ul.children { padding-left:25px; }
#sidebar .bsidebar .asidebar .toparticulos span, 
#sidebar .bsidebar .asidebar .categorias span { 
	float: right;
	padding-right: 10px;
	text-align: right;
	width: 15%;
}

/*#########################
	Estilos Top Autores
 ##########################*/
#sidebar .bsidebar .asidebar .topautores { background:url(images/bg_topautores.jpg) no-repeat 0 0; }
#sidebar .bsidebar .asidebar .topautores table { width: 95%; }
#sidebar .bsidebar .asidebar .topautores table th { font-size: 10px; }

#sidebar .bsidebar .asidebar .suscripcion { background:url(images/bg_suscripcion.jpg) no-repeat 0 0; }
#sidebar .bsidebar .asidebar .acercade { background:url(images/bg_acercade.jpg) no-repeat 0 0; }

/* Estilos para los Banners */
#banners {
	float: left;
	width: 209px;
	overflow: hidden;
}
#banners img, #banners iframe, #banners object, #banners embed { 
	margin: 9px 0 0 9px;
}

/* Estilo para el Footer */
#footer {
	clear: both;
	height: auto !important;
	height: 180px;
	min-height: 180px;
	background: url(images/bg_footer.jpg) repeat-x top left;
	text-align: center;
	font-size: 12px;
}
#footer #bot-banner {
	margin: 27px 0;
	clear: both;
	width: 100%;
	float: left;
}
#footer p {
	margin: 0;
	line-height: 36px;
}
#footer p a { color: #666; }
#footer p a.fot-enlace {
	margin-left: 30px;
	color: #999;
}


/* Estilos de Menu */
.menu { 
	height: 31px;
	background:url(images/bg_mnuopcion.jpg) repeat-x;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li { 
	padding-left: 12px;
	padding-right: 15px;
	display: inline;
}
.menu li a span { 
	color: #FF6600;
}
.menu, .menu li a { 
	font: bold 12px/31px Arial, "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
	background-color:inherit;
}

/* Estilos de RSS */

#lstFeeds {
	width:980px;
	margin: 0 auto;
	font-size:10px;
	color:#333333;
	overflow:hidden;
	padding-bottom:150px;
	margin-top:30px;
}
#lstFeeds a {
	color:#666;
	text-transform:uppercase;
}
#lstFeeds h2 a, 
#lstFeeds h2 a:hover  {
	text-decoration: none;
	text-transform: none;
}
#lstFeeds a:hover {
	color:#1D78D0;
	text-transform:uppercase;
}
#lstFeeds h2 {
	font-weight:bold;
	font-size:18px;
	font-family:Arial;
	letter-spacing:-2.2px;
	line-height:2.8em;
	margin: 0 0 0 70px;
	text-align: left;
}
#lstFeeds h2 a { color: #000; }
.renFeeds {
	overflow: hidden;
	background: url(images/bg_dottedLine.jpg) no-repeat left 32px;
	margin-top: 20px;
	width: 100%;
	clear: both;
}

.renFeeds .superluchas { background: url(images/rssimages/bgrss_superluchas.jpg) no-repeat 20px 3px; }
.renFeeds .esports { background: url(images/rssimages/bgrss_esports.jpg) no-repeat 2px 2px; }
.renFeeds .supersonic { background: url(images/rssimages/bgrss_supersonic.jpg) no-repeat 15px 3px; }
.renFeeds .supercomics { background: url(images/rssimages/bgrss_supercomics.jpg) no-repeat 8px 3px; }
.renFeeds .wowarena { background: url(images/rssimages/bgrss_wowarena.jpg) no-repeat 5px 3px; }
.renFeeds .cinecinecine { background: url(images/rssimages/bgrss_cinecinecine.jpg) no-repeat 10px 3px; }
.renFeeds .xpopro { background: url(images/rssimages/bgrss_xpopro.jpg) no-repeat 8px 4px; }
.renFeeds .culturad1g1tal { background: url(images/rssimages/bgrss_culturad1g1tal.jpg) no-repeat 3px -2px; }

.feedlst {
	float:left;
	width:308px;
	text-align:center;
	margin-right:28px;
}
.feedlst li {
	border-bottom:1px solid #CCC;
	line-height:1.5;
	list-style:none;
	text-align: left;
	padding: 0 0 5px 70px;
}
.feedlst ul, .feedrgt  {
	margin:0;   
	padding:0;	
}

/*####################################
	Estilos para los Comentarios
  ####################################*/
.commentlist {
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 98%;
}
.commentlist li {
	overflow: hidden;
	list-style:none;
	padding: 10px 0;
	border-bottom: 1px dotted #666;
	float: left;
}
.commentlist p {
	float: right;
	width: 350px;
}
.commentlist div {
	float: left;
	width: 117px;
}
#comment { width: 97%; }
