/*
Theme Name: Jeminimal
Theme URI: http://jemshed.com/
Description: Minimal Theme for Jem Yoshioka.
Version: 0.1
Author: Timothy Greig
Author URI: http://timothygreig.com/

	Based on Kubrick v1.5
	http://binarybonsai.com/kubrick/

*/

* {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

body {
	color: #999999;
	font-size: 1.5em;
	letter-spacing: 0.05em;
	}

.header {
	padding-top: 20px;
	padding-bottom: 40px;
	}

.jeminfo {
	font-family: Georgia;
	font-size: 1.1em;
	}
	
.jemgreeting {
	text-align: left;
	width:490px;
	padding-top: 30px;
	}

a {
	color: black;
	text-decoration: none;
	}

img {
	border: none;
	padding:15px;
	}

a:hover {
	color: #999999;
	text-decoration: underline;
	}
	
.entry {
	padding-bottom: 40px;
	}
	
#footer {
	padding-bottom: 40px;
	}
	
p {
	font-size: 0.8em;
	}