/* CSS styles for the Music City Quilt Guild web site */
/* Color glossary
#73868C - medium slate blue
#D7E7EA - light robin's egg blue
#333 - dark gray (font)
#EBEBEB - light gray (content outer background)
#694141 - dark dusty rose
#D9C8B2 - light dusty rose
#FCFCFB - palest yellow (inner content background)
*/

	html, body
	{
		padding: 0; margin: 0;
		background: #D7E7EA;
		color: #333;
		font-size: 100.01%;
		text-align: center;
	}

	#body
	{
		width: 780px;
		background: #EBEBEB;
		font-size: .85em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: left;
		margin: 10px auto; /* FF centered fix */
		border: solid 1px #447385;
	}

	#header img, #nav {
		padding-left: 10px;
	}
	#header { background-color: #694141; border-bottom: solid 1px #EBEBEB; }
	#header a img { border: 0; }
	

	#nav { height: 2em; background-color: #D9C8B2; }
	#nav ul { list-style: none none; padding: 0; margin: 0; }
	#nav li { float: left; padding-right: 10px; }
	#nav a { 
		display: block; 
		padding: 5px 17px 5px 14px; 
		font-weight: bold; 
		font-size: .8em;
		text-decoration: none; 
		color: #333; 
		background: #D9C8B2 url(../images/black_note.jpg) left no-repeat; }
	#nav a:hover { text-decoration: underline; }

	#content { clear: left; border-top: solid 2px #73868C; padding: 5px; line-height: 1.4em; }
	#innercontent { margin: 7px; padding: 5px 30px; border: solid 1px #8C7D73; background-color: #FCFCFB; }
	#innercontent img { border: solid 1px #333; padding: 5px; background: #FFF; }
	#innercontent a img { border: solid 1px #333; }
	#innercontent img.icon { border: 0; background: inherit; }
	#innercontent h1 img { border: 0; margin: 0; padding: 0; background: inherit; }
	#innercontent ul { list-style-image: url(../images/black_note.gif); }
	#innercontent p { margin-bottom: 1.5em; }
	table { border-collapse: collapse; }
	th { text-align: left; background-color: #D7E7EA; }
	th, td { vertical-align: top; border: solid 1px #73868C; }
	h1, h2, h3, h4, h5, h6 { color: #73868C; }
	h2 { font-size: 1.15em; }
	h3 { font-size: 1.1em; }
	h4 { font-size: 1.05em; }


	#footer { clear: both; text-align: center; padding: 5px 10px; }
	
	.right { float: right; margin-left: 7px; }
	.left { float: left; margin-right: 7px; }
	.center { text-align: center; }
	.clear { clear: both; }
	.boxright { float: right; border: solid 1px #694141; padding: 10px; margin: 0 0 7px 7px; width: 150px; background: #EBEBEB; }
	.boxleft { float: left; border: solid 1px #694141; padding: 10px; margin: 0 15px 7px 0; width: 150px; background: #D9C8B2; }
	.highlight { background-color: #EBEBEB; }
	
	#gallery ul { padding: 0; margin: 0; list-style: none none; }
	#gallery li { float: left; padding: 5px; }