/*
	Default style sheet for visitcedarkey.com
	Copyright 1999-2003, 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: #222222;
	font-size: 12px;
}

INPUT, TEXTAREA {
	font-family: monospace;
	font-size: 12px;
}

H1 {
	color: #5c4155;
	line-height: 160%;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	margin-bottom: 8px;
	}

H2 {
	font-size: 14px; 
	color: #5c4155;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
	}

H3 {
	font-size: 13px;
	color: #222222;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
	}

IMG {
  border: 0px;
}

H4 {font-size: 12px; font-weight: bold;}

.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			{
	color: #707862;
}
.spreadout	{line-height: 135%;}


.indent			{
	color: #333333;
	margin-left: 20px;
	}
.indent100			{
	color: #333333;
	margin-left: 100px;
	}
.title			{
	color: #111111;
	font-weight: bold;
	font-size: 18px;
}

.subtitle			{
	color: #111111;
	font-weight: bold;
	font-size: 14px;
}
.special			{
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
}
.whitetext {
	color: #ffffff;
}
.redtext {
	color: #cc0000;
	font-weight: bold;
}
.caption			{
	color: #333333;
	font-style: italic;
	font-size: 11px;
}
.tagline			{
	color: #495338;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}
.keys			{
	color: #BFC0AC;
	font-size: 4px;
}
.sitelink {
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline;
}
#bottom_bar {
  width: 100%;
  height: 40px;
  position: fixed;
  bottom: 0px;
  background-color: #000000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#bottom_bar_content {
  width: 100%;
  position: fixed;
  bottom: 0px;
  color: #ffffff;
  padding: 5px 5px 0px 5px;
  background-color: transparent;
}
div.click_zoom div {
	float: left;
	position: relative;
	width: 124px;
	height: 85px;
}
div.click_zoom div img {
  width: 120px;
  height: 81px;
	padding: 2px;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
}


/* Link appearance
*******************************************************************/

a:link		{color: #B95502; text-decoration: underline;}
a:visited	{color: #CC6633; text-decoration: underline;}
a:active	{color: #ff0000; text-decoration: underline;}
a:hover		{color: #ff0000; text-decoration: underline;}


