html {
	margin: 0;
	padding: 15px;
	color: #333;
	background: #d4dada url("/theme/flying-high/img/header.jpg") no-repeat top left;
}

body {
	margin: 0;
	padding: 0 0 85px 0;
	font: 12px Verdana, Arial, sans-serif;
	color: inherit;
	background: url("/theme/flying-high/img/verse.gif") no-repeat bottom right;
}

h1, h2, legend,
p#site-title, ul#nav {
	letter-spacing: 1px;
}

h1, h2, p, ul, ol, dl, form {
	margin: 0 0 10px 0;
	padding: 0;
}

li, dt, dd {
	margin: 0 0 5px 5px;
	padding: 0;
}

ul {
	list-style-type: circle;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

fieldset {
	border: none;
}

legend {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}

label {
	cursor: pointer;
}

input {
	margin: 0;
	padding: 2px 4px;
}

textarea {
	margin: 0;
	padding: 5px;
}

.zemError {
	list-style-position: inside;
}

.zemError li, 
span.error {
	color: #900;
}

/* layout
----------------------------------------------- */

p#site-title, ul#nav {
	font-family: Impact, sans-serif;
}

p#site-title a {
	color: #900;
}

p#site-title a:hover {
	color: #184956;
}

p#site-title a:hover ul#nav a {
	color: #900;
}

ul#nav a {
	color: #184956;
}

ul#nav a:hover {
	color: #b36;
}

p#site-title {
	font-size: 46px;
	line-height: 40px;
}

ul#nav {
	font-size: 24px;
	list-style: none;
}

ul#nav li  {
	display: inline;
}

ul#nav li + li {
	margin-left: 15px;
}

div#body {
	margin: 125px 100px 0 100px;
	position: relative;
}

div#body a {
	color: #287B91;
	letter-spacing: 1px;
	border-bottom: 1px dotted #999;
}

div#body a:visited, div#body a:active {
	color: #b36;
}

div#body a:hover {
	border-color: #287B91;
}

div#body a:visited:hover {
	border-color: #b36;
}

div#content {
	width: 450px;
}

div#side {
	position: absolute;
	top: 0;
	left: 550px;
	width: 200px;
}

div#side ul {
	list-style: none;
}

/* individual posts
----------------------------------------------- */

div#content h1, p#perm-link, p#skip-link {
	display: inline;
}

div#content p,
div#content li,
div#content dt, div#content dd {
	line-height: 24px;
}

/* comments
----------------------------------------------- */

input#remember, input#forget {
	margin-right: 5px;
	vertical-align: middle;
}

p#sig {
	text-align: right;
}

ol#comments {
	margin-bottom: 25px;
	line-height: 12px;
}

dl#comment-form dt {
	margin: 5px 0 5px 0;
	padding: 0;
	line-height: 12px;
}

dl#comment-form dd {
	margin: 0;
	padding: 0;
	line-height: 12px;
}

ul.comments_error {
	font-weight: bold;
	list-style-position: inside;
}

ul.comments_error li {
	margin-bottom: 2px;
	line-height: 12px;
}

/* archive
----------------------------------------------- */

dl#archive-menu dt {
	margin: 10px 0 0 0;
	font-weight: bold;
}

dl#archive-menu dd {
	display: inline;
}

dl#archive-list dd {
	margin: -25px 0 0 30px;
}

dl#archive-list dd + dd {
	margin-top: 0;
}