/*   
Theme Name: parker higgins dot net theme
Theme URI: http://parkerhiggins.net
Description: Somewhere something special just for me.
Author: Parker Higgins
Author URI: http://parkerhiggins.net
Template: thematic
Version: 0.1
Tags: 
.
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');
	
/* Typography */

body, input, textarea {
	font: 17px/23px;
	}

.entry-content a:link, .entry-title a:link, #blog-title a:link, .comments a:link {
	color: black;
	text-decoration: none;
	font-weight: bold;
	}

.entry-content a:visited, .entry-title a:visited, .comments a:visited {
	color: black;
	text-decoration: underline;
	}

.entry-content a:hover, .aside a:hover, .aside .current_page_item a, .comments a:hover, #siteinfo a:hover {
	color: #007FFF;
	text-decoration: underline;
	}

#blog-title a:hover, .entry-title a:hover, .entry-utility a:hover, .entry-meta a:hover, .navigation a:hover {
	color: #007FFF;
	}
	
.entry-meta {
	font-style: normal;
	font-size: 13px;
	}

.entry-meta .published {
	text-transform: lowercase;
	}

.related-post {
	margin-bottom: 0pt !important;
	}

.entry-content p, .entry-content ul, .entry-content ol, .entry-content li, .textwidget {
	margin-bottom: 18px;
	}
	
ul, .aside ul ul {
	list-style: square outside none;
	}

h1, h2, h3, .entry-content h4, .entry-title, .aside ul ul li {
	text-transform: lowercase;
	}

.entry-content h4 {
	font-size: 13px;
	}

.aside .tweets li {
	text-transform: none;
	padding-bottom: 10px;
	}

.small {
	font-size: 12px;
	color: #666;
	}
	
blockquote {
	margin: 0pt 18px 18px;
	font-size: 80%;
	color: #666;
	padding-left: 10px;
	border-left: 1px solid #666;
	font-style: normal;
	}

.footnote-link {
	font-size: 70%;
	}
	

/* Layout */	

/* Layout: header */

#header {
	border-top: 10px solid;
	padding-top: 10px;
	}

.sf-menu {
	float: right;
	border: 0;
	}

.sf-menu li {
	background: black;
	margin-left: 10px;
	}

.sf-menu a {
	font-family: FreeSans, Helvetica, Sans;
	}

.sf-menu a, .sf-menu a:visited {
	border: 1px solid #ccc;
	color: white;
	}

.sf-menu a:hover {
	color: black;
	}

#access {
	border-bottom: none;
	}

#branding {
	padding: 20px 0 20px;
	}

/* Layout: main content */

#main {
	padding: 20px 0 20px;
	}

#content {
	width: 580px;
	}

/* Layout: sidebar */

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

