/*   
Theme Name: IH Subdued 
Theme URI: http://www.ianhuston.net
Description: Light theme  
Author: Ian Huston
Author URI: http://www.ianhuston.net
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/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');


/*                     */
/* IH's customisations */
/*                     */


/* General changes            */

a:hover {
	color:#70CCFD;
}

#blog-title a:hover, .aside a:hover, .entry-title a:hover {
	color:#70CCFD;
}

/* Add header image           */
#branding {
	background: url(images/header.jpg) no-repeat scroll left 0;
}

#access {
	margin-top:-32px;
}

#blog-title a, #blog-description {
	color: #FFFFFF;
}

/* Make title bigger and increase margin */
#blog-title {
	font-size:48px;
	line-height: 56px;
	margin-left: 10px;
}

#blog-description {
	margin-left:10px;
}

#access .sf-menu {
	margin-left:10px;
}

/* Push up main content   */
#main {
	padding: 36px 0 22px;
}
