/* -----------------------------------
Site:       CHS Class of 73
CSS author: Traecy Kimball
Updated:	6-03-2011
Updated by: 11-3-2012
----------------------------------- */

/* -----------------------------------
simple reset
----------------------------------- */

html, body, ul, ol, li, form, fieldset, legend
	{
	margin: 0;
	padding: 0;
	}

fieldset {
	padding: 5px;
	}

img { border: none; }

input, textarea, select, button
	{
	font-size: 100%;
	line-height: 1.1;
	font-family: Verdana, Tahoma, sans-serif;
	}

button
	{
	width: auto;
	overflow: visible;
	}



abbr, acronym
	{
	border-bottom: .1em dotted;
	cursor: help;
	}

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

pre, code
	{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 100%;
	line-height: 1.2;
	}

.center {
	text-align: center;
	}
.bold  {
	font-weight: bold;
	}
ul li { 
list-style: none;
}
/* -----------------------------------
elements
----------------------------------- */

body
	{
	color: #003;
	background: #003;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 13px;
	}

h1, h2, h3, h4, h5, h6
	{
	margin: 0 0 .5em;
	color: #c40000;
	background-color: transparent;
	}

h1 { font-size: 200%; text-align: center;}
h2 { font-size: 180%; }
h3 { font-size: 160%; }
h4 { font-size: 140%; text-align: center;}
h5 { font-size: 120%; text-align: center; }
h6 { font-size: 100%; text-align: center; }

p  {
	margin: 0 0 1.5pt;
	line-height: 1.4;
	}


a:link { 
	color: #0f3163;
	background-color: transparent; 
	}

a:visited { 
	color: #04214b;
	background-color: transparent; 
	}

a:focus
	{
	color: #000;
	background-color: transparent;
	}

a:hover { 
	color: #000; 
	background-color: transparent;
	}

a:active { 
	color: red;
	background-color: transparent; 
	}


.content ol
	{
	line-height: 1.4;
	padding: 0 0 1.5em 40px;
	}

.content ul
	{
	line-height: 1.4;
	padding: 0 0 1.5em 20px;
	}

.content li { margin: 0 0 .3em; }

.content ul li
	{
	padding: 0 0 0 20px;
	background: url(../images/bullet.gif) no-repeat 0 .3em;
	}


/* -----------------------------------
header
----------------------------------- */

.header
	{
	float: left;
	width: 980px;
	position: relative;
	background-color: #003;
	margin: 0px 0px 20px 0px;
	border-bottom: 5px solid #c00;
	}





/* -----------------------------------
layout
----------------------------------- */

.container
	{
	width: 980px;
	background-color: #fff;
	color: #003;
	margin: 20px  auto;
	border-top: red 10px solid;	
	border-left: 10px solid #c00;
	border-right: 10px solid #c00;
	border-bottom: 10px solid red;

	}

.content-container
	{
	clear: both;	
	margin: 0px 35px 20px 35px;
	}

.content
	{
	float: left;
	width: 620px;
	}

.sidebar{
	float: left;
	width: 248px;
	margin-left: 110px;
	}

.elimpic  {
	float: right;
	}

hr { 
	width:75%; 
	height: 2px;
	background-color: #c00; 
	color: #c00;
	border: none;
	}



/* -----------------------------------
marquee
----------------------------------- */
.marquee-space
	{
	position: absolute;
	color: #000;
	width: 600px;
	right: 0px;
	left: 250px;
	top: 130px;
	padding: 0 0 0 0px;
	font-size: 1.1em;
font-weight: bold;
	}


/* -----------------------------------
primary-nav
----------------------------------- */

.nav-container {
	margin: 0px 52px 0px 52px;
	padding: 0px 30px 0;
	}

.primary-nav li { 
	display: inline; 
	font-size: 12px;
	}

.primary-nav a
	{
	float: left;
	margin: 0 2px 0 0px;
	background:  url(../images/corners.gif) no-repeat -3515px 0;
	text-decoration: none;
	}

.primary-nav span {
	display: block;
	padding: 7px 15px;
	background: url(../images/corners.gif) no-repeat 100% 0;
	}

.primary-nav a:hover
	{
	color: #fff;
	background-color: #cdcdcd;
	}


.current { 
	width: 201px;
	height:399px;
	}

.current a span { 
	background-color: #555;
	color: #003;
	text-transform: uppercase;
	}

.current a:hover span {
	background-color: #cdcdcd;
	color: #003;
	}


/* -----------------------------------
footer
----------------------------------- */

.footer
	{
	position: relative;
	clear: both;
	margin: 0 0 0 0;
	padding: 10px 30px;
	color: #003;
	background: #fff;
	font-size: 90%;
	text-align: center;
	}

.footer li
	{
	display: inline;
	margin: 0 15px 0 0;
	}

.footer a:link, .footer a:visited { 
	color: #003; 
	background-color: transparent;
	}

.footer-decoration  {
	position: absolute;
	right: 0;
	top: -55px;
	width: 82px;
	height: 85px;
	background: url(../images/footer.gif) no-repeat;
	}

.credit  {
	font-size: 11px;
	text-align: center;
	font-style: italic;
	margin-top: 5px;
	}

.counter {
	float: right;
	margin: 0 30px 0 0;
	}
    
/*------------------------
form
-------------------------*/


form { }
form p {
	width: 470px;
	text-align: justify;
	padding: 5px 10px;
}

form p label {
	float: left;
}

form p input, form p textarea, form p select {
	float: right;	
}

.one { width: 12%; padding: 5px; }
.two { width: 91%;}
.three { width: 18%;}
.right { text-align: right; }
.left { text-align: left; }

hr { 
	width:75%; 
	height: 2px;
	background-color: #c00; 
	color: #c00;
	border: none;margin: 0px auto;
	}

/* -----------------------------------
box
----------------------------------- */

.box  {
	float: left;
	width: 620px;
	margin: 0 0 15px 0;
	background: #aaa;text-align: justify;
	}

.inner  {
	float: left;
	width: 580px;
	padding: 15px;
	background: transparent;
	}

.box2 {
	float: left;
	width: 758px;
	margin: 0 0 15px;
	background: #aaa;
	}

.inner2 {
	float: left;
	width: 728px;
	padding: 15px;
	}


.sidebar {
	width: 248px;
	margin: 0px;
	background: #fff;
	}

.sidebar .box  {
	background: red;
	width: 250px;
	} 

.sidebar .inner
	{
	width: 210px;
	}

.smbox  {
	float: left;
	width: 310px;
	margin: 0px;
	padding: 0px;
	background: #fff;text-align: justify;
	}

.smbox .inner
	{
	width: 263px;
	}

.box h2, .box h3, .box h4, .box h5, .box h6 { margin: 0 0 .3em; }
.box h2 { font-size: 145%; }
.box h3 { font-size: 125%; }
.box h4 { font-size: 115%; }
.box h5 { font-size: 105%; }
.box h6 { font-size: 100%; }

.box p
	{
	margin: 10px 0 5px 0;
	line-height: 1.3;
	}



/* -----------------------------------
colors
----------------------------------- */
/* home */

.news  h3  {color: red;}

.news .inner { 
	border: 5px solid #e08e2a;
	}
.primary-nav .news { 
	background-color: #e08e2a;
	color: #003;
	}
.news, .sidebar .news { 
	background-color: #fff; 
	color: #003;
	}
.news h2  { 
	background-color: transparent;
	color:  #e08e2a;
	}
.news a:link, .news a:visited, .news a:focus, .news a:active { 
	background-color: transparent;
	color: #e08e2a; 
	}
.news a:hover { 
	background-color: transparent;
	color: gray; 
	}

/* donate */

.donate .inner { 
	border: 5px solid #377a9f;
	}

.primary-nav .donate { 
	background-color: #377a9f;
	color: #003;
	}
.donate, .sidebar .donate { 
	background-color: #fff; 
	color: #003;
	}
.donate h2 {
	background-color: transparent; 
	color: #377a9f;
	}
.donate a:link, .donate a:visited, .donate a:focus, .donate a:active {
	background-color: transparent; 
	color: #377a9f; 
	}
.donate a:hover {
	background-color: transparent; 
	color: gray;
	}

/* alumni */

.alumni .inner { 
	border: 5px solid #e4bf48;
	}
.primary-nav .alumni { 
	background-color: #e4bf48;
	color: #003;
	}
.alumni, .sidebar .alumni { 
	background-color: #fff; 
	color: #003;
	}
.alumni h2 {
	background-color: transparent; 
	color: #e4bf48;
	}
.alumni a:link, .alumni a:visited, .alumni a:focus, .alumni a:active {
	background-color: transparent; 
	color: #e4bf48; 
	}
.alumni a:hover {
	background-color: transparent; 
	color: gray;
	}


/* reunion */

.reunion .inner { 
	border: 5px solid #45926a;
	}
.primary-nav .reunion { 
	background-color: #45926a;
	color: #003;
	}
.reunion, .sidebar .reunion { 
	background-color: #fff; 
	color: #003;
	}
.reunion h2 { 
	color: #45926a;
	background-color: transparent;
	}
.reunion a:link, .reunion a:visited, .reunion a:focus, .reunion a:active {
	background-color: transparent; 
	color: #45926a; 
	}

.reunion a:hover {
	background-color: transparent; 
	color: gray; 
	}


/* update */

.update .inner { 
	border: 5px solid #c74c34;
	}
.primary-nav .update { 
	background-color: #c74c34;
	color: #003;
	}
.update, .sidebar .update { 
	background-color: #fff; 
	color: #003;
	}
.update h2 { 
	color: #c74c34;
	background-color: transparent;
	}
.update a:link, .update a:visited, .update a:focus, .update a:active {
	background-color: transparent;  
	color: #c74c34; 
	}
.update a:hover { 
	background-color: transparent; 
	color: gray; 
	}


/* sayhi guestbook */

.sayhi .inner { 
	border: 5px solid #aed88a;
	}
.primary-nav .sayhi { 
	background-color: #aed88a;
	color: #003;
	}
.sayhi, .sidebar .sayhi { 
	background-color: #fff; 
	color: #003;
	}
.sayhi h2 { 
	color: #aed88a;
	background-color: transparent; 
	}
.sayhi a:link, .sayhi a:visited, .sayhi a:focus, .sayhi a:active { 
	background-color: transparent;
	color: #aed88a; 
	}
.sayhi a:hover { 
	background-color: transparent;
	color: gray; 
	}


/* memorial */

.memorial .inner { 
	border: 5px solid #cbc68f;
	}
.primary-nav .memorial { 
	background-color: #cbc68f;
	color: #003;
	}
.memorial, .sidebar .memorial { 
	background-color: #fff; 
	color: #003;
	}
.memorial h2 { 
	background-color: transparent; 
	color: #cbc68f;
	}
.memorial a:link, .memorial a:visited, .memorial a:focus, .memorial a:active { 
	background-color: transparent;
	color: #cbc68f; 
	}
.memorial a:hover { 
	background-color: transparent; 
	color: gray; 
	}


/* links */

.links .inner { 
	border: 5px solid #8e8798;
	}
.primary-nav .links { 
	background-color: #8e8798;
	color: #003;
	}
.links, .sidebar .links { 
	background-color: #fff; 
	color: #003;
	}
.links h2 { 
	background-color: transparent; 
	color: #8e8798;
	}
.links a:link, .links a:visited, .links a:focus, .links a:active {
	background-color: transparent; 
	color: #8e8798; 
	}

.links a:hover {
	background-color: transparent;  
	color: gray; 
	}


/* bios */

.bios .inner { 
	border: 5px solid #377a9f;
	}
.primary-nav .bios { 
	background-color: #377a9f;
	color: #003;
	}
.bios, .sidebar .bios { 
	background-color: #fff; 
	color: #003;
	}
.bios h2 {
	background-color: transparent;  
	color: #377a9f;
	}
.bios a:link, .bios a:visited, .bios a:focus, .bios a:active {
	background-color: transparent; 
	color: #377a9f; 
	}
.bios a:hover {
	background-color: transparent;  
	color: gray; 
	}


/* contact */

.contact .inner { 
	border: 5px solid #5da3bb;
	}
.primary-nav .contact { 
	background-color: #5da3bb;
	color: #003;
	}
.contact, .sidebar .contact { 
	background-color: #fff; 
	color: #003;
	}
.contact h2 {
	background-color: transparent;  
	color: #5da3bb;
	}
.contact a:link, a:visited, a:focus, a:active {
	background-color: transparent; 
	color: #5da3bb; 
	}
.contact a:hover {
	background-color: transparent;  
	color: gray; 
	}


/*-------------------------
sign up page
-------------------------------*/

.group-container {
	float: left;
	width: 522px;
	}

.places {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 0px;
	}

.places p {
	margin: 0px;
	}

.boxteams {
	float: left;
	width: 247px;
	margin: 0px;
	padding: 0px;
	}

.boxteams ul {	
	margin: 0;
	padding: 0;
	}

.boxteams li {
	margin: 3px 0 7px 0;
}



/* -----------------------------------
classes
----------------------------------- */

.structural
{
	position: absolute;
	left: -500em;
}

.align-left
{
	float: left;
	margin: 0px;
}

.align-right
{
	float: right;
	margin: 0px;
}

.align-left img, .align-right img { display: block; }


.gutter { margin-left: 42px;}

.intro2

.intro p
{
	font-weight: bold;
	line-height: 1.4;
}






/*-----------------------------------------------
update page
-----------------------------------------------*/

.update-content  {
	float: left;
	clear: both;
	width: 810px;
	margin: 0px 30px;
	padding: 20px;
	border: 5px solid #c74c34;
	}

.update-content h2  {
	color: #c74c34;
	text-align: center;
	}


/*-----------------------------------------------
memorial pages
-----------------------------------------------*/



.memorial-content
	{
	float: left;
	clear: both;
	width: 810px;
	margin: 0px 30px;
	padding: 20px;
	border: 5px solid #cbc68f;
	}
.memorial-content ul li { 
list-style: none;
	}

.poem  {
	background: #fff url(../images/poembg.jpg) no-repeat;
	width: 600px;
	height: 200px;
	margin: 0px auto;
	padding: 30px 0 0 0;
	text-align:center;
	}

.memorial-content h1,h2,h3  {
	color: #cbc68f;
	text-align: center;
	}


.memorial-table
	{
	margin: 0px auto;
	width: 310px;
	line-height: 2.0;
	}

.memorial-table td  
	{
	vertical-align: top;
	}

.memorial-table .middle
	{
	width: 50px;
	}


/*------------------------------------------------
contact page
------------------------------------------------*/

.contact-content  {
	float: left;
	clear: both;
	width: 810px;
	margin: 0px 30px;
	padding: 20px;
	border: 5px solid #5da3bb;
	}

.contact-content h1, h2, h3  {
	color: #5da3bb;
	text-align: center;
	}

.contact-names  {
	width: 500px;
	border: 3px dotted #5da3bb;
	margin: 10px auto;
	padding: 10px;
	font-weight: bold;
	}

.contact-content a:link, .contact-content a:visited, .contact-content a:focus, .contact-content a:active {
	background-color: transparent; 
	color: #003; 
	}

.contact-content a:hover  {
	background-color: transparent;
	color: #c00;
	}

/*-----------------------------------------------------
Links page
----------------------------------------------------*/

.links-content  {
	float: left;
	clear: both;
	width: 810px;
	margin: 0px 30px;
	padding: 20px;
	border: 5px solid #8e8798;
	}

.links-content h1, h2, h3  {
	color: #8e8798;
	text-align: center;
	}

.link-list  {
	width: 500px;
	border: 3px solid #8e8798;
	margin: 10px auto;
	padding: 10px;
	}



/*--------------------------------------------------
bios page
--------------------------------------------------*/



/*---------------------
reunion info page
------------------------*/

.reunion-content  {
	float: left;
	clear: both;
	width: 810px;
	margin: 0px 30px;
	padding: 20px;
	border: 5px solid #45926a;
	}

.reunion-content h1, h2, h3  {
	color: #45926a;
	text-align: center;
	}

.reunion-content p  {
	margin: 5px 0 10px 0;
	}

.reunion-content ul li { 
margin: 0 0 5px 20px;
line-height: 1.4;
list-style: disc;
}

/*-------------------------------
alumni page 
---------------------------*/

.alumni-content  {
	float: left;
	clear: both;
	width: 810px;
	margin: 0px 30px;
	padding: 20px;
	border: 5px solid #e4bf48;
	}

.alumni-content h1, h2, h3  {
	color: #e4bf48;
	text-align: center;
	}

.class_list table{
	padding: 0 5px 0 0;
	}

.class_list th  {
	font-size: 8pt;	
	}

.class_list td  {
	width: 25%;
	font-family: Verdana;
	font-size: 9pt;
font-style: italic;
	vertical-align: top;
	border-bottom: #003 2px solid;
	}

.deceased,  .deceased a:link, .deceased a:visited, .deceased a:focus, .deceased a:active {
	color: #c00;
	text-transform: uppercase;
	font-size: 8pt;	
	font-style: normal;
	font-weight: 600;
	}

.deceased a:hover  {
	color: #990;
	}

.facebook,  .facebook a:link, .facebook a:visited, .facebook a:focus, .facebook a:active   {	
	color: #3b5998;
	text-transform: uppercase;
	font-size: 8pt;	
	font-style: normal;
	font-weight: 600;
	}

.facebook a:hover  {
	color: navy;
	}

.updated  {
	text-transform: uppercase;
	font-size: 8pt;	
	font-style: normal;
	font-weight: 600;
	}

/*----------------------------------
40 Reunion
-------------------------*/

.regtable  {
	width: 780px;
	margin: 10px;
	border: 5px solid #c00;
	}

.regfeetable  {
	margin: 10px;
		}


.rightalign  {
	text-align: right;
	}

.paytable  {
	border: 3px solid #c00;
	margin: 0 auto;
	}

.payform  {		
	width: 700px;
	padding: 0 30px;
	}

.block  {
	font-weight: bold;
	text-align: center;
	}


.tablelist  {
	width: 780px;
	text-align: center;
	}
.fineprint  {
	font-size: x-small;
	margin: 15px;
	}
.red  {
	color: red;
	font-size: large;
	}

.green  {
	color: green;
	}
