body, html {
	height: 100%;
}

body {
	background-color: #000;
	font-family: georgia, serif;
}

#wrapper {
	color: #fff;
	padding-top: 50px;
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
}

#content {
	width: 350px;
	float: left;
	padding-top: 5px;
}

#header {
	width: 600px;
	float: left;
	overflow: hidden;
}

a {
	color: #fff;
}

h1 {
	font-size: 1.2em;
}

h1, h2 {

}

p {
	margin-top: 1em;
	color: #ccc;
}

p.right {
	text-align: right;
}

.itext {
	border: 0;
	width: 250px;
	margin: 0 0 3px 10px;
}

th, td {
	vertical-align: top;
}

textarea.itext {
	height: 200px;
}

.ibutton {
	font-family: georgia, serif;
}

td.submit {
	text-align: right;
}

#postDiv {
	display: none;
	padding: 5px;
	background-color: #333;
}

#spinner {
	border: 1px dashed black;
	background-color: #fff;
	position: absolute;
	top: 50px;
	left: 50px;
	width: 200px;
	overflow: hidden;
	padding: 3px;
	display: none;
}

#spinner img {
	display: block;
	float: left;
}

#spinner p {
	width: 100px;
	color: #333;
	float: right;
	margin-top: 0px;
	line-height: 28px;
}

div#memories {
	margin-top: 5px;
}

div.memory  {
	background-color: #333;
	padding: 3px;
	margin-bottom: 5px;
}

div.memory span.date {
	color: #888;
	font-size: .8em;
}

div.memory h2 {
	line-height: 1.3em;
	color: #fff;
}
