/*  
Theme Name: Steve Cochrane v3
Theme URI: http://www.stevecochrane.com/v3/
Description: The one with the owl
Author: Steve Cochrane
Author URI: http://www.stevecochrane.com
*/

/*	This is the summation of two years of hacks. It's not pretty. Leave now, save yourselves!!! */

* {
	margin: 0;
	padding: 0;
}

html {
	background: #eee url(images/eaeaea_tile.png) repeat 0 0;
}
body {
	background: transparent;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	position: relative;
	z-index: 0;
}
a {
	color: #333;
}
a:visited {
	color: #777;
}
.outdated {
	text-decoration: line-through;
}
#wrapper {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#let-the-non-semantics-begin,
#another-presentational-div,
#this-is-getting-out-of-hand {
	height: 170px;
	position: fixed;
	top: 0;
	z-index: 1;
}
#let-the-non-semantics-begin {
	background: url(images/blahblahblah_left.png) no-repeat 0 0;
	left: 0;
	width: 335px;
}
#another-presentational-div {
	background: url(images/blahblahblah_mid.png) no-repeat 0 0;
	left: 335px;
	width: 56px;
	z-index: 7;
}
#this-is-getting-out-of-hand {
	background: url(images/blahblahblah_right.png) no-repeat 0 0;
	left: 391px;
	width: 780px;
	z-index: -1;
}
#ahhh-not-another {
	background: url(images/owl.jpg) no-repeat 0 100%;
	display: none; /* toggled to block by js if it is on */
	height: 550px;
	left: 0;
	position: fixed;
	width: 350px;
	z-index: 1;
}
#are-you-freaking-kidding-me {
	display: none; /* toggled to block by js if it is on */
	height: 43px;
	left: 335px;
	position: fixed;
	width: 56px;
	z-index: 3;
}
*+html #ahhh-not-another,
*+html #are-you-freaking-kidding-me {
	display: none !important;
}
#contact #are-you-freaking-kidding-me,
#portfolio #are-you-freaking-kidding-me {
	display: none !important;
}
#are-you-freaking-kidding-me div {
	background: url(images/pointer.png) no-repeat 0 0;
	height: 43px;
	position: absolute;
	width: 56px;
	z-index: 3;
}
#contact #are-you-freaking-kidding-me {
	display: none !important;
}
a#skip-nav {
	position: absolute;
	left: -9999px;
}
a#skip-nav:focus {
	/* to be filled out later, this is for when someone tabs onto 
	the link ala mezzoblue */
}
#header h1,
#header h2 {
	display: none;
}
#nav {
	left: 30px;
	position: fixed;
	top: 90px;
	z-index: 3;
}
#nav li {
	font-family: Palatino, Georgia, Times, "Times New Roman", serif;
	font-size: 2.4em;
	line-height: 1.25em;
	list-style: none;
	letter-spacing: -0.05em;
}
#nav li#nav-subscribe a {
	padding-right: 1.04em;
	background: transparent url(/img/icons/feed/feed-icon-14x14-bw.png) no-repeat 95% 50%;
}
#nav li#nav-subscribe a:hover {
	background-color: #000;
	background-image: url(/img/icons/feed/feed-icon-14x14.png);
}
#nav li a {
	padding: 0.0833em 0.25em 0.0042em 0.2em;
	margin-left: -0.2em;
	text-decoration: none;
	color: #222;
}
#nav li a:hover {
	color: #fff;
}
#nav li.disabled {
	color: #999;
}
#content {
	margin-left: 383px; /* originally 390, accounts for left-margins on cbb's within */
	position: relative;
	z-index: 2;
}
.post-gaming,
.post-music,
.post-design,
.post-miscellaneous,
.post-hoot,
.welcome,
.about,
.original-music,
.recommended {
	/* background: #fff url(content-shadow.jpg) repeat-y 100% 0; */
	background-color: #fff;
	border: 1px solid #c2c2c2;
	/* border-right: 0; */
	color: #222;
	font-size: 1.2em;
	margin: 30px 0 0 0;
	padding: 2em;
	width: 33em;
}				
.post-gaming p,
.post-music p,
.post-design p,
.post-miscellaneous p,
.original-music p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #333;
}
.pointer-blocker {
	background: url(images/pointer-blocker.png) no-repeat 0 0;
	bottom: -90px;
	height: 130px;
	left: -60px;
	position: absolute;
	width: 56px;
	z-index: 4;
}
*+html .pointer-blocker {
	display: none !important;
}
.beta {
	background: #151515;
	color: #ddd;
	font-size: 1.4em;
	margin: 0 0 0 7px;
	padding: 20px;
	width: 40.9em;
}
.archives-main.cb {
	width: 50em;
}
.welcome {
/*	font-size: 4.8em; */
	font-family: Georgia, Times, "Times New Roman", sans-serif;
	font-size: 5em;
	margin: 60px 0 0 0;
	padding: 1em;
	width: 10em;
}
.welcome h2 {
	font-size: 1em;
	font-weight: normal;
}
#error .welcome h2 {
	font-style: italic;
	font-weight: normal;
}
#error .welcome p {
	font-size: 24px;
	font-style: normal;
}
#single-post .post-gaming,
#single-post .post-music,
#single-post .post-design,
#single-post .post-hoot,
#single-post .post-miscellaneous {
	margin: 60px 0 0 0;
}
#comments {
	margin: 30px 0 0 383px;
	position: relative;
	z-index: 6;
}
#comments h4 {
	font-size: 1.5em;
}
#comments li {
	list-style: none;
	position: relative;
	color: #333;
}
#comments li p {
	font-size: 1.2em;
}
#comments .cb {
	list-style: none;
	margin-bottom: 0.5em;
	position: relative;
}
#comments li .meta {
/*	background: url(images/meta_stripes.png) repeat 0 0; */
	background: #e5e5e5;
	left: 38em;
	margin-top: -25px;
	margin-left: -19px;
	position: absolute;
	width: 9.91666em;
}
#comments li .meta span a {
	font-family: Georgia, Times, "Times New Roman", serif;
	text-decoration: none;
}
#comments li .gravatar {
/*	position: absolute;
	top: -12px;
	right: -10.25em; */
	display: none;
	float: right;
	width: 60px;
	height: 60px;
	margin: 15px 0 0 0;
	border: 4px solid #cacaca;
}
#comments li .comment-author {
	display: block;
	margin: 12px 12px 0 12px;
}
#comments li .commentmetadata {
	display: block;
	font-size: 0.8em;
	margin: 0 12px 12px 12px;
}
#commentPreview {
	display: none;
}
#respond {
	margin: 30px 0 0 8px;
	width: 600px;
}
#respond textarea {
	width: 100%;
}
#respond input {
	margin-top: 0.5em;
}
h3 a:visited {
	text-decoration: none;
	color: #000;
}
h3 a:hover {
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}
#content img {
	text-align: center;
	max-width: 396px;
}
#content p+p,
#content h4+p,
#comments p+p {
	margin-top: 1em;
}
#content .post-hoot p+p {
	margin-top: 0.5em;
}
#content p img {
	margin: 1em 0;
}
#content p.fig a img {
	border: 0;
}
#content p.fig a:hover {
	background-color: transparent;
}
#content p.fig img {
	margin-bottom: 0;
}
#content p.fig span {
	display: block;
	margin-bottom: 1em;
	text-indent: 0;
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
}
#content .post-header {
	position: relative;
}
#content .post-header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#content .post-header {
	display: inline-block;
}
* html #content .post-header {
	height: 1%;
}
#content .post-header {
	display: block;
}
#content .post-header address {
	display: none;
}
#content .post-hoot .post-header h3 {
	display: none;
}
#content .post-hoot .comments {
	display: none;
}
#content .post-design .comments,
#content .post-gaming .comments {
	display: block;
	position: absolute;
	top: 0;
	right: -6.5em;
	margin-right: -5px;
	min-width: 5.5em;
	padding: 8px 6px 18px 6px;
	text-align: center;
	background: transparent url(images/comment_bubble.png) no-repeat 0 0;
}
#content .post-design .comments a,
#content .post-gaming .comments a {
	display: block;
	font-size: 0.75em;
	line-height: 1.75;
	text-decoration: none;
	text-transform: uppercase;
	color: #b5b5b5;
}
#content .post-design .comments a:hover,
#content .post-gaming .comments a:hover {
	color: #000;
	background: transparent;
}
#content .post-design span.comments a span,
#content .post-gaming span.comments a span {
	display: block;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 2.4em;
	line-height: 1;
	color: #666;
}
#content .post-design span.comments a:hover span,
#content .post-gaming span.comments a:hover span {
	color: #000;
}
#content .post-header .post-date,
#archives .archives-main h3 {
	font-size: 0.8333em;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #b5b5b5;
}
#archives .archives-main h3 {
	font-size: 1em;
}
#content .post-header .post-date a {
	text-decoration: none;
	color: #b5b5b5;
}
#content .post-header .post-date a:visited {
	color: inherit;
}
#content .post-header .post-date a:hover {
	color: inherit;
	background: none;
	text-decoration: underline;
}
#content .post-date abbr {
	border-bottom: 0;
}
#content .post-hoot .entry-content,
#portfolio #content p.subhead {
	font-size: 1.5em;
	color: #333;
}
#content .post-hoot p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content p.subhead,
#content h4 {
	font-size: 1em;
	color: #333;
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", serif;
}
#content .post-design h4 {
	font-size: 1.5em;
	margin-bottom: 0.65em;
}
#content h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.5em;
	line-height: 1.2;
}			
#content h3 a:link {
	text-decoration: none;
}
#content .entry-content ul,
#content .entry-content ol {
	margin: 1em 0;
}
#content .entry-content ul li {
	margin: 0 0 0 1em;
}
#content .entry-content ol li {
	margin: 0 0 0 1.5em;
}

#favorites {
	position: relative;
	float: left;
	z-index: 6;
	margin: 4em 0 0 391px;
	padding: 2em;
	width: 560px;
	background: #ddd;
	border: 1px dashed #aaa;
}
#favorites h3 {
	font-size: 1.6em;
	color: #666;
	text-transform: lowercase;
}
#favorites h3.over {
	color: #444;
	text-transform: none;
}
#favorites p {
	display: block;
	font-size: 1.2em;
	margin-bottom: 18px;
}
#favorites p.over {
	display: block;
}
#favorites ul {
	display: inline;
}
#favorites li {
	list-style: none;
	display: inline;
	border: 0;
}
#favorites span.summary {
	position: absolute;
	visibility: hidden;
}
#favorites img {
	border: 0;
}
#favorites h4 {
	display: none;
}
#favorites a:hover {
	background-color: transparent;
}
#favorites .games {
	float: left;
	margin: 0;
}
#favorites .games * {
	float: left;
}
#favorites .games li {
	margin: 4px 5px 4px 4px;
}
#favorites .games li+li+li {
	margin-right: 4px;
}
#favorites .games a {
	border: 1px solid #aaa;
}
#favorites .games img {
	width: 92px;
}
#favorites .music {
	float: right;
	width: 246px;
	margin: 0 1px 1.8em 0;
}
#favorites .music * {
	float: right;
}
#favorites .music li {
	margin: 4px;
	width: 70px;
	height: 70px;
}
#favorites .music a {
	width: 70px;
	height: 70px;
	border: 1px solid #aaa;
}
#favorites .music img {
	width: 70px;
	height: 70px;
}
#favorites .links {
	float: left;
	clear: both;
	margin: 0;
}
#favorites .links * {
	float: left;
}
#favorites .links li {
	margin: 4px 5px;
}
#favorites .links a {
	border: 1px solid #aaa;
}

#footer {
	clear: left;
	margin: 30px 0 0 390px;
	padding: 0;
	width: 602px;
	height: 65px;
	position: relative;
	color: #999;
	font-family: Georgia, Times, "Times New Roman", serif;
}
#footer.pinned {
	position: absolute;
	bottom: 0;
}
#footer ul {
	position: absolute;
	bottom: 24px;
	padding-top: 4px;
	width: 100%;
	border-top: 1px solid #bbb;
}
#footer li {
	display: inline;
	list-style: none;
	font-size: 1.1em;
}
#footer li+li {
	color: #ccc;
}
#footer li a {
	text-decoration: none;
	color: #777;
	padding: 1px;
}
#footer li a:hover {
	color: #fff;
	background-color: #000;
}
#footer .copyright {
	position: absolute;
	bottom: 8px;
	font-size: 1.1em;
}
.original-music ul {
	margin: 1em 0;
}
.original-music li {
	list-style: none;
}
.original-music li p {
	width: 32em;
	margin-left: 1em;
}

.pointer-blocker-side {
	position: absolute;
	top: -1px;
	height: 100%;
	background: url(images/eaeaea_tile.png) repeat 0 0;
}
#favorites .pointer-blocker-side {
	width: 56px;
	left: -57px;
}
#comments .pointer-blocker-side {
	width: 55px;
	left: -48px;
}
#apology {
	position: absolute;
	top: 0;
	left: 400px;
	width: 380px;
	padding: 10px;
	font: 12px/18px "Trebuchet MS", Verdana, sans-serif;
	color: #fff;
	background: #f00;
}
#apology h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
p.nocomments {
	display: none; /* would be better to just remove this from the template */
}

#contact form,
#contact #success-msg {
	background: #353535;
	border: 1px solid #c2c2c2;
	display: block;
	margin: 21px 0 0 7px;
	padding: 20px 10px;
	width: 580px;
}
#contact table {
	width: 100%;
}
#contact td,
#contact #success-msg {
	color: #aaa;
	font-size: 1.333em;
	line-height: 1.5;
	padding: 0.25em;
	vertical-align: top;
}
#contact #success-msg {
	padding: 10px;
}
#contact #error-msg {
	background: #fefdbb;
	color: #3c0908;
	font-size: 1.333em;
	margin: 0 10px 10px 10px;
	padding: 0.5em;
}
#contact td input {
	width: 20em;
}
#contact td input:focus,
#contact td textarea:focus {
	background: #FEFDBB;
}
#contact td input#contactsubmit {
	margin-right: 30px;
	padding: 0 0.5em;
	width: auto;
}
#contact textarea {
	width: 30em;
	height: 10em;
}
.sub {
	color: #777;
	font-size: 0.75em;
}
.tar {
	text-align: right;
}

/*	Archives styles */
#archives .archives-main h3 {
	margin-top: 2.5em;
}
#archives .archives-main h3:first-child {
	margin-top: 0;
}
#archives .archives-main li {
	list-style: none;
	font-size: 1em;
	line-height: 1.75;
}
#archives .archives-main li a {
	display: block;
	font-size: 1.8em;
	font-family: Georgia, Times, "Times New Roman", serif;
	line-height: 1.25;
	margin: 0.25em 0 0.25em -0.25em;
	padding-left: 0.25em;
}
#archives .archives-main li a.post-10 {
	font-size: 1.2em;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 1.75;
	margin: 0 0 0 -0.25em;
}

#portfolio div.piece {
	margin-top: 21px;
	margin-left: 7px;
	width: 436px;
	border: 5px solid #c5c5c5;
}
#portfolio div.piece a {
	display: block;
	padding: 2em;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #bbb;
	background: #353535;
	text-decoration: none;
}
#portfolio div.piece a br {
	display: none;
}
#portfolio div.piece a span {
	display: block;
	font-size: 2em;
	font-family: Georgia, Times, "Times New Roman", serif;
}
#portfolio div.piece a:hover {
	color: #ccc;
	background: #222;
}
#portfolio div.piece a:hover span {
	color: #eee;
}
#portfolio .vidsf-hack .bt,
#portfolio .videoplayer-hack .bt,
#portfolio .theblogdoctor-hack .bt,
#portfolio .ruinseverything-hack .bt,
#portfolio .claystreetmedia-hack .bt,
#portfolio .newreleasenotification-hack .bt {
	margin-left: 0;
	background: transparent url(http://stevecochrane.com/img/portfolio/vidsf.png) no-repeat 0 0;
	height: 109px;
}
#portfolio .videoplayer-hack .bt {
	background-image: url(http://stevecochrane.com/img/portfolio/videoplayer.png);
}
#portfolio .theblogdoctor-hack .bt {
	background-image: url(http://stevecochrane.com/img/portfolio/theblogdoctor.png);
}
#portfolio .ruinseverything-hack .bt {
	background-image: url(http://stevecochrane.com/img/portfolio/ruinseverything.png);
}
#portfolio .claystreetmedia-hack .bt {
	background-image: url(http://stevecochrane.com/img/portfolio/claystreetmedia.png);
}
#portfolio .newreleasenotification-hack .bt {
	background-image: url(http://stevecochrane.com/img/portfolio/newreleasenotification.png);
}
#portfolio .vidsf-hack .bt div,
#portfolio .videoplayer-hack .bt div,
#portfolio .theblogdoctor-hack .bt div,
#portfolio .ruinseverything-hack .bt div,
#portfolio .claystreetmedia-hack .bt div,
#portfolio .newreleasenotification-hack .bt div {
	background: none;
}


/*
	(Customized) Styles for "Transparent Custom Corners and Borders"
	by Roger Johansson of 456 Berea Street.  Big thanks to Roger for this.
	http://www.456bereastreet.com/archive/200505/transparent_custom_corners_and_borders/
*/

/* Default styling. Used when JavaScript is unsupported */
.cbb {}
.cbb h1 {}

/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
/*	margin: 16px 0 0 0; */
	margin: -6px 0 0 0;
	padding: 0;
	border: 0;
	background: none;
	width: 38.33333em;
}
#comments .cb {
	width: 460px; /* HACK: fix later when you're not feeling so lazy */
}
#comments li .meta {
	left: 460px;
}
.welcome.cb {
	font-size: 5em;
/*	margin: 55px 0 0 0; */
	margin: 55px 0 22px 0;
	width: 12.3125em;
}
/* Rules for the top corners and border */
.bt {
	background: url(images/box.png) no-repeat 100% 0;
	margin: 0 0 0 18px;
	height: 17px;
}
.bt div {
	height: 17px;
	width: 18px;
	position: relative;
	left: -18px;
	background: url(images/box.png) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bb {
/*	background: url(images/box.png) no-repeat 100% 100%; */
	background: url(images/box2.png) no-repeat 100% 100%;
	margin: 0 0 0 18px;
/*	height: 17px; */
	height: 39px;
	position: relative;
	left: 1px;
}

/*	Remove bottom stem */
.welcome .bb,
.last-post .bb,
#single-post .cb .bb,
#comments ol .bb,
.archives-main .bb {
	background: url(images/box.png) no-repeat 100% 100%;
	height: 17px;
}
.bb div {
	height: 17px;
	width: 20px;
	position: relative;
	left: -20px;
	background: url(images/box.png) no-repeat 0 100%;
}
.welcome .bb div {
	background: url(images/box3.png) no-repeat 0 100%;
	height: 39px;
	width: 100px;
}

/* Insert the left border */
.i1 {
	padding: 0 0 0 12px;
	background: url(images/borders.png) repeat-y 0 0;
}
*+html .i1 {
/*	border-left: 1px solid #c4c4c4 !important;*/
/*	background: #fff !important;*/
	min-height: 1px;
}
/* Insert the right border */
.i2 {
	padding: 0 12px 0 0;
	background: url(images/borders.png) repeat-y 100% 0;
}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	position: relative;
	background: #fff;
	padding: 1.08333em 1.66em 1.66em 1.66em;
}
.welcome .i3 {
	padding: 0.81em 1.62em 0.81em 0.81em;
}
/* CSS for the box ends here */

/* Just a bit of styling for this example. Adjust as you wish. */
.cb h1 {
	margin: 0 -10px;
	padding: 0.3em 10px;
	background: #efece6;
	font: bold 1.2em/1 Arial, Helvetica, sans-serif;
}

/* Pulled from the original conditional comments, because I don't care for conditional comments... */
/* Serve gif images to IE/Win pre version 7 */
* html .i1,
* html .i2 {
	background-image: url(images/borders.gif);
}
* html .bt,
* html .bt div,
* html .bb,
* html .bb div {
	background-image: url(images/box.gif);
}
/* Set a height to fix up some rendering issues. */
* html .i1,
* html .i3 {
	height: 1px;
}

/* extremely hacky mod to allow commenting on a short post. i know, i know... */
#content #post-92 h3,
#content #post-93 h3,
#content #post-94 h3,
#content #post-98 h3,
#content #post-101 h3,
#content #post-104 h3,
#content #post-106 h3,
#content #post-112 h3,
#content #post-114 h3,
#content #post-117 h3,
#content #post-120 h3,
#content #post-134 h3,
#content #post-157 h3,
#content #post-163 h3,
#content #post-171 h3,
#content #post-193 h3,
#content #post-208 h3,
#content #post-289 h3,
#content #post-302 h3,
#content #post-315 h3,
#content #post-321 h3,
#content #post-349 h3,
#content #post-353 h3 {
	display: none;
}
#content #post-92 h4,
#content #post-93 h4,
#content #post-94 h4
#content #post-98 h4,
#content #post-101 h4,
#content #post-104 h4,
#content #post-106 h4,
#content #post-112 h4,
#content #post-114 h4,
#content #post-117 h4,
#content #post-120 h4,
#content #post-134 h4,
#content #post-157 h4,
#content #post-163 h4,
#content #post-171 h4,
#content #post-193 h4,
#content #post-208 h4,
#content #post-289 h4,
#content #post-302 h4,
#content #post-315 h4,
#content #post-321 h4,
#content #post-349 h4,
#content #post-353 h4 {
	font-size: 1.5em;
}

ul.ratings {
	margin: 0;
	padding: 0;
}
ul.ratings li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}
ul.ratings li em {
	float: left;
	font-style: normal;
	width: 12em;
}

/*	more slop */
#respond {
	width: 560px;
	padding: 20px;
	color: #aaa;
	background: #353535;
}
#respond h4 {
	margin-bottom: 5px;
	color: #ddd;
}
#respond p {
	margin-bottom: 2px;
}
#respond p input {
	margin-right: 9px;
}
#respond small {
	font-size: 13px;
}
#respond textarea {
	margin-top: 9px;
	width: 555px;
}
#respond #submit {
	margin-top: 9px;
}
#respond #author,
#respond #email,
#respond #url {
	width: 240px;
}

#comments h4 {
	margin-left: 7px;
}
#comments #respond h4 {
	margin-left: 0;
}
.comment-author {
	font-size: 12px;
}
#comments li .commentmetadata {
	line-height: 1.25;
	margin-bottom: 11px;
}

.reveal {
	font-weight: bold;
	color: #000;
	background-color: #000;
}
