/*   
Theme Name: Randys Child
Theme URI: http://crowsonweb.com
Description: Thematic Child Theme for randyeverett.net
Author: Paul Crowson
Author URI: http://crowsonweb.com
Template: thematic
Version: 1.1
Tags: Thematic
.
.
*/
/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');
/* Apply basic typography styles */
/* @import url('../thematic/library/styles/typography.css'); */
@import url('typography.css');
/* Apply a basic layout */
@import url('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'); 
*/
@import url('default.css');
/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');
#branding {height:54px; padding:0; position:relative;}
#header-image {background:url("headr.png") no-repeat center transparent; height:100%; width:50%; margin-left:235px; position:absolute; cursor: pointer; top:0;}