/*
Written by Siv Daland for the David Lynch fanlisting
*/



/* global config */

body {
	background: #000000 url(images/bg.jpg) repeat-y;
	color: #2f2c22;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
}

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

a:hover {
	color: #fea501;
	border: 0;
}

input, textarea, select {
	background: #000;
	color: #fff;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	padding: 1px;
	border: 0;
	margin-bottom: 1px;
}



/* layout alignment */

#wrapper {
	position: absolute;
	left: 0;
	top: 0;
}


#header1 {
	background: url(images/lynch-1.jpg) no-repeat;
	width: 770px;
	height: 294px;
}

#header2 {
	width: 770px;
	height: 306px;
}

#content {
	position: absolute;
	width: 256px;
	top: 320px;
	left: 224px;
	line-height: 16px;
	margin-bottom: -320px;
	text-align: justify;
}



/* footer - copyright note */

#footer {
	color: #736845;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
	margin: 5px;
}

#footer p {
	padding: 3px;
}

#footer p a {
	color: #ebb71b;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

#footer p a:hover {
	background: #ebb71b;
	color: #fff;
	font-size: 9px;
}



/* headlines and classes */

h1 {
	background: url(images/b.jpg) no-repeat left;
	padding: 4px 0 0 35px;
	color: #000;
	height: 22px;
	margin: 8px 0 10px 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: capitalize;
}

#lynchjoin form textarea {
	width: 220px;
}

.updates {
	background: #f7e2e4;
	border-top: 1px solid #e9c3c7;
	border-right: 1px solid #e9c3c7;
	border-left: 1px solid #e5a9b0;
	border-bottom: 1px solid #e5a9b0;	
	color: #b96d76;
	padding: 5px;
	margin: 5px;
}

.updates a {
	color: #a14852;
	border: 0;
}

.updates a:hover {
	text-decoration: underline;
}

hr.space {
	margin: 15px 0 15px 0;
	visibility: hidden;
}

em, i {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
