/* Those Bright L!ghts. http://bloom.tenshi-dream.net/dexter/ */


/* General */

body {
	background-color: #F6F5F2;
	font-family: Verdana;
	font-size: 10px;
	line-height: 16px;
	text-align: justify;
	color: #393939;
}


input, textarea, option, select {
	background: #111010 url(images/textarea.jpg); 
	background-attatchment: fixed;
	color: #F6F5F2;
	border: 1px solid #7F7E7C;
	padding: 2px;
	font-family: Trebuchet Ms;
	font-size: 10px;
	line-height: 12px;
}


a:link, a:visited, a:active {
	color:#745B47;
	font-size: 10px;
	text-transform: none;
	font-family: Verdana; 
	text-decoration: none;
	border-bottom: 1px #505050 solid;
}

a:hover {
	color:#764B4B;
	font-size: 10px;
	text-transform: none;
	font-family: Verdana; 
	text-decoration: none;
	border-bottom: 1px #505050 solid;
}

.nav {
	color: #F6F5F2;
	text-align: justify;
	width:52px;
	padding: 1px;
	z-index: 2;
}

.nav a:link, .nav a:visited, .nav a:active{
	color: #444444;
	font-family: Trebuchet MS;
	font-size: 10px;
	text-transform: none;
	background: #797977;
	border-right: 2px solid #505050;
	border-bottom: 1px solid #505050;
	display: block;
	padding: 2px;
	margin: 2px;
}

.nav a:hover {
	background: #C4C4C2;
}


/* Site Content */

#content {
	background-image: url(images/bg.jpg); 
	background-repeat: repeat-y;
 	width: 360px;
 	padding-left: 85px;
 	text-align: justify;
}

#footer {
	clear: all; 
}

h1 {
	font-family: Century Gothic, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;
	text-align: center;
	letter-spacing: 3px;
	color: #491611;
	background-image: url(images/h1.gif);
	background-position: center;
	background-repeat: no-repeat;
	line-height: 12px;
	text-indent: 0px;
	padding-bottom: -3px;
	margin: 0px 0px 0px 0px;
}

i, u {
	color: #3C2831;
	font-size: 10px;
	font-family: Georgia;
	text-transform: none;
}

b {
	color: #764B4B;
	font-size: 10px;
	text-transform: none;
}

.image {
	background: #111010 url(images/textarea.jpg); 
	background-attatchment: fixed;
	border: 4px #111010 solid;
}

blockquote {
	background-color: #F6F5F2;
	font-family: Trebuchet MS;
	font-size: 10px;
	text-align: justify;
	color: #5D4332;
	line-height: 16px;
	border-left: 10px solid #111010;
	padding-right: 10px;
	padding-left: 10px;
	width: 243px;
}
