/*  
Theme Name: Whitespace
Theme URI: http://madeofstring.co.uk/whitespace
Description: Minimal theme
Version: 1.0
Author: Steve Woodward
Author URI: http://madeofstring.co.uk
Tags: white, two columns, fixed width, html5

	Whitespace v1.0
	 http://madeofstring.co.uk/whitespace

	The CSS, HTML and design is free to use, change, duplicate, mess-up, etc.

*/


/* resets and standards */

body, *
	{
		padding:0;
		margin:0;
	}

body 
	{
		font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
		text-align:center;
	}

a:link, a:visited, a:hover, a:active 
	{
		text-decoration:none;
		color: #027ac1;
		border-bottom: 1px dotted #a5d5ea;
	}
	
a:hover
	{
		border-style: none none solid none;
	}
	
#page h1 a, h2 a:link, h3 a, #header a
 	{
		border:0 !important		
	}


/* structure stuff */

#page
	{
		margin-right:auto;
		margin-left:auto;
		width:800px;
		text-align:left;
	}

#header, #footer, #main
	{
		background-color:transparent;
		text-align:left;
	}

#header
	{
		width: 800px;		
	}

#mainCol
	{
		width:800px;
		float:left;
	}

.postMainCol, .innerMainCol
	{
		width:500px;
		float:left;
	}
	
.postHeading, .innerHeading
	{
		width: 800px;
		float: left;
		margin-bottom: 40px;
	}
	
.postSubCol, .innerSubCol
	{
		width: 170px;
		margin-right: 30px;
		float: left;
		text-align: right;
		font-size: 0.9em;
		font-weight: 300;
	}
	
.innerSubCol h2
	{
		font-weight: 300;
		font-size: 14px;
		margin-top: 14px;
		color: #999;
	}
	
	
.postHeading .postSubCol
	{
		padding-top: 1.1em;
	}
	
.innerContent
	{
		float: left;
	}
	
.postCommentsLink
	{
		margin-bottom: 20px;
		margin-top: 2px;
	}

.postTags
	{
		margin-bottom: 60px;
		line-height: 160%;
	}
	
.postCategories 
	{
	}

/* header */

#header
	{
		margin:60px 0 50px 0;
	}

#header h2 a:link, #header h2 a:visited, #header h2 a:hover, #header h2 a:active
	{
		color: #027ac8;
	}

#header h2
	{
		color:#666;
		font-size:1.4em;
		font-weight:300;
		margin-top:0px;
		line-height:130%
	}
	
	
#header h3
	{
		font-size: 1em;
		font-weight: 300;
		color: #666;
		margin:0;
	}

/* nav between older/newer */

.navigation
	{
		width: 500px;
		float: left;
		margin-left: 200px;
	}
	
#olderPosts
	{
		float: right;
	}
	
/* footer */

#footer
	{
		margin:40px 0 0px 0;
		padding-top:20px;
		padding-bottom:40px;
		color: #fff;	
		background-color:#222;
		
	}

#footerContainer
	{
		margin-left:auto;
		margin-right: auto;
		width: 800px;
	}

#footerMainCol
	{
		width: 600px;
		float: left;
		padding-top: 4px;
	}

#footerSubCol
	{
		width: 170px;
		margin-right: 30px;
		float: left;
	}
	
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active
	{
		border-color: #00438a;
		color: #00c3ff;
	}	

.footerBlock
	{
		float: left;
		width: 170px;
		margin-right: 30px;
	}
	
.rightmost
	{
		margin-right: 0;
	}

.footerBlock h3 
	{
		color: #eee;
		font-size:1em;
		font-weight: 800;
		margin-bottom: 10px;
	}
	
#footerSubCol h3
	{
		margin: 0 0 15px;
		padding: 0;	
		font-weight: normal;
		font-size: 24px;
	}
	
.footerBlockText
	{
		margin-top: 3px;
		float: left;
		line-height:150%;
		font-size: 13px;
	}

.footerBlockText li
	{
		list-style-type: none;
		margin-bottom: 4px;
	}

#about
	{
		width: 500px;
		margin-bottom: 40px;
		padding-top:3px;
	}

#about p
	{
		margin-bottom: 10px;
	}

/* subCol */

#subCol 
	{
		color:#999;
		font-size:0.9em;
		margin-top: 30px;
	}
	
#subCol h4
	{
		font-style:italic;
		margin-bottom:5px;
	}
	
.subColSection
	{
		margin-bottom:24px;
	}

#subCol li
	{
		list-style:none;
		margin-bottom: 3px;
	}


input#s 
	{
	float:left;
	margin-right:5px;
	padding:3px 4px;
	border:0;
	font-size:12px;
	}

input#searchsubmit
	{
		float: left;
		font-size: 12px;
		padding:2px 0;
	}

#searchSection 
	{
		clear: both;
	}	

	
/* posts */


.post
	{

	}


.note
	{
		padding:15px 20px 6px 20px;
		background-color:#f9fcff;
		margin-bottom:10px;
	}

.postContent 
	{
		margin:0;
		color:#333;
		font-size: 14px;
		margin-bottom:50px
	}

.postContent li 
	{
		margin-bottom: 6px;
		line-height: 150%;	
	}
	
.postContent ol li 
	{
		margin-bottom: 16px;	
	}

.postContent ol, .postContent ul
	{
		padding-left:19px;
	}
	
.postContent li .codecolorer
	{
		display: block;
		margin: 10px 0;
		padding: 2px 4px;
	}

.postContent p
	{
		margin-bottom: 14px;
		line-height: 1.6em;
	}
	
.postContent h2
	{
		margin: 24px 0 16px;
		font-weight: normal;
		font-size: 1.5em;
	}

.post h3, .postDate h4, h1#pageTitle
	{
		font-weight:300;
	}
	

	
.postContent h3
	{
		font-weight: bold;
		margin: 15px 0 10px 0;
	}
	
.postDate h4
	{
		color:#999;
	}

.post h3 a, h1#pageTitle
	{
		font-size:1.8em;
	}

.postContent img
	{
		padding: 1px;
		border: 1px solid #ccc;
		margin-bottom: 8px;
	}

.postContent img.alignleft
	{
		margin: 10px 30px 20px 0;
	}
	
.postContent img.alignright
	{
		margin: 10px 0 20px 30px;
	}

.postContent blockquote
	{
		font-style: italic;
		padding: 0 20px;
		font-size: 16px;
	}

.postContent cite
	{
		padding: 0 20px;
		font-weight: bold;
	}

.postmetadata
	{
		color: #999;
		font-size: 0.8em;
		padding-bottom: 10px;
		line-height: 1.5em;
	}

.codecolorer-container
	{
		clear: both;;
		padding: 5px;
		width: 100% !important;
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px;
		font-size: 0.9em;
	}
	
	
/* general page */

h1#pageTitle
	{		
		padding-bottom: 10px;
		border-bottom: 1px solid #eee;
		font-weight: normal;
		color: #333;
	}


h2#pageTitle {
	margin-bottom:20px;
	font-weight:normal;
	font-style:italic;
	color:#666;
	font-size:1.6em;
	width:100%;
	padding-bottom:4px;
	border-bottom:1px solid #999;
}


/* comments */


.comments-template {
	margin: 0;
	float: left;

}

.comments-template h2, h2#respond
	{
		color: #333;
		font-weight: 300;
		font-size: 24px;
	}

.comments-template div.commentlist {
	margin: 60px 0 0 0;
	padding: 0 0 15px;
}

.commentlist .comment {
	margin: 0;
	line-height: 110%;
	padding: 0 0 20px;
	color: #ddd;
	font-style: normal;
	vertical-align: top;
	font-size: 14px;
	}

 .author
	{
		background-color: #f9fcff;
	}

div.comment
	{
		padding-top: 20px !important;
		border-bottom: 1px solid #f0f0f0;
	}

.comment h4
	{
		margin-bottom: 10px;
		font-weight: bold;
	}


.commentlist p {
	color: #333;
	font-style: normal;
	margin: 0 0 10px 0;
	padding-top: 0;
	}

.commentText
	{
		line-height: 160%;
	}

a.comment-edit-link
	{
		margin-top: 10px;
		clear: both;
	}

.commentmetadata {
		font-size: 12px;
		vertical-align: top;
		color: #333;
	}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea
	{
		font-family: "Helvetica Neue", Helvetica, Sans-serif;
		font-size: 12px;
	}

h3#respond 
	{
		margin-bottom: 24px;
	}

#responseForm
	{
		margin-top: 30px;
	}

#commentform p {
		margin-bottom:4px;
	}

#commentform label
	{
		font-size: 14px;
		color: #666;
	}
	
#commentform input, #commentform textarea
	{
		padding: 5px 2px;
		border: 1px solid #ccc;
		margin-bottom: 20px;
		font-size: 15px;
	}
	
input#submit 
	{
	
		padding: 7px;
		background-color: #027ac1;
		color: white;
		cursor: pointer;
		border: 0;
		font-family: "Helvetica Neue", Arial, Sans-serif;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
	}


/* 404 */

.fourohfour
	{
		margin-bottom: 100px;
	}
	
.fourohfour .innerMainCol p
	{
		line-height: 140%;
	}
	
/* the clearfix */


.clearfix:after 
	{
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
