/*
	Default style sheet for Loupe Media
	Copyright 1999-2007, RAE, Inc.
	File: styles/default.css
	Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
	Date: 12-Mar-2007
	Version: 2.0
*/

/* Font definitions
*******************************************************************/	
BODY {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
}	

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: #333333;
	font-size: 12px;
}

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

IMG {border: 0px};

H1 {font-size: 18px; font-weight: bold; color: #000000;}
H2 {font-size: 16px; font-weight: bold; color: #000000;}
H3 {font-size: 14px; font-weight: bold; color: #000000;}
H4 {font-size: 12px; font-weight: bold; color: #000000;}

.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;}
.redtext {
	color: #cc0000;
}
.pagetitle {
	font-size: 18px; 
	font-weight: bold; 
	color: #5B569C;
}
.head {
	font-size: 16px; 
	font-weight: bold; 
	color: #000000;
}
.subhead {
	font-size: 14px; 
	font-weight: bold; 
	color: #000000;
}
.footer			{
	color: #444444;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
}
.credit			{
	position: relative;
	top: -380px;
	color: #000000;
	font-family: georgia, serif;
	font-style: italic;
}
.tagline {
	color: #5B569C;
	letter-spacing: 1px;
	font-style: bold;
	font-size: 14px;
}
.bordered {
	border: 1px solid black;
}
.specials {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}

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

A:link		{color: #FF3333; text-decoration: underline;}
A:visited	{color: #666666; text-decoration: underline;}
A:active	{color: #FF0000; text-decoration: underline;}

/* Form layers for subscribe forms
*******************************************************************/


#FormLayer {
	position: relative;
	top: 0;
	left: 0;
}
#FreeForm {
	position: relative;
	top: 0px;
	left: auto;
	visibility: hidden;
}
#PaidForm {
	position: absolute;
	top: 0px;
	left: auto;
	visibility: hidden;
}
.pageborder {
	border: 2px solid #000000;
}
.show_header {
	background-image: url(../img/chip.gif);
}
.headerlinks {
	color: #FFFFFF;
}
div.headerlinks a:link {
	color: #EEEEEE;
	text-decoration: none;
}
div.headerlinks a:visited {
	color: #EEEEEE;
	text-decoration: none;
}
div.headerlinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.slideshow {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.story_title {
	font-size: 16px;
	font-weight: bold; 
	color: #5B569C;
	line-height: 150%;
}
.spot5 {
	position: absolute;
	top: 188px;
}
.grid {
	position: relative;
	top: -440px;
}