/* Victorian inspired stylesheet for grantimatter.com */
/* April 24, 2004 */
/* By Julie(lipse & Panharmonicon */


body {
	background: url("wallpaper") repeat;
	font-family: times new roman, times, georgia, serif;
	color: black;
	border: 6px solid #536a70;
	margin: 0;
	padding: -6px; /* Internet Explorer's box model l00z3s */
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	font-family: monospace;
}

hr {
	border: 0;
	border-bottom: 1px dotted #009999;
}

a {
	color: #113283;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

li {
	margin-top: 8pt;
}

.songlink {
	text-transform: capitalize;
	font-weight: bold;
}

.size {
	font-size: smaller;
}
.songinfo {
	font-size: smaller;
	font-weight: bold;
}

.sidebarleft {
	float: left;
	width: 20%;
	font-family: monospace;
}

.nav1 {
	background: url("baby1") no-repeat bottom right #b8cfa4;
	border: medium double #536a70;
	margin-left: 10px;
	margin-bottom: 30px;
}

.nav1 li {
	list-style: none;
}


.nav1head {
	background: url("music") top right no-repeat #b8cfa4;
	height: 30px;
}

.sidebarleft a {
/*	background: #b8cfa4;*/
	font-weight: bold;
	color: black;
}

.sidebarleft a:hover, .sidebarright a:hover {
	background: #adb6b9;
	text-decoration: none;
}

.sidebarleft li {
	margin-right: 2em;
}

.nav2 {
	background: url("baby2") no-repeat top right #b8cfa4;
	border: medium double #536a70;
	margin-left: 10px;
	padding-top: 20px;
}

.nav2 li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav2head {
/*	background: url("outsidelinks3") top center no-repeat #b8cfa4;
	height: 30px;*/
}

.header {
	margin: 0;
	border-width: 0 0;
	background: center url("ribbon") repeat-x;
	height: 128px;
}

.header h1 {
    display: none;
}	

#headpic {
	float: right;
	background: url("granttitle") no-repeat center;
	width: 70%;
	height: 140px;
	margin-right: 10px;
	padding-top: 0px;
	margin-top: -6px;
	border: 8px;
}

/*
#headpic {
	padding-top: 0px;
	margin-top: -6px;
	border: 8px;
	margin-right: 110px;
}*/

.footer {
	width: 70%;
	float: right;
	clear: both;
	padding-top: 15px;
	margin-right: 10px;
	text-align: center;
	border: 8px;
}

#bottom {
	clear: both;
}

.content {
	float: right;
	width: 70%;
	margin-right: 10px;
	background: #ded3b8 url("corner-topleft") no-repeat top left;
	border: 8px double #536a70;
	padding: 0px;
}

.content ul li {
	list-style: url("vickybullet");
}

.topright {
	background: url("corner-topright") top right no-repeat;
	margin: 0;
	padding: 15px;
	height: 2.5em;
}


.articlefooter {
	background: url("corner-bottomleft") bottom left no-repeat;
	padding: 0;
	margin: 0;
	height: 120px;
}

.articlefooter p {
	background: url("corner-bottomright") bottom right no-repeat;
	display: block;
	margin: 0 0 0 0;
	height: 120px;
}


input, textarea {
	background: #f8e4e2;
}

.ornate:first-letter {
	font-size: large;
	font-family: Zapfino;
	font-style: italic;
}

.intropage {
	text-align: left;
	padding-left: 100px;
}

.intropage ul li {
	list-style: none;
	font-size: larger;
	font-style: italic;
}

.intropage img {
	vertical-align: middle;
	border: none;
}
