/*
Theme Name: Sartresque
Theme URI: http://jeremyjarratt.com/
Description: Child Theme for Hemingway
Author: x jeremy jarratt
Author URI: http://jeremyjarratt.com/
Template: Hemingway
Version: 0.1
*/
 
@import url("../Hemingway/style.css");

body {
  /*background: url(bg.png) fixed 50%;*/
  }

a.readmore {text-decoration: none; color: #bbb;}
a.readmore:hover {text-decoration: none; color: #eee;}

#header h2 {
  font-family: "Trebuchet MS","Verdana","Tahoma",sans-serif;
  font-size:2.5em;
	width: 300px;
	height: 50px;
	position: relative;
  }
#header span {
	background: url(signature-opaque.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
.description {
  }
#header p {
  line-height:1em;
  margin:0;
  padding:0 0 1em 0;
  }
#header .inside{
  padding: 3em 0;
  }
#search{
  margin:1em 0 0 1em;
}
#primary {
  width: 100%;
  max-width:1440px;
  }

.twocol-stories .inside{
  width:95%;
  }
 
#primary.twocol-stories .story{
  width:30%;
  margin:0 0 0 3%;
}
* html #primary.twocol-stories .story{
  margin-left:1.5%;
}
#primary.twocol-stories .first, * html #primary.twocol-stories .first{
  margin:0 0 0 0;
}
