/*
Theme Name: Evanescence
Theme URI: http://srinig.com/wordpress/themes/evanescence/
Description: <a href="http://srinig.com/wordpress/themes/evanescence/">Evanescence</a> is a simple fluid width theme with two column layout. Right hand sidebar supports widgets. Tags and gravatars supported. Valid XHTML and CSS.
Version: 1.6
Author: Srini G
Author URI: http://srinig.com/wordpress
Tags: fluid width, variable width, blue, white, rounded corners, two columns, right sidebar, widgets, simple, valid CSS, valid XHTML

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Adaptación de: Miguel Ángel Molina
	http://7grados.injiniero.es
*/

body {
	background:#fff;
	color:#000;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:  Verdana, Arial, Sans-Serif;
	margin:5px;
	text-align:center;
}

p, blockquote {
	text-align: justify;
}

a {
	color:#0008bf;
	text-decoration:none;
}
a:hover {
	color:#fa0;
}

h1, h2, h3, h4, h5, h6 {
	color:#204000;
}

blockquote {
	-moz-border-radius: 10px;
	background: #fff;
	color:#777;
	padding: 1em;
}

blockquote blockquote {
	-moz-border-radius: 10px;
	background: #eee;
	color:#555;
	padding: 1em;
}

input {
	font-size:1.2em;
}

input[type=text], textarea{
	background:transparent;
	border:1px inset #204000;
}
input[type=submit] {
	background:#eee;
	border:1px outset #204000;
}

input[type=text]:focus, textarea:focus {
	background:#eee;
}

pre {
	border-left: 4px double #204000;
	font-size: 12px;
	font-family: monospace;
	color:#000;
	padding: 0 1em;
	margin: 0;
}

code {
	font-family: monospace;
	font-size: 12px;
	color:#204000;
}

textarea {
	font-size:1.2em;
}

img {
	border:0;
}


/* Layout */
#page {
	min-width:760px;
	margin:0 auto;
	text-align:left;
}
#wrapper {
	clear:both;
	margin:1em 5%;
}
#content {
	width:75%;
	float:left;
}
#sidebar {
	width:22%;
	float:right;
}
#footer { 
	clear:both;
	margin:0 5em;
}

/* Header */
#header {
	height:96px;
	background: url("images/header_bg_green.jpg") repeat-x;
	border: 1px solid transparent;
	-moz-border-radius: 8%;
}

#header div {
	height:96px;
	background: transparent url('images/esfera.png') no-repeat center left;
}

#header div div {
	height:96px;
	background:url('images/zx81_h.png') no-repeat 99% center;
}

#header div div div {
	height:auto;
	background:none;
}

.header-title {
	float:left;
	position:absolute;
	top:25px;
	left:10%;
	margin:5px;
}

.header-title h1 {
	margin:0;
	font-size:2.8em;
}
.header-title h1 a {
	background:transparent;
	color:#204000;
}
.header-title h1 a:hover {
	background:transparent;
	color:#53a600;
}
.header-title p {
	margin:0;
	padding-left: 150px;
	background:transparent;
	font-size: 1.8em;
	color:#204000;
}

#header .search {
	width:20%;
	float:right;
	padding:36px 5% 0 0 ;
}

#header #searchform input {
	width:100%;
	background:#acc4db;
	color:#fff;
	border:1px solid #fff;
	padding:0 0.2em;
}

#header #searchform input:focus {
	color:#666;
	background:#ffc;
}
/* Header ends here */


/* Sidebar*/
#sidebar {
	/* background: url('images/border.png') repeat-y top left; */
	color:#407f00;
	overflow:hidden;
}

#sidebar div {
	padding:2em 2em 4em 2em;
	background: url('images/vborder_bottom.png') no-repeat bottom left;
}

#sidebar div div {
	padding:0;
	background:none;
}


#sidebar #searchform {
	border: 1px solid #204000;
	-moz-border-radius: 10px;
	text-align:center;
	padding: 5px;
}

#sidebar h2 {
	border: 1px solid #204000;
	-moz-border-radius: 0 10px 10px 0;
/*	background: url('images/zx81.png') no-repeat 2px center; */
	color:#407f00;
	font-size:1.2em;
	font-weight:bold;
	font-variant:small-caps;
	margin:0 0 1px 0;
	padding: 2px;
}

#sidebar p {
	text-align:left;
	margin-top:0;
	color:#407f00;
}

#sidebar ul {
	list-style:none;
	margin-left:0;
	padding-left:0;
	font-size:1.1em;
}

#sidebar ul ul {
/*
	border: 1px solid #000;
	-moz-border-radius: 10px;
*/
	font-size:1em;
	padding-left:2px;
}

#sidebar ul ul ul{
	padding-left:1em;
}

#sidebar ul li {
	margin-top:2em;
}

#sidebar ul li li {
	margin:0;
}

#sidebar li li a {
	color:#0008bf;
	text-decoration:none;
}

#sidebar li li a:hover {
	color:#fa0;
}
/* Sidebar ends */

#content {
	text-align:justify;
}

h2.archive-title {
	font-size:1.4em;
}
h2.pagetitle {
	font-size:2em;
}

#content ul {
	list-style:url('images/list-style.png');
}


/* Post */
.post {
	margin:0 0 2em 0;
	clear:both;
}

.post-title {
	background: url('images/border.png') repeat-x bottom;
}

.post-title div {
	background: url('images/hborder_right.png') no-repeat bottom right;
}
.post-title h2, .post-title h3 {
	border: solid #204000;
	border-width: 0 1px 1px 0;
	-moz-border-radius: 10px;
	font-size:2em;
	font-weight:bold;
	margin:1em 1em 0 0;
	padding: 0 4px;
}

.post-title h2 a, .post-title h3 a{
	color:#0008bf;
}

.post-title h2 a:hover, .post-title h3 a:hover {
	color:#fa0;
}

.post-entry, .archives {
	font:1.2em/1.5em Verdana, Arial, Sans-Serif;
}


.post-entry p a.more-link {
	line-height: 1em;
}


.post-meta {
	clear:both;
	margin-top:1.6em;
	text-align: center;
	font-size:1.1em;
	color:#407f00;
}
/* Post ends */


/* Comments */
#comments {
	margin:0 7%;
}
#comments h3 {
	font-size:1.6em;
	margin: 0;
}
.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
}

.commentlist li {
	border: 1px solid #046;
	-moz-border-radius: 10px;
	background-color: #eee;
	padding: 1em 4px;;
	overflow:auto;
	margin-bottom: 1px;
}

.commentlist p {
	margin:0.5em 0;
	font:1.1em/1.5em Verdana, Arial, Sans-Serif;
	text-align:left;
}

.commentlist p a, .commentlist h4 a {
/*	border-bottom:1px solid #046; */
	color: #0008bf;
}

.commentlist p a:hover, .commentlist h4 a:hover {
	color: #fa0;
}

.commentlist h4 {
	font-size:1.3em;
	margin:0;
}
.commentlist cite {
	font-style:normal;
}
.commentlist img.avatar {
	float: right; margin: 0 0 0 10px; padding: 3px;
}
textarea#comment {
	width:100%;
	font-size:1.6em;
}

.commentlist .commentmetadata {
	text-align: right;
}

.xhtml-tags {
	color: #555;
}

/* Comment ends */


/* Search results */
.searchresult {
	clear:both;
}
.searchresult h3 {
	font-size:1.2em;
	margin:0;
	padding:1em 0 0 0;
}
.searchresult p {
	margin:0;
	padding:0 0 1em 0;
}
/* Search ends */
 
/* Footer */

#footer { 
	background:url('images/border.png') repeat-x top;
}

#footer div {
	background:url('images/hborder_left.png') no-repeat top left;
}

#footer div div {
	background:url('images/hborder_right.png') no-repeat top right;
}

#footer div div div {
	padding:3em;
	color:#407f00;
	text-align:center;
	font-size:1em;
}
/* Footer ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#0008bf;
}
#wp-calendar thead th {
	font-weight:bold;
	color:#204000;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
/* Calendar ends */


.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 5px 5px 0;
}

.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}

.wp-caption {
/*   border: 1px solid #ddd; */
   text-align: center;
/*   background-color: #f3f3f3; */
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 0.8em;
   line-height: 1em;
	 text-align: center;
   padding: 4px;
   margin: 0;
}

/* Widgets */
/*
#sidebar div div.textwidget, #sidebar div #calendar_wrap {
	border: 1px solid #000;
	-moz-border-radius: 10px;
	padding: 5px;
}
*/

#meta h2 {
		background: url('images/rss.png') no-repeat 2px center;
		padding: 2px 2px 2px 18px;
}
/* End Widgets */

/* Series */
.series_toc {
	float:left;
	font-size: 0.8em;
	text-align: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.series_toc h3 {
	border: 1px solid #000;
	-moz-border-radius: 10px;
	padding: 2px;
	margin-bottom: 1px;
}

.series_toc ol {
	margin:0 2px 0 0;
	padding:2px;
	border: 1px solid #000;
	-moz-border-radius: 10px;
	list-style-position: inside;
	line-height: 1em;
}

.series_links {
	font-size: 0.8em;
	line-height: 1em;
	text-align: center;
	clear: both;
}

/* End Series */

