/**********************************************************************************/
body {
	background-color: #DDE5D9;
	font: 11px "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color: #888;
}
a, a:hover { color: #8ab459; text-decoration: none; }
/********************************************************************************/
#mini-nav{
	width: 20px;
	float: left;
	margin: 5px;
	padding-top: 30px;
	position:fixed;
}

#mini-nav img{
	margin:1px;
}

#content {
	text-align: left;
	border-top:solid 1px #CED4CA;
	border-bottom:solid 3px #CED4CA;
	border-left:solid 1px #CED4CA;
	border-right:solid 3px #CED4CA;
	margin: 5px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	background-color:#FFFFFF;
}

#sidebar-1 {
	width: 170px;
}

#sidebar-2 {
	width: 170px;
}

#sidebar-3 {
	width: 170px;
}

#logo {
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 20px;
}

#logo a {
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: .1em;
	color: #63b4cd;
	line-height: .9em;
}

#logo div {
	margin-top: .2em;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .05em;
	color: #8ab459;
}
/********************************************************************************/
.sidebar {
	text-align: left;
	padding: 20px;
	border-top:solid 1px #CED4CA;
	border-bottom:solid 3px #CED4CA;
	border-left:solid 1px #CED4CA;
	border-right:solid 3px #CED4CA;
	margin: 5px;
	background-color:#FFFFFF;
	font-size: 0.9em;
} 

.post {
	border-bottom:solid 1px #DEE4DA;
	padding-top:30px;
	padding-bottom:0px;
}

.post img, .page img{
	border: 1px solid #ced4ca;
	padding: 3px;
	margin: 5px;
}
	
.post a img, .page a img {
	border: 1px solid #63b4cd;
}

.post a:hover img {
	border: 1px solid #777;
}

.post-titulo {
	color:#ACB200;
	margin:0px;
	margin-bottom:2px;
}

.postmeta {
	margin-top: 0;
	padding-top: 1px;
	font-size: 0.9em;
	color: #999;
}
	
.comentarios-link{
	padding: 0 0 0 17px;
	background: url(../images/commentslink.gif) no-repeat center left;
}	
/**********************************************************************************/
/*Tipografia*/
h1,
h2,
h3{	font-family: "Lucida Grande", Tahoma, Arial, sans-serif; }

h1 { text-indent: -9000px; margin: 0; display: none;}
h2 { margin-top: 25px; margin-bottom: 0; font-size: 16px; }
h2 a { color: #63b4cd; }
h3 { font-size: 14px; color: #666; }

p {	line-height: 1.5em;	margin: 1.2em 0; }

ol, ul {
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
}
ul li,
ol li{ 
	margin-bottom: 0.2em;
	list-style-type: none; 
}

#content .post li {
	list-style-type: disc;
}

img, a img{ border:0px;}

a, a:hover { color: #8ab459; text-decoration: none; }
a:hover { color: #777; }

em{
	font-style: normal;
	font-weight: bold;
	color: #ef6c6c;
	}

blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
	}

pre{
	display: block;
	margin: 1.0em 1.5em 1.0em 0;
	padding-left: 0.8em;
	border-left: 1px solid #ccc;
	background-color: #eee;
	overflow: auto;
	}

code{font-family: monospace;  font-size: 11px; background-color: #eee;}
pre code{ line-height: 1.3em;}

kbd{
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

del, del * { text-decoration: line-through; }

.small {
	font-size: 0.9em;
	color: #999;
	}
/***********comentarios***************/

#comment{
	width: 100%
}
.comentarios{
	border:1px solid #DEE4DA;
	background-color: #F3F3F3;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.odd {
	background: #F3F3F3;
}
.even {
	background: #FCFCFC;
}
.commentarios li {
	border:1px solid #DEE4DA;
	background-color: #F3F3F3;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	}
.commentarios li:hover{ background-color: #fff; }

.comentariosmeta {
	margin-top: 0;
	padding-top: 1px;
	font-size: 0.9em;
	color: #999;
	}
.comentariostitulo {
	margin:0px;
	margin-bottom:2px;
}
/*********sidebars***************/
.sidebar h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	color: #63b4cd;
	background: url(../images/arrow.gif) no-repeat center right;
	font-size: 1.1em;
}

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

.sidebar ul ul,
#ft ul {
	margin: 1.0em 0 1.5em 0;
	border-top: 1px solid #dee4da;
}

.sidebar ul ul li,
#ft ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #dee4da;
}

.sidebar ul ul li a,
#ft ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 10px 0 10px;
} 

.sidebar ul ul li a:hover,
#ft ul li a:hover {
	background-color: #f3f3f3;
}
/****************************/
.linkpermanente{
	padding: 0 0 0 17px;
	background: url(../images/permalink.gif) no-repeat center left;

}
/**********formularios*********/
input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #555;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}


#comment-form input {
	margin-right: 20px;
}
/*******pagina est·tica*********/
#pagina {
	border-bottom:solid 1px #DEE4DA;
	padding-top:30px;
	padding-bottom:0px;
}

#pagina img {
	border: 1px solid #ced4ca;
	padding: 3px;
	margin: 5px 0 5px 0;
}

#pagina a img {
	border: 1px solid #63b4cd;
}

#pagina a:hover img {
	border: 1px solid #777;
}

.pagina-titulo{
	color: #63B4CD;
	margin:0px;
	margin-bottom:2px;

}

.ir {
	float: right;
	margin-left: 5px;
}

.il {
	float: left;
	margin-right: 5px;
}

p.tar {
	text-align: right;
}

.caption {
	color: #444;
}*/
/**********gravatar***************/
.gravatar{
	float:right;

}
/*********Privado-comentarios***************/
.comentarios-autor{
	border:1px solid #B2FF66;
	background-color: #95FFCE;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}

.comentarios-autor li {
	border:1px solid #B2FF66;
	background-color: #95FFCE;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	}
	
.comentarios-autor li:hover{ background-color: #fff; }

/**********************************************/
#searchform{
width:100%;

}

/*********YUI CUSTOMISATION*********************/
#bd, #ft {
	margin-left: 30px;
}

#bd #yui-main .yui-ge .yui-u {
	width: 28%;
}

#bd #yui-main .yui-ge div.first {
	width: 70%;
}

input[type="text"], input[type="password"], textarea {
	width: 9.7em;
}

/* == Code Highlighting == */
#content code span.comment {
	color: #BD48B3;
}

#content code span.string {
	color: #99FF00;
}

#content code span.brackets {
	
}

#content code span.symbol {
	color: #6BCFF7;
}

#content code span.keywords {
	color: #FF8400;
}

#content code span.erb {
	background: #333;
}

#content code span.symbol {
      color: #07DFFC;
}

/** HTML **/
#content code.html span.tag {
	color: #FF8400;
}

#content code.html span.attribute {
	color: #FFD500;
}

#content code.html span.string {
	color: #99FF00;
}

#content code.html span.comment {
	color: #999;
}

#content code.html span.doctype {
	color: #D7FF80;
}



/* Code highlighting have to try this*/

/* .rb */

#content code.ruby span.comment {

  color: #5f5a60;

  font-style: italic;

}

#content code.ruby span.string {

  color: #8f9d6a;

}

#content code.ruby span.brackets {

  

}

#content code.ruby span.symbol {

  color: #cf6a4c;

}

#content code.ruby span.constants {

  color: #cf6a4c;

}

#content code.ruby span.keywords {

  color: #cda869;

}

#content code.ruby span.instance {

  color: #7587a6;

}

#content code.ruby span.method {

  color: #9b7a3f;

}

#comment-email {
    display: none;
}

.error_image {
	background: transparent url(../images/error_image.jpg) no-repeat;
	width: 500px;
	height: 333px;
}