/*
Theme Name: hapalicious
Theme URI: http://hapa.tumblr.com
Description: A child theme based on Thematic by Micah Collins. It's hapalicious.
Author: Micah Collins
Author URI: http://hapa.tumblr.com
Template: thematic
Version: 0.1
.
Use it and abuse it.
.
*/

/* 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('../hapalicious/2c-r-fixed-tweaked.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('../hapalicious/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

#blog-title a {
background:url(images/header2.png) no-repeat top left;
display:block;
text-indent:-9000px;
height: 160px;
width: 960px;
}