/*
Theme Name:  Impresstik
Theme URI:  http: //www.95north.ca/
Description:  HTML5
Version:  1.0
Author:  Mark Edmondson
Author URI:  http: //www.95north.ca/
Tags:  html5
*/

	
/* BASICS */
header, footer, section, article, aside, nav {
	display: block;
}

body {
	background: #fff url(images/body_background.gif) top left repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	color: #73747a;
}
p {
	margin: 1.0em 0;
}	

/* LINKS */
a {
	color: #ef3121;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
	.leading {
		padding: 5px 0;
		margin-left: 58px;
	}
	#top {
		height: 23px;
		padding: 3px 0 4px;
		text-align: right;
	}
		#top #s {
			background: transparent url(images/search.gif) top left no-repeat;
			border: none;
			width: 155px;
			height: 20px;
			padding: 0 0 0 25px;
		}
		#top #b {
			display: none;
			visibility: hidden;
		}
	
	#slideshow {
		border: 1px solid #ccc;
		margin: 5px 0;
		position: relative;
		height: 180px;
	}
		#slideshow img {
			position: absolute;
			left: 0;
			top: 0;
		}
	
	/* HEADER */
	header {
		height: 78px;
		padding: 3px 0 4px;
	}
	
		header h1 {
			text-indent: -999em;
			background: transparent url(images/impresstik.gif) center left no-repeat;
		}
	
			header h1 a {
				height: 78px;
				width: 396px;
				display: block;
			}
			

/* NAVIGATION */
aside {
	text-transform: uppercase;
	background: transparent url(images/nav_background.gif) top left repeat;
	width: 200px;
	float: left;
	font-size: 14px;
	margin-top: 28px;
}

	aside ul {
		padding: 5px;
	}
		
		aside li {
		}
			
			aside li a {
				color: #999;
				padding: 5px 10px;
				margin: 5px 0;
				display: block;
			}
				aside li.current_page_item a {
					background-color: #ef3121;
					color: #fff;
				}
	
/* CONTENT */
#content {
	overflow: hidden;
}	
	#content section {
		float: left;
		width: 760px;
	}
	/* POSTS */
	article[id*=post-] {
		padding: 20px;
	}
		article header {
			height: auto;
			background: none;
		}
			article header h2, article.frontpage  h2 {
				color: #afa754;
				font-size: 28px;
				line-height: 30px;
			}
	article footer {
		background: none;
		color: #666;
		width: 100%;
	}
		article footer a {
			color: #666;
			text-transform: none;
		}
		#content article section {
			border: none;
			float: none;
			width: auto;
			padding: 0;
		}
	section nav {
		background: none;
		padding: 0;
	}
	section ul {
		padding-left: 30px;
		list-style: disc;
	}


	
/* 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;
	display: block;
}


	
/* FOOTER */
footer {
	background: transparent url(images/footer_background.gif) top left repeat-x;
	height: 30px;
	width: 960px;
	color: #fff;
}
	footer .name {
		float: left;
		font-size: 18px;
		padding: 6px 0 6px 10px;
	}
	footer nav {
		clear: none;
		float: right;
	}
		footer nav ul {
			padding: 10px 0;
		}
			footer nav li {
				float: left;
			}
			footer a {
				color: #fff;
				text-transform: uppercase;
				border: none;
				padding: 0 5px;
			}		
	
/* SEARCH */
label[for=s] {
	display: none;
}


	
/* MISC */
.ddsg-wrapper h2, h3 {
	font-size: 16px;
	margin: 4px 0 14px;
}
	.ddsg-wrapper ul {
		list-style: disc;
		padding: 0 0 0 14px;
	}
	.ddsg-wrapper a {
		margin: 4px 0;
		display: block;
	}
	.ddsg-wrapper div {
		display: none;
		visibility: hidden;
	}
.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	display: block;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
table td {
	padding: 10px 5px;
}
address {
	font-size: 14px;
}
strong, b {
	font-weight: bold;
}
.alignright {
	float: right;
	padding: 10px 0 10px 10px;
}
	
/* TWITTER */

aside .time-meta {
	display: block;
}
aside .from-meta {
	display: none;
	visibility: hidden;
}
