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

Client: Bearfoot Bistro
Development by: Wallop Creative
Last updated: 1/5/07

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

/* defaults ****************************************************************/

* {
	margin: 0;
	padding: 0;
} 

body {
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	background:#fff;
	color:#000;
	line-height:16pt;
}

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

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

li {
	margin:0 0 12pt 0;
}

p {
	margin:0 0 16pt 0;
}

h2 {
	font-size:14pt;
	margin:0 0 16pt 0;
}

h3, h4 {
	margin:0 0 12px 0;
}

#header, #subNav, #horizon, #wrapper, #flash, #photoGallery, #flashMessage {
	display:none;
}

#logoPrint {
	font-size:15pt;
	color:#666;
	margin:0 0 20pt 0;
}

p.photos {
	margin:0;
}

p.break {
	border-bottom:solid 1px #666;
	background:none;
	margin:-10pt 0 16pt 0;
}

.smallerPrint {
	font-style:italic;
	color:#666;
}



