/*
Theme Name: markcadman.com
Theme URI: http://markcadman.com/
Description: A very simple theme to get me going.
Version: 0.09.07.26.1820
Author: Mark Cadman
Author URI: http://markcadman.com/
*/

body {
	font-family: Georgia, "Times New Roman", serif;
}
body strong {
	font-weight: bold;
}

div.container {
	background-color: #fff;
	padding: 0 10px;
}
div.content {
	background: url(images/background_70pc-opacity.png) #fff;
}
div.content_single {
	background: url(images/background_single_70pc-opacity.png) #fff;
}
div.content_single p {
	line-height: 1.25em;
	margin: 1.25em 0;
	text-align: left;
}
div.showgrid div.content, div.showgrid div.content_single {
	background-color: transparent;
	background-image: none;
}
div.showgrid {
	background-position-x: 10px;
}

div.box {
	background: url(images/80pc-opacity.png) #eee;
}

div.sidebar div, div.sidebar ol, div.sidebar h4 {
	padding: 0 10px;
}
div.sidebar h2 {
	padding: 0 5px;
}
div.sidebar div h4 {
	padding: 0 0;
}

a {
	border-bottom: 1px solid #000;
	color: #000;
	text-decoration: none;
}
a:hover {
	border-bottom-color: #00F;
	color: #00F;
}

a#flickr {
	border-bottom: none;
	display: none;
	position: relative;
}
a#flickr strong {
	background-color: #000;
	color: #fff;
	display: none;
	float: right;
	padding: 0.2em 0.5em;
}

img#portrait, img#meD90 {
	background-color: #fff;
	margin-bottom: 0;
	margin-left: -0.5em;
	margin-right: 1em;
}

p.intro {
	font-size: 2em;
	margin-bottom: 0.75em;
}
/*p.intro:first-line {
font-weight: 800;
font-variant: small-caps;
}*/

/*div.lifestream {
	background-color: #eee;
}*/
table.lifestream {
	padding: 0 10px;
	text-align: justify;
}
td.lifestream_icon a {
	border: none;
}


h1 {
	background-color: #ccc;
	color: #fff;
}
h1 strong {
	background-color: #fff;
	color: #ccc;
	font-weight: normal;
}
div.sidebar h1 a, div.sidebar h1 strong a {
	background-color: inherit;
	color: inherit;
}

h2 {
	border-bottom: 5px solid #eee;
	margin-bottom: 13px; /* 18px default -border width */
}
div.content_single h2 {
	margin-bottom: 1.1em;
}
div.content_single h2 a {
	border-bottom: none;
}
div.content_single h3 {
	border-bottom: 2px groove #ccc;
	display: block;
}
div.lifestream h2 {
	background-color: #fff;
	margin-bottom: 0;
}
div.lifestream p {
	/*border-bottom: 13px solid #fff;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div.lifestream p.lifestream-paging {
	display: none;
}

table.lifestream h2 {
	background-color: transparent;
	border-bottom: 1px solid #ccc;
	font-size: 1.3em;
	font-variant: small-caps;
	margin: 2em 0 0 0;
	text-align: center;
}
div.about table.lifestream h2 {
	margin-top: 0;
}

p img.left, p img.right {
	margin-top: 0;
}

div.sidebar h3 {
	border-bottom: none;
	margin-bottom: 0;
}
div.sidebar small.meta {
	background: url(images/80pc-opacity.png) #eee;
	display: block;
	margin-bottom: 3em;
	padding: 0.2em 0.5em;
}

/* post styles */
span.inlinequote {
	background: url(images/80pc-opacity.png) #eee;
	font-style: italic;
}
code {
	background: url(images/80pc-opacity.png) #eee;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	padding: 1em;
}
textarea#comment {
	height: 200px;
	width: 280px;
}