/* Globals */

a, a:visited {
	color: black;
	}

h1 {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 36px;
	border-bottom: solid 3px green;
	}

h2 {
	margin: 0 0 0 5px;
	padding: 0;
	display: inline;
	color: black /*gray*/;
	background: yellow;
	padding: 5px;
	}

h3 {
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 24px;
	display: inline;
	}
	
img { border: 0; }
	
body {
	background-image: url(http://files.patrickwensink.com/images/background.jpg);
	background-attachment:fixed;
	background-position:bottom; 
	padding: 0;
	margin: 0;
	}
	
body, p, ol, ul, td {
	font-family: Georgia, serif;
	font-size:   13px;
  	line-height: 18px;
	}

.notice, .warning {
	position: absolute;
	left: 25px;
	top: 7px;
	background-color: yellow;
	font-weight: bold;
	}
	
.form {
	padding: 20px 0 20px 0;
	}
	
/* Structure */

#header {
	margin-bottom: 10px;
	}

#content {
	margin-left: 25px;
	margin-bottom: 25px;
	margin-right: 425px;
	margin-top: 25px;
	padding: 30px 25px 0 25px;
	background-color: white;
	float: left;
	position: relative;
	}

#main {
	padding-top: 20px;
	margin: 0;
	}
	
#box {
	float: right;
	background: silver;
	border-bottom: solid 3px gray;
	width: 199px;
	padding: 15px;
	margin: 0 0 15px 15px;
	}
	
#copyright {
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	}
	
/* Nav */

#menu {
	right: 0px;
	bottom: 0px;
	height: 594px;
	width: 400px;
	background-image: url(http://files.patrickwensink.com/images/menu.png);
	position: fixed;
	}

#menu em {
	visibility: hidden;
	}
	
#menu a {
	text-decoration: none;
	}

/* Posts */
	
.title {
	margin-bottom: 15px;
	line-height: 24px;
	}
	
.post {
	margin: 0
	padding: 0;
}

.randomness .post {
	overflow: hidden;
}

.post p {
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0;
	}

.divider {
	height: 15px;
	background: url(http://files.patrickwensink.com/images/dots.png) no-repeat center center;
	padding: 0;
	margin: 40px 0;
	}
	
blockquote {
	color: #242424;
	border-left: solid 3px gray;
	margin: 0 20px;
	padding-left: 10px;
}

/* Post Meta */

.newpost a {
	position: absolute;
	top: 0;
	right: 0;
	}
	
.postfooter {
	overflow: hidden;
	width: 100%;
	}

.meta {
	color: gray;
	font-style: italic;
	width: 250px;
	float: left;
	padding: 5px 0;
	}
	
.meta img {
	vertical-align: text-bottom;
	padding-left: 3px;
	}
	
.edit a, .newpost a, .edit a:visited, .newpost a:visited  {
	color: white;
	background: black;
	padding: 5px;
	margin-left: 5px;
	text-decoration: none;
	display: block;
	float: right;
	}
	
.edit a { vertical-align: top; }
	
.edit a:hover, .newpost a:hover  {
	background: yellow;
	color: black;
	text-decoration: none;
	}