/* -----------------------------------
Site:       CHS Class of 73 guestbook
CSS author: Traecy Kimball
Updated:	8-4-2011
Updated by: 8-4-2011
----------------------------------- */

/* -----------------------------------
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;
	}

ul li { 
	list-style: none; 
	}

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;
	}



/* -----------------------------------
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%; }
h5 { font-size: 120%; }
h6 { font-size: 100%; }

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

.clear{
	line-height:10px; 
	clear:both;
	}

br.clear  {
	clear:both;
	}

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; 
	}

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

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

h1
	{
	margin: 0;
	padding: 0 0 20px;
	}

h1 img { display: block; }


/* -----------------------------------
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;
	}

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: 3px 60px 0px 60px;
	padding: 0px 30px 0 30px;border: none;
	}

.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;
	}

/*-----------------------------------
Memorial top
-----------------------------------*/
.prev_next  {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.memorial_top  {
	background: #fff url(images/mem_top_bg.gif) repeat;
	width: 500px;
	border: 3px solid #928a30;
	margin: 0 auto; 
	}


.memorial_pic  {
	background: #fff url("../../../memorial_images/bullion_greg.jpg") no-repeat;
	float: right;
	width: 131px;
	height: 164px;
	margin: 20px 40px 20px 30px;
	border: 3px solid #928a30;
	}

.memorial_info  {
	float: left;
	margin: 60px 30px 45px 30px;
	}

.memorial_info h2  {
	color: #333;
	}



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

.footer
	{
	position: relative;
	clear: both;
	margin: 20px 5px 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;
	}

/*-------------------------
guestbook content
--------------------------*/
.gb-content
	{
	float: left;
	clear: both;
	width: 810px;
	margin: 20px 30px;
	padding: 20px;
	border: 5px solid #cbc68f;
	}

#gbook_header h1 {
	color: #333;
	}

#gbook_top_links  {
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0px;
	}

.gbook_entries_top  { }

#gbook_guestbook  { 
	text-align: center;
	margin: 0 0 20px 0px;
	}

span.gbook_guestbook  {
	font-family:Verdana, Tahoma, sans-serif; 
	font-size:20px; 
	color: #336; 
	font-weight:bold; 
	text-align:center;
	}

span.gbook_required  {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #336;
	font-size:12px; 
	}

#gbook_entries  {
	width: 500px; 
	margin: 0 0 10px 0px; 
	}

.gbook_left  {
	width: 150px; 
	height: auto; 
	position: relative;
	float: left; 
	margin-left: 10px; 
	margin-top: 10px;
	}

.gbook_right  {
	width: 300px; 
	height: auto; 
	position: relative;
	float: left; 
	margin-top: 10px;
	}

span.gbook_entries  {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #336;
	font-size:12px; 
	line-height:25px; 
	width: 100%;
	margin: 0;
	}

.gbook_bottom {
	text-align: center;
	}








.gbook_left_box  {
	width: 180px;
	height: auto; 
	float: left; 
	position: relative;
	color: #336;
	}



.gbook_commentbox
	{
	width: 775px;
	height: auto;
	background: #fff; 
	border: dotted 3px #cbc68f; 
	margin: 0 5px 20px 0px;
	padding: 10px;
	color: #336;	
	display: table; 
	}

.gbook_right_box  {
	width: 575px;
	text-align: justify;
	height: auto; 
	float: right;
	}

.gbook_right_box_1  
	{
	width: 50%; 
	height: auto;
	float: left; 
	}

.gbook_right_box_2  {
	width: 80px;
	padding: 5px;
	border: 1px solid red;
	height: auto; 
	float: right;
	text-align: center;
	}



.gbook_comment  {
	margin: 0px;
	padding: 0px;
	}

.gbook_added  {
	font-style:italic;
	margin: 0px;
	padding-bottom: 10px;
	}



.gbook_sign_error {
	color: #336; 
	font-weight: bold; 
	margin-left:10px; 
	margin-top:10px;
	}

.gbook_sign_text  {
	font-size: 12px; 
	color: #336; 
	margin-left:10px; 
	margin-top:10px; 
	margin-right:10px;
	text-align: justify;
	}

.gbook_sign_notice  {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color: #336; 
	font-weight: bold; 
	text-align: center;
	margin-bottom: 10px;
	}


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

.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, a:visited, a:focus, a:active { 
	background-color: transparent;
	color: #e08e2a; 
	}
.news 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, .reuniona: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; 
	}


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

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




