/*
Theme Name: hsw
Description: heartshapedwork / Wordpress Theme
Version: 1.0
Author: Robert Schulke
Author URI: http://heartshapedwork.com/
Tags: floating, index list, fixed thumb height
*/

*{
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(images/back.gif) top left repeat-y #e6e6d2;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif !important;
	color: #333;
	text-rendering: optimizeLegibility;
	}

#page {
	margin: 0px 50px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 21px;
}

#header {
	margin-top: 20px;
	}

#footer {
	margin-bottom: 30px;
}

.work {
	width: 300px;
	padding: 10px;
	margin: 0 20px 20px 0;
	background-color: #333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.work:hover {
	background: #fff;
}

.workPost {
	color: #fff;
	padding-top: 10px;
}

.workPost h3 {
	color: #fff;
}

.work:hover .workPost, .work:hover .workPost h3{
	color: #333;
}

.post, .entry {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif !important;
	color: #333;
}

h1 {
	font-size: 100px;
	line-height: 100px;
//	text-transform: uppercase;
	letter-spacing: -2px;
	word-spacing: -10px;
	margin-bottom: 60px;
	}

h2 {
	font-size: 20px;
	letter-spacing: -1px;
	word-spacing: -3px;
	margin-bottom: 15px;
}

h2 a {
	color: #333;
}

h3 {
	font-size: 16px;
}

#sidebar {
	margin-bottom: 75px;
}

#tags, .navigation {
}

.narrowcolumn {
	padding: 0px 0 20px 0;
	margin: 0px;
//	width: 450px;
	}

.widecolumn {
	padding: 0px 0 20px 0;
	margin: 0px;
	}

.clear {
	clear: both;
}

.small {
	padding: 10px;
	margin: 0 20px 20px 0;
	background-color: #333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.small:hover{
	background-color: none;
	background: url(images/lines.gif);
}


.hidden {
	display: none;
	}

a img {
	border: none;
	}

.textcolumn div {
	float: left;
	width: 300px;
//	margin-bottom: 2px;
}
.thumbcolumn div {
	float: left;
//	width: 300px;
//	margin: 0 20px 20px 0;
}

.about {
	float: left;
	width: 350px;
	margin: 0 20px 20px 0;
	font-family: Georgia, 'Times', serif;
	font-size: 14px;
	line-height: 21px;
}

.text {
	float: left;
	width: 280px;
	height: 205px;
	margin: 0 20px 20px 0;
	padding: 20px;
	background-color: white;
	font-family: Georgia, 'Times', serif;
	font-size: 14px;
	line-height: 21px;
	color: #333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.text span {
	display: block;
	margin-top: 21px;
}

ul, li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

li {
	display: inline;
	font-size: 14px;
}


a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	user-focus: none;
	outline : none;
	-moz-user-focus: none;
	-moz-outline: none;
}

li a, .head {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif !important;
	text-decoration: none;
	padding: 1px 5px;
	background: #555;
	color: white;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.view {
	background: #fff;
	color: #333;
	text-decoration: none;
	padding: 1px 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.view:hover {
	background: #333;
	color: #fff;
}

#grid {
	display: none;
}

.tags li a {
	background: #999;
	margin-right: 2px;
}

.head {
	background: #333;
}

li a:hover, .head:hover {
	color: #333;
	background: #fff;
}

a.italic {
	color: #333;
	font-style: italic;
	text-decoration: none;
}

a.italic:hover {
	color: #333;
	background: none;
	font-style: italic;
	text-decoration: underline;
}
