/*
Theme Name: WordPress DiamondPlate Castellano
Theme URI: http://wordpress.org/
Description: Un tema de WordPress minimalista basado en <a href="http://www.mikematas.com">el blog de Mike Matas</a>.
Version: 0.3
Author: Iban Goitia
Author URI: http://ibangoitia.com/
Tags: minimal, diamond plate, fixed width, single column, widgets

	DiamondPlate v0.3
	 http://ibangoitia.com/

	This theme was designed and built by Iban Goitia,
	whose blog you will find at http://ibangoitia.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


html, body, h1, h2, h3, h4, h5, ul, li, ol, blockquote, p { /* Resets margin and padding for elements that could have default margin or padding */
	margin: 0;
	padding: 0;
	}
html {
	background: #999999 url(images/bg2.jpg) repeat scroll center top;
	}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Lucida Grande, Arial, sans;
	background: transparent url(images/bg.jpg) no-repeat scroll center top;
	margin: 0 0 20px 0;
	line-height: 18px;
	color: #666666;
	/*text-shadow: #e2e3e5 0px 1px; comenté ésto para quitar los sombreados al texto*/
	}
h2, h3   {
	font-size: 1.8em;
	font-weight: bold;
	color: #515151;
	}
h3   {
	font-size: 1.8em;
	font-weight: bold;
	color: #999999;
	}

p {
	font-size: 1.4em;
	}
p p {
	font-size: 1em;
	}
a {
	color: #F20CAC;
	text-decoration: none;
	cursor: pointer;
	}
p a{
	color: #00AEEF;
	text-decoration: underline;
	}
h1 a{
	color: #03FF1E;
	}

p strong{
	color: #3D3D3D;
	}

p a:hover{
	text-decoration: none;	
	}

a img {
	border: none;
	}
h1 {
	font-size: 4em;
	letter-spacing: -0.07em;
	word-spacing: -0em;
	float: left;
	display: block;
	height: 50px;
	}
hr {
	display: none;
	}
#page {
	width: 600px;
	margin: 0 auto;
	position: relative;
	}

#header {
	float: left;
	width: 600px;
	padding: 20px 20px 5px;
	margin: 10px 0 50px;
	position: relative;
        background: #EFEFEF;
	}

a#sidebar_call,
a#feed,
a#twitter,
a#about,
a#back_to_top {
	float: right;
	display: block;
	height: 20px;
	width: 20px;
	margin: 5px 0 0;
	text-indent: -9999px;
	}
a.more {
	background: transparent url(images/more.png) no-repeat scroll left bottom;
	}
a.less {
	background: transparent url(images/less.png) no-repeat scroll left bottom;
	}
a#twitter {
	background: transparent url(images/twitter.png) no-repeat scroll left bottom;
	margin-right: 17px;
	}
a#feed {
	background: transparent url(images/feed.png) no-repeat scroll left bottom;
	margin-right: 17px;
	}
a#about {
	background: transparent url(images/about.png) no-repeat scroll left bottom;
	margin-right: 17px;
	}
a#back_to_top {
	background: transparent url(images/up.png) no-repeat scroll left bottom;
	position: fixed;
	bottom: 10px;
	right: 25px;
	
	}

	
#sidebar {
	position: absolute;
	right: -223px;
	top: 45px;
	width: 185px;
	background: url(images/tool-tip_top.png) no-repeat left top;
	padding: 10px 10px 10px 15px;
	text-shadow: none;
	color: #999;
	}
#sidebar .closing {
	display: block;
	position: absolute;
	bottom: -21px;
	left: 0;
	height: 21px;
	width: 213px;
	background: url(images/tool-tip_bottom.png) no-repeat left top;
	}
#sidebar h2 {
	padding-left: 10px;
	}
#sidebar a {
	color: #e2e3e5;
	font-size: 1.3em;
	display: block;
	padding-left: 20px;
	}
#sidebar table a {
	font-size: 1em;
	padding-left: 0;
	}
#sidebar a:link, #sidebar a:visited {
	}
#sidebar a:focus, #sidebar a:hover, #sidebar a:active {
	background: #3c44fe url(images/sidebarlink_bg.png) repeat-x top;
	color: #FFF;
	}
#sidebar ul ul {
	margin-bottom: 10px;
	}
#sidebar li {
	list-style: none;
	padding-top: 10px;
	border-top: 1px solid #666;
	}
#sidebar li:first-child {
	border-top: none;
	}
#sidebar li li {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	}
#sidebar table#wp-calendar {
	width: 100%;
	text-align: center;
	}
#sidebar li.recentcomments {
	display: block;
	padding-left: 20px;
	}
#sidebar .recentcomments a {
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
	}
#sidebar .widget_tag_cloud div {
	padding-left: 20px;
	margin-bottom: 10px;
	}
#sidebar .widget_tag_cloud a {
	display: inline !important;
	padding: 0;
	}
#sidebar form #s,
#sidebar form input[type="text"] {
	border: none;
	background: url(images/light_transparent.png) left top;
	color: #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans;
	padding: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 100px;
	}
#sidebar form #searchsubmit,
#sidebar form input[type="submit"] {
	margin: 0 5px 5px auto;
	float: right;
	}
#sidebar .widget_archive li,
#sidebar .categories li {
	display: block;
	}
#sidebar .widget_archive li a,
#sidebar .categories li a {
	display: inline;
	}
	
	
#content {
	/*font-size: 1.2em;*/
	padding-bottom: 32px;
	}

/* POSTS */
.post { margin: 0 0 80px; }

.post h2, .post h3 {
	float: left; 
	}
.post h3 {
	font-weight: normal;
	margin-left: 10px;
	}
.post h2 a, .post h3 a {
	display: block; 
	text-decoration: none;
	}
.post .meta .more_meta a {
	float: right;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0 0 10px;
	text-decoration: none;
	}
.post .meta {
	float: left;
	width: 640px;
	height: 40px;
	}
.papel_horizontal,
.papel_vertical {
	font-family: "Times New Roman", Georgia, sans-serif;
	font-size: 15px;
	line-height: 20px;
	clear: both;
	display: block;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #85878c;
	margin: 0 0 45px 0;
	position: relative;
	}
.papel_horizontal.amarillo,
.papel_vertical.amarillo {
	background-color: #FCEE21;
	}
.papel_horizontal.azul,
.papel_vertical.azul {
	background-color: #c9e9ff;
	}
.papel_horizontal.verde,
.papel_vertical.verde {
	background-color: #d4ffc9;
	}
.papel_horizontal.rosa,
.papel_vertical.rosa {
	background-color: #ED1E79;
	}
.papel_horizontal.violeta,
.papel_vertical.violeta {
	background-color: #d4c9ff;
	}
.papel_horizontal.negro,
.papel_vertical.negro {
	background-color: #000;
	}
.papel_horizontal { 
	width: 600px;
	}

.papel_vertical {
	width: 400px;
	margin: 0 auto 45px auto;
	}

.papel_horizontal .picShadow, .papel_vertical .picShadow {
	display: block;
	float: left;
	left: 0;
	bottom: -24px;
	height: 44px;
	position: absolute;
	}
.papel_horizontal .picShadow {
	background: transparent url(images/landscape-shadow.png) no-repeat center bottom;
	width: 640px;
	}
.papel_vertical .picShadow {
	background: transparent url(images/portrait-shadow.png) no-repeat center bottom;
	width: 440px;
	}
.entry h2, .entry h3 {
	float: none; 
	}
.comments p {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	}
.comments .meta h2 a {
	display: inline;
	}
a img {
	border: none;
	}



.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
	clear: both;
	}
.navigation .alignright,
.navigation .alignleft {
	font-size: 1.5em;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
	
li.comment {
	list-style: none;
	margin-bottom: 20px;
	}
.comment-author,
.comment-meta {
	display: block;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 10px;
	}
.comment-author {
	float: left;
	margin-right: 10px;
	}
.comment-author img {
	display: none;
	}
.comment-author cite {
	font-style: normal;
	}
.comment-author .says {
	display: none;
	}
.comment-meta {
	font-weight: normal;
	}
	
.comment-body em {
	clear:both;
	}
	
#respond {
	width: 482px;
	margin: 0 auto;
	background: url(images/screen_top.png) no-repeat left top;
	padding: 15px 19px 10px 19px;
	text-shadow: none;
	color: #999;
	position: relative;
	}
#respond .closing {
	display: block;
	position: absolute;
	bottom: -22px;
	left: 0;
	height: 22px;
	width: 518px;
	background: url(images/screen_bottom.png) no-repeat left top;
	}
#commentform {
	margin: 5px 10px 0 0;
	}
#commentform p {
	color: #e2e3e5;
	margin-bottom: 5px;
	}
#commentform a {
	color: #e2e3e5;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	}
#commentform input.text {
	margin: 5px 5px 5px 0;
	}
#commentform input.text,
#commentform textarea {
	border: none;
	background: url(images/light_transparent.png) left top;
	color: #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans;
	padding: 2px;
	margin-top: 5px;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	margin-bottom: 10px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
	
#footer {
	text-align: center;
	}
	
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

.comment-edit-link {
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0 0 10px;
	text-decoration: none;
	}
#cancel-comment-reply-link {
	color: #e2e3e5;
	font-size: 1.2em;
	}
.error h2 {
	padding: 200px 0;
	}
	
/* SHADOW HACK */

/*------------------------------------
	Title: Cross-Browser Text Drop Shadows
	Author: Scott Jehl, www.scottjehl.com, scott@scottjehl.com
	Date: 7/19/06
	http://creativecommons.org/licenses/by-nc-sa/2.5/
--------------------------------------*/

/*Appearance of Drop Shadow Text*/
span.shadow {
	top: 1px;
	left: 0;
	color: #e2e3e5;
	z-index: 10;
}

/*necessities*/
.highContrast {
	position: relative;
	color: #1a1a1a;
	z-index: 10;
}
.highContrast span {
	position: relative;
	z-index: 15;
}
span.shadow, span span.shadow {
	position: absolute;
	z-index: 10;
}	
span.comment-icon {
	display: none;
}

.landscape a, .portrait a {
	color: #1a1a1a;
	font-weight: bold;
	text-decoration: none;
}
.landscape a:hover, .portrait a:hover {
	color: #1a1a1a;
	font-weight: bold;
	text-decoration: underline;
}