/*
Theme Name: zeitgasm
Theme URI: www.zeitgasm.com
Description: A work in progress child theme of Thematic.
Author: Graham Smith
Author URI: www.zeitgasm.com
Template: thematic
Version: 0.1
.
General comments/License Statement if any.
.
*/

body {
	background: none #2e3235;
	font-family:Palatino, Constantia, Georgia, serif;
	color: #FFF;
}

wrapper {
	width: 100%;
	height: 100%;
}

#content {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: auto;
	background: #252A30;
	padding-bottom: 20px;
}

a:link, a:visited {
	color: #2772B3;
    text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

#blog-title {
	font-family: helvetica;
	font-size: 150px;
	line-height: 140px;
	font-weight: bold;
	padding: 0px 0 0 0px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#blog-title a {
	letter-spacing: -0.05em;
	color: #FFF;
	text-decoration: none;
}

#blog-description {
	width: 750px;
	font-family: Palatino, Constantia, Georgia, serif;
	font-size: 25px;
	font-style:none;
	font-weight: lighter;
	line-height: 30px;
	padding: 8px 19px 0;
	margin-left: auto;
	margin-right: auto;
}

#s {
	font-family: Palatino, Constantia, Georgia, serif;
	font-size: 25px;
	font-style: none;
	font-weight: lighter;
}

#searchform {
	padding-left: 76px;
}

.entry-title {
	font-family: helvetica;
	text-transform: uppercase;
text-decoration: none;
	color: #FFF;
    font-size:40px;
    line-height:40px;
    font-weight:none;
    text-align: left;
}

.entry-title a {
	font-family: helvetica;
	text-transform: uppercase;
	color: #FFF;
    font-size:40px;
    line-height:40px;
    font-weight:none;
    text-align: left;
}

.entry-title h2, h1 {
	font-family: helvetica;
	text-decoration: none;
}

.entry-strap {
	color: #FFF;
}

.entry-content {
	line-height: 22px;
	font-size: 16px;
	text-align: justify;
}

.entry-content img {
	margin-left: auto;
	margin-right: auto;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
	margin-top: 30px;
}

#comments hr {
	margin: 10px 0;
}

.left-col-comment {
	float: left;
	text-align: left;
	margin-top: 20px; 
	margin-right: 10px;
	width: 130px;
	padding-left: 5px;
}

.comment-text {
	margin-left: 165px;
}

#comments .avatar {
	border: 5px solid #252A30;
	width: 50px;
	height: 50px;
	margin-right: 5px;
}

.comment-meta {
	clear: both;
	float:left;

}

.comment {
	border-top: 1px dotted #252A30;
	margin-bottom: 30px;
	min-height: 120px;
}

#trackbacks-list {
	display: block;
}

img {
	max-width: 100%;
	margin-bottom: 5px;
	display: block;
	border: 0px;
	border-style: none;
}

blockquote {
	background: #252A30;
	text-align: justify;
	padding: 10px;
	margin: 20px 70px 10px 70px;
}

.entry-meta {
	margin-bottom: 100px;

}

#footer {
	background: #252A30;
	width: 100%;
}

.footer-title {
	font-family: helvetica;
	text-transform: uppercase;
	color: #FFF;
    font-size:40px;
    line-height:40px;
    font-weight:bold;
    text-align: left;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}

h3 {
	font-family: helvetica;
}

#subsidiary {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

#footer .widgetcontainer ul {
	list-style: none;
	margin: 0 0 0 0;
}

#footer ul li {
	list-style: none;
}

#footer ul.links {
	list-style: none;
}

#footer a {
    color: #2772B3;
}

