/*
Theme Name: QueChilo!
Theme URI: http://www.quechilo.com/
Description: Super chill (osea chilo en inglés) theme for wordpress.
Version: 0.1
Author: Fernando Quirós: Beauty design | Axel Valdez: Code poetry.
*/

*{
	margin: 0;
	padding: 0;
}
body{
	background: #272727 url(bg.gif) center 0 no-repeat;
	font: .8em arial, sans-serif;
	padding-bottom: 50px;
	color: #333;
}

a{
	color: #3a7081;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p{
	margin: 1em 0;
}

#wrapper{
	width: 985px;
	position: relative;
	margin: 0 auto;
	background: #fff url(graydot.gif) 611px 0 repeat-y;
	padding-bottom: 35px;
}

#header{
	width: 985px;
	height: 250px;
	background: url(header-bg.gif) left bottom repeat-x;
	border-bottom: 1px solid #ccc;
	position: relative;
	margin: 0 auto;
}

#header h1{
	width: 440px;
	height: 76px;
	position: absolute;
	left: 0;
	bottom: 17px;
	background: url(quechilo.gif) no-repeat;
}

#header h1 a{
	display: block;
	width: 440px;
	height: 76px;
	text-indent: -9999px;
}

#content{
	width: 560px;
	padding: 50px 0 0 25px;
	float: left;
}

#sidebar{
	width: 373px;
	float: right;
}

#pager{
	border-top: 1px solid #ccc;
	clear: both;
}

#footer{
	border-top: 1px solid #fff;
	width: 985px;
	position: relative;
	margin: 25px auto 0 auto;
}


/* POST */
.post{
	margin-bottom: 60px;
}
.post h2{
	color: #4186c5;
	font-family: arial, sans-serif;
	font-size: 1.8em;
}
.post h2 a{
	color: #4186c5;
	text-decoration: none;
}

.post p.posted{
	font-size: .8em;
	font-weight: bold;
	margin: 6px 0 10px 0;
}

.post p.links{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	font-size: .8em;
	margin: 0;
}

.post p.links a{
	font-weight: bold;
}

#pager{
	width: 562px;
	padding: 5px 398px 5px 25px;
	position: absolute;
	bottom: 0;
	left: 0px;
	background: #fff;
	font: 1.2em "arial narrow", sans-serif;
}

#pager .link-arr-left{
	float: left;
}

#pager .link-arr-right{
	float: right;
}

/* SIDEBAR */
.block{
	border-bottom: 1px solid #ccc;
	padding: 14px;
	float: left;
	clear: both;
	width: 345px;
}
.block h2{
	font: normal 1.7em "arial narrow", arial, sans-serif;
	margin-bottom: 10px;
}

.block ul{
	list-style: none;
}

#aboutme img{
	border: 1px solid #ccc;
	padding: 3px;
	float: left;
}

#aboutme p{
	float: left;
	margin: 10px 0 0 20px;
	width: 250px;
	color: #626262;
}

#amigos, #diseno, #diario{
	float: left;
	width: 100px;
}
#diseno, #diario{
	margin-left: 20px;
}

#foto img{
	border: 1px solid #ccc;
	padding: 3px;
}

#links a{
	color: #000;
}

#rss a{
	color: #ff7d26;
}

#rss h2{
	margin: 0;
}

#rss a .mid{
	color: #ff9147;
}
#rss a .low{
	color: #ffb481;
}

/* FOOTER */
#footer .block{
	float: right;
	width: 110px;
	border-bottom: none;
	clear: none;
	margin: 0 0 0 50px;
	padding: 0;
	color: #fff;
}

#footer .block h2{
	padding: 2px;
	background: #fff;
	color: #000;
	font-size: 1em;
	font-weight: bold;
}

#footer .block h2{
	padding: 2px;
	background: #fff;
	color: #000;
	font-size: 1em;
	font-weight: bold;
}

#footer .block a{
	color: #fff;
}

.clear{
	clear: both;
}

#contacto{
	width: 140px !important;
}