/*
Theme Name: Sustainotect
Theme URI: http://sustainotect.passey.info
Description: Theme for the sustainotect blog
Version: 1.0
Author: Pushkin Passey
Author URI: http://passeymedia.com
Tags: sustainotect, blog, sustainability, clean, minimal
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

a:link {
	color:#ed1c24;
	text-decoration: none;
}      /* unvisited link */
a:visited {
	color:#8b0304;
	text-decoration: none;
}  /* visited link */
a:hover {
	color:#777;
	text-decoration: none;
}  /* mouse over link */
a:active {
	color:#ed1c24;
	text-decoration: none;
}  /* selected link */

div#maincontent p {
	margin-bottom:8px;
	line-height:16px;
}

#container {
	width:950px;
	margin:0 auto;
/*	background-color:#366;*/
}

#header {
	margin-top:5px;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom: 2px solid #ed1c24;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
}

.tagline {
	padding-top:5px;
}

#leftsb {
/*	background-color:#339;*/
	width:190px;
	float:left;
	padding-right:10px;
}

#maincontent {
/*	background-color:#C06;*/
	width:530px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}

#rightsb {
/*	background-color:#0F0;*/
	width:190px;
	float:left;
	padding-left:10px;
}

#footer {
	width:950px;
	margin-top:10px;
	margin-bottom:5px;
	padding-top:10px;
	border-top:2px solid #ed1c24;
	font-size:11px;
}

.post {
/*	background-color:#66F;*/
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #ed1c24;
}

.postimage {
/*	background-color:#000;*/
	width:520px;
	height:200px;
	margin-bottom:5px;
	margin-top:5px;
	overflow:hidden;
	border:1px solid #CCC;
	padding:4px;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:16px;
	margin-bottom:10px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.cat-item {
	padding-top:10px;
	padding-bottom:9px;
	border-bottom:1px dotted #CCC;
}

.sidebarheader {
	padding-bottom:10px;
	border-bottom:1px dotted #CCC;
}

ul.blogroll {
	margin-top:10px;
}

ul.blogroll li {
	line-height:28px;
}

.post-kicker {
	margin-top:5px;
	margin-bottom:5px;
	font-size:11px;
}

.post-extra {
	margin-top:5px;
	margin-bottom:5px;
	font-size:11px;
	border-left:2px solid #ed1c24;
	padding-left:10px;
	line-height:20px;
}
.wp-caption-text {
	border-top:1px solid #CCC;
	padding-top:3px;
	margin-right:10px;
	margin-top:6px;
	padding-bottom:10px;
	font-size:11px;
}

.size-large {
	margin-top:10px;
}

.current-cat {
	border-right:10px solid #ed1c24;
}

div#maincontent h2.sidebarheader {
	margin-bottom:10px;
}

.comment-body {
	border: 1px solid #CCC;
	padding: 4px;
	margin-bottom:4px;
}

.commentmetadata {
	font-size:11px;
	margin-bottom:5px;
}
