/*   
Theme Name: consev
Theme URI: http://vicenteparrilla.com
Description: A Child Theme of Thematic
Author: Vicente Parrilla
Author URI: http://vicenteparrilla.com
Template: thematic
Version: 1.0
Tags: Thematic
.
This is a trial theme by vp. Vivi felice.
.
*/
@import url(../thematic/style.css);

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
/* Ahora apunta a default.css en /consev/. Cambios: color enlaces del cuerpo a #22A1E6 */
@import url('../consev/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

#blog-title a {
display:block;
text-indent:-9000px;
height: 300px;
width: 943px;
background:url(images/header.jpg) no-repeat top center;
}
#blog-description {
position:absolute;
left:-9000px;
}
#branding {
padding:15px 0 15px;
}
#footer{
background: #E6E6E6;
}
