/*
	Default style sheet for 
	Copyright 1999-2000, RAE, Inc.
	File: styles/default.css
	Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
	Date: 
	Version: 1.0
*/

/* Font definitions
*******************************************************************/	

BODY, P, DIV, SPAN, TR, TH, TD, DL, DT, DD, OL, UL, LI, EM, STRONG, H1, H2, H3, H4, H5, H6 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

BODY, P, DIV, SPAN, TR, TH, TD, DL, DT, DD, OL, UL, LI {
	color: #000000;
	font-size: 12px;
}

INPUT, TEXTAREA {
	font-family: monospace;
	font-size: 12px;
}

H1 {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #5a828e;
	text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #444444;
}
H2 {
	font-size: 18px;
	font-weight: bold;
}
H3 {
  color: #5a828e;
  font-size: 14px;
  font-weight: bold;
}
H4 {font-size: 12px; font-weight: bold;}

IMG {
  border: 0px;
}

.smallest	{font-size: 9px;}
.smaller	{font-size: 10px;}
.small		{font-size: 11px;}
.normal   {font-size: 12px;}
.big			{font-size: 16px;}
.bigger		{font-size: 20px;}
.biggest	{font-size: 24px;}

/* Text tweaks
*******************************************************************/

.underline	{text-decoration: underline;}
.credit			{
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
}
.bigboldmdgrey {
	font-size: 16px;
	font-weight: bold;
	color: #cccccc;
}
.bigbolddkgrey {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
}
.greytext {
	color: #444444;
}
.whitetext {
	color: #ffffff;
}
.quotes {
	color: #444444;
	font-style: italic;
}
.altlink {
	font-family: serif;
	font-style: italic;
	color: #000000;
	text-decoration: underline;
}
.medlink {
	color: #007698;
	text-decoration: underline;
	font-size: 14px;
}
.biglink {
	color: #007698;
	text-decoration: underline;
	font-size: 22px;
}
.linkcolor {
	color: #007698;
	text-decoration: underline;
}
.headerlink {
	color: #fb7907;
	text-decoration: underline;
}
.leadchar {
	font-size: 24px;
	font-weight: bold;
	color: #fb7907;
}
.redtext {
	font-weight: bold;
	color: #ff0000;
}
.featured {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #fb7907;
	text-decoration: none;
}
.imageid {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}
.button {
  cursor: pointer;
  overflow: visible;
  padding: 0px 10px 0px 10px;
  color: #ffffff;
	background-color: #fb7907;
  font-weight: bold;
  border: 1px solid #000000;
}
.home_content {
  font-size: 15px;
}
div.home_content td {
  font-size: 15px;
}
div.home_content p {
  font-size: 15px;
}

/* Link appearance
*******************************************************************/

a:link		{color: #007698; font-weight: bold; text-decoration: underline;}
a:visited	{color: #996600; font-weight: bold; text-decoration: underline;}
a:active	{color: #fb7907; font-weight: bold; text-decoration: underline;}

/* Layout control
*******************************************************************/
.ws_section_header {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  background-color: #5a828e;
  padding: 10px;
}

.workshop_header {
  font-weight: bold;
  padding: 10px;
	background: #ffffff url(../img/workshop_head_bg.jpg) repeat-x center center;
  border: 1px solid #000000;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

#glacierbay_reveal {
  display: none;
}

#sanjuan_reveal {
  display: none;
}
