/*
THEME NAME: 4oh
THEME URI: http://cavemonkey50.com/
DESCRIPTION: cavemonkey50.com 4.0
VERSION: 1.0
AUTHOR: Ronald Heft, Jr.
AUTHOR URI: http://cavemonkey50.com/
*/

body {
	margin: 0;
	background: url(http://cavemonkey50.s3.amazonaws.com/bg.png) repeat-x;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

div#wrapper {
	width: 852px;
	margin: 0 auto;
}

/* @group Menu */

div#menu ul {
	display: table;
	padding: 0; 
	margin: 2px auto 0; 
	list-style-type: none;
	white-space: nowrap;
	line-height: 1em;
}
	
div#menu ul li {
	display: table-cell;
}
	
div#menu a {
	width: auto;
	display: block;
	padding: 5px 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .78em;
}
	
div#menu a:hover {
	text-decoration: underline;
	background: none;
}

del.menu {
	clear: both;
	text-decoration: none;
}

div#menu {
	text-align: center;
}

/* @end */

div#header {
	height: 104px;
	margin: 1px 0 25px;
	padding: 0;
	text-align: center;
}

div#container{
	float: left;
}

div#content {
	width: 538px;
	padding: 25px;
}

div.sidebar {
	float: right;
	width: 212px;
	margin: 25px 10px;
	padding: 0 15px 0;
	border-left: 1px solid #ddd;
	font: .7em "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#footer {
	clear: both;
	height: 20px;
	margin: 0 0 2em;
	padding: 5px 10px;
	border-top: 1px dotted #ccc;
}

/* @group Footer */

div#footer .left {
	float: left;
	text-align: left;
}

div#footer .left .footer-text {
	width: 300px;
	padding: 5px 0 5px 50px;
	color: #888;
	font-size: .7em;
}

div#footer .left .footer-text p {
	margin: 3px 0;
}

div#footer .left .footer-text .feed {
	background: url(http://cavemonkey50.s3.amazonaws.com/sprite.png) -37px -18px no-repeat;
	margin-left: 20px;
	padding-left: 18px;
	padding-bottom: 2px;
}

div#footer .left .footer-text .feed a {
	padding-bottom: 1px;
}

div#footer .right {
	float: right;
	text-align: right;
	padding: 13px 0;
}

/* @group Sprites */

div#footer a.ninerules, div#footer a.ninerules:hover {
	float: left;
	margin-top: 2px;
	background: #fff url(http://cavemonkey50.s3.amazonaws.com/sprite.png) 0 -18px no-repeat;
	display: block;
	width: 37px;
	height: 42px;
	text-indent: -9999px;
	overflow: hidden;
}

div#footer a.media-temple, div#footer a.media-temple:hover {
	background: #fff url(http://cavemonkey50.s3.amazonaws.com/sprite.png) no-repeat;
	display: block;
	width: 50px;
	height: 18px;
	text-indent: 9999px;
	overflow: hidden;
}

/* @end */

/* @end */

/* @group Conditional Pages */

body.page div#content {
	padding-bottom: 20px;
}

body.page div#content .hentry {
	margin-bottom: 0;
}

body.page div#content .edit-link {
	margin-left: 10px;
}

/* @end */

/* @group Headers */

h2, h3, h4 , h5, h6 {
	line-height: 125%;
}

div#content h2.page-title {
	margin-top: 0;
	border-bottom: 1px solid #ddd;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 1.27em;
}

div#content .hentry h2,
body.search div#content h2,
body.four04 div#content h2 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 1.27em;
	margin: 0;
}

body.archive div#content h2.page-title,
body.search div#content h2.page-title {
	margin-bottom: 20px;
}

body.search div#content h2,
body.four04 div#content h2 {
	margin-top: 0;
}

body.single div#content .hentry h2,
body.search div#content .hentry h2,
body.archive div#content .hentry h2 {
	margin-bottom: 2px;
}

div#content .hentry .entry-content h3 {
	margin: 1.5em 0 10px;
}

div.entry-content h4, div.entry-content h5, div.entry-content h6 {
	font-size: 1em;
	margin: 1.5em 0 -1.1em;
}

div.comments h3.comment-header, div.comments h3#respond {
	margin: 40px 0 2px;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 1.27em;
	font-weight: normal;
}

div.sidebar h3 {
	margin: 20px 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	font: bold 1.25em "Trebuchet MS", "Verdana", sans-serif;
}

div#browse-by-tag h3 {
	padding-bottom: 5px;
}

/* @end */

/* @group Basic WordPress */

div#content .hentry {
	margin-bottom: 40px;
}

div#content .hentry .entry-meta,
div.comments .form-meta {
	font-size: .78em;
	color: #888;
	line-height: 140%;
	margin: 2px 0 15px;
}

div.comments .form-meta {
	margin-bottom: 18px;
}

div#content .hentry .entry-content,
body.search div#content .entry-content,
body.four04 .post-entry {
	font-size: .78em;
	text-align: justify;
	line-height: 1.55em;
}

div.entry-content p {
	margin: 1em 0;
}

div#nav-below.navigation {
	font-size: .78em;
	font-weight: bold;
}

div#nav-below.navigation .nav-previous {
	float: left;
	text-align: left;
}

div#nav-below.navigation .nav-next {
	float: right;
	text-align: right;
}

div.sidebar form#searchform input {
	width: 203px;
}

div.page-link {
	font-weight: bold;
}

/* @end */

/* @group Comments */

div.comments div.avatar {
	float: right;
	margin-left: 15px;
	padding: 3px;
	background: #eee;
}

div.comments .comment-meta {
	font-weight: bold;
	color: #888;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

div.comments .comment-meta .num {
	font-size: .78em;
	margin-right: 5px;
}

div.comments .comment-meta .comment-author {
	color: #666;
}

div.comments .comment-meta .date {
	font-size: .78em;
}

div.comments .unapproved {
	font-style: italic;
	font-size: .78em;
	color: #888;
}

div.comments ol#comments p {
	line-height: 1.55em;
}

div.comments div.formcontainer form#commentform {
	font-size: .78em;
	margin: 0 0 5px;
}

form#commentform, form#commentform p {
	padding: 0;
}

input#author, input#email, input#url, textarea#comment {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1em;
	padding: 0.2em;
}

input#author, input#email, input#url {
	width: 50%;
}

div.comments div.form-input {
	margin-bottom: 10px;
}

div.comments div.form-input label {
	margin-left: 10px;
	color: #666;
}

form#commentform .form-label {
	margin: 1em 0 0 0;
}

div.comments #loggedin {
	margin-bottom: 10px;
}

form#commentform div.form-message {
	font-size: .78em;
	color: #666;
	margin-bottom: 5px;
}

div.comments textarea#comment {
	height: 13em;
	margin: 0 0 0.5em 0;
	overflow: auto;
	width: 538px;
}

div.comments p.subscribe-to-comments {
	float: left;
	margin: 2px 0 0;
}

div.comments div.form-submit {
	float: right;
}

/* @end */

/* @group Links */

a {
	color: #069;
	text-decoration: none;
}

a:hover {
	color: #fff;
	background: #069;
}

div.sidebar h3 a {
	color: #666;
}

div.sidebar h3 a:hover {
	color: #fff;
	background: #666;
}

img {
	border: 0;
}

div.sidebar li.ad_img a:hover {
	background: none;
}

div#header a:hover {
	background: none;
}

div#content .hentry h2 a {
	color: #000;
	text-decoration: none;
}

div#content .hentry h2 a:hover {
	color: #069;
	background: none;
}

div#content .hentry .entry-meta a,
div.comments .form-meta a,
div#footer a {
	color: #666;
}

div#content .hentry .entry-meta a:hover,
div.comments .form-meta a:hover,
div#footer a:hover {
	color: #fff;
	background: #666;
}

/* @end */

/* @group Lists */

div.sidebar div, div.sidebar h4, div.sidebar ul, div.sidebar li {
	margin: 0;
	padding: 0;
}

div.sidebar li {
	list-style: none;
	margin: 0 0 1em 0;
}

div.sidebar li form {
	margin: 0.2em 0 0 0;
	padding: 0;
}

div.sidebar ul ul {
	margin: 0 0 0 1.0em;
}

div.sidebar ul ul ul {
	margin: 0 0 0 0.5em;
}

div.sidebar ul li ul {
	margin: 0 0 20px 0;
	padding: 0;
}

div.sidebar ul li.ad_img {
	margin: 0 0 20px 0;
}

div.sidebar ul li ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none;
}

div.entry-content ul li {
	list-style: square;
}

div.entry-content ul li ul {
	margin-bottom: 0.3em;
}

div.entry-content ul li ul li {
	list-style: circle;
}

div.comments ol {
	font-size: .78em;
	list-style-type: none;
	padding: 0;
	text-align: justify;
}

div.comments ol li {
	margin-bottom: 32px;
	overflow: hidden;
}

div.comments ol.condensed {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

div.comments ol.condensed li {
	margin-bottom: 18px;
}

div.comments ol.condensed li div.comment-text {
	display: none;
}

div.archives-list ul {
	margin: 0;
	padding: 0;
}

div.archives-list ul li {
	list-style-type: none;
	display: block;
	float: left;
	width: 179px;
}

/* @end */

/* @group Images */

.noborder, .wp-smiley {
	border: 0px !important;
}

div#content .hentry .entry-content img, img.border {
	max-width: 532px;
	padding: 2px;
	border: 1px solid #ccc;
}

img.left {
	float: left;
	margin-right: 10px;
}

img.center {
	display: block;
	margin: 0 auto;
}

img.right {
	float: right;
	margin-left: 10px;
}

div.caption {
	font-size: .9em;
	text-align: center;
	color: #888;
}

div.caption img {
	padding: 0 0 2px 0;
	border: none !important;
}

/* @end */

/* @group Helpful Classes */

.alignleft {
	float: left;
}

.aligncenter {
	margin: 0 auto;
}

.alignright {
	float: right;
}

.more {
	margin-top: -20px !important;
}

.clear {
	clear: both;
}

blockquote {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-style: italic;
	border-left: 3px solid #ccc;
}
	
blockquote.code {
	margin: 0 15px;
	padding: 0;
	font-family: "Courier New", Sans-Serif;
	font-style: normal;
	text-align: left;
	border: 0px;
}

pre {
	margin-left: 15px;
	margin-right: 15px;
	background: #f8f8f8;
	overflow: auto;
}

code {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 1.2em;
	text-align: left;
}

pre code {
	margin-left: 0;
	margin-right: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #ccc;
	cursor: help;
}

/* @end */

/* @group Random */

.google-ads {
	margin-bottom: 40px;
	text-align: center;
}

body.page .google-ads {
	margin-top: 40px;
}

li.latest-comments small a:hover {
	background: none;
	color: #069;
	text-decoration: underline;
}

.tla-postad {
	padding-top: 15px;
}

/* Begin Contact Form CSS */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #ff0000;
}

.contactsubmit {
}
/* End Contact Form CSS */

/* @end */

/* @group Tumblr */

body#tumblr div.date {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

body#tumblr h2 {
	font-weight: normal;
}

body#tumblr div.link h2, body#tumblr div.regular h2 {
	margin-bottom: 5px;
}

body#tumblr div.quote blockquote {
	font-style: normal;
}

body#tumblr div.quote blockquote span.source {
	font-style: italic;
	font-size: .9em;
	color: #cecece;
}

body#tumblr div.conversation span.label {
	font-weight: bold;
}

body#tumblr div.quote, body#tumblr div.conversation ul, body#tumblr div.caption {
	font-size: .78em;
}

body#tumblr div.lastfm {
	padding-left: 21px;
	background: url('http://cavemonkey50.s3.amazonaws.com/tumblr.png') 0 1px no-repeat;
}

body#tumblr div.twitter {
	padding-left: 21px;
	background: url('http://cavemonkey50.s3.amazonaws.com/tumblr.png') 0 -109px no-repeat;
}

body#tumblr div.pownce {
	padding-left: 21px;
	background: url('http://cavemonkey50.s3.amazonaws.com/tumblr.png') 0 -482px no-repeat;
}

body#tumblr div.digg {
	margin-top: 5px;
	padding-left: 21px;
	background: url('http://cavemonkey50.s3.amazonaws.com/tumblr.png') 0 -55px no-repeat;
}

body#tumblr div.delicious {
	margin-top: 5px;
	padding-left: 21px;
	background: url('http://cavemonkey50.s3.amazonaws.com/tumblr.png') 0 -72px no-repeat;
}

body#tumblr div.sidebar ul li.follow p {
	text-align: justify;
	line-height: 1.5em;
}

body#tumblr div.sidebar ul li.follow ul li {
	margin-bottom: 4px;
	padding: 3px 0 3px 21px;
	display: block;
	width: 85px;
	float: left;
}

body#tumblr div.sidebar ul li.lastfm {
	clear: both;
	padding-top: 20px;
}

body#tumblr div.sidebar ul li.follow ul li.lastfm {
	clear: none;
}

body#tumblr div.sidebar ul li.follow ul li.twitter {
	background: url('http://cavemonkey50.s3.amazonaws.com/tumblr.png') 0 -109px no-repeat;
}

body#tumblr div.sidebar ul li.follow ul li.digg {
	background: url('http://cavemonkey50.s3.amazonaws.com/tumblr.png') 0 -55px no-repeat;
}

body#tumblr div.sidebar ul li.follow ul li.flickr {
	background: url('http://cavemonkey50.s3.amazonaws.com/tumblr.png') 0 -90px no-repeat;
}

body#tumblr div.sidebar ul li.follow ul li.delicious {
	background: url('http://cavemonkey50.s3.amazonaws.com/tumblr.png') 0 -72px no-repeat;
}

body#tumblr div.sidebar ul li.follow ul li.lastfm {
	background: url('http://cavemonkey50.s3.amazonaws.com/tumblr.png') 0 1px no-repeat;
}

body#tumblr div.sidebar ul li.follow ul li.pownce {
	background: url('http://cavemonkey50.s3.amazonaws.com/tumblr.png') 0 -482px no-repeat;
}

body#tumblr div.sidebar ul li.follow ul li.xbox {
	background: url('http://cavemonkey50.s3.amazonaws.com/tumblr.png') 0 -462px no-repeat;
}

body#tumblr div.sidebar ul li.follow ul li.facebook {
	background: url('http://cavemonkey50.s3.amazonaws.com/tumblr.png') 0 -444px no-repeat;
}

/* @end */

