/*   
Theme Name: Touch 2.0
Theme URI: 
Description: New Touch theme based on/relying on 'Thematic'
Author: Timo Arnall
Author URI: http://nearfield.org/
Template: thematic
Version: 1.0
Tags: Touch, 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 */
@import url('../thematic/library/styles/touch-default.css');

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


#content {
    margin:0 0 0 10px;
    width:500px;
    overflow:hidden;
}

.entry-content img {
    margin: 0 0 0 0;
}

#blog-title a {
	display:block;
	text-indent:-9000px;
	height: 125px; /* height of your header, like 180px */
	width: 125px; /* width of your header, like 940px */
	background:url(images/touch_logo_anim.gif) no-repeat top left;
	}
	
#blog-description {
	position:absolute;
	left:-9000px;
	}