/*  
Theme Name: Repetimos
Theme URI: http://repetimos.es/
Description: -
Version: 0.1
Author: Alberto Tobias
Author URI: -
*/

@import url(reset.css);
@import url(fonts.css);
@import url(grids.css);

body {
	font-family: "Trebuchet MS","Helvetica","Arial",sans-serif;
	background: #CCCCCC;
}

#hd, #ft {
	color: #FADE00;
	background: #9C0000;
	text-align: center;
	padding: 1em;
}

#hd{
	font-size: 2.5em;
}

#sidebar {
	font-size: 80%;
	padding: 1em;
}

#doc {
	background: #FADE00;
	border: black solid 2px;
}

#yui-main .yui-b {
	border-right: solid #9C0000;
	}

.post {
	padding: 1em;
	padding-left: 2em;
}

.post ul {
	background: #DABE00;
}

li:before {
	content: "- "
}
li li {
	padding-left: 1em;
}

h1,h2,h3 {
	padding-top: .5em;
}

h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2em;
}
h3{
	font-size: 1.5em;
}

p {
	padding-top: 1em;
	padding-bottom: .5em;
}

.post p:first-letter {
	font-size: 1.5em;
	font-weight: bolder;
}

.alt {
	background: #DABE00;
}

.ads {
	padding: 2em;
}

a {
	color: #9C0000;
	font-weight: bolder;
	text-decoration: none;
}

a:hover {
	background: #DABE00;
	text-decoration: underline;	
}

.alt a:hover {
	background: #FADE00;
}

#hd a:hover {
	background: inherit;
}

#hd a, #ft a {
	color: #FADE00;
}

.img {
	float: right;
	border: solid 1px #9C0000;
	margin-left: 1em;
}

strong {
	font-weight: bolder;
}