/*
Theme Name: oh-10
Theme URI: http://livingproof.us
Description: Custom theme for livingproof.us
Version: 1.0
Author: G. Tyler Suggs
Author URI: http://tylersuggs.com/
*/

* {
	font-size: 0.98em;
	/*font-weight: normal;*/
	margin: 0;
	padding: 0;
	text-decoration: none;
}
html {
	height: 100%;
}
body {
	background: #666; /*E5E5E5;*/
	height: 100%;
	color: #54;
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.4em;
	/*margin: 0.87in;*/
}
h1 {
	color:#333322;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0.4in;
	margin-left: 1in;
	margin-top: 0.4in;
	width: 6in;
	line-height: 1.2em;
}
h1 a {
	letter-spacing: 0.035em;
	width: 6in;
	opacity: 0.85;
	color:#333322;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.3);
}
h1 a:hover {
	color: #333322;
	border: 0;
}
h2 {
	color: #444444;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.25in;
	margin-left: 1in;
	margin-top: 0.5in;
	width: 6in;
}
table {
	margin-bottom: 0;
	margin-left: 1in;
	margin-top: 0;
	width: 5in;
}
div#nav {
	float: left;
	background: transparent;
	width: 60px;
	padding-top:.5in;
}
div#nav ul {
	margin: 0;
	padding: 0;
	width: 60px;
}
div#nav ul li {
	background: url(images/navarrow.png) right no-repeat;
}
div#nav a {
	opacity: 1.0;
}
div#nav a:hover {
	border: 0;
}
div#nav a:hover img {
	opacity:.75;
}
div.section {
	margin-bottom: 0.6in;
	margin-left: 1in;
	margin-top: 0.6in;
	width: 5in;
}
div.content, div.content-single {
	background:#E5E5E5 url(images/bg.png) repeat-y;
	margin-left: 60px;
	padding-top: .5in;
	padding-bottom: .5in;
	border-left: 1px solid #fff;
	text-shadow: 0 1px 0 #fff;
}
div.content div.post {
	font-size: .99em;
    /* vertical align magic via flexible layouts */

}
div.content div.post div.mid {
	display : box;
    box-orient: vertical;
    box-pack: center;
    display : -moz-box;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    display : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
}
div.content-single {
	font-size: .97em;
}
div.post-time {
	font-size: .9em;
	opacity: 0.5;
	margin-left: 0.25in;
	margin-bottom: 0.15in;
}
div.post-author {
	font-size: .9em;
	opacity: 0.5;
	margin-left: 0.25in;
	margin-bottom: 0.1in;
}
div.content p, div.content-single p {
	margin-left: 0.25in;
	width: 5.5in;
	color:#444;
}
div.content h1 {
	margin-left: 0.25in;
	margin-top: 0.1in;
	margin-bottom: 0.1in;
/*	font-size: 2em;*/
	width: 6in;
	height: .75in;
	color:#AAA59B; /*#333322;*/
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.3);
}

div.content-single h1 {
	margin-left: 0.25in;
	margin-top: 0.1in;
	margin-bottom: 0.1in;
/*	font-size: 2em;*/
	width: 6in;
}
div.content h2, div.content-single h2 {
	margin-bottom: 0.2in;
	margin-left: 0.25in;
	margin-top: 0.3in;
}
div.content hr {
	opacity: 0.25;
	margin-left: 0.25in;
	width: 6in;
	margin-top: .2in;
}
div.content img, div.content-single img {
	border: 1px solid #C0BEBB;
	background: #fff;
	padding: 2px;
}
div.content-single hr {
	opacity: 0.25;
	margin-left: 0.25in;
	width: 6in;
}
div#respond {
	margin-top: .5in;
}
div#respond h3 {
	margin-left: 0.25in;
}
form#commentform {
	margin-bottom: 20px;
}
ul, ol {
	margin-bottom: 0.15in;
	margin-left: 0.25in;
	padding-left: 0.25in;
	margin-top: 0.15in;
}
p {
	margin-bottom: 0.2in;
	margin-top: 0.2in;
}
strong {
	color: #333333;
	font-weight: bold;
}
li {
	opacity: 0.75;
}
a {
	color: #000;
	letter-spacing: 0.035em;
	opacity: 0.75;
	font-weight: bold;
}
a:hover {
	border-bottom: 1px dotted #000;
}
.codes, .small {
	font-size: 0.8em;
}
td, th {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
td {
	padding-bottom: 0.1in;
}
input.text, textarea {
	border: 1px dotted #C0C0D8;
	width: 100%;
}

.alignright {
	float: right;
	margin-left: 3px;
}
