/*
Theme Name: v1
Theme URI: http://ordhq.com/extra/
Description: child theme for Thematic

Author: Sean Locke
Author URI: http://seanlocke.net/

Template: thematic
Version: 0.1
*/

@import url("../thematic/style.css");

body {
	background-color: #f1f1f1;
	font: 11px Georgia, sans-serif;
	}

#branding {
	background: url(img/logo-large-shaded.png) right -10px no-repeat;
	}
	
#primary {
	background-color: #e9e9e9;
	border: none
	}

a {
	color: #00a131;
	text-decoration: none;
	}

a:active, a:hover {
	text-decoration: underline;
	}

#blog-title {
	font-family: Georgia, sans-serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 44px;
	}
	
#blog-title a {
	color: #00a131;
	text-decoration: none;	
	}
	
#blog-title a:active, #blog-title a:hover, .entry-title a:active, .entry-title a:hover {
	color: #00a131;
	text-decoration: underline;
	}

#access {
	border-bottom: none;
	}

.sf-menu {
	border-right: 0;
	}

.sf-menu a {
	border: none;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	}






.entry-title {
	font-family: Georgia, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	}

.entry-content {
	font-size: 24px;
	}
	
.entry-meta a, .entry-meta a:hover, .entry-meta a:active, .entry-utility a, entry-utility a:active, .entry-utility a:hover {
	color: #000;
	}


/* sidebar items */

.aside {
	line-height: 13px;
	}

.aside h3 {
	font-family: "Lucida Grande", sans-serif;
	font-style: normal;
	font-size: 11px;
	}

.aside a {
	font-family: "Lucida Grande", sans-serif;
	font-size: 9px;
	}

.aside a:active, .aside a:hover {
	color: #000;
	text-decoration: underline;
	}

