/* Krone Experiment website CSS style definitions */
/* Copyright © 2007 J. Robinson Wheeler / JRW Digital Media */

H1 {
	color: #ffffee;
	font-family: Futura, Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: 30pt;
	padding: 10px 0 0 0;
}

H2 {
	color: #ffffee;
	font-family: Futura, Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 28pt;
	padding: 12px 0 0 0;
}

H3 {
	color: #FFE;
	font-family: Futura, Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 18pt;
	padding: 4px 0 0 0;
}

BODY {
	background-color: #000;
/*	background-image: url("images/krone_bkg_min.gif"); 
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right;
*/
}

.titlebar {
    width: 620px;
    float: center;
    margin: 1em; 
    padding: 4px;
	font-family: Futura, Candara, Trebuchet MS, Arial, Geneva, sans-serif;
	font-size: small;
	color: #FFC;
	height: 72px;
}

.menu {
    padding: 5px;
    float: right;
	background-color: #000;
	font-family: Futura, Candara, Trebuchet MS, Arial, Geneva, sans-serif;
	font-size: medium;
	color: #FFC;
	height: 34px;
}
.menu a:link { color: #FFC; }
.menu a:link:hover { color: #F00; text-decoration: none; }
.menu a:active { color: #FFC; text-decoration: none; }
.menu a:active:hover { color: #F00; text-decoration: none; }
.menu a:visited { color: #FFC; }
.menu a:visited:hover { color: #F00; text-decoration: none; }

.bodysub {
    width: 600px;
    float: left;
    margin: 1em; 
    padding: 4px 2em;
}

.sidebar {
	width: 160px;
	float:left;
	font-family: Futura, Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
}

P {
	color: #FFE;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	text-align: justify;
	text-indent: 0;
}

BLOCKQUOTE {
	color: #FFE;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	text-align: justify;
	text-indent: none;
	padding: 0 0 4px 0;
}

.noindent {
	text-indent: 0;
}

.footer {
	color: #FFC;
	width: 80%;
    float: left;
}

.footer P {
	color: #FFC;
	font-family: Futura, Candara, Trebuchet MS, Arial, Geneva, sans-serif;
	font-size: small;
	text-align: center;
	width: 800px;
}

.footer .jrwdm {
	color: #36C;
}

.footer .jrwdm a {
	color: #99F;
}

.footer .lastupdated {
	font-family: Futura, Candara, Trebuchet MS, Arial, Geneva, sans-serif;
	padding: 20px 0 0 0;
	color: #F66;
	font-size: small;
	text-align: center;
	width: 800px;
}

EM {
	color: #FF3;
	font-weight: bold;
}

LI {
	color: #FFC;
	font-size: small;
	margin-bottom: 4px;
    text-align: left;
}

TD {
	color: #FFC;
	font-size: 10pt;
	text-align: left;
	text-indent: none;
}

a:link { color: #FC0; }
a:hover { color: #F33; }
a:visited { color: #FC0; }

/*
.sidebar BLOCKQUOTE {font-size: smaller; color: #F00;}
.sidebar IMG {color: #F00; margin: 9px;}
.sidebar .signature {color: #F00; text-indent: 5ex;	font-size: 10pt;
	font-style: italic; text-align: left;}
.sidebar .clickbox {background: #000; border-color: #FC0; 
	border-width: medium; border style: solid; padding: 1em;
	line-height: 20pt; text-align: center; width: 80px;}
*/

.stills {
	background: #000;
	text-align: center;
}
.stills_caption {
	background: #000;
	text-align: center;
	font-size: 12pt;
	text-indent: 0;
}

.fullprice {
    text-decoration: line-through;
}
