@charset "UTF-8";

/* BODY STYLES */
body {
	color: black;
	background-color: white;
	text-align: center;
	padding: 0px;
	width: 680px;
	margin: 0px auto;
}
.blog, ol, li, p, h1 {
	text-align: left;
}

/* FONT STYLES */
body, p, h1, h2, h3, li {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.75em;
	color: black;
}
h1, h2, h3 {
	font-weight: bold;
	text-transform: uppercase;
}
p {
	text-align: justify;
	font-weight: normal;
}
i, em {
	font-weight: normal;
	font-style: italic;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: black;
	border: 0;
}
h3 a:link, h3 a:visited {
	text-decoration: none;
}
a:hover {
	background: black;
	color: white;
	text-decoration: none;
}
img {
	border: 0;
}
a img {
	border: 0;
}

/* HEADER LAYOUT */
.header {
	height: 247px;
	position: relative;
	clear: both;
}
.header h1 {
	overflow: none;
	width: 400px;
	height: 247px;
	float: right;
	clear: none;
	display: block;
	color: white;
	margin: 0; padding: 0;
}
.header p#description {
	width: 240px;
	float: left;
	clear: none;
	margin: 0; padding: 25px 0 0;
	color: grey;
}

/* POST LAYOUT ++ */
#searchresultcount {
	margin-left: 270px;
}
.post, #footer {
	border-top: 1px solid black;
	margin: 0;
	padding: 15px 0 10px;
	clear: both;
}
ol#posts {
	list-style: none;
	margin: 0;
	padding: 0;
}
.post {
	overflow: auto;
	position: relative;
	clear: both;
	width: 680px;
}
.post .caption {
	width: 240px;
	padding: 0 0 20px;
	margin: 0;
	clear: left;
	float: left;
	text-align: left;
}
.post .caption.ffffound_com.from_feed a:link, .post .caption.ffffound_com.from_feed a:visited {
	/* text-decoration: none;
	text-transform: uppercase; */
}
.post.photo, .post.video {
	/* text-align: right; */
}
.post .textbody {
	float: right;
	width: 395px;
}
.postedby {
	color: grey;
	font-style: italic;
}
.postedby a:link, .postedby a:visited {
	color: grey;
	font-weight: normal;
}
.postedby.ffffound_com.from_feed, .postedby.fromffffound {
	display: none;
}
.fromffffound.ffffound_com.from_feed {
	display: block;
	color: grey;
	font-style: italic;
}
.fromffffound.ffffound_com.from_feed a:link, .fromffffound.ffffound_com.from_feed a:visited, .comments a:link, .comments a:visited {
	color: grey;
	font-weight: normal;
	text-decoration: underline !IMPORTANT;
	text-transform: none !IMPORTANT;
}

.comments {
	position: absolute;
	bottom: 15px;
	right: 430px;
}
.comments a:link, .comments a:visited {
	color: black;
}
.videobox, .post .image {
	text-align: left;
	clear: none;
	width: 400px;
	float: right;
}
.image img {
	width: 400px;
}

/* FOOTER LAYOUT */
#oldernewer {
	width: 240px;
	height: 40px;
	clear: none;
	float: left;
}
#oldernewer .oldernewer {
	display: block;
	clear: none;
	font-weight: bold;
	text-transform: uppercase;
	width: 100px;
}
#oldernewer .older {
	float: left;
}
#oldernewer .newer {
	float: right;
}
#search {
	float: right;
	clear: none;
	width: 400px;
	text-align: right;
}
#search form {
	padding: 0;
	margin: 0;
}
#search p {
	text-align: right;
}
#search p a:link, #search p a:visited {
	color: grey;
	font-weight: normal;
}


/* DISQUS */
#dsq-options, .dsq-comment-rate, .dsq-arrows {
	display: none;
}
.dsq-comment, #dsq-auth {
	border-top: 1px solid black;
}