/*
Theme Name: locus-of-control
Theme URI: http://locus.forestninja.net
Description: This is a child theme using the Thematic framework. It is the layout for Locus of Control, a blog about user experience design.
Author: Georgia Otto
Author URI: http://www.forestninja.net
Template: thematic
Version: 1.0
.
No one is authorized to use this child theme without the author's permission.
.
*/

/* 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');



/* -------- Customizations -------- */

/* Give smileys more room to display full size, regardless of line height breakage. */
.wp-smiley { 
	max-height: 20px;
	margin: 0 !important;
}

/* Add the logo to the site header. */
#branding {
	background-image: url('logo.gif');
	background-repeat: no-repeat;
	padding-left: 88px;
	margin-left: 34px;
	width: 852px;
}