/*   
Theme Name: Doug Williamson Wordpress Theme
Theme URI: 
Description: 
Author: Ricksticks
Author URI: http://ricksticks.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');


@import url(../../../../css/typography.css);
@import url(../../../../css/structure.css);
@import url(../../../../css/menu.css);
		
.home #nav .home         { background-position: 0 0; }
.home #nav .home a       { background-position: -119px 0; }
.home #nav .home a:hover { background-position: -599px 0; }
.home #nav .home.hover   { background-position: -480px 0; }

#nav .blog   { background-position: -480px -336px; }
#nav .blog a { background-position: -599px -336px; }

/* typography */

h1 {
	width: auto;
	height: auto;
}

#content .page-title,
#content .page-title a {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	text-transform: none;
	margin: 15px 0 0;
}

/*
.not-singular .post {
*/
.post {
	margin-bottom: 2.8em;
}

.entry-title,
.entry-title a {
	color: #C1272D;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	text-decoration: none;
	text-transform: none;
	margin: 1.05em 0 0;
}

.archive .entry-title,
.archive .entry-title a {
	font-size: 16px;
}

.entry-meta {
	font-size: 90%;
	margin-left: 1px;
}

.entry-date abbr {
	cursor: default;
	border: 0;
}

.entry-utility {
	font-size: 90%;
}

.navigation {
	color: #666666;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 22px;
	overflow: hidden;
}

#nav-above,
#nav-below {
	width: 100%;
}

#nav-above {
	display: none;
}

.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.comments h3 {
	margin-top: 3.15em;
}

.comments ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment {
	margin: 1.05em 0 2.10em;
}

.comment-author,
.comment-author a {
	color: #C1272D;
	text-decoration: none;
	font-weight: bold;
}

.comment-meta {
	font-size: 90%;
}

#respond h3 {
	margin-top: 3.15em;
}

#respond .form-section {
	margin-bottom: 1.4em;
}

#respond .form-label {
	display: inline-block;
	width: 100px;
	float: left;
	line-height: 24px;
}

#respond .form-label label {
}

#respond .form-input input,
#respond .form-textarea textarea {
	margin: 0;
	padding: 2px;
	width: 260px;
	font-size: 16px;
	color: #0d0d0d;
	background: #f2f2f2;
	border: 0;
}

#respond #form-allowed-tags {
	display: none;
	margin-left: 100px;
}

#respond #submit {
	display: block;
	width: 112px;
	height: 31px;
	border: 0;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 31px;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	
	margin-left: 100px;
	text-indent: -9999px;
	background: #FFFFFF url(../../../../img/submit-button.gif);
}

#respond #submit:hover {
	color: #FFFFFF;
	background-position: 0 -31px;
}

	

