@charset "utf-8";

/*
Theme Name: blogwilleatitself.com
Theme URI: http://www.blogwilleatitself.com/
Description: Custom wordpress theme for blogwilleatitself.com
Version: 1.0
Author: James Lattimore
Author URI: http://www.plusgood.co.uk/
Tags: custom, fullscreen, whitespace, modern
*/

/* MAIN TAGS */

* {
	padding: 0px;
	margin: 0px;
	border: none;
}

html, body, div {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #333;
}

/* WRAPPERS AND SUCH */

#content {
	position: relative;
	overflow: hidden;
	background-image: url('assets/images/bg_content.gif');
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

#content img#logo {
	position: absolute;
	top: 20px;
	left: 20px;
}

#content h1 {
	position: absolute;
	top: 52px;
	left: 20px;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -1px;
}

#content h2 {
	position: absolute;
	top: 72px;
	left: 20px;
	font-size: 0.6em;
	font-weight: normal;
	font-style: italic;
	color: #999;
}

#content h2 a {
	color: #999;
}

#content h2.copyright {
	position: absolute;
	top: auto;
	bottom: 20px;
	left: 20px;
}

#content h2.copyright a {
	padding: 0 0 0 15px;
	background-image: url('assets/images/rssfeed.png');
	background-repeat: no-repeat;
	background-position: top middle;
}

#posts {
	height: 500px;
	width: auto;
	position: absolute;
	top: 120px;
	left: 20px;
}

#posts .post {
	margin: 0 100px 0 0;
	width: 400px;
	height: 450px;
	float: left;
	background-image: url('assets/images/stripe.gif');
	background-position: bottom center;
}

#posts .post .flashholder {
	height: 400px;
	width: 400px;
	position: relative;
}

#posts .post img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#posts .post img.overlay {
	z-index: 2;
}

#posts .post h2 {
	width: 220px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 0.8em;
	position: absolute;
	left: 40px;
	top: 170px;
	color: #FFF;
	z-index: 3;
}

#posts .post h3 {
	width: 400px;
	line-height: 30px;
	vertical-align: middle;
	margin: 20px 0 0 0;
	text-align: center;
	font-weight: normal;
	font-size: 0.8em;
	font-style: italic;
	background-color: #FFF;
}

#content a.previous {
	cursor: pointer;
	cursor: hand;
	display: block;
	height: 27px;
	width: 154px;
	position: absolute;
	right: 328px;
	top: 20px;
	background-image: url('assets/images/btn_previous.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#content a.previous:hover {
	background-position: 0 -27px;
}

#content a.next {
	cursor: pointer;
	cursor: hand;
	display: block;
	height: 27px;
	width: 82px;
	position: absolute;
	right: 240px;
	top: 20px;
	background-image: url('assets/images/btn_next.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#content a.next:hover {
	background-position: 0 -27px;
}

#content a.older {
	cursor: pointer;
	cursor: hand;
	display: block;
	height: 27px;
	width: 96px;
	position: absolute;
	right: 138px;
	top: 20px;
	background-image: url('assets/images/btn_older.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#content a.older:hover {
	background-position: 0 -27px;
}

#content a.newer {
	cursor: pointer;
	cursor: hand;
	display: block;
	height: 27px;
	width: 112px;
	position: absolute;
	right: 20px;
	top: 20px;
	background-image: url('assets/images/btn_newer.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#content a.newer:hover {
	background-position: 0 -27px;
}