/******************************************************************************
 *
 *	styles.css
 *	Cascading StyleSheet for porterhulett.com
 *	@author	Oliver Hulett
 *	
 *	Define final style elements for the PorterHulett website.
 *
******************************************************************************/

/*	Set defaults, to be overwritten later as needed.*/
body
{
	background-color: white;
	background-image: none;
	font-family: serif;
	text-align: left;
	color: black;
}

h1, h2, h3, h4
{
	font-variant: small-caps;
	text-transform: capitalize;
	text-align: left;
	text-decoration: underline;
	color: navy;
}

h5, h6
{
	text-transform: capitalize;
	text-align: left;
	font-weight: normal;
	font-size: medium;
}

p
{
	text-align: justify;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}

.contentList
{
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 2em;
}

li.menuSect
{
	list-style-image: url("./sidebar_menu.jpg");
}

li.menuSect:hover
{
	list-style-image: url("./sidebar_menu_hover.jpg");
}

a.menuSect
{
	color: white;
	font-size: large;
}

a.menuSect:hover
{
	color: yellow;
}

a.menuSect:visited
{
	color: #EEEEEE
}
