@charset "utf-8";

/*
Class of 1970 Maplewood High
*/

*
{
padding: 0px;
margin: 0px;
}

/*S. Michael Wells text*/
body
{
background: #F9F9F7 url('images/bg.gif') repeat;
font-size: 20px;
font-family: "Arial", helvetica, sans-serif;
color: #333333;  	/* Light gray */
line-height: 30px;
}

/* "a" commands for Menu Buttons */
a
{
color: #990033;	/* Burgundy */
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

/* command for superscript 
ex:<sup>text</sup> 
the word text would appear as superscript */
sup
{
font-size: 0.7em;
}

/* command for when <p> </p> is used */
p
{
margin-bottom: 14px;
text-align: left;
}

/* to center pictures */
p.centeredImage
{
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding: 0px 0px 0px 15px;
}

/* Header for In Memory */
/* with fine line underneath using "background" comment */
p.mheader1
{
position: relative;
top: 4px;
text-align:center;
font-family: Monotype Corsiva;
font-size: 40px;
line-height: 25px;
color: #333333;	/* Light gray */
letter-spacing: -1px;
background: url('images/a22.gif') bottom repeat-x;
padding: 0px 0px 10px 15px;
margin-bottom: 20px;
}

/* text for date of birth and date of death 
and text underneath photos*/
p.mheader2
{
position: relative;
top: 4px;
text-align:center;
font-family: times;
font-size: 25px;
font-style: italic;
line-height: 25px;
color: #333333;	/* Light gray */
letter-spacing: -1px;
padding: 0px 0px 5px 15px;
margin-bottom: 5px;
}

/* format for blocking text as when someone is being quoted 
margin: top right bottom left; */
p.block
{
font-family: times;
font-size: 20px;
font-family: "Arial", helvetica, sans-serif;
line-height: 30px;
color: #333333;	/* Light gray */
margin: 0px 350px 0px 63px;
}

/* format for blocking text when someone wants information relayed to others 
margin: top right bottom left; */
p.bform
{
font-family: times;
font-size: 20px;
font-family: "Arial", helvetica, sans-serif;
line-height: 30px;
color: #333333;	/* Light gray */
margin: 0px 220px 0px 20px;
}

/* format for when new information has been added */
p.new
{
color: #990033;	/* Burgundy */
font-style: italic;
}

/* font size for "writings" page */
p.timesbold
{
font-family: 'times new roman', times, georgia, serif;
text-align: left;
font-size: 30px;
font-weight: bold;
}

/* font size for "writings" page */
p.timesroman
{
font-family: 'times new roman', times, georgia, serif;
text-align: left;
}

/* font size for "writings" page */
p.timesmall
{
font-size: 10px;
}

p.bandi
{
text-align: left;
font-weight: bold;
font-style: italic;
}

p.bold { font-weight: bold; }
p.italic { font-style: italic; }

/* format for Merry Christmas text */
p.mchny
{
color: #990033;	/* Burgundy */
font-family: Monotype Corsiva;
font-size: 45px;
font-weight: bold;
}

/* text for reunion announcement*/
p.ftable, .ftable TD, .ftable TR
{
text-align: left;
font-family: 'times new roman', times, georgia, serif;
font-size: 17px;
}



/* picture */
img.picA
{
position: relative;
top: -2px;
background: url('images/a47.gif') no-repeat;
width: 156px;
height: 121px;
padding: 8px;
}

/* not used in this code */
img.picB
{
position: relative;
top: -2px;
background: url('images/a26.gif') no-repeat;
width: 1000px;
height: 75px;
padding: 7px;

}/* Ray's picture */
img.picR
{
position: relative;
top: -2px;
background: url('images/a47_ray.gif') no-repeat;
width: 252px;
height: 312px;
padding: 14px;
}

/* margin: top right bottom left; */
img.floatleft
{
float: left;
margin: 0px 1px 3px 0px;
}

/* margin: top right bottom left; */
img.mfloatleft
{
float: left;
margin: 0px 1px 3px 15px;
}

ul.linklist
{
list-style: none;
}

ul.linklist li
{
border-top: solid 1px #EEEEEE;
padding-top: 5px;
margin: 5px 0px 0px 0px;
}

ul.linklist li.first
{
border-top: 0px;
margin-top: 0px;
padding-top: 0px;
}

/* 
Width controls White Area from top of website to bottom of menu buttons left to right
Height controls White Area from top of website to bottom of website 
*/
#upbg
{
position: absolute;
top: 0px;
left: 0px;
background: #fff;	/* White */
width: 1000px;
height: 264px;
z-index: 1;
}

/* Width controls White Area from top of website to bottom of 
website left to right */
#outer
{
position: relative;
width: 1000px;
margin: 0 auto;
background: #fff;	/* White */
border: solid 3px black;
}

/* the "guts" of webpage top right bottom left; */
#inner
{
position: relative;
padding: 13px 30px 13px 20px;
z-index: 2;
}

/* Color Block for Maplewood High School header */
#header
{
position: absolute;
background: #990033 url('images/a8.gif') repeat-x;
width: 52%;
height: 167px;
color: #fff;		/* White */
padding-left: 20px;
}

#header span
{
font-weight: normal;
}

/* Maplewood High School text */
#header h1
{
position: absolute;
padding: 1px 1px 10px 1px;
font-size: 39px;
letter-spacing: -1px;
top: 35px;
height: 170px;
}

/* Class of 1970   Nashville, Tennessee text */
#header h2
{
position: absolute;
padding: 1px 0px 0px 5px;
font-size: 20px;
font-weight: normal;
/*color: #FCE2CA;*/		/* Light Pink */
top: 71px;
}

#header sup
{
color: #FCE2CA;		/* Light Pink */
}

/* Maplewood High School picture */
#splash
{
position: absolute;
right: 19px;
background: #EAEAE2 url('images/Maplewood High School.jpg') no-repeat;
width: 489px;
height: 167px;
}

/*North Drive picture */
#nd
{
position: absolute;
right: 19px;
background: #EAEAE2 url('images/nd.jpg') no-repeat;
width: 489px;
height: 167px;
}

/* Sold picture */
#sold
{
position: absolute;
right: 19px;
background: #EAEAE2 url('images/Sold.jpg') no-repeat;
width: 489px;
height: 167px;
}

/* Menu Buttons */
#menu
{
width: 936px;
position: relative;
background: #990033 url('images/a16.gif') repeat-x;
height: 87px;
padding: 0px 20px 0px 5px;
margin: 173px -60px 20px 0px;
}

#menu ul
{
}

#menu  ul li 
{
display: inline;
line-height: 20px;
}

#menu ul li.first
{
border-left: 0px;
}

/* Text for links */
#menu ul li a
{
background-color: transparent;
background-repeat: repeat-x;
padding: 20px 12px 8px 12px;
color: #fff;
font-size: 17.5px;
font-weight: bold;
float: left;

} 

#menu ul li a:hover
{
background-color: transparent;
background-image: url('images/a18.gif');
background-repeat: repeat-x;
background-position: center 12px; 
color: #990033;
text-decoration: none;
}

/* Date text */
#date
{
position: absolute;
top: 3px;
line-height: 52px;
color: #cccccc;
right: 5px;
font-weight: bold;
font-size: 17.5px;
letter-spacing: -1px;
}

#primarycontent
{
position: relative;
width: 940px;
/*float: left;*/
}

/* Welcome Maplewoodians text */
/* with fine line underneath using "background" comment */
#primarycontent h3
{
position: relative;
top: 4px;
font-family: Monotype Corsiva;
font-size: 40px;
line-height: 25px;
color: #333333;
letter-spacing: -1px;
background: url('images/a22.gif') bottom repeat-x;
padding: 0px 0px 10px 15px;
margin-bottom: 20px;
}

#primarycontent .countbox
{
padding: 0px;
width: 45px;
text-align: center;
font-family: Arial;             
font-size: 28px;
font-weight: bold;    /* options are normal, bold, bolder, lighter */
font-style: normal;   /* options are normal or italic */
color: #990033;       /* change color using the hexadecimal color codes for HTML */
}

#primarycontent .content
{
padding: 0px 15px 0px 15px;
margin-bottom: 20px;
}

#primarycontent .post
{
margin-bottom: 30px;
}

/*  */
#primarycontent .post h4
{
position: relative;
top: 4px;
font-family: times;
font-size: 30px;
font-style: italic;
line-height: 30px;
color: #333333;
letter-spacing: -1px;
padding: 0px 0px 5px 15px;
margin-bottom: 5px;
}

/* Begin Slide Show */
#primarycontent .post .slidetext
{
position: relative;
top: 4px;
font-family: times;
font-size: 30px;
font-style: italic;
line-height: 30px;
color: #333333;
letter-spacing: -1px;
padding: 0px 0px 5px 15px;
margin-bottom: 5px;
}

#primarycontent .post .header
{
position: relative;
}

#primarycontent .post .date
{
position: absolute;
right: 15px;
top: 0px;
line-height: 35px;
color: #AFAFA4;
font-weight: bold;
}

#primarycontent .post .content
{
margin-bottom: 0px;
}

/* This command will force all text below the Panther image */
#primarycontent .post .clearleft
{
clear: left; 
line-height: 0; 
height: 0;
}

/* This command will force all text below the Panther image */
#primarycontent .post .clearright
{
clear: right; 
line-height: 0; 
height: 0;
}

#primarycontent .post .titles 
{    
/* the styles below will affect both the numbers & the title under the numbers, i.e., “Days”, “Hours”, etc. */
border-style: none;
padding: 0px;
width: 45px;
text-align: center;
font-family: Arial;
font-size: 18px;
font-weight: bold;    /* options are normal, bold, bolder, lighter */
color: #FFFFFF;       /* change color using the hexadecimal color codes for HTML */
}

#table 
{
width: 400px;
height: 70px;
border-style: ridge;
border-width: 3px;
border-color: #666666;       /* change color using the hexadecimal color codes for HTML */
background-color: #222222;   /* change color using the hexadecimal color codes for HTML */
margin: 0px auto;
position: relative;   /* leave as "relative" to keep timer centered on your page, 
	or change to "absolute" then change the values of the "top" and "left" properties to position the timer */
top: 0px;            /* change to position the timer */
left: 0px;            /* change to position the timer; delete this property and it's value to keep timer centered on page */
}

#footer
{
position: relative;
clear: both;
height: 10px;
font-size: 10px;
text-align: center;
line-height: 10px;
background-image: url('images/a50.gif');
color: #A8A88D;
}

#footer a
{
color: #8C8C73;
}


/* This code is used to activate images 
and was provided by http://www.huddletogether.com/projects/lightbox2 */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url('images/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('images/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('images/nextlabel.gif') right 15% no-repeat; }


#imageDataContainer{
	font: 15px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #CC3333;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	

/* This ends the code used to activate images 
provided by http://www.huddletogether.com */