/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/*
Amarillo: #ffff00
Azul:0035ad
Rojo:d21034

*/

b {
	font-weight:normal;
}

html {
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Calibri, Arial, sans-serif;
	font-weight:300;
	background:#e0e6f5;
}

h1 {
	font-size:24px;
	line-height:1;
	width:481px;
	height:48px;
	margin:12px 0;
}

h1 a{
	display:block;
	width:481px;
	height:48px;
	text-indent:-10000px;
	background:url('/static/images/logo.png') top left no-repeat;
}

#wrap {
	width:962px;
	margin:0 auto;
}

#content {
	width:960px;
	float:left;
	background:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:100px;
	padding-bottom:24px;
	margin-bottom:24px;
}

#about {
	width:270px;
	margin-right:30px;
	float:left;
}



#tweets {
	width:600px;
	float:left;
	margin: 0 30px;
}

div.single {
	width:900px;
	margin:0 30px;
	float:left;
}

ul {
	font-size:16px;
	line-height:1.5;
	width:540px;
	float:left;
	background:#e0e6f5;
	padding:1.5em 30px 1.5em 30px;
	margin:1.5em 0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

ul li {
	margin:0 0 1px 0;
	float:left;
	width:480px;
	background:#fff;
	padding:1.5em 30px 1.5em 30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	overflow:hidden;
}

p#more {
	font-size:16px;
	line-height:1.5;
	margin:1.5em 0;
	text-align:center;
}


span.author {
	font-weight:bold;
}

span.meta {
	color:#666;
	font-size:12px;
}

span.meta a:link, span.meta a:visited {
	color:#666;
}

span.meta a:hover, span.meta a:active {
	border-bottom:1px solid;
}

h2 {
	font-size:20px;
	line-height:1.2;
	margin:1.2em 30px 0 30px;
}

p, h3 {
	font-size:12px;
	line-height:2;
	margin-bottom:2em;
}

h3.side1, h3.side2, h3.side3 {
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	padding:0 10px;
}
h3.side1 {
	background:#ff0;
}

h3.side2 {
	background:#0035ad;
	color:#fff;
}
h3.side3 {
	background:#d21034;
	color:#fff;
}

a {
	color:#0035ad;
	text-decoration:none;
}

a:hover, a:active {
	color:#d21034;
}

#about {
	font-family:"Helvetica Neue", Calibri, Verdana, sans-serif;
	font-weight:normal;
}

h2, h3 {
	font-weight:bold;
}

h3 {
	margin-top:2em;
	margin-bottom:0;
}

strong {
	font-weight:bold;
}

p.notes {
	font-style:italic;
	color:#666;
}

p.gae {
	width:120px;
	height:30px;
	display:block;
	margin:0 auto;
	text-indent:-10000px;
	background:url('/static/images/appengine-noborder-120x30.gif') center top no-repeat;
}

p.by {
	text-align:center;
	border-top:1px dotted #ccc;
	margin:0;
	padding-top:1.5em;
}



span.loading {
	padding-left:18px;
	background:url('/static/images/spinner.gif') center left no-repeat;
	font-weight:normal;
	font-size:12px;
	color:#666;
}

