/*
Theme Name: Smatter
Theme URI: http://surplusmatter.com/
Description: A Theme for Tom McCarthy's Surplus Matter.
Version: 2.0
Author: James Bridle
Author URI: http://stmlstudio.com

*/

/* Initial cleanup
----------------------------------------------- */
* { 
	margin: 0;
	padding: 0; 
	font-weight: normal;
	}

/* Main structure
----------------------------------------------- */

body {
	background: #000 url(images/grid.gif) top repeat-x;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 62.5%;
	line-height: 150%;
	}
	
#container {
    background: #fff;
        width: 780px;
	margin: 20px auto;
	text-align: left;
	font-size: 1.2em;
	color: #333;
        padding-top: 10px;
        padding-bottom: 10px;
	}
html>body #container {
        padding-left: 10px;
        padding-right: 10px;
        }

	
/* Typography
----------------------------------------------- */

h1,  h2, h3, h4, #header {
	}

p {
	margin-bottom: 18px;	
	line-height: 1.5;
	font-family: Georgia, serif;
	font-size: 1.2em;
	}

h1 {
	margin-bottom: 18px;
	font-size: 3.6em;
	line-height: 1em;
	}
	
h2 {
	margin-bottom: 18px;
	font-size: 1.8em;
	line-height: 1;
	}
	
h3 {
	font-size: 1.6em;
	line-height: 1.125;
	border-top: 1px dotted #3d8fe3;
	padding-top: 17px;
	}



/* Header 
------------------------------------ */

#header {
	background: #fff url(images/rotate.php) top left no-repeat;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px;
	border-bottom: 1px dotted #3d8fe3;
        width: 760px;
	}
	
#header ul {
	list-style: none;
	float: left;
	}
	
#header li {
	display: inline;
	margin-right: 10px;
	}
	
#header a:link, #header a:visited {
	text-decoration: none;
	color: #3d8fe3;
	border: 1px solid #fff;
        padding: 4px;
	}
	
#header a:hover, #header a:active {
	text-decoration: none;
	color: #fff;
	background: #3d8fe3;
	border: 1px solid #3d8fe3;
        padding: 4px;
	}
	
div.searchform {
	float: right;
	}
div.searchform input {
	width: 100px;
	font-size: 80%;
	}
div.searchform input#searchsubmit {
	width: 50px;
	}
	
/* Content 
------------------------------------ */

#content {
	background: #fff;
	margin: 20px 10px 10px 10px;
	text-align: left;
	}
	
#leftcolumn {
	float: left;
	width: 370px;
	}
#rightcolumn {
	float: right;
	width: 370px;
	}
	
.post {
	}
	
.post img {
	margin: 0 30px 30px 30px;
	}
	
/* Books
------------------------------------ */
div.book img {
	float: left;
	}		
		
/* Posts
------------------------------------ */

.entry {
	}
	
.singlepost {
	text-align: left;
	}
	
.postmetadata {
	margin-top: 40px;
	border-top: 1px dotted #3d8fe3;
	padding: 5px 0;
	border-bottom: 1px dotted #3d8fe3;
	}
	
.pagetitle {
	}
	
/* Comments
------------------------------------ */

#comments {
	margin: 0 5px;
	text-align: left;
	}
	
#postcomment {
	font-size: 1.8em;
	border-top: 1px dotted #3d8fe3;
	padding: 5px 0;
	border-bottom: 1px dotted #3d8fe3;
	}
		
/* Footer 
------------------------------------ */

#footer {
	clear: both;
	font-size: 1em;
	color: #999;
	text-align: center;
	}
	
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #fff;
	border: none;
	}
	
#footer a:hover, #footer a:active {
	text-decoration: underline;
	background: none;
	color: #fff;
	border: none;
	}

/* Extras 
------------------------------------ */

img {
	border: 0;
	}

a:link, a:visited {
	text-decoration: none;
	color: #3d8fe3;
	border: 1px solid #fff;
	}
	
a:hover, a:active {
	text-decoration: none;
	color: #fff;
	background: #3d8fe3;
	border: 1px solid #3d8fe3;
	}
	
#homeclick {
	height: 280px;
	width: 780px;
	z-index: 100;
	position: relative;
	cursor: pointer;
	}
	
.hide {
	display: none;
	}
.clear {
	clear: both;
	}	
strong {
	font-weight: bold;
	}
div.alignright {
	float: right;
	}
div.alignleft {
	float: left;
	}