@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #000000 url("images/background.png") repeat-x top left;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ffffff;
}
a:link, a:visited {
	color: #a79191;
	text-decoration: none;
}
a:hover, a:active {
	color: #a79191;
	text-decoration: underline;
}
h1 {
	margin: 40px 0 0 0;
	font-size: 20px;
}
h1.leading {
	margin: 0;
}
h2 {
	font-size: 13px;
}
h3, p, li {
	font-size: 11px;
}
input, textarea {
	margin: 10px 0;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
ul {
	margin: 0;
	padding: 0 0 0 15px;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 900px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	background: url("images/bass_clef.png") no-repeat 8px 8px;
	text-align: left;
}
#nav {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 65px;
	top: 97px;
	left: 289px;
	list-style: none;
}
#nav li {
	margin: 0;
	padding: 2px 0;
	text-align: center;
	font-size: 16px;
}
#nav a:link, #nav a:visited {
	color: #aa9191;
}
#nav a:hover, #nav a:active {
	color: #e9d7d7;
	text-decoration: none;
}
#nav #you_are_here {
	color: #e9d7d7;
}
#copyright {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 200px;
	top: 425px;
	left: 10px;
	color: #483737;
	font-size: 9px;
}
#copyright a:link, #copyright a:visited, #copyright a:hover, #copyright a:active {
	color: #483737;
}
#home_content {
	margin: 0 20px 40px 400px;
	padding: 0 0 40px 0;
}
#inner_content {
	margin: 0 20px 40px 440px;
	padding: 0 0 40px 0;
}
#celloquest {
	margin: 0 -10px 0 0;
	padding: 20px 0 5px 0;
	text-align: right;
}
.got_any_grapes {
	text-align: right;
}
/*
	A ducks walks into a bar and asks, "Got any grapes?"
	The bartender, confused, tells the ducks that no, his bar doesn't serve grapes. The duck thanks him and leaves.
	The next day, the duck returns and says, "Got any grapes?"
	Again, the bartender tells him that, no, the bar does not serve grapes, has never served grapes, and, furthermore, will never serve grapes. The duck, a little ruffled, thanks him and leaves.
	The next day, the duck returns, but before he can say anything, the bartender begins to yell: "Listen, duck! This is a bar! We do not serve grapes! If you ever ask for grapes again, I will nail your stupid duck bill to the bar!"
	The duck is silent for a moment, and then asks, "Got any nails?"
	Confused, the bartenders says no.
	"Got any grapes?"
*/
.currently {
	font-size: 9px;
	font-style: italic;
	text-align: right;
}
.sans {
	font-family: Arial, Helvetica, sans-serif;
}
/* deviantart */
#deviantart {
	margin: 0 0 30px 0;
	text-align: center;
}
#deviantart img.da_vert {
	padding: 0 8px;
	width: 104px;
	height: 150px;
}
#deviantart img.da_horiz {
	padding: 0 8px 20px 8px;
	width: 150px;
	height: 106px;
}
#deviantart a {
	color: #a79191;
	font-size: 9px;
}
/* twitter */
#twitter_div {
	padding: 0 20px 20px 0;
	text-align: right;
}
#twitter_update_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
#twitter_div li {
	margin: 0;
	padding: 4px 0;
	font-size: 10px;
}
#twitter-link {
	margin: 0 -15px 0 0;
	padding: 0;
	font-size: 9px;
}