/*
Theme Name: Bald Blokes Blog
Theme URI: http://www.baldblokesblog.com/
Description: A custom 'sketchy' theme by the web designer.
Version: 1.0
Author: Terry O'Connor
Author URI: http://www.baldblokesblog.com/
Tags: minimalist, template, html5

	H5 v1.0
	http://www.baldblokesblog.com

	This theme was lovingly designed and developed by Terry, but based on a design by Jeff Starr, 
	who blogs at perishablepress.com and designs at monzilla.biz.

	The CSS, HTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-3.0.html
*/


/* == BASICS == */

header, footer, section, article, aside, nav {
	display: block;
	}
body {
	margin: 0 auto;
	width: 1024px;
	font: 80%/1.6em verdana, tahoma, arial,  sans-serif;
	}
nav+section {
	overflow: hidden;
	width: 650px;
	float: left;
	clear: none;
	}

/* == LINKS == */

a:link, a:visited {
	text-decoration: none;
	color: #003366;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #003366;
	}

/* == HEADER == */

body>header {
	background-image:url(images/header_bg.gif);
	background-repeat:no-repeat;
	color: #333;
        height:250px;
        width:1024px;
	margin:10px 0 0 0;
        padding-top:40px;
	}
	body>header h1 {
		margin: 10px 0 0 20px;
                font-size:76px;
                font-family:"Slammer tag";
                font-weight:100;
		}
		body>header h1 a:link, body>header h1 a:visited {
			text-decoration: none;
			color: #333333;
			}
		body>header h1 a:hover, body>header h1 a:active {
			text-decoration: none;
			color: #00254A;
			}
	        body>header h2 {
		margin:30px 0 0 170px;
                font-size:35px;
                font-family:"Bedspread Assassin";
                font-weight:100;
                        }
	

/* == POSTS == */

.postinfo { background:url(images/underline1.jpg) no-repeat left bottom;
	padding-bottom:15px; }

article[id*=post-] {
	padding: 10px 0;
	}
article>header p, 
article>footer p {
	font-style: italic;
	}
article+nav {
	font-weight: bold;
	}
section>h1 {
	padding-top: 10px;
	}

/* == NAVIGATION == */

nav {
	text-align: left;
	clear: both;
	}
body>nav {
	margin-top:-50px;
	padding: 10px 0;
	}
	body>nav ul {
		text-align: left;
		margin: 0;
		background-image:url(images/header_bb.gif); background-repeat:no-repeat; background-position:bottom;
		height:50px;
		}
		body>nav li {
			margin-right: 20px;
			font-weight: bold;
			display: inline;
			font-size:26px;
                	font-family:"Bedspread Assassin";
			text-decoration:none;
			}
		body>nav a:link, nav a:visited{
			text-decoration:none;
			color: #003366;
			}
		body>nav a:hover, nav a:active{
			text-decoration:none;
			color: #eeceb7;
			}



/* == IMAGES AND CAPTIONS== */

img 
{
	background:url(images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}
img.right {
	float: right;
	margin:10px 0 0 10px;		
}
img.left {
	float: left; 
	margin:0 10px 10px 0;	
}
a:link img,
a:visited img,
a:hover img,
a:active img {
	border:none;
	background:none;
	padding:none;
	background:url(images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;		
}
img.wp-smiley, #wpstats, img.noborder, a img.noborder {
	background: none;
	border: 0;
	padding: 0;
}


.entry img 
{
	background:url(img/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border:none;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}

.entry a img {
	border:none;
	background:none;
	background:url(img/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;
}

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img, .wp-caption a img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#content .wp-caption a:hover,
#content .wp-caption a:active,
#content .wp-caption a:link,
#content .wp-caption a:visited {
	border: none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}



/* == COMMENTS == */

article[id*=comment-] {
	margin: 15px 0;
	padding: 10px;
	}
	article[id*=comment-] h4 {
		margin: 0;
		}
	.alt {
		border: 1px solid #ddd;
		background: #eee;
		}
form[method=post] label {
	display: block;
	}
form[method=post] input {
	margin: 2px 0 12px 0;
	display: block;
	}

/* == SIDEBAR == */

aside {
	margin-top: 30px;
	overflow: hidden;
	width: 300px;
	float: right;
	clear: none;
	}

	aside h2 {
        font-size:22px;
        font-family:"Bedspread Assassin";
	height:40px;
	background:url(images/underline1.jpg) no-repeat left bottom;
	      }


	aside li {
		list-style: none;
		}
		aside li ul li {
			list-style: none;
			margin-left:-40px;
			}

/* == FOOTER == */

body>footer {
	margin-top:20px;
	background-image:url("images/header_bb.gif");
	background-position:center top;
	background-repeat:no-repeat;	
	padding-top: 20px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
	}

/* == SEARCH == */

label[for=s] {
	display: none;
	}

/* == ELEMENTS == */

/* a place for misc. styles */



/* == ALL YOUR CODE ARE BELONG TO POETRY == */


@font-face {
  font-family:Slammer tag;
  src: url(fonts/Slammertag.ttf);
}

@font-face {
  font-family:Bedspread Assassin;
  src: url(fonts/BEDSA.ttf);
}

#arttitle { 
	font-family:"Bedspread Assassin";
	text-decoration:none;
	margin-bottom:-15px;
	}
