/*  
Theme Name: TSF
Theme URI: 
Description: TSF is a wordpress theme created by Manifold Workshop for thesweetfix.com. For web design or blog theme development, get in touch with Manifold Workshop at www.manifold.ws.
Version: 1.0
Author: Manifold Workshop
Author URI: http://manifold.ws/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-family: "Andale Mono", Monaco, "Lucida Console", Mono;
	font-size: 10.5px;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	line-height: 24px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
}

h2 {
	font-size: 36px;
	letter-spacing: 6pt;
	word-spacing: 0pt;
	font-weight: 100;
	padding: 0 0 0 0;
}

img {  
	border-style: none;
}

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

a:hover {
	text-decoration: none;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 795px;
}

#header {
	height: 292px;
}

#love {
	background-image: url(/images/love.gif);
	background-repeat: no-repeat;
	width: 95px;
	height: 42px;
	float:left;
	margin-right: 267px;
}

#love a { 
	display: block; 
	width: 100%; 
	height: 100%; 
	text-decoration: none; 
}  

#wtf {
	background-image: url(/images/wtf.gif);
	background-repeat: no-repeat;
	width: 83px;
	height: 42px;
	float:left;
	margin-right: 255px;
}

#wtf a { 
	display: block; 
	width: 100%; 
	height: 100%; 
	text-decoration: none; 
}

#hate {
	background-image: url(/images/hate.gif);
	background-repeat: no-repeat;
	width: 95px;
	height: 42px;
	float:left;
}

#hate a { 
	display: block; 
	width: 100%; 
	height: 100%; 
	text-decoration: none; 
}

#logo {
	padding-top: 112px;
}

.post {
	padding: 0 0 90px 0;
	margin: 90px 0 0 0;
}

.post-heading {
	padding: 0 0 15px 0;
}

.date-time {
	padding: 0 0 4px 0;
}

.separator {
	background-image: url(/images/separator.gif);
	background-repeat:no-repeat;
	width: 795px;
	height: 1px;
}

.post h2 {
	padding: 0;
	margin: 20px 0 20px 0;
}

.post h2 a {
	text-decoration: none;
}

.entry p {
	padding: 15px;
}

.content a:link, a:visited {
	text-decoration: underline;
}

.postmetadata {
	padding-top: 40px;
}

.postmetadata a {
	text-decoration: none;
}

.left {
	float: left;
	margin-left: 310px;
}

.right {
	float: left;
	margin-left: 389px;
}

#footer {
	clear: both;
	padding: 90px 0 30px 0;
}

#footer-links {
	font-size: 10px;
	word-spacing: 0.5em;
	margin: -2px 0 -2px 0;
}

#footer-links a {
	text-decoration: none;
}

#manifold {
	padding-top: 50px;
}

#manifold p {
	font-size: 8.5px;
	color:#999999;
}

#manifold a {
	text-decoration: none;
	color:#999999;
}