/*
CSS for EXTRAORDINARY: THE HILL HARPER FANLISTING [version 1]
http://hill.beatifique.org
Modified by Ai~ [http://beatifique.org]
Based on a design by Free CSS Templates (http://www.freecsstemplates.org)
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #A7AB84 url(img/bg.jpg) repeat-x top left;
	font: 14px/120% "Lucida Grande", "Lucida Sans", Arial;
	color: #333;
	margin: 0px;
	padding: 0px;
}

input,  select {
	border: 0px;
	border: #000 1px solid; 
	background: #A7AB84;
	font-family: Arial, Tahoma; 
	font-size: 8pt;
	color: #333;
	scrollbar-face-color: #EDE8DC; 
	scrollbar-highlight-color: #EDE8DC; 
	scrollbar-shadow-color: #EDE8DC; 
	scrollbar-3dlight-color: #EDE8DC; 
	scrollbar-arrow-color: #945258; 
	scrollbar-track-color: #EDE8DC; 
	scrollbar-darkshadow-color: #EDE8DC;
	}

input, textarea, select {
	opacity: .65; 
}

textarea {
overflow-x: hidden;
overflow-y: scroll;
width: 150px;
height: 30px;
}


h1 {
	font-size: 28px;
}


a {
	color: #691614;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #99FFCC;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

.center {
	text-align: center;
}

b {
	color: #691614;;
}

i, em {
color: #ffffcc;
letter-spacing: -1px;
}

#header {
	width: 593px;
	height: 398px;
}

#welcome {
	width: 45%;
	height: 200px;
	position: absolute;
	top: 200px;
	left: 345px;
	overflow-x: hidden;
	overflow-y: auto;
}


#welcome p {
padding: 5px;
}

#welcome h1 {
	margin: 0;
	padding: 5px 5px 0px 10px;
	font: italic 20px Arial, Sans-Serif;
	text-transform: uppercase;
	color: #C0E19B;
	text-align: right;
}

#welcome a:hover {
	color: #ffffcc;
	background: #7C572E;
}

#menu
{
width: 590px;
margin-top: 25px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}

*html #menu {
margin-left: auto;
margin-right: auto;
margin-top: 15px;
margin-bottom: 10px;
}


#menu li
{
display: inline;
padding-bottom: 14px;
background-repeat: no-repeat;
}

#menu a
{
padding-left: 20px;
padding-bottom: 14px;
text-transform: uppercase;
text-decoration: none;
font: 20px "Lucida Grande", "Lucida Sans", Arial;
}

#menu a:link, #menu a:visited
{
padding-left: 20px;
color: #000;
background: url(img/bullet.jpg) no-repeat 0 4px;
}

#menu a:hover
{
color: #8D7258;
padding-left: 20px;
background: url(img/bullet.jpg) no-repeat 0 2px;
}



/* Footer */

#footer {
	clear: both;
	width: 593px;
	height: 56px;
	padding: 12px 5px;
	background: url(img/footer.jpg) top center no-repeat;
	margin-top: -10px;
	margin: 0 auto;
}


#footertxt {
	width: 590px;
	margin: 0 auto;
	padding: 3px;
	text-align: center;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #EEF6CD;
	font: 10px Tahoma, Arial, Serif;
}

#footer a {
	color: #B3D4B3;
}

#footer .legal {
	float: center;
}

#footer .credit {
	font: italic 9px Arial;
	color: #ffffcc;
}
