/*   
Theme Name: martin.lite.nu
Theme URI: 
Description: A theme based on Thematic
Author: Martin Svalin
Author URI: http://martin.lite.nu/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

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

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

/* Apply a basic layout */
@import url('/wp-content/themes/thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('/wp-content/themes/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('/wp-content/themes/thematic/library/styles/default.css');

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




/*
 * Modifications by Martin 
 */ 

#branding { padding: 1em 0 1em;}
h1.entry-title, h2 a, #blog-title span a { font-family: georgia,times,"Times New Roman","times-roman",serif; }
#blog-title span a {
	font-size: 77px;
	letter-spacing: -5px;
	line-height: 64px;
	font-style: italic;
}
#blog-title span a, #blog-title span a:hover, #blog-title span a:active { color: #222; }
/*.entry-content a { background: #fff1a8;}*/
