

/* i hate everyone. */

* {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

html {
	background: #000 url(../images/background.jpg) no-repeat;
	color: #000;
}

strong {
	color: #f9aae5;
	font-weight: bold;
}

a {
	color: #f9aae5;
	font-weight: bold;
}

a:hover {
	color: #000000;
	background-color: #f9aae5;
	text-decoration: none;
}

div#content {
	background: #000 url(../images/background.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div#main_area {
	position: absolute;
	left: 213px;
	top: 204px;
	width: 500px;

}

div#pretty_picture {
	position: absolute;
	top: -47px;
	left: -13px;
}

div#book {
	position: absolute;
	top: 246px;
	left: -13px;
}

div#author {
	position: absolute;
	top: 246px;
	left: 280px;
}

div#header {
	
}

div#left_nav {
	position: absolute;
	top: 157px;
	left: 0px;
	height: 522px;
	width: 200px;
}

/*background: #004080 url(../images/everything_up_sliced_r2_c1.jpg) no-repeat; */

div#post_it {
	background-color: #f9aae5;
	width: auto;
	height: auto;
	position: absolute;
	top: 420px;
	left: 60px;
	padding: 8px;
	color: #fff;
}

div#post_it p {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	display: block;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 12px;
}

div#post_it a {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	
	
}

div#post_it a:hover {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #f80008;
	text-decoration: underline;
}

div#small_note {
}

div#small_note p {
	font: 10px Arial, Helvetica, Geneva, sans-serif;	
	color: #fff;
}

div#small_note span.date {
	color: #ffe500;
	font-style: italic;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

div#small_note b {
	font: 9px Arial, Helvetica, Geneva, sans-serif;
	color: #f80008;
}

div.headline {
}

div.copy {
}

div.copy p {
	color: #fff;
	font: 14px/18px Arial, Helvetica, Geneva, sans-serif;
	
	text-align: left;
	margin-top: 0px;
	margin-bottom: 12px;
}

div.copy ul {
	color: #fff;
	font: 14px/18px Arial, Helvetica, Geneva, sans-serif;
	list-style-position: outside;
	margin-left: 18px;
}



div.image {
	float: right;
	color: #1b1b1b;
	margin-left: auto;
	margin-right: auto;
	background-color: #1c1c1c;
	padding: 8px 12px;
	border-color: #e6e6e6;
	border-width: 2px;
	border-top: 2px dotted #fff;
	border-bottom: 2px dotted #fff;
}

div.image p.caption {
	font-size: 12px;
}

div.image img {
	position: relative;
}

div.end_page {
	position: relative;
	top: 24px;
}

div.end_page img {
	float: right;
	position: relative;
	top: -36px;
}

div.blog_headline {
	color: #f9aae5;
	padding-top: 4px;
	margin-bottom: 4px;
	font-size: 18px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

div.blog_maintext {
	color: #fff;
}

div.blog_date {
	font-size: 10px;
	text-align: right;
	padding-bottom: 18px;
	color: #f8f459;
}

div.blog_recent_headlines {
	width: 140px;
	position: absolute;
	top: 54px;
	padding-left: 12px;
	text-align: left;
	font-size: 14px;
	color: #f9aae5;
	left: 520px;
}

div.blog_recent_headlines h5 {
	color: #f9aae5;
	font-size: 14px;
	padding-bottom: 7px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 7px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

div.blog_recent_headlines ul {
	list-style-type: none;
}

div.blog_recent_headlines li {
	padding-bottom: 9px;
	color: #fff;
	text-align: left;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;

	color: #f9aae5;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}


div.blog_recent_headlines a {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

div#mel_copyright{
	font-size: 10px;
	margin-top: 24px;
}


/* fun with form */

fieldset {
	border: 1px dotted #fff;
	padding: 8px;
}

fieldset legend {
	color: #f9aae5;
	padding-left: 12px;
	padding-right: 12px;
}

fieldset label {
	width: 100px;
	float: left;
	text-align: right;
	display: block;
	font-size: 12px;
}

fieldset input#person_email, #person_name, #person_derby_name {
	margin-left: 120px;
	width: 240px;
	position: relative;
	bottom: 18px;
	color: #000;
}

fieldset textarea#person_comment {
	margin-left: 120px;
	width: 240px;
	position: relative;
	bottom: 18px;
	color: #000;
}

fieldset input {
	width: 80px;
	margin-left: 280px;
	color: #000;
}

div.end_page {
	
}

/* pretty errors */

div.errorExplanation ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 12px;
}

div.fieldWithErrors input{
	background-color: #f9aae5;
}

