/*
Theme Name: Regulus
Theme URI: http://www.binarymoon.co.uk/regulus/
Version: 2.2
Description: 2 column customizable theme from <a href="http://www.binarymoon.co.uk/">Binary Moon</a>
Author: Ben Gillbanks
Author URI: http://www.binarymoon.co.uk/
*/

* {
	margin:0; padding: 0;
	font:1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Sans-Serif;
}

/* ---------------------------------
- GENERIC GUFF (APPLIES SITE WIDE) -
--------------------------------- */

body {
	font-size:0.625em;
	/*_font-size:10px;*/ /*la acabo de quitar*/
	text-align:center;
	background: url( images/fondo_ttb.gif ) repeat-x top fixed #111;  /*fixed,fondo fijo*/
}

h1, h2, h3, h4, h5, h6 {
	font-size:1.7em;
	font-weight:normal;
}

a {
	color:#B52828; /*antes 433*/
	text-decoration:none;
	border-bottom:1px dotted #c99;
}

a:hover {
	border:none;
	color:#333333;  /*color:#E65C5C; B52828*/
}


a img {
	border:none; /* solo funciona si el valor es none, porque????*/
}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

.skipnav {
	position:absolute;
	top:-999px; 
	left:-999px;
}

img {
	margin:0.2em 0.2em 0.2em 0.2em;
}

.i_left {
	float:left;
	margin:0 8px 8px 0; 
	padding:4px;
	border:0px solid #edd;
}

.i_right {
	float:right;
	margin:0 0 8px 8px;  
	padding:4px;
	border:0px solid #edd;
}

table, tr, td, th {
	margin:auto; padding:auto; border:auto;
}

td, th {
	padding:8px;
	vertical-align:top;
}

th {
	font-weight:bold;
	background:#edd;
}

td {
	border:1px solid #edd;
}

code, pre {
	font-family:monospace;
	font-size:1.3em;
	display:block;
	padding:10px;
	background:#edd;
}

.wp-smiley {
	vertical-align:-30%;
}

/* ------
- FORMS -
------ */

input, textarea {
	padding:2px;
	border-width:1px;
}

input:focus, textarea:focus, .passwordPost label input:focus {
	background:#fee;
}

#sidebar input, #sidebar textarea {
	width:110px;
}

.button, .passwordPost input {
	background:#D01717;
	border-color:#B32A2A #720C0C #720C0C #B32A2A;
	color:#fff;
	padding:0; margin:0;
}

.passwordPost label input {
	background:#fff;
	border:1px solid #c99;
	border-color:#c99 #edd #edd #c99;
	padding:2px;
}

input:hover, textarea:hover {
	background:#eee;
	cursor:text;
}

.button:hover, .passwordPost input:hover {
	background:#FB4D4D;
	cursor:pointer;
}

.passwordPost label input:hover {
	background:#edd;
	cursor:text;
}

label:hover {
	cursor:pointer;
	color:#B52828;
}

/* -------------
- PAGE LAYOUT -
------------- */

#wrapper {
	width:730px;
	margin:15px auto;
	padding:0;
	overflow:hidden;
	background:url(images/bg.jpg) no-repeat #fff; /*imagen de fondo*/
	border:2px solid #410606;
	text-align:left;
}


/*aqui van todas las cabeceras*/
.hid_1 #header { background:url(images/bg_1.jpg) no-repeat #000; }
/*.hid_2 #header { background:url(images/bg_2.jpg) no-repeat #000; }*/
.hid_2 #header { background:url(images/cabecera_ttb.png) no-repeat #000; }
.hid_3 #header { background:url(images/bg_3.jpg) no-repeat #000; }
.hid_4 #header { background:url(images/bg_4.jpg) no-repeat #000; }
.hid_5 #header { background:url(images/bg_5.jpg) no-repeat #000; }
.hid_6 #header { background:url(images/bg_6.jpg) no-repeat #000; }
.hid_7 #header { background:url(images/bg_7.jpg) no-repeat #000; }
.hid_8 #header { background:url(images/bg_8.jpg) no-repeat #000; }
.hid_9 #header { background:url(images/bg_9.jpg) no-repeat #000; }

/* -------
- HEADER -
------- */

#header {
	display:block;
	height:140px;
	color:#fff;
	position:relative;
	margin:0px auto 0 auto;
	text-align:right;
	border-bottom:6px solid #151515;
}

#header h1 {
	font-size:2.2em;
	margin:0; padding:45px 95px 0 0;
}

#header p {
	padding:0 95px 0 0;
}

/* -----------
- NAVIGATION -
----------- */

ul#nav {
	position:absolute;
	bottom:0; left:0;
	margin:0 0 0 16px;
	list-style-type:none;
	width:700px;
}

ul#nav li {
	list-style-type:none;
	float:left;
	margin:0 0.3em 0 0;  /*separacion entre los botones del menu #nav*/
}

ul#nav li a {
	padding:4px 10px;
	/*border:none;*/
	/*text-transform:lowercase;*/
	color:#ccc;
	background:#D01717;
	border:1px solid #fff;
	border-bottom:none;
	border-color:#B32A2A #720C0C #720C0C #B32A2A;
	display:block;
	white-space:nowrap;
	_width:1em;
	font-weight:bold; /*nueva*/
}

ul#nav li a:hover {
	background:#333; /*FB4D4D*/
	/*border-color:#FB4D4D #720C0C #720C0C #FB4D4D;*/
	border-color:#666 #222 #222 #666;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

ul#nav .current_page_item a,
ul#nav .current_page_item a:hover {
	color:#fff;
	background:#151515;
	text-decoration:none;
	font-weight:bold;
	border-color:#333 #222 #000 #333;
	border-top:2px solid #D01717;
	padding:3px 10px 4px 10px;  /*para acomodar el borde superior rojo*/
}

/* -------------
- MAIN CONTENT -
------------- */

#content {
	width:460px;
	float:left;
	font-size:1.2em;
	overflow:hidden;
	border-left:12px solid #fff;
	border-bottom:20px solid #fff
}

.leftAlign #content {
	float:right;
	border-right:12px solid #fff;
	border-bottom:20px solid #fff
}


/*artículos, párrafos y cabeceras*/
#content p, #content li {
	color:#444;
}

#content p {
	margin:12px 0;
	line-height:1.5em;
}

#content h2 {
	font-size:1.5em;
	margin:16px 0 4px 0;
}

#content h2 em {
	font-size:0.7em;
	margin:0 0 0 1em;
	color:#c99;
 	font-style:normal;
}

#content h2 a {
	color:#B52828;
	border:none;
}

#content h2 a:hover {   /*enlace h2 articulo, cambiar f00*/
	color:#333333;
}

#content h3 {
	font-size:1.3em;
	color:#aaa;  /*ojo yo lo pondría como ccc*/
}

#content h4, #content h5, #content h6 {
	font-size:1.2em;
}

#content h3 a {
	color:#aaa;  /*ojo yo lo pondría como ccc*/
}

#content ol, #content ul, #content dl {
	padding:0 0 0 40px;
	margin:12px 0;
}

#content dt {
	font-weight:bold;
}

#content blockquote {
	margin:20px;
	padding:1px 10px 1px 70px;
	background:#edd url( images/bg_blockquote.gif ) top left no-repeat;
}

#content .info {
	color:#c99;
	font-size:1em;
	border-top:1px dotted #c99;
	font-style:normal;
	display:block;
	padding:4px 0;
}

#content .info a {
	color:#c99;
}

#content pre {
	background:#edd;
	padding:20px;
}

.widgets {
	clear:both;
	background:#edd;
	padding:8px 4px !important;
	list-style-type:none;
	overflow:hidden;
	border-left: 4px solid #151515;
	margin:0 0 4px 0 !important;
	_height:1%;
	
	border:none;
	background:none;
	margin:0 !important;
	padding:4px 0 !important;
}

.widgets a {
	color:#c99;
	border:none;
}

.widgets .read {
	padding-left:16px;
	background: url( images/post_read.gif ) no-repeat left center;
}

.widgets .comments {
	padding-left:16px;
	background: url( images/post_comment.gif ) no-repeat left center;
}

.widgets a:hover {   /*enlaces del menu lateral f11*/
	color:#B52828;
}

.widgets li {
	float:left;
	padding:2px 8px;
	color:#edd;
	border-right:1px dotted #c99;
}

#post_information {
	clear:both;
	margin:0 !important;
	display:block;
	padding:4px !important;
	background:#edd;
	overflow:hidden;
	color:#c99;
	border-bottom:4px solid #fff;
	_height:1%;
}

#post_information a {
	color:#c99;
}

#post_information li {
	display:inline;
	float:left;
	padding:0 4px;
}

#comments {
	clear:both;
	background:#edd;
	padding:15px;
}

#comments h2 {
	margin:0;
}

#comments dl {
	margin:0; padding:0;
}

#comments dt {
	padding:8px 0 0 0;
	font-size:1.2em;
	font-weight:normal;
	border-top:1px dotted #c99;
	color:#333;
}

#comments dt a {
	font-weight:bold;
}

#comments dt img {
	border:2px solid #fff;
	float:right;
	display:block;
	width:30px; height:30px;
	background: url( images/gravatar.gif );
}

#comments dt.highlighted {
	padding:8px;
	background:#151515;
	border:4px solid #fff;
}

#comments dd.highlighted {
	background:#fff;
	padding:2px 8px;
}

#comments h3, #postComment h3 {
	padding:0; 
	margin:0 0 15px 0;
}

#postComment {
	background:#ddd;
	padding:15px;
}

#postComment label {
	width:120px;
	display:block;
	float:left;
	clear:both;
	margin:5px 0 0 0;
}

#postComment input, #postComment textarea {
	margin:5px 0 0 0;
	width:420px;
}

#postComment textarea {
	height:160px;
}

#postComment .button {
	padding:5px;
	clear:both;
	width:100px;
	margin:10px 0 0 0;
}

/* --------
- SIDEBAR -
-------- */

#sidebar {
	width:230px;
	float:right;
	color:#f99;
	line-height:1.5em;
	margin:0 0 16px 0;
	overflow:hidden;
	border-right:12px solid #fff;
}

.leftAlign #sidebar {
	border-left:12px solid #fff;
	border-right:none;
	float:left;
}

#sidebar h2 {
	clear:both;
	padding:16px 0 4px 0;
	font-size:1.4em;
	/*color:#720c0c;*/
	/*color:#b32a2a;*/
	color:#d01717;
}

#sidebar .col {
	width:100px;
	margin:0 10px 0 0;
	float:left;
}

#sidebar a {  /*enlace menu lateral*/
	display:block;
	padding:3px;
	border:none;
	color:#626262;
}

#sidebar a:hover { 
	color:#B52828;
}

#sidebar p {
	font-size:1.2em;
	margin:3px 0;
}

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

#sidebar li {
	_border:1px solid #fff;
	clear:both;
}
#sidebar ul ul {
	margin:0 0 0 2px;
	list-style-type:disc;   /*antes square*/
}

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

#sidebar #blogroll {
	list-style-type:disc;
	margin:0; padding:0;
}

#sidebar #blogroll li {
	border-color:#fff;
	margin:0 0 0 0;
}

#sidebar #blogroll ul li {
	list-style-type:disc;   /*antes square*/
	border-bottom:1px dotted #ddd;
}

#sidebar #about *, #sidebar .widget_text * {
	color:#666;
}

#sidebar #about, #sidebar .widget_text {
	border:5px solid #edd;
	padding:3px;
	color:#666;
}

#sidebar .widget_text {
	margin:3px 0;
}

#sidebar #about h2, #sidebar .widget_text h2 {
	padding:0; margin:0;
}

#sidebar #about a {
	display:inline;
	color:#B52828;
	text-decoration:underline;
}

#sidebar form .button {
	width:40px;
}

#sidebar #search {
	border:none;
	padding:15px;
	background:#151515;
	margin:0 0 4px 0;
}

#sidebar #search p {
	font-size:1em;
	margin:0; 
	padding:0;
}

#sidebar #subpages {
	list-style-type:none;
	margin:16px 0 0 0;
	border:5px solid #edd;
}

#sidebar #subpages a {
	border:none;
	display:block;
	font-size:1.2em;
	padding:4px;  /**/
}

#sidebar #subpages h2 {
	padding:8px; margin:0;
	color:#fff;   /*antes 666*/
	background:#151515;
}

#search label {
	color:#666;
	margin:0 5px 0 0;
}

/*Añadido ppor mí para los logos*/
ul#logos {
	clear:both;
	padding:4px;
	background:#edd;
	overflow:hidden;
	height:auto;
	border-top:1em solid #fff;   
	margin-top:12px;
	list-style-type:none;
}

#logos li {
	float:left;
	border:none;
	padding-left:0.7em;
	clear:none;
}

ul#feeds {
	clear:both;
	text-transform:uppercase;
	list-style-type:none;
	padding:8px;
	background:#edd;
	overflow:hidden;
	border-top:1em solid #fff;   /*antes 16px*/
	height:auto;
}

#feeds li {
	float:left;
	border:none;
	margin:0;
	clear:none;
}

#feeds h3 {
	font-size:1em;
	padding:4px;
	margin:3px;
}

#feeds a {    /*enlaces feeds*/
	display:block;
	padding:4px 4px 4px 24px;
	margin:3px;
	color:#c99;
	background: url( images/bg_feed.gif ) 3px center no-repeat;
}

#feeds a:hover {
	background-color:#fee;
}


/* -------
- FOOTER -
------- */

#footer {
	display:block;
	padding:1.5em 0 2.8em 1em;
	border-top:2px solid #151515;   /*antes 6px, el color?? sustituir por?*/
	color:#fff;
	clear:both;
	/*background:#D01717;*/ /*antigua en rojo*/
	background:url(images/pie_ttb.png) no-repeat #000;
	list-style-type:none;
	_height:1%;
}

#footer li {
	float:left;
	padding:0 8px;
	border-right:1px solid #ecc;
}

#footer li a {
	color:#fff;
	border-color:#c99;
}

/*este es nuevo, para que no subraye los enlaces al señalarlos*/
#footer li a:hover {    	
	text-decoration:none;
}


/*que no surte efecto*/
.contador a {
	margin: 4px;
	border:none;	
}


/* ---------------------
-- Wordpress calendario
--------------------- */
#wp-cal-container {
	border:3px solid #edd;   /*ojo antes era 5px*/
	margin:12px 0 0 0;
}

#wp-calendar {
	width:224px;   /*antes 220, asi cuadra con el cambio de arriba*/
	text-align:center;
	border-collapse: collapse;
}

#wp-calendar caption, #wp-calendar th {
	background:#edd;
	color:#999;
	padding:4px;
}

#wp-calendar td {
	padding:1px;
	border:none;
	color:#888;
}

#wp-calendar caption {
	font-weight:bold;
	background:#151515;
}

#wp-calendar #today {
	background:#d01717;
	/*font-weight:bold;*/
	color:#999;
}

#wp-calendar #today a {
	color:#fff;
	text-decoration:underline;	
}

#wp-calendar a {
	color:#720c0c;
	padding:0px;
	text-decoration:underline;
}

#wp-calendar a:hover {
	color:#000;
	background:#999;
	padding:0px;
	text-decoration:underline;
}


/*Formulario-recuadro de encuestas*/
#wp-encuestas-container{
  border:3px solid #edd;
  margin:12px 0 0 0;
}

#wp-encuestas {
	width:224px;   /*antes 220, asi cuadra con el cambio de arriba*/
	text-align:center;
	border-collapse: collapse;
}

#wp-encuestas caption {
	font-weight:bold;
	background:#151515;
}

/*Botones de navegación, situados al final de la página*/
#pageNav {
	overflow:hidden;
	height:34px;
	margin:32px 0 0 0;
}

#pageNav a {
	display:block;
	font-size:1.1em;
	width:auto;
	float:left;
	text-align:center;
	padding:0.4em 0.6em 0.4em 0.6em;
	background:#D01717;
	border-width:1px; 
	border-color:#B32A2A #720C0C #720C0C #B32A2A; /*añadida*/
	color:#ddd;	
	margin:0 5px 0 0;
	text-decoration:underline;
}

#pageNav a:hover {
	/*color:#333;*/
	/*background:#FB4D4D;*/
	color:#fff;
	background:#333;
	border-color:#666 #222 #222 #666;
	cursor:pointer;
	text-decoration:none;
}
