/* Larkin's PRINT style sheet
******************************************/
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	}
img { border: none; }
p { margin: 0 0 20px 0; }


/* header
*************************/
#header { 
	border-bottom: 4px double #000000;
	margin: 0 0 20px 0;
	}
#header h1 a {
	display: list-item;         
	list-style-image: url(../../images/logo_print.gif);
	list-style-position: inside;
	letter-spacing: -1000em; 
	font-size: 1pt;
	color: #fff;
	}
#header ul { display: none; }
#header #hours { 
	width: 200px;
	float: right;
	text-align: right;
	margin-top: -100px;
	}
#header h4 {
	margin: 0;
	padding: 0;
	}
#header address {
	font-style: normal;
	margin: 0 0 20px 0;
	}
	
	
/* home
*************************/
#missionAccent {
	display: block;
	float: left;
	margin: 0 20px 12px 0;
	}

	
/* menus
*************************/
#menusNav { display: none; }
.menus .price, .menus .title { font-weight: bold; }
.menus .price { 
	float: right;
	margin: 0 0 0 12px;
	}
.menuGroup h4 { 
	font-size: 14pt;
	border-bottom: 1px solid #cccccc;
	margin: 28px 0 20px 0;
	padding: 0 0 2px 0;
	}

	
/* events
*************************/
.event .thumbnail {
	display: block;
	float: left;
	margin: 0 0 12px 0;
	border: 1px solid #000000;
	}
.event p {
	margin: 0 0 0 102px;
	padding: 0 12px 20px 0;
	}
.evtDate, .evtTitle { 
	font-weight: bold;
	margin-right: 12px;
	margin-left: 102px;
	}
.evtTitle { margin-bottom: 12px; }
.tlbEvents tr { border-bottom: 1px solid #000000; }


/* footer
*************************/	
#footer {
	margin: 32px 0 0 0;
	border-top: 4px double #000000;
	padding: 8px 0 20px 0;
	color: #cccccc;
	}
#footer p { margin: 0; }