/*
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: 10px auto;
	width: 960px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #051949;
	background-image:url(/templates/images/site_bg.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	}
nav+section {
	overflow: hidden;
	width: 700px;
	float: left;
	clear: none;
	}

/* == LINKS == */

a:link, a:visited {
	text-decoration: underline;
	color: #336666;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #339966;
	}

/* == HEADER == */

#header { 
	background-image:url(/Templates/images/siteheader_bg.jpg);
	background-repeat:no-repeat;
	height:113px;
}

/* == POSTS == */

article[id*=post-] {
	padding: 0px 0;
	}
article>header p, 
article>footer p {
	font-style: italic;
	}
article+nav {
	font-weight: bold;
	}
section>h1 {
	padding-top: 10px;
	}

/* == NAVIGATION == */


/* /////////////////////////////////////////////////// */
/* //                                               // */
/* //              SITE NAVIGATION                  // */
/* //                                               // */
/* /////////////////////////////////////////////////// */
#navigation {
	position:relative;
	left:8px;
	top:66px;
	width:945px;
	height:40px;
	background-color:#c0c1c2;
	font-size:12px;
	}
	
	#navigation img {
		float:left;
		border:0px;
	}
	
	#cssdropdown {
	margin: 0;
	padding: 0;}
	
	#navigation ul {
		list-style-type: none;
		margin-top: 0px;}
		
	#navigation ul li.headlink {
		float: left;
		margin: 0;
		text-align: left;}	
	 
	#cssdropdown li.headlink a:link, #cssdropdown li.headlink a:visited {
		 color: white;
		 text-decoration: none;		 
		 font-size: .9em;}
		 
	#cssdropdown li.headlink a:link, #cssdropdown li.headlink a:visited	 {
		margin-right: 2px;}	
		
	#navigation ul li ul {
		position: absolute;
		background: #ba8b57;
		border: 1px solid white;
		margin-top: 24px;
		padding: 0;}
		
		#cssdropdown li.headlink ul { 
			display: none; }
		
		#cssdropdown li.headlink:hover ul { 
			display: block;}
			
		#cssdropdown li.headlink ul li a:link, #cssdropdown li.headlink ul li a:visited {
		 color: black;
		 display: block;
		 border-right: none;
		 text-align: center;
		 padding: 6px 12px 6px 12px;
		 border-bottom: 1px solid #9c7549;}
		 
		 #cssdropdown li.headlink ul li:hover {
			 background: #9c7549;
}

/* == 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: 2px 0px 40px 0px;
	padding: 10px 10px 0px 0px;
	overflow: hidden;
	/* width: 265px;
	float: left; */
	clear: right;
	background-color:#dadada;
	}
	aside ul {
		margin-left:-15px;
	}
	aside li {
		list-style: none;
		}
		aside li ul li {
			list-style: disc outside;
			}
	aside li h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		color:#666;
		font-weight:400;
	}

/* == FOOTER == */

body>footer {
	padding-top: 5px;
	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 == */
#site_nav {
	position:relative;
	left:8px;
	top:66px;
	width:945px;
	height:40px;
	background-color:#818285;
}
#site_nav img {
	border:0px;
	margin-right:2px;
}
h1 {
	margin-top:0px;
	margin-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:400;
	color:#2a3f6a;
}
h2 {
	font-size:14px;
	font-weight:bold;
}
.article_table {
	margin-top:-3px; 
	background-color:#FFF;	
}
.article_leftcol {
	background-color:#FFF; 
	padding: 10px 40px 10px 20px;	
}
.article_divider {
	border-bottom:1px dotted #999; 
	height:10px; 
	margin:10px 0px 20px 0px;
}
.article_single_padding_top {
	margin-top: 15px;
}
.article_single_padding_bottom {
	border-bottom:1px dotted #999; 
	height:10px; 
	margin-top:50px;	
}
.article_image {
	border:1px dotted #999;
	padding:3px;
	margin:10px;
}