



/* List of pieces in writing.html file */

ul#writing
{
	list-style-type: none;
	margin: 3px 0px 40px 10px;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}

ul#writing li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

ul#writing li a
{
	/*display: block;*/
	/*width: 5em;*/
	color: #369;
	text-decoration: none;

}

ul#writing li a:hover
{
	color: #000;
	text-decoration: underline;
}


.writingNotes {
	color: #333;
	font-size: 10px;
}

/* Style for individual writing pages */
.writingBox {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	
	padding-bottom: 30px;
}


/* Used for title of piece */
.writingBox h2 {
	margin: 2em 0.5em 1em 10px;

	font-size: 16px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: black;
}

/* used for body of piece */
.writingBox p {
	margin-left: 10px;
	font-size: 12px;
	line-height: 16px;
}

.writingBox em {
	font-style: italic;
}


.writingLink {
	font-family: arial, helvetica, sans-serif;
	color: #999;
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.writingLink a         { color: #666; text-decoration: none; }
.writingLink a:link    { color: #666; text-decoration: none; }
.writingLink a:visited { color: #666; text-decoration: none; }
.writingLink a:active  { color: #666; text-decoration: none; }
.writingLink a:hover   { color: #666; text-decoration: underline; }

