﻿/*   
Theme Name: Caltaf 1
Theme URI: none
Description: Use this theme to start your Thematic Child Theme development.
Author: Luke
Author URI: 
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');

/*
#header {
background:url(http://lukelukeluke.org/misc/caltaf2_h160.jpg) no-repeat center left;
}
*/

#blog-title a {
	/*background: url(/caltaf/misc/Caltaflogo-fix01.png) no-repeat top left;*/
	display: block;
	text-indent: -9000px;
	width: 364px;
	height: 160px;
	margin-top: -80px;
	margin-bottom: -40px;
}
body {
	/*background: url('../../../misc/temp/4056936867_57ca967540_b.jpg') no-repeat top center;*/
}

#header {
	background: url('../../../misc/caltafheader2009-05.png') no-repeat top center;
}


.entry-meta .n {
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:lowercase;
}
