/*
	Splash page design by David Alliet - http://writtenpixel.com
	(c) transference.org
	02/02/2004
*/

body {
	background: #8D8D8D url(/issues/splash/img/5-bg.jpg) no-repeat 50% 0%;
	font-family: Times New Roman, Georgia, Times, serif; 
	font-size: 90%; 
	color: #873A07; 
	margin: 0em;
}

a {
	color: #873A07;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #512102;
}


#hrtop {
	position: absolute;
	float: left;
	width: 100%;
	height: 2px;
	left: 0px;
	top: 236px; 
	margin: 0px;
	padding: 0px;
	background: #873A07;
}

#splash { 
	/* container for the splash body */
	float: both;
	width: 550px;
	text-align: left;
}

#navigation { 
	/* positioning of the navigation */
	position: absolute;
	float: left;
	margin-top: 130px;
	margin-left: 315px;
	text-align: left;
	line-height: 1.5em;
	font-size: 100%;
}

#user {
	/* positioning of the user panel thingy */
	position: absolute;
	float: left;
	margin-top: 108px;
	margin-left: 0px;
	text-align: left;
	font-size: 100%;
}

#user td {
	/* td's fontsize bug */
	font-size: 100%;
	line-height: 75%;
}

#user p {
	/* giving the user-is-logged-in line a good font-size */
	font-size: 100%;
	line-height: 4.7em;
}

#user input {
	background: #A4A4A4;
	font-size: 80%;
	font-weight: bold;
	color: #873A07;
	font-family: Times New Roman, Georgia, Times, serif;
	border: 1px #873A07 solid;
	height: 20px;
}

#fictiontitle {
	position: absolute;
	float: left;
	width: 500px;
	margin-left: 0px;
	margin-top: 180px;
}

#fiction {
	position: absolute;
	float: left;
	width: 260px;
	margin-left: 10px;
	margin-top: 255px;
	font-size: 100%;
	line-height: 1.5em;
}

#nonfictiontitle {
	position: absolute;
	float: left;
	width: 535px;
	padding-right: 10px;
	margin-top: 180px;
	text-align: right;
}

#nonfiction {
	position: absolute;
	float: left;
	width: 260px;
	margin-left: 275px;
	margin-top: 255px;
	font-size: 100%;
	line-height: 1.5em;
	text-align: right;
}

