/* 
hot pink - ee3fb2
dkr pink - cf0088
hot orange - ff811f
pumpkin - e86500
hot red - ff1621
grapity purple - 760a5d
med peach - ffc699
lt peach - ffeedf

http://cloaks.deviantart.com/art/Bokeh-01-143646578
*/

body {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	background: #ff811f url('images/bg.jpg') repeat-x top fixed;
	margin: 0;
	padding: 0;
	color: #000;
	}

#outer {
	background: url('images/outerbg.jpg') no-repeat top fixed;
	}

#wrap {
	background: #ffc699 url('images/innerbg.jpg') no-repeat top fixed;
	width: 970px;
	margin: 0px auto;
	text-align: left;
	min-height: 620px;
	}
	
#head {
	width: 515px;
	margin-bottom: 30px;
	}

#foot {
	clear: both;
	margin-top: 15px;
	padding-bottom: 15px;
	font-size: 11px;
	}

#content {
	padding: 0;
	margin: 0;
	margin-right: 455px;
	min-height: 450px;
	}

/*
#sidebar {
	padding: 480px 0 10px 0;
	margin-left: 515px;
	width: 455px;
	text-align: right;
	}
*/

p {
	line-height: 130%;
	margin: 0 10px 18px 20px;
	}

#foot p {
	font-size: 11px;
	}
	
a {
	font-weight: bold;
	text-decoration: underline;
	}

a:link {
	color: #cf0088;
	}

a:visited {
	color: #760a5d;
	}

a:hover, a:active {
	color: #ff1621;
	}

a.img {
	border: none;
	text-decoration: none;
	}
	

#nav {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	text-align: center;
	}
	
#nav a {
	margin: 0;
	padding: 0 6px 18px 6px;
	color: #ff811f;
	text-decoration: none;
	}

#nav a:hover, #nav a:active {
	background: url(images/hoverbg.png) no-repeat bottom center;
	color: #ff1621;
	}

h1, h2 {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	padding: 0;
	margin: 0 20px 5px 20px;
	color: #ff811f;
	}

h1 {
	font-size: 30px;
	text-transform: uppercase;
	}

h2 {
	font-size: 24px;
	font-style: italic;
	color: #ee3fb2;
	}

input, select, textarea {
	border: #ff811f solid 1px;
	background: #fff; 
	color: #ff1621;
	font-weight: bold;
	font-size: 13px;
	margin: 0px 6px 0 0;
	padding: 2px;
	}

small {
	font-size: 80%;
	}

hr {
	border: none;
	margin: 0;
	padding: 0;
	clear: both;
	}
	
b {
	color: #e86500;
	}

#foot b {
	text-transform: uppercase;
	}
	
i {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	}

div.form {
	padding: 0px;
	margin: 0 20px 6px 20px;
	text-align: left;
	}

p.form {
	margin-bottom: 2px;
	}

p.favform {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 40px;
	font-style: italic;
	}
	
img.aff {
	margin: 3px 3px 0 0;
	}

img.link {
	margin: 2px 4px 0 0;
	}

img.code {
	margin: 0 6px 0 0;
	}
	
/* add this rule to your CSS to get the donation form to align */
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}

.codesort h2 { }

.codesort h3 { }

.codesort p { }

.codesort a { }

.codesort img { margin-bottom: 6px; }

.codesort ul { }

.codesort li { }

.codesort input { }

.codesort option { }

.codesort select { }

.credit { }
