/*  
Theme Name: Ben Stopher.com Blog
Version: 3.0
Theme URI: http://blog.benstopher.org/
Description: This is the benstopher.com blog theme.
Author: Tom Lynch
Author URI: http://unknowndomain.co.uk
*/

html, body {
	font-family: Monaco, 'Courier New', Courier, monospace;
	font-size: 10px;
	color: black;
	letter-spacing: 1px;
	line-height: 14px;
}

a:link, a:visited
{
	text-decoration: none;
	color: white;
	background-color: black;
	padding: 1px 1px 1px 3px;
}

a:hover
{
	background-color: #ff7f00;
}

.wrapper {
	width: 850px;
	margin: 0 auto;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
}

.wrapper:after {
  content    : "";
  display    : block;
  height     : 0;
  clear      : both;
  visibility : hidden;
}

.wrapper {
	display : inline-block;
}

.wrapper {
	display : block;
}

.star {
	color: #00FF00;
}

#menu {
	float: left;
	clear: both;
	margin-top: 10px;
	padding: 0 10px;
	width: 830px;
	border-bottom: 1px dotted black;
}

#menu li.date {
	float: right;
}

#menu li.tab
{
	float: left;
	background: white;
	padding: 4px;
	border-top: 1px dotted black;
	border-right: 1px dotted black;
	border-left: 1px dotted black;
	margin-left: 10px;
}

#menu li.tab:first-child
{
	margin-left: 0;
}

#menu li.tab a:link, 
#menu li.tab a:visited
{
	background-color: transparent;
	color: black;
}

#menu li.selected,
#menu li:hover.tab
{
	background: black;
	border: 0;
	padding: 5px 5px 4px;
}

#menu li:hover.tab a:link,
#menu li:hover.tab a:visited,
#menu li:hover.tab a:hover
{
	color: white;
}

#menu li.selected a:link,
#menu li.selected a:visited
{
	color: white;
	padding: 0;
}

#header
{
	float: left;
	border-bottom: 1px dotted black;
	width: 850px;
}

.heading
{
	margin: 30px 10px;
}

#footer {
	border-top: 1px dotted black;
	padding: 10px;
	width: 830px;
	float: left;
}

#footer p {
	float: right;
}

.content
{
	margin-top: 10px;
	float: left;
	width: 410px;
	margin-left: 10px;
}

.title
{
	margin-bottom:10px;
}

.post
{
	border-bottom:1px dotted black;
	float:left;
	margin-bottom:10px;
	width:410px;
}

.post p {
	margin-bottom: 10px;
	float: left;
}

.post img
{
	border:0 none;
	float:left;
	margin-bottom:10px;
}

.post img 

.post .meta p
{
	float: left;
	clear: both;
}

.post .meta p span
{
	float: left;
	text-transform: uppercase;
	margin-right: 5px;
}

.post .meta p span.tag ul,
.post .meta p span.tag li
{
	float: left;
}

.post .meta p span.tag li a:link,
.post .meta p span.tag li a:visited
{
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	margin-right:5px;
	padding:3px 9px;
}

.pagination
{
	float: left;
	width: 410px;
}

.pagination .next
{
	float: right;
}

.pagination .previous
{
	float: left;
}

.sidebar {
	margin-top: 10px;
	float: left;
	width: 200px;
	margin-left: 10px;
}

.widget
{
	margin-bottom: 10px;
	float: left;
}

.widget h3
{
	border-bottom:1px dotted black;
	margin-bottom:10px;
	padding-bottom:2px;
	text-transform:uppercase;
	width: 200px;
}

.widget h3 a:link,
.widget h3 a:visited
{
	background: transparent;
	color: black;
}

.widget h3 a:hover
{
	background: transparent;
	color: #ff7f00;
}

.widget li
{
	margin-top: 5px;
}

p.search,
p.archive
{
	border-bottom:1px dotted black;
	float:left;
	margin-bottom:10px;
	padding-bottom:2px;
	width:410px;
}

#respond h3
{
	float: left;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#respond form
{
	float: left;
	margin-bottom: 5px;
}

#commentform p
{
	margin-bottom: 5px;
	float: left;
}

#commentform input,
#commentform textarea
{
	border: 1px dotted black;
	padding: 5px;
}

.comment-body
{
	width: 410px;
	float: left;
	border-bottom: 1px dotted black;
}

.comment-body .vcard
{
	float: left;
	width: 410px;
	margin-bottom: 10px;
}

h3#comments
{
	float: left;
	text-transform: uppercase;
	margin-bottom: 10px;
}
