/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2.8
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

/*
Modified by James McQuarrie - http://jmcquarrie.co.uk - for use on Consultive Magazine - http://consultivemagazine.com
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
@import "style/css/consultive.css";

span.solutions {
margin: 10px 0;
padding: 0;
line-height: 1.4;
display: block;
}

.post ul li {
text-align: justify;
}

.post h2 a {
text-decoration: none;
}

.post h2 a:hover, .post h2 a:focus {
text-decoration: underline;
}

#olderStuff {
	margin: 0.5em;
	padding: 10px;
	border-top: 1px solid #ccc;
	text-align: center;
}

#olderStuff h4 {
	font-size: 1.2em;
}

#olderStuff a {
	display: block;
	margin: 0.2em;
	padding: 10px;
	background-color: #57CC2A;
	color: #fff;
	font-size: 1.2em;
	border-radius:10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: -moz-linear-gradient(100% 100% 90deg, #80F653, #57CC2A);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#80F653), to(#57CC2A));
}

#olderStuff a:hover, #olderStuff a:focus {
	background-image: -moz-linear-gradient(100% 100% 90deg, #57CC2A, #80F653);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#57CC2A), to(#80F653));
	color: #000;
}

dl {
margin: 0.5em;
padding: 0.5em;
}

dt {
margin: 1em 0 0;
}

dd {
font-size: 0.9em;
}