/*******

Campbell Memorial High School Alumni Association, v2.0 Beta
By Robert Merva, Avrem Technologies, LLC
http://www.avrem.com
Tested on, but not limited to: 800x600, 1074x768, 1280x800, IE 6&7 (with PNG errors) and Firefox

*********/


/******* ENTIRE PAGE ELEMENTS *********/
body { 
	margin: 0;
	padding: 0;
	font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 1.7em;
}

h1 { letter-spacing: .08em; color: #900004;} 
h2, .bookmark {letter-spacing: .09em; color: #3A3939;} 
h3 {letter-spacing: .09em;color: #3A3939;} 

a {text-decoration: underline; color: #900004;}
a:hover {text-decoration: underline; color: #3A3939;}


img .inline {border: 0px; margin:10px;}
img .inline_right {border: 0px; margin:10px; float: right; vertical-align: top;}
img .inline_left {border: 0px; margin:10px; float: left; vertical-align: bottom;}
/******* TOP BANNER ELEMENTS *********/

#banner {
display:none;
}


/******* BEGINNING OF NAVIGATION - STILL UNDER DEVELOPMENT *********/
#navigation { 
display: none;
}

#navigation a { margin: 2px 8px 2px 8px; padding: 3px 20px; text-decoration: none; color: #FAED25;}
#navigation a:hover {background: #900004; color: #FFFFFF;}


#lilnav {display: none;}
#lilnav a{padding: 2px 2px 2px 2px; text-decoration: none;}
#lilnav a:hover{padding: 2px 2px 2px 2px; color: #900004; text-decoration: underline;}

/******* END OF NAVIGATION *********/

#white_logo {
display: none;
}

#white {width: 890px;	padding: 20px 0 20px 0;margin: 0 auto; text-align: center;}
#main {width: 800px;	 margin: 25px auto 50px auto; color: #000000; text-align: justify;}


/******* PAGE LAYOUT AND DESIGN ELEMENTS *********/

.blockquote {
	border-left: solid 10px #900004;
	padding-top: 20px;
	padding-left: 15px;
	width: 500px;
	color: #000000;
	text-align: justify;
}

.blockquote2 {
	text-align: justify;
	border-left: solid 8px #3A3939;
	border-right: solid 8px #3A3939;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
	color: #000000;
}

.highlight {
	border: 1px solid #DCDCDC;
	padding: 8px;	
	margin: 0 0 10px 0;
	background: #DCDCDC;
	border: 1px solid #3A3939;
}

.picture {
	width: auto;
	height: auto;
	float: left;
	padding: 10px 10px 10px 0;
}

.picture:hover {
	width: auto;
	height: auto;
	float: left;
	padding: 10px 10px 10px 0;
}

.icon {border: 0; vertical-align: text-bottom;}

hr { background: #CCCCCC;	padding: 1px; border: 0px;}
/******* END OF CSS *********/