/*
Theme Name: SEO Blogs
Theme URI: http://epiphanysystems.com
Description: Blog theme for SEO. Child theme built on Thematic Theme.
Author: Jon Bourne
Author URI: http://epiphanysystems.com/
Template: thematic
Version: 0.1
*/

@import url('../thematic/library/styles/reset.css');
@import url('../thematic/library/styles/typography.css');
@import url('../thematic/library/styles/images.css');

body{
	background:#000;
	line-height:18px;
	text-align: center;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#333;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	clear: none;
}
#wrapper{
	margin:0 auto;
	width:960px;
	border:none;
	background:#FFF;
	text-align:left;
}
#header {}
	#blog-title{
		padding:50px 0 0 36px;
		border:none;
		height:80px;
		background:url(images/bg_header.gif) bottom left repeat-x;
	}
		#blog-title a{
			display:block;
			text-decoration:none;
			font-size:24px;
			font-weight:normal;
			font-style:italic;
			color:#9AA366;
		}
	#blog-description{
		position:absolute;
		top:-50px;
		color:#989796;
	}
	#access {
		position:static;
		padding:17px 0 0 36px;
		height:39px;
		font-size:16px;
		font-weight:bold;
	}
		#nav {
			margin:0;
			list-style:none;
		}
			#nav li {
				display:inline;
			}
				#nav li a {
					padding:0 40px 0 0;
					text-decoration:none;
					color:#000;
				}
		.skip-link {
			display:none;
		}

#container {
	float:left;
	padding:0 0 0 36px;
	width:663px;
}
	#content {
		padding:0 0;
	}
		.hentry {
			margin:24px 0;
		}
			.entry-title {
				font-size:16px;
				font-weight:bold;
			}
		.hentry a {
			text-decoration:none;
			color:#9AA366;
		}
			.hentry a:hover {
				text-decoration:underline;
				color:#D3DCA0;
			}
		.wp-caption {
			padding:4px 2px;
			-moz-border-radius:3px;
			border:1px solid #CCC;
			background:#EEE;
		}
			.wp-caption-text {
				text-align:left;
			}
		.entry-meta {
			margin:8px 0 20px 0;
			font-weight:bold;
			color:#9AA366;
		}
			.author, .meta-sep {
				display:none;
			}
			.entry-meta a {
				padding-left:2em;
			}
		.entry-utility {
			font-size:80%;
		}

#primary, #secondary {
	clear:none;
	margin-left:697px;
	padding-top:24px;
}
	.xoxo {
		width:207px;
		padding:1em 0;
		background:#9AA366;
		list-style:none;
		color:#FFF;
	}
		.xoxo li {
			padding:0 1em;
		}
		.xoxo a {
			color:#FFF;
		}
	.widgettitle {
		text-align:left;
		font-weight:bold;
	}
	.widget_tag_cloud {
		text-align:center;
	}
		.widget_tag_cloud a {
			text-decoration:none;
		}

#footer {
	clear:both;
}











