/*
Theme Name: MikeBlackney
Theme URI: http://wordpress.org/
Description: Mike Blackney's theme, based on the default Wordpress theme.
Version: 1.0
Author: Michael Blackney
Author URI: http://mikeblackney.com/
Tags: dark, custom header, fixed width, two columns, widgets

	This theme was designed and built by Mike Blackney,
	whose blog you will find at http://mikeblackney.com/
*/



/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: 'Tahoma', Verdana, Arial, Sans-Serif;
	background: #191517 url('images/header-bg.gif') repeat-x top center;
	color: #beb5a2;
	text-align: center;
	text-shadow:#0a0909 1px 1px 0 !important;
	}

#page {
	text-align: left;
	}

#headerimg 	{
	background: url('images/title.png') no-repeat top center;
	width:220px;
	height:55px;
	position:absolute;
	top:112px;
	left:252px;
	}

#headerdescription	{
	background: url('images/gamedeveloper.png') no-repeat top center;
	width:280px;
	height:21px;
	position:absolute;
	top:153px;
	left:91px;
	}
#watermelon	{
	background: url('images/header-watermelon.png') no-repeat top center;
	width:213px;
	height:102px;
	position:absolute;
	top:90px;
	left:480px;
	}

#bodycolumn {
	position:relative;
	width: 756px;
	background: #282224 URL('images/bggrain-mid.jpg') repeat-y;
	border: 1px solid #352e2e;
	}

#bodygraintop {
	z-index: 0;
	position:absolute;
	width: 756px;
	height: 71px;
	top:0px; left:0px;
	background: #282224 URL('images/bggrain-top.jpg') no-repeat top left;
	}

#bodygrainbottom {
	z-index: 0;
	position:absolute;
	width: 756px;
	height: 278px;
	bottom:0px; left:0px;
	background: #282224 URL('images/bggrain-bottom.jpg') no-repeat bottom right;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #352e2e;
}
.thread-even {
	background-color: #1a1618;
}
.depth-1 {
border: 1px solid #352e2e;
}

.even, .alt {

	border-left: 1px solid #352e2e;
}

#footer {
	background: #352e2e;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	}

h1, h2, h3 {
	font-family: 'Tahoma', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-shadow:#0a0909 2px 2px 1px !important;
	}

h1 {
	font-size: 16px;
	text-align: center;
	}

#headerimg .description {
	text-align: center;
	}

h2 {
	font-size: 14px;
	}

h2.pagetitle {
	font-size: 14px;
	}

#sidebar h2 {
	font-family: 'Tahoma', 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 14px;
	}

h3 {
	font-size: 13px;
	}

h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h1, h2, h3 {
	color: #beb5a2;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #6bc9ec;
	}

h2 a:hover, h3 a:hover {
	color: white;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #ed9a0a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 12px 'Tahoma', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#submit {
	font-family: 'Tahoma', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	}

.commentlist li ul li {
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
	text-shadow:#0a0909 1px 1px 0 !important;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #352e2e;
	padding: 2px;
	background: #888;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Tahoma', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 12px 'Tahoma', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 13px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 11px;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #ffd337;
	text-decoration: none;
	}

a:hover {
	color: #white;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 11px;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 14px 'Tahoma', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 756px;
	}

#header {
	position:relative;
	margin: 0;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	}


#selfpromotion	{
	position:absolute;
	top:20px;
	left:10px;
	}

#navbar {
	position:relative;
	background: #352e2e URL('images/nav_bg_mid.png') repeat-x;
	width:758px;
	height:48px;
	}

a.navlink	{
	position:relative;
	top:14px;
	left:32px;
	margin:8px;
	color: #beb5a2;
	font-weight:bold;
	font-size:14px;
	text-shadow:#0a0909 2px 2px 1px !important;
	}

#wordpress, #copyright {
	color: #716e6d;
	text-shadow:#2b2626 1px 1px 0px !important;
	height:20px;
	position:absolute;
	}

#copyright {
	top:16px;
	left:14px;
	}

#wordpress {
	top:12px;
	right:14px;
	}

#searchform {
	float:right;
	width:191px;
	height:26px;
	background:url(images/searchbar.png) no-repeat;
	position:absolute;
	top:11px;
	right:13px;
	}

#s	{
	border:1px solid #000;
	float:left;
	border:0;
	width:154px;
	background:none;
	color:#ACACAB;
	margin:4px 0 0 4px;
	}

#go	{
	float: right;
	width: 25px;
	height: 26px;
	background-color: transparent;
	color: transparent;
	border: 0px;
	cursor: pointer;
	}

textarea, #author, #email, #url {
	background-color: #282225;
	border: 1px solid #352e2e;
	color: #beb5a2;
	}

#submit {
	background-color: #352e2e;
	border: 1px solid #181215;
	color: #beb5a2;
	text-shadow:#0a0909 1px 1px 0 !important;
	}

#navleftborder{
	background: #352e2e URL('images/nav_bg_left.png') no-repeat top left;
	position:absolute;
	top:0px;
	left:0px;
	width:7px;
	height:48px;
	}

#navrightborder{
	background: #352e2e URL('images/nav_bg_right.png') no-repeat top right;
	position:absolute;
	top:0px;
	right:0px;
	width:7px;
	height:48px;
	}

.narrowcolumn {
	position:relative;
	float: left;
	margin: 0;
	padding: 10px;
	width: 448px;
	}

.widecolumn {
	position:relative;
	margin: 0;
	padding: 10px;
	width: 698px;
	}

.header-art {
	width: 60px;
	height: 23px;
	padding: 5px 10px 20px 0;
	background: URL('images/header-art.png') no-repeat center right;
	}

.header-tutorials {
	width: 167px;
	height: 23px;
	padding: 5px 0 20px 0;
	background: URL('images/header-tutorials.png') no-repeat center right;
	}

.header-games {
	width: 106px;
	height: 23px;
	padding: 5px 0 20px 0;
	background: URL('images/header-games.png') no-repeat center right;
	}

.article {
	margin-bottom: 40px;
	}

.post {
	margin: 0 0 10px;
	text-align: justify;
	display: block;
	float: left;
	}

.post_thumbnail	{
	position:relative;
	margin: 0 4px 10px;
	text-align: left;
	display: block;
	width:140px;
	height:170px;
	float: left;
	}

.post_inner	{
	width:140px;
	height:170px;
	display: block;
	}

hr {
	display: block;
	}

img.thumbnail {
	position:absolute;
	top: 1px;
	left: 1px;
	width:128px;
	height:128px;
	}

img.mini-thumb {
	float:left;
	border: 1px solid #120f10;
	-webkit-box-shadow:#120f10 2px 2px 0px;
	-moz-box-shadow:#120f10 2px 2px 0px;	
	margin-right: 12px;
	margin-bottom:4px;
	}

.thumb_placeholder {
	position:absolute;
	top: 0px;
	left: 0px;
	width:128px;
	height:128px;
	background-image: URL('images/image-stripes.png');
	border: 1px solid #120f10;
	-webkit-box-shadow:#120f10 2px 2px 0px;
	-moz-box-shadow:#120f10 2px 2px 0px;
	}

.thumbnailcaption	{
	position:absolute;
	top:132px;
	width:140px;
	color: #beb5a2;
	font-size:12px;
	text-shadow:#0a0909 1px 1px 0px !important;	
	}

a img {
	border: 0px;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	margin-bottom: 32px;
	width: 758px;
	clear: both;
	}

#footer p {
	margin: 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */

h1, h2, h3 {
	margin 0;
	padding: 0;
	margin-top: 10px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

.pagetitle {
	font-size: 16px;
	text-align: left;
	border-bottom: 1px solid #beb5a2;
}

#sidebar h2 {
	margin: 5px 0 0 0;
	padding: 0;
	}

.singleheader, .archiveheader {
	font-size:16px;
	border-bottom: 1px dotted #beb5a2;
	margin: 0; padding: 0;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.inlineicon-16 {
	position:relative;
	top:4px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#respond {
	clear:both;
	}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	position:relative;
	padding: 10px 0 10px 0;
	margin-left: 490px;
	width: 250px;
	text-align: justify;
	}

#sidebar form {
	margin: 0;
	}

#verticalrule {
	width:7px;
	height:100%;
	position:absolute;
	left:-28px;
	top:20px;
	background: URL('images/vertical-rule.png') no-repeat 50% 50%;
	background-size: 100%;
	}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #111; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #352e2e;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     display: none;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 24px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #352e2e;
	text-align: center;
	background-color: #1a1618;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

img.size-full, img.size-medium, img.size-small, img.size-large, img.attachment-thumbnail {
	padding: 0;
	margin: 2px 2px 6px 6px;
	border: 1px solid #120f10;
	-webkit-box-shadow:#120f10 2px 2px 0px;
	-moz-box-shadow:#120f10 2px 2px 0px;
	}

