/* @override 
	http://worthworkingfor.com/wp-content/themes/tumbl3/style.css
	http://worthworkingfor.com/wp-content/themes/tumbl3/style.css
	http://workingwithconflict.com/wp-content/themes/tumbl3/style.css
*/

* {
	padding: 0;
	margin: 0;
}

body {
	width: 780px;
	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 {
	text-align: right;
        margin-bottom: 20px;
}


ul, ol, li {
	text-align: left;
}

p {
	text-align: left;
	margin-bottom: 20px; 
}

h1 {
	font-size: 14px;
	text-shadow: 2px 1px #cfcfcf;
}

#sideh {
	float: left;
	width: 200px;
        text-align: right
}

#sideh ul {
	list-style: none;
}

h1#header {
	font-weight: normal;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", helvetica, arial, sans-serif;
}

h1#header a {
	font-size: 28px;
}

h1#header span {
	font-style: italic;
	display: block;
	margin-top: 10px;
	text-shadow: 0 0 0 white;
}

blockquote {
	font-style: italic;
	padding: 20px;
	background: #efefef;
	margin-bottom: 20px; 
}

a {
	color: #58745B;
	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: 530px;
	display: inline;
	margin-left: 20px;
}
/*
#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 {
	display: block;
	line-height: 30px;
	font-size: 11px;
	font-family: georgia;
	margin-top: -20px;
	font-style: italic;
}

.post {
	display: block;
	float: left;
	width: 510px;
	margin-bottom: 40px;
	border-left: 2px solid #efefef;
        padding-left: 20px
}

.post ul {
	margin-left: 20px;
	padding: 20px;
}

.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;
}


.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}



