/*   
Theme Name: Puntos y Pixeles
Theme URI: http://puntosypixeles.net/
Description: Modificaciones para Puntos y Pixeles
Author: Rudy Girón
Author URI: http://puntosypixeles.net/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.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 */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

#branding {
    padding:22px 0 21px 0;
}

#blog-title a {
background:url(images/pyplogo.png) no-repeat top center;
display:block;
text-indent:-9000px;
width: 400px;
height: 100px;
}
#blog-description {
position:absolute;
left:-9000px;
}

#main {
    clear:both;
    padding:33px 0 11px 0;
}

a:link {
    color: #272727;
}
a:visited {
    color: #464646;
}
a:active,
a:hover {
    color: #00538d;
}

