/******************************************************************************/
/*
	shmpa.css - Style sheet for the Shepherd Hill Music Parents Association
					web site
*/
/******************************************************************************/

/* 
	logo: 
		S - English/108pt
		hepherd Hill - Garamond Italic/54pt (H - 76pt narrow)
		MUSIC PARENTS - Arial Narrow Condensed/24pt; Lines are 2px wide
*/

/*
	#000000 - black
	#800000 - maroon
	#fdd017 - gold
	#FFFFFF - white
*/

/******************************************************************************/
/*                                  Defaults                                  */
/******************************************************************************/
* {
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}

body {
	background-color: #000;
}

/******************************************************************************/
/*                               The Page Space                               */
/******************************************************************************/
#page {
	width: 875px;
	margin-left: auto;
	margin-right: auto;
	background-color: #800000;
}

/******************************************************************************/
/*                                 The Header                                 */
/******************************************************************************/
#header {
	height: 140px;
	width: 100%;
}

#textLogo {
	float: left;
	width: 310px;
	padding-top: 10px;
	padding-left: 10px;
}

#horizPic {
	float: right;
	width: 550px;
	height: 120px;
	padding-top: 10px;
}

/******************************************************************************/
/*                                 The Middle                                 */
/******************************************************************************/
#left {
	float: left;
	width: 140px;
}

#leftImg {
	width: 120px;
	height: 550px;
	padding-left: 10px;
}

#right {
	float: right;
	width: 735px;
	background-image: url(../images/middlefull.jpg);
	background-repeat: repeat-y;
}

/* This hack is because of IE6 */
#contentBottom {
	background-color: #800000;
}

/******************************************************************************/
/*                                  The Menu                                  */
/******************************************************************************/
#menu {
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

#menu table {
	width: 695px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#menu table tr,
#menu table tr td,
#menu table tr th {
	text-align: center;
	vertical-align: top;
}

#menu a {
	font-family: garamond;
	font-style: italic;
	text-decoration: none;
	font-size: 12pt;
	color: #800000;
}

#menu a:hover {
	color: #000;
}

/******************************************************************************/
/*                             The Content Title                              */
/******************************************************************************/
#title {
	width: 695px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #800000;
}

.titleCap {
	font-size: 700%;
	font-family: English;
}

.titleRest {
	margin-left: -20px;
	font-family: garamond;
	font-size: 300%;
	font-style: italic;
}

/******************************************************************************/
/*                     The Content Window - The Real Work                     */
/******************************************************************************/
#contentWin {
	width: 695px;
	/*height: 665px;*/
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: left;
	color: #000;
}

#contentWin p, a, th, td {
	font-size: 13pt;
}

#contentWin p {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

#contentWin a {
	font-weight: bold;
	color: #800000;
	text-decoration: none;
}

#contentWin a:hover {
	text-decoration: underline;	
}

#contentWin table {
	margin-left: auto;
	margin-right: auto;
}

#contentWin table tr,
#contentWin table tr td, 
#contentWin table tr th {
	text-align: left;
	vertical-align: top;
}

#contentWin caption, caption a {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

.eventtab a {
	color: #fdd017;
	font-size: 12pt;
	text-decoration: none;
}

.eventtab a:hover {
	color: #000;
}

			.minutes {
				margin-left: 120px;
				border: 3px solid gray;
				border-collapse: separate;
				border-spacing: 2px;
				padding: 2px;
			}
			.minutes td {
				padding: 5px;
				padding-left: 10px;
				padding-right: 10px;
				border: 3px inset gray;
				text-align: center;
				vertical-align: middle;
				color: gray;
			}
			.minutes a {
				text-decoration: none;
				color: white;
				font-weight: bold;
			}
			.minutes a:visited {
				color: yellow;
			}
			.minutes a:hover {
				color: maroon;
			}


		#fundRaiser {
			width: 85%;
			margin-left: auto;
			margin-right: auto;
		}

		#fundRaiser dt {
			margin-top: 20px;
			margin-bottom: 5px;
			font-weight: bold;
			font-family: arial, helvetica, sans-serif;
			font-size: 13pt;
		}

		#fundRaiser dd {
			text-align: justify;
			font-family: arial, helvetica, sans-serif;
			font-size: 13pt;
		}

#thumb {
        float: left;
        width:  120px;
        height: 400px;
        padding: 0px 0 0 0px;
        border: 0px;
        margin: 8px 0 0 0px;
	background-color: blue;
}
#picframe {
        float: right;
        width: 560px;
        height: 420px;
        padding: 0 0 0 0;
        border: 0;
        margin: 0 0 0 0;
	background-color: green;
}


/******************************************************************************/
/*                                 The Footer                                 */
/******************************************************************************/
#footer {
	width: 100%;
	clear: both;
}
.footer {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 8px;
	color: white;
}

.footer a {
	font-size: 10px;
	color: #fdd017;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;
}

