/*
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 {
	display: block;
	}
body {
	font-family: Helvetica, Arial, Verdana;
	margin: 8px 0;
	/*border-top: #B8D4E0 solid 4px;*/
	color:#192D48;
	}

#wrapper, #wrapper-header {
	margin: 0 auto;
	width: 960px;
	clear: both;
	
}

div#main-title {
	float:left;
	width: 260px;
}

div#main-title h1 {
	margin: 0;
	padding: 0 0 48px 0;
}

nav {
	float:right;
}


section {
	overflow: hidden;
	width: 600px;
	float: left;
	clear: none;
	}

section {
	overflow: hidden;
	width: 600px;
	float: left;
	clear: none;
	}
	
nav>ul {
	list-style: none;
	padding: 0;
}

/* == LINKS == */

a:link, a:visited {
	text-decoration: none;
	color:  #192D48;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #5790AE;
	}

/* == HEADER == */

body>header {
	
	padding: 0;
	/*color: #000000;*/
	}
	body>header h1 {
		margin: 0;
		}
		

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

/* == POSTS == */

article[id*=post-] {
	border-bottom: #B8D4E0 dotted 1px;
	padding: 0px 0 14px;
	
}

.single article[id*=post-] {

border-bottom: none;

}

article>header p {
	
	margin-bottom: 0px;	
	padding: 4px 0 0 0;
	
}
article>header h1 {
	margin-top: 0px;
	font-size: 24px;
}


article>header p, 
article>footer p {
	/*font-style: italic;*/
	font-size: 10px;
	}
article+nav {
	font-weight: bold;
	}
section>h1 {
	padding-top: 10px;
	}

article>section {

	line-height:1.5;
	font-size: 14px;
}
article>section img {
	border:1px solid #B8D4E0;
	padding:5px
}

article>section a:link {
	text-decoration: underline;
}

article>header>h1 a:link, article>header>h1 a:visited,
article>footer>p a:link, article>footer>p a:visited  {
	text-decoration: none;
}

article>header>h1 a:hover,article>header>h1 a:active,
article>footer>p a:hover, article>footer>p a:active {
	text-decoration: underline;
}


/* == NAVIGATION == */

body>nav {
	/*background: #ddd;
	padding: 10px 0;
	border-bottom:#B8D4E0 solid 4px;
	*/
	}
	#main-nav nav ul {
		text-align: left;
		margin: 0;
		}
		#main-nav nav ul li {
			margin-right: 20px;
			font-weight: bold;
			display: inline;
			}


/* == NAV PAGINATION == */


section>nav {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	float: left;
}


/* == 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 ul li h2 {
		font-size: 16px;		
	}
	adide ul, aside ul li ul {
		padding-left: 0;
		font-size: 12px;
	}
	aside li {
		list-style: none;

		}
		aside li ul li {
			list-style: none;			
			line-height: 1.5;
			}
			
	.sb-flickr div a img {
		border:1px solid #A5CDD9;
		margin:5px 3px 0;
		padding:2px;
	}
	
	.aktt_tweets ul li {
		padding-bottom: 14px;
	}
	
	.aktt_tweet_time {
		display: block;
		font-style: italic;
	}
	
	.aktt_more_updates {
		display: none;
	}
	

/* == FOOTER == */

body>footer {

	margin-top: 0;
	padding-top: 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
	font-size: 10px;
	}


#superfooter {
color: #B8D4E0;
margin:40px 0 0;
min-height:200px;
padding:10px 0 25px;
}


div #superfooter-columns {
        margin: 0 auto;
        font-size: 1.1em;   
        width: 960px;
        clear:both;
        text-align:left;
        z-index:1;
    }
#superfooter-columns .footercol {
    float:left;
    overflow:hidden;
    position:relative;
}



#superfooter-columns #footercol_a {
    margin: 0;
    width:300px;
    padding: 10px 2.5px 30px 10px;
}

#superfooter-columns #footercol_b {
    margin: 0;
    width:300px;
    padding: 10px 2.5px 30px 10px;
}

#superfooter-columns #footercol_c {
    margin: 0;
    width:300px;
    padding: 10px 2.5px 30px 10px;
}


#textfooter {
clear: both;
text-transform: uppercase;

}

/* == SEARCH == */

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

/* == ELEMENTS == */

/* a place for misc. styles */

blockquote {
background: url('images/quote.gif') no-repeat;
font-family: "Courier New", Courier, monospace;
text-align: justify;
padding-left:25px;
}

