/*
Theme Name: H5
Theme URI: http://diggingintowordpress.com/
Description: A minimalist WordPress template theme built with HTML 5.
Version: 1.0
Author: Jeff Starr
Author URI: http://perishablepress.com/
Tags: minimalist, template, html5

	H5 v1.0
	http://diggingintowordpress.com/

	This theme was lovingly designed and developed 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: 860px;
		background: #000000 url(http://sh1ft.org/blog/images12/bg.png) top center;
font-family: Georgia;
line-height:24px; 
font-size:12px;
	}

nav+section {
	overflow: hidden;
	width: 498px;
	float: left;
	clear: none;

	}



/* == LINKS == */

a:link, a:visited {
	text-decoration: none;
	color: #000000;
font-weight:normal; font-style: italic;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #000000;font-style: italic;
	}

/* == HEADER == */

body>header {

	color: #ccc;
padding-top:10px; 
	}
	body>header h1 {
		margin: 0;
font-size: 26px;
font-style: italic;
font-family: Georgia, Arial, Helvetica, Sans-serif;

		}
		body>header h1 a:link, body>header h1 a:visited {
			text-decoration: none;
			color: #ddd;
			}
		body>header h1 a:hover, body>header h1 a:active {
			text-decoration: none;
			color: #fff;
			}

/* == POSTS == */

article[id*=post-] {
	padding-top: 20px;
float:left; 
width:480px; 
	}
article>header p, 
article>footer p {
	font-style: italic;
	}
article+nav {
	font-weight: bold;
	}
section>h1 {
font-size: 26px;
font-style: italic;
font-family: Georgia, Arial, Helvetica, Sans-serif;

	}

/* == NAVIGATION == */

nav {
	text-align: center;
	clear: both;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
width:840px; 
	}
body>nav {
	background: #ffffff;
	padding: 8px 0;
color:#000000;	
font-family: Georgia, Arial, Helvetica, Sans-serif;
font-size:12px; font-style: italic;
	}
	body>nav ul {
		text-align: left;
		margin: 0;
color:#000000;
		}
		body>nav li {
			margin-right: 20px;
			font-weight: bold;
			display: inline;
color:#000000;
			}

/* == COMMENTS == */

article[id*=comment-] {
	
	padding: 10px;
	}
	article[id*=comment-] h4 {
		margin: 0;
		}
	.alt {
		border: 0px solid #ddd;
		
		}
form[method=post] label {
	display: block;
	}
form[method=post] input {
	margin: 2px 0 12px 0;
	display: block;
	}

/* == SIDEBAR == */

aside {

	overflow: hidden;
	width: 362px;
	float: right;
	clear: none;

	}
	aside li {
		list-style: none;
		}
		aside li ul li {
			list-style: disc outside;
			}


/* == FOOTER == */

body>footer {
	padding-top: 0px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;

	}

/* == SEARCH == */

label[for=s] {
	display: none;
	}

/* == ELEMENTS == */

/* a place for misc. styles */

.post_date{
	float: left;
	margin-right: 10px;
	display:inline;
	width: 60px;
	height: 80px;
	overflow: hidden;
	background: url(http://sh1ft.org/blog/wp-content/uploads/2020/04/sh1ftpostdate-2.png);
	padding-bottom: 15px; 
	font-size: 8px;
}

.post_month{
	padding: 6px 0 0;
	text-align: center;
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e8f6b0;
margin:0; font-style: italic;
}

.post_day{
	margin-top:-8px;
	text-align: center;
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #fff;font-style: italic;
}

.post_title{
	float: left;
	width: 403px;
	margin: 0;
	display: inline;
}

.post_title_alt{
	width: 470px;
	margin: 0px;
}

.post_title h2{
	font-size: 26px;
font-style: italic;
color:#000000; 
}

.post_title h2 a{
	text-decoration: none;
	font-family: Georgia; color:#000000; font-size: 26px; font-style: italic;
}

.post_title h2 a:hover{
	text-decoration: underline;
}

.link {
	margin: 0;
	padding: 5px 0 10px;
	line-height: 13px;
	background: url(images/bg_dotted.gif) repeat-x left bottom;
	text-decoration: none;

}

 ul ul li{
	margin: 0;
	padding: 5px 0 10px;
	line-height: 13px;
	background: url(images/bg_dotted.gif) repeat-x left bottom;
	text-decoration: none;
}

.widget_archive {
background: url(http://sh1ft.org/blog/images12/h-archives.gif) no-repeat;
width:310px;
height:60px;
padding-top:20px; 
}




/* == ALL YOUR CODE ARE BELONG TO POETRY == */