/******************************************************************************
 *
 *	styles.css
 *	Cascading StyleSheet for .com
 *	@author	Oliver Hulett
 *
 *	Define final style elements for the Momentum website.
 *
******************************************************************************/

/*	Set defaults, to be overwritten later as needed.*/
body
{
	background-image: url("./head_bkgnd.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	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: black;
}

h5, h6
{
	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;
}

div.testimonial
{
	background-color: #2562d4;
	border-style: outset;
	border-width: 5px;
}

li.menuSect
{
	list-style-image: url("./menu.png");
	list-style-position: inside;
	border-color: #000000;
	border-style: solid;
	border-width: medium;
}

a.menuSect
{
	color: #000000;
	font-size: large;
}

a.menuSect:hover, a.menuSect-this, a.menuSect-this:hover
{
	background-color: #000000;
	color: #2562d4;
}

p.gallery
{
	font-weight: bolder;
}

.songtitle
{
	color: #FF0033;
}


