/****************************************************************************

Client: Bearfoot Bistro
Development by: Wallop Creative
Author: Stephen Saugestad
Last updated: 1/10/07

*****************************************************************************/

* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

body a {
	color:#0e94c9;
	text-decoration:none;
}

body a:hover {
	color:#a0c8de;
}

/* class attributes */

/* logo for the print style sheet */

div#logoPrint h1 {
	display:none;
}

/* other */

#horizon {
	background-color: transparent;
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	margin-top:-300px;
	text-align:center;
	min-width:900px; 
}

#wrapper {
	position:relative;
	text-align:left;
	width:1000px;
	height:600px;
	margin:0px auto;
}

#flash {
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #cccccc;
	line-height: 24px;
}

#flash P {
	margin-top: 40px;
	border: 1px solid #333333;
	background-color: #131110;
	padding: 30px;
}

#flash A {
	font-weight: bold;
	color: #0f9bc9;
}

#flash A:hover {
	text-decoration:none;
	color:#a0c8de;
}

#flash UL {
	margin-top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform:uppercase;
}

#flash UL LI {
	display: inline;
	list-style: none;
	padding-right: 20px;
}
