/* "The Bent Sword" theme by Stephen Gashler. Book cover art by Tanya Quinlan. (cc0) Do what you want with it :) */

/*///// Universal HTML /////*/

body {
	background: url(images/background.jpg) black top no-repeat;
	background-position: center 20px;
}

p {
	margin: 1em 0 1em 0;
}

p, a, li {
	font-size: 85%;
}

a {
	text-decoration: none;
	color: rgb(128,64,0);
	font-weight: bold;
}

li a, p a {
	font-size: 1.2em;
}

.postmetadata a {
	font-size: .85em;
}

.postmetadata {
	padding-bottom: 1.5em;
	border-bottom: 2px solid black;
}


a:hover {
	color: rgb(158,114,50);
}

img {
	border: none;
}

h1, h2, h3 {
	margin: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1em;
}


/*///// Page Layout /////*/

#wrapper {
	width: 316px;
	height: 484px;
	margin-top: 118px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 14px;
	alpha: .5;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 10px;
	padding-right: 15px;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 800px
}

#searchbox {
	position: absolute;
	margin-top: -5px;
	width: 100px;
}

#searchbox #s, #subscribe {
	width: 95px;
}

#subscribe {
	width: 100px;
	position: absolute;
	margin-left: 110px;
	font-size: .75em;
}

textarea {
	width: 96%;
	margin-bottom: -1em;
}

.date {
	font-size: .75em;
}

#menu {
	position: absolute;
	width: 50px;
	height: 310px;
	margin-top: -260px;
	margin-left: 520px;
}

#menu div {
	width: 50px;
	opacity: .5;
}

#news {
	height: 72px;
}

#about {
	height: 88px;
}

#media {
	height: 76px;
}

#store {
	height: 67px;
}

#musical {
	height: 82px;
}

#reviews {
	height: 90px;
}

#calendar {
	height: 90px;
}

#contests {
	height: 90px;
}

#store {
	height: 70px;
}

#stephengashler {
	position: absolute;
	width: 275px;
	height: 33px;
	margin-top: 340px;
	margin-left: 155px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* FOOTER */

#footer p {
	font-size: .66em;
	color: rgb(100,100,100);
	float: none;
	margin-top: 2em;
	padding-top: 2em;
}

.video object, .video embed {
	width: 300px;
	height: 205px;
}

