/* @override http://worthworkingfor.com/wp-content/themes/tumbl3/style.css */

/* @override http://worthworkingfor.com/wp-content/themes/tumbl3/style.css */

* {
	padding: 0;
	margin: 0;
}

body {
	width: 940px;
	margin: 0 auto;
	margin-top: 40px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 14px;
	color: #111;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, p {
	text-align: left;
	margin-bottom: 20px;
}

h1 {
	font-size: 2.5em;
	text-shadow: 2px 1px #cfcfcf;
}

h1#header {
	font-weight: normal;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", helvetica, arial, sans-serif;
}

h1#header a {
	font-weight: bold;
}

blockquote {
	font-style: italic;
	padding: 20px;
	background: #efefef;
	margin-bottom: 20px;
}

a {
	color: #990304;
	text-decoration: none;
	border-bottom: 1px solid #dfdfdf;
}

a:hover {
	background: #efefef;
}

#about {
	display: none;
}

#subscribe img {
	border: none;
	text-decoration: none;
}

#posts {
	float: left;
	width: 700px;
}

#sidebar {
	float: left;
	width: 200px;
	margin-left: 40px;
	text-align: right;
	padding-top: 50px;
}

#sidebar #adsense {
	border: 5px solid #efefef;
	width: 200px;
	margin-bottom: 20px;
}

#sidebar #amazon {
	border: 5px solid #efefef;
	background: #efefef;
	text-align: center;
	width: 200px;
	padding: 15px 0;
}

.date {
	position: relative;
	top: 50px;
	display: block;
	background: #efefef;
	clear: both;
	width: 150px;
	line-height: 30px;
	float: left;
	font-size: 13px;
	font-family: georgia;
	text-indent: 10px;
}

.post {
	display: block;
	float: left;
	width: 510px;
	margin-left: 190px;
	margin-bottom: 40px;
	border-bottom: 1px solid #efefef;
}

.post .title {
	font-size: 1.5em;
	font-weight: normal;
	text-shadow: 1px 1px #cfcfcf;
/*	border-bottom: 1px solid #efefef;*/
}

.post .title a {

}

.flickr img, .img img {
	border: 5px solid #efefef;
	float: left;
	margin-bottom: 20px;
}

	.flickr a, .img {
		border: none;
		display: block;
	}

	.flickr p, .flickr span {
		clear: both;

	}
		
	.flickr p a, .flickr span a {
		display: inline;
		border-bottom: 1px solid #dfdfdf;

	}

.flickr a:hover img, .img:hover img {
	border: 5px solid #cfcfcf;
}


.flickr .meta {
	display: block;
	margin-top: 20px;
	font-size: 0.8em;
	text-align: left;
}

.flickr span {
	margin-top: 0;
	display: block;
	margin-bottom: 20px;
}

/* @group Sidebar */

/* @end */



.more, #comments, .commentlist, #respond {
float: left;
clear: both;
}

.more {
	background: #efefef;
	width: 100%;
	margin-bottom: 20px;
}

.more p {
	margin: 20px;
}

.more .sociable {
	float: left;
	width: 150px;
	list-style: none;
	padding-left: 20px;
}

.more .extras {
	float: left;
}

.more .sociable a {
	float: left;
	display: block;
	border: none;
	margin: 5px 5px;
}

#commentform {
	float:  left;
}

#footer {
	background: #efefef;
	width: 100%;
	float: left;
	clear: both;
	padding-top: 20px;
}

#footer p {
	text-align: center;
}

