/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
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/3c-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');


/* Gut Drauf */
@import url('library/gutdrauf.css');

/* Content Footer */	
.entry-footer { height: 20px; padding: 5px 0px; margin: 20px 0 0; border-bottom: 1px solid #DDD; border-top: 1px solid #DDD; clear: both; }
	.entry-footer span.text { float: left; text-transform: uppercase; margin-right: 10px; line-height: 20px; }
	.entry-footer div.twitter { float: left; width: 100px; }
	.entry-footer div.facebook { float: left; border:none; overflow:hidden; height:35px; width:90px }
	
	.entry-footer ul { margin: 0; list-style: none; }
	.entry-footer ul li { float: left; margin: 2px 0 0 5px;}
	.entry-footer ul a { display: block; height: 16px; width: 16px; cursor: pointer; overflow: hidden; text-indent: -999em;	background-repeat: no-repeat;}
	.entry-footer ul a.facebook {	background-image: url(library/social/facebook.png);}
	.entry-footer ul a.buzz { background-image: url(library/social/google-buzz.png);}
	.entry-footer ul a.digg { background-image: url(library/social/digg.png);}
	.entry-footer ul a.stumble { background-image: url(library/social/stumbleupon.png);}
	.entry-footer ul a.delicious { background-image: url(library/social/delicious.png);}

	.entry-footer div.right { float: right; width: 120px; }
	
	
