/*   
Theme Name: soul log
Theme URI: 
Description: log of soul... whatever
Author: Brandon Wang
Author URI: http://brandonwang.org
Template: thematic
Version: 3
Tags: Thematic

*/

/* 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');

.header {
	width: 100%;
	height: 192px;
	background: #FFF url(i/header.jpg) no-repeat top center;
	text-indent: -9999px;
}

#gobw {
	position: relative;
	z-index: 99;
	top: 0px;
	margin: 0 auto;
	width: 50px;
	height: 40px;
	padding-right: 920px;
	display: block;
}

#gobw a {
	width: 100%;
	height: 100%;
	display: block;
}

#gohome {
	width: 100%;
	height: 100%;
	display: block;
}

#content {
	width: 600px;
}

#latestposttag {
	font-style: italic;
	color: #666;
	font-size: 11px;
	padding: 0 20px;
	background: url(i/bwstar.png) no-repeat 0px 2px;
	margin-bottom: 15px;
	border-bottom: 1px solid #DDD;
}

.entry-content a {
	color: #444;
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #DDD;
	text-decoration: none;
}

.entry-content a:hover {
	background: #444;
	color: #DDD;
}

.entry-content a:active {
	position: relative;
	top: 1px;
}

.entry-title {
	font-weight: 300;
}

.entry-meta .meta-prep-author, .entry-meta .author, .entry-meta .meta-sep-entry-date {
	display: none;
}
	
.entry-content {
	font-size: 14px;
	line-height: 24px;
	font-family: Cambria, Georgia, Times, serif;
}

#breakitup {
	height: 1px;
	border-top: 1px dotted #AAA;
	padding-bottom: 50px;
}