/*   
Theme Name: sams_thematic
Theme URI: 
Description: Based off of Thematic
Author: Sam Meacham (Thematic by 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/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');


/* larger title font size.  Default was 26px */

.entry-title
{
	font-size: 36px;
	line-height: 1em;
	color: #16aaff;
}

.entry-title a
{
	color: #16aaff;
}


/* replacing the standard 940px */
/* note that #main includes the content AND the sidebars */
#main, #branding, .menu
{
	width: 90%;
	min-width: 1090px;
}

.menu
{
	vertical-align: bottom;
}



#branding
{
	/* Half of the standard thematic values */
	padding: 44px 0 22px;
}

/* This does NOT include the sidebars, though it hosts the #content */
/* (This is a smaller number so that the sidebars still fit) */
#container
{
	width: 70%;
}

/* The full 100% of it's alloted space inside the #container */
#content
{
	width: 100%;
}


#blog-title
{
	font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New;
}



.code
{
	font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New;
	background-color: #eee;
	padding: 2px;
}

div.update
{
	padding: 10px;
	background-color: #faf1a9;
	border: solid 2px #eec77b;
}

