/*
Author: Stephanie Burns
Date: June 24, 2008

This stylesheet is structured so that everything is alphabetical for ease of finding. That means that things like "background, font, padding..." are all in alphabetical order, as well as the elements, like "a, blockquote, h1..." I've no idea if this is correct or not, but it makes it easier to find them. As per my traditional methods, the top part is stylizing of the text and elements, the bottom is structure.

Feel free to take BITS of the stylesheet... not whole chunks. If you're going to do that, don't be an idiot; at least make sure you screw with it so I can't tell. But don't copy my entire quilt. It will make me cry.
*/

/* global white space reset to kill browser defaults: http://leftjustified.net/journal/2004/10/19/global-ws-reset/ */
* {
margin: 0;
padding: 0;
}
/* end credit */

body {
background: #e8c5b1 url(http://www.greydove.org/qbee/images/bg.gif);
color: #3c2408;
font: .7em "trebuchet ms", verdana, sans serif;
margin-top: 50px;
text-align: center;
}

a {
text-decoration: none;
font-weight: bold;
}

a:link {
color: #b0795b;
}

a:visited {
color: #b0795b;
}

a:hover {
color: #785a3c;
}

img.patch {
padding: 1px;
}

img {
border: 0;
}

ul li {
list-style: url(http://www.greydove.org/qbee/images/bullet.gif);
}

p {
margin-bottom: 1.3em;
}

ul.center {
	margin: 1em 0px 1em 25%;
	text-align: left;
}

li {
padding-bottom: .8em;
}

#wrap {
margin: auto;
width: 500px;
}

#headerimg h1 { 
width: 100%; 
height: 140px;
background: url(http://www.greydove.org/qbee/images/header.gif) no-repeat; 
text-indent: -100em;
}

#content {
background-color: #ede7da;
border: 5px #785a3c solid;
margin: -5px 0px 50px 65px;
padding: 15px;
width: 335px;
text-align: center;
}