/*
Theme Name: Regulus / Elentir.info version
Theme URI: http://www.elentir.info
Version: 2.1.3
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  Verdana, Arial, 'Lucida Grande',  'Lucida Sans Unicode', Sans-Serif;
}

/* ---------------------------------
- GENERIC GUFF (APPLIES SITE WIDE) -
--------------------------------- */

body {
	font-size:0.625em;
	_font-size:10px;
	text-align:center;
	background:url(images/headerfondo2007.gif) repeat-x top;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1.7em;
	font-weight:normal;
}

a {
	color:#72183B;
	text-decoration:none;
	border-bottom:0px dotted #ccc;
}

a:hover {
	border:none;
	color:#72183B;
}

a img {
	border:none;
}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

.skipnav {
	position:absolute;
	top:-999px; left:-999px;
}

.i_left {
	float:left;
	margin:0 8px 8px 0;
	padding:4px;
	border:0px solid #eef;
}

.i_right {
	float:right;
	margin:0 0 8px 8px;
	padding:4px;
	border:0px solid #eef;
}

table, tr, td, th {
	margin:auto; padding:auto; border:auto;
}

td, th {
	padding:8px;
	vertical-align:top;
}

th {
	font-weight:bold;
	background:#eef;
}

td {
	border:0px solid #C0C0C0;
}

code, pre {
	font-family:monospace;
	font-size:1.3em;
	display:block;
	padding:10px;
	background:#eef;
}

.wp-smiley {
	vertical-align:-30%;
}

/* ------
- FORMS -
------ */

input, textarea {
	padding:1px;
	border-width:2px;
}

input:focus, textarea:focus, .passwordPost label input:focus {
	background:#fff;
}


.button, .passwordPost input {
	background:#72183B;
	border-color:#B4255F #B4255F #491027 #491027;
	color:#F0B9CF;
	padding:0; margin:0;
}

.button2, .passwordPost input {
	background:#72183B;
	border-color:#B4255F #B4255F #491027 #491027;
	color:#F0B9CF;
	padding:0; margin:0;
}

.passwordPost label input {
	background:#F6F7F7;
	border:1px solid #99c;
	border-color:#99c #eef #eef #99c;
	padding:2px;
}

input:hover, textarea:hover {
	background:#ffc;
	cursor:text;
}

.button:hover, .passwordPost input:hover {
	background:#246;
	cursor:pointer;
}

.passwordPost label input:hover {
	background:#ffc;
	cursor:text;
}

label:hover {
	cursor:pointer;
	color:#68f;
}

/* -------------
- PAGE LAYOUT -
------------- */

#wrapper {
	width:982px;
	margin:0px auto;
	padding:0;
	overflow:hidden;
	background:#fff;
	border:0px solid #F6F7F7;
	text-align:left;
}

.hid_1 #header { background:url(images/bg_1.jpg) no-repeat #fff; }
.hid_2 #header { background:url(images/bg_2.jpg) no-repeat #fff; }
.hid_3 #header { background:url(images/bg_3.jpg) no-repeat #fff; }
.hid_4 #header { background:url(images/bg_4.jpg) no-repeat #fff; }
.hid_5 #header { background:url(images/bg_5.jpg) no-repeat #fff; }
.hid_6 #header { background:url(images/bg_6.jpg) no-repeat #fff; }
.hid_7 #header { background:url(images/bg_7.jpg) no-repeat #fff; }
.hid_8 #header { background:url(images/bg_8.jpg) no-repeat #fff; }
.hid_9 #header { background:url(images/bg_9.jpg) no-repeat #fff; }

/* -------
- HEADER -
------- */

#header {
	display:block;
	height:120px;
	color:#fff;
	position:relative;
	margin:0px auto 0 auto;
	text-align:right;
	border-bottom:0px dotted #fc0;
}

#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:-35px;
	background:url(images/fondomenu.jpg) #EEF0F0;
	_bottom:32x;
	margin:0 0 0 22px;
	list-style-type:none;
	width:1004px;
}

ul#nav li {
	list-style-type:none;
	float:left;
	margin:0 0.5em 0 15px;
}

ul#nav li a {
	padding:5px 10px 5px 10px;
	border:0px dotted #F6F7F7;
	color:#F0B9CF;
	border:0px dotted #F6F7F7;
	border-bottom:0px dotted;
	border-color:#F6F7F7 #DDE1E1 #ddd #FDFDFD;
	display:block;
	white-space:nowrap;
	_width:1em;
}

ul#nav li a:hover {
	background:url(images/fondomenuover.gif) #72183B;
	color:#fff;
	text-decoration:none;
}

ul#nav .current_page_item a,
ul#nav .current_page_item a:hover {
	color:#fff;
	background:url(images/fondobotonnegro.gif) #fff;
	border:0px solid #F6F7F7;
	border-bottom:0px solid;
	text-decoration:none;
	border-color:#000 #000 #000 #000;
}

/* -------------
- MAIN CONTENT -
------------- */

#content {
	width:425px;
	float:left;
	font-size:1.1em;
	overflow:hidden;
	margin:0 0px 0px 12px;
	border-left:0px solid #fff;
	border-bottom:0px solid #fff
}

#content a{
    color:#2d2d2d;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}

#content a:hover {
	color:#72183B;
}

.leftAlign #content {
	float:right;
	border-right:12px solid #fff;
	border-bottom:20px solid #fff
}

#content p, #content li {
	color:#000;
}

#content p {
	margin:12px 0;
	line-height:1.5em;
	text-align:justify;
}

#content h2 {
	font-size:1.8em;
    color:#72183B;
	text-align:left;
	margin:24px 0 4px 0;
}

#content h3 a {
	color:#72183B;
	text-decoration:none;
}

#content h2 em {
	font-size:0.7em;
	margin:0 0 0 1em;
	color:#72183B;
 	font-style:normal;
}

#content h2 a {
	color:#72183B;
	border:none;
	text-decoration:none;
}

#content h2 a:hover {
	color:#B4255F;
}

#content h3 {
	font-size:1.4em;
	color:#aaa;
}

#content h4, #content h5, #content h6 {
	font-size:1.2em;
}

#content h3 a {
	color:#72183B;
}

#content h3 a {
	color:#72183B;
	text-decoration:none;
}

#content h4 a {
	color:#000;
}

#content ol, #content ul, #content dl {
	padding:0 0 0 40px;
	margin:12px 0;
}

#content dt {
	font-weight:bold;
}

#content blockquote {
	margin:0px;
	padding:1px 0px 1px 70px;
	background: url( images/bg_blockquote1a.gif ) top left no-repeat;
}

#content .info {
	color:#aaa;
	font-size:0.9em;
	font-weight:normal;
	border-top:0px dotted #72183B;
	font-style:normal;
	display:block;
	padding:4px 0;
}

#content .info a {
	color:#aaa;
	font-weight:normal;
	text-decoration:none;
	border-bottom:0px solid #72183B;
}

#content pre {
	background:#eef;
	padding:20px;
}

.widgets {
	clear:both;
	background:#eef;
	padding:8px 4px !important;
	list-style-type:none;
	overflow:hidden;
	border-left: 4px solid #fc0;
	margin:0 0 4px 0 !important;
	_height:1%;
	
	border:none;
	background:none;
	margin:0 !important;
	padding:4px 0 !important;
}

.widgets a {
	color:#99c;
	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 {
	color:#72183B;
}

.widgets li {
	float:left;
	padding:2px 8px;
	color:#eef;
	border-right:1px dotted #99c;
}

#post_information {
	clear:both;
	margin:0 !important;
	display:block;
	padding:4px !important;
	background:#eef;
	overflow:hidden;
	color:#72183B;
	border-bottom:4px solid #fff;
	_height:1%;
}

#post_information a {
	color:#ddd;
}

#post_information li {
	display:inline;
	float:left;
	padding:0 4px;
}
#comments {
	clear:both;
	background:#fff;
	padding:0px;
}

#comments h2 {
	margin:0;
}

#comments dl {
	margin:0; padding:0;
}

#comments dt {
	padding:10px 0 0 0;
	font-size:1.2em;
	border-top:1px dotted #ddd;
	color:#333;
}

#comments dt.highlighted {
	padding:8px;
	background:#fff;
	border:4px dotted #fff;
}

#widecolumn subscription-manager {
	width:300px;
}

#comments dd.highlighted {
	background:#fff;
	padding:2px 8px;
}

#comments h3, #postComment h3 {
	padding:0; margin:0 0 15px 0;
}

#postComment {
	background:#fff;
	padding:0px;
}

#postComment label {
	width:320px;
	display:block;
	float:left;
	clear:both;
	margin:5px 0 0 0;
}

#postComment input, #postComment textarea {
	margin:0px 0 0 0;
	width:390px;
}

#postComment textarea {
	height:160px;
}

#postComment .button {
	padding:5px;
	clear:both;
	width:100px;
	margin:10px 0 0 0;
}

/* --------
- SIDEBLOG -
-------- */

#sideblog {
	margin:0 0px 13px 20px;
	overflow:hidden;
	border-right:0px solid;
    border-color:#ff0000;
}

#sideblogh3 {
	font-size:1.2em;
    font-color:#72183B;
}

/* --------
- SIDEBAR -
-------- */

#sidebar {
	width:510px;
	float:left;
	color:#000;
	line-height:1.5em;
	margin:0 0px 13px 20px;
	overflow:hidden;
	border-right:0px solid;
}

.leftAlign #sidebar {
	border-left:12px solid #F6F7F7;
	border-right:none;
	float:left;
}

/* --------
- TÍTULOS DEL SIDEBAR -
-------- */

#sidebar h2 {
	clear:both;
	padding:2px 0 9px 0;
	background-color:F6F7F7;
	font-size:1.0em;
    color:#aaa;
}

#sidebar h5 {
	font-size:1.0em;
}

#sidebar h6 {
	font-size:1.0em;
	font-weight:bold;
}

#sidebar h6 a {
	color:#72183B;
	font-weight:bold;
}

#sidebar h6 a:hover {
	color:#aaa;
}

#sidebar .col {
	width:100px;
	margin:0 10px 0 0;
	float:left;
}

#sidebar a {
	display:block;
	padding:1px;
	border:none;
	color:#72183B;
	font-weight:normal;
}

#sidebar a:hover {
	color:#aaa;
}

#sidebar p {
	font-size:1.2em;
	margin:6px 0;
}

#sidebar ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

/* --------
- esto modifica los bordes de la columna de temas -
-------- */

#sidebar li {
	_border:0px solid #F6F7F7;
	clear:both;
}

#sidebar ul ul {
	margin:1px 15px 0px 0px;
	list-style-type:none;
	border-bottom:0px solid #ddd;
}

#sidebar ul ul ul {
	list-style-type:none;
	margin:0; padding:2px;
}

#sidebar #blogroll {
	list-style-type:none;
	margin:0; padding:6;
}

#sidebar #blogroll li {
	width:200px;
	border-color:#F6F7F7;
	margin:0 0 0 0;
}

#sidebar #blogroll ul li {
    background:transparent url(images/puce.png) 2px .4em no-repeat;
    padding-left:0px;
	list-style-type:square;
	border-bottom:0px dotted #ddd; 
}


#sidebar #about *, #sidebar .widget_text * {
	color:#000;
}

#sidebar #about, #sidebar .widget_text {
	width:212px;
	border:0px solid #fff;
	padding:0px;
	color:#000;
}

#sidebar .widget_text {
	margin:10px 0;
}

#sidebar #about h2, #sidebar .widget_text h2 {
	padding:0; margin:0;
}

#sidebar #about a {
	display:inline;
	color:#72183B;
	text-decoration:underline;
}

#sidebar form .button {
	width:50px;
}

#sidebar form .button2 {
	width:40px;
}

#sidebar #search {
	border:none;
	padding:0px;
	background-color:F6F7F7;
	margin:0 0 8px 0;
}

#sidebar #search p {
	font-size:1.0em;
	background-color:F6F7F7;
	margin:0; padding:0;
}

#sidebar #subpages {
	list-style-type:none;
	margin:16px 0 0 0;
	border:5px solid #eef;
}

#sidebar #subpages a {
	border:none;
	display:block;
	font-size:1.2em;
	padding:8px;
}

#sidebar #subpages h2 {
	padding:8px; margin:0;
	color:#72183B;
	background:#fc0;
}

#search label {
	color:#72183B;
	margin:0 5px 0 0;
}

ul#feeds {
	clear:both;
	list-style-type:none;
	padding:0px;
	overflow:hidden;
	border-top:0px solid #F6F7F7;
    height:1%;
	margin:0;
}

#feeds li {
	float:left;
	border:none;
	margin:0;
	clear:none;
}

#feeds h3 {
	font-size:0.8em;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

#feeds a {
	display:block;
	padding:2px 2px 2px 22px;
	margin:4px;
	color:#808080;
	font-size:0.7em;
	font-weight:normal;
	background: url( images/bg_feed.gif ) 3px center no-repeat;
}

#feeds a:hover {
	color:#72183B;
}



/* -------
- FOOTER -
------- */

#footer {
	display:block;
	padding:30px -20px 0em 8px;
	border-top:0px solid #fc0;
	color:#666;
	clear:both;
	background: url( images/footer2007.gif ) 0px center no-repeat;
	list-style-type:none;
	_height:90px;
}

#footer li {
	float:center;
	padding:0 8px;
	border-right:0px solid #cce;
}

#footer li a {
	color:#666;
	border-color:#99c;
}

/* ---------------------
-- Wordpress calendar --
--------------------- */

#wp-cal-container {
	border:0px solid #fff;
	margin:20px 15px 20px 0;
}

#wp-calendar {
	width:200px;
	font-size:1.1em;
	text-align:center;
	border-collapse: collapse;
}

#wp-calendar caption, #wp-calendar th {
	background:url(images/fondomenuover.gif) #fff;
	color:#fff;
	padding:1px;
}

#wp-calendar td {
	padding:1px;
	border:none;
}

#wp-calendar caption {
	font-weight:normal;
	background:#fff;
}

#wp-calendar #today {
	background:#ddd;
	font-weight:normal;
	color:#000;
}

#wp-calendar a {
	color:#72183B;
	text-decoration:underline;
}

#pageNav {
	overflow:hidden;
	_height:1%;
	margin:32px 0 0 0;
}

#pageNav a {
	display:block;
	font-size:0.9em;
	width:11em;
	float:left;
	text-align:left;
	padding:0.0em;
	border:none;
	background:#fff;
	margin:0 5px 0 0;
	font-weight:normal;
	text-decoration:none;
}

#pageNav a:hover {
	color:#000;
	text-decoration:none;
}



/* Codigo para poder postear videos de Youtube en Wordpress*/

.googleVideo_holder, .yourTubeVideo_holder, .personalPlayerVideo_holder, .quickTimeVideo_holder{
text-align:center;
border: 1px solid #a9a9a9;
padding: 10px 10px 10px 10px;
background:rgb(200,200,200);
}

.googleVideo, .yourTubeVideo, .personalPlayerVideo, .quickTimeVideo{
border: 2px solid #a9a9a9;
background:rgb(255,255,255);
padding: 0px 0px 0px 0px;
}

.googleVideo_link, .yourTubeVideo_link, .personalPlayerVideo_link, .quickTimeVideo_link{
font-size:.8em;
width:100%;
text-align:right;
}

