/***** Shared Styles for st paul grill *****/

/* This site runs like Clockwork (http://www.clockwork.net/). */


/* STRUCTURE */

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

html, body, ul, ol, li, p, pre, h1, h2, h3, h4, h5, h6, img, a {  /* updated with RT#11617 */
	border: 0; 
	margin: 0; 
	padding: 0;
}

body {
	background: #000;
	color:#d8d8d8;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	list-style-position:outside;
	list-style-type:circle;
	text-shadow: 0 0 0 #000;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	background: url(/amm/themes/grill/images/bg.gif) 0 0 repeat-y;
}

#masthead {
	padding-top: 5px;
	background: url(/amm/themes/grill/images/masthead.gif) 0 0 repeat-x;
}

#logo {
	width: 181px;
	height: 238px;
	display: block;
	float: left;
	background: url(/amm/themes/grill/images/left_lamp.jpg) 0 0 no-repeat;
}

#logo a img {
	margin-top: 65px;
}

#banner {
	width: 401px;
	height: 238px;
	overflow: hidden;
	float: left;
}

#flash_banner {
	width: 582px;
	float: left;
}

#top_nav {
	width: 168px;
	height: 238px;
	display: block;
	float: left;
	background: url(/amm/themes/grill/images/right_lamp.jpg) 0 0 no-repeat;
}

#top_nav ul {
	margin-top: 50px;
}

#top_nav ul li {
	list-style: none;
}

#top_nav ul li a {
	width: 168px;
	height: 23px;
	display: block;
	text-indent: -9999px;
	outline: 0;
}

#hor_nav {
	clear: both;
	background: url(/amm/themes/grill/images/hor_menu_bar.gif) 0 0 no-repeat;
	height: 24px;
	display: block;
}

#hor_nav ul {
	margin-left: 164px;
}

#hor_nav ul li {
	float: left;
	list-style: none;
	margin-left: 14px;
}

#hor_nav ul li a {
	height: 24px;
	display: block;
	text-indent: -9999px;
	outline: 0;
}

#main {
	clear: both;
}

#sidebar {
	width: 148px;
	float: left;
	padding: 31px 0 0 8px;
	display: block;
}

#sidebar h4 {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}

#sidebar ul.linklist {
	margin-top: 8px;
}

#sidebar ul.linklist li {
	list-style: none;
}

#sidebar ul.linklist li {
	padding-left: 18px;
	background: url(/amm/themes/grill/images/bullet_off.gif) 0 5px no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-size: 11px;
}

#sub_nav {
	width: 178px;
	float: left;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sub_nav h4 {
	text-align: center;
}

#sub_nav h4 a {
	padding-top: 31px;
	display: block;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #d8d8d8;
}

#sub_nav ul {
	margin-top: 20px;
}

#sub_nav ul li {
	list-style: none;
}

#sub_nav ul li a {
	padding-left: 18px;
	background: url(/amm/themes/grill/images/bullet_off.gif) 0 5px no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-size: 11px;
}

#sub_nav ul li a:hover {
	background-image: url(/amm/themes/grill/images/bullet_on.gif);
}

#content {
	width: 522px;
	overflow: hidden;
	float: right;
	margin: 0 50px 0 0;
	padding: 15px 0 0;
}

#content ul {
	margin: 12px 0 12px 22px;
}

#content ul li {
	padding-left: 3px;
	margin: 2px 0;
}

#footer {
	clear: right;
}

#footer ul {
	padding-left: 164px;
	background: url(/amm/themes/grill/images/footer_hor_bar.jpg) 0 0 no-repeat;
	height: 23px;
	display: block;
}

#footer ul li {
	list-style: none;
	float: left;
	margin-left: 12px;
	height: 21px;
	overflow: hidden;
}

#footer small {
	display: block;
	padding: 5px 0 10px 20px;
	width: 730px;
	height: 45px;
	color: #333;
	background: url(/amm/themes/grill/images/footer.jpg) 0 0 no-repeat;
}

#footer small a {
	color: #333;
	text-decoration: underline;
}

#footer small a:hover {
	text-decoration: none;
}

#footer img.people {
	float: right;
}

/* MISC STYLES */
hr {
	border-top: 1px solid #a9813c;
	margin: 10px 0;
}

a {
	color: #e5c072;
	text-decoration: none;
}

a:hover {
	color: #d8d8d8;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 8px 0;
}

.hd1, .hd2, .hd3, .hd4, .hd5, .hd6 {
        margin: 8px 0;
}

h1, .hd1 {
	margin: 12px 0 8px;
	font-size: 14px;
	font-weight: bold;
}

h2, .hd2 {
	font-size: 13px;
	font-weight: bold;
}

h3, .hd3 {
	font-size: 12px;
	margin-top: 10px;
	font-weight: bold;
}

p {
	line-height: 1.25;
	letter-spacing: 0.1;
	margin: 10px 0;
}

strong {
	margin: 8px 0;
}

.clear {
	clear: both;
}

.message {
        color: #cc0000;
}

.bg_08, .bg_08 td {
	background: #272727;
	padding: 3px 6px;
}

p, h1, h2, h3, h4, h5, h6, p a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	-moz-opacity: 0.9999;
}

/* MENU ROLLOVERS */

/* top nav */
a#home { background: url(/amm/themes/grill/images/home_off.gif) 0 0 no-repeat; }
a#about { background: url(/amm/themes/grill/images/about_st_paul_grill_off.gif) 0 0 no-repeat; height: 22px !important; }
a#dining { background: url(/amm/themes/grill/images/dining_off.gif) 0 0 no-repeat; }
a#bar { background: url(/amm/themes/grill/images/our_bar_off.gif) 0 0 no-repeat; height: 22px !important; }
a#location { background: url(/amm/themes/grill/images/location_off.gif) 0 0 no-repeat; }
a#store { background: url(/amm/themes/grill/images/online_store_off.jpg) 0 0 no-repeat; }

a#home:hover {background: url(/amm/themes/grill/images/home_on.jpg) 0 0 no-repeat;}
a#about:hover {background: url(/amm/themes/grill/images/about_st_paul_grill_on.jpg) 0 0 no-repeat;}
a#dining:hover {background: url(/amm/themes/grill/images/dining_on.jpg) 0 0 no-repeat;}
a#bar:hover {background: url(/amm/themes/grill/images/our_bar_on.jpg) 0 0 no-repeat;}
a#location:hover {background: url(/amm/themes/grill/images/location_on.jpg) 0 0 no-repeat;}
a#store:hover {background: url(/amm/themes/grill/images/online_store_on.jpg) 0 0 no-repeat;}

/* hor nav */
a#reservations {background: url(/amm/themes/grill/images/reservations_off.gif) 0 0 no-repeat; width: 92px;}
a#specials {background: url(/amm/themes/grill/images/specials_off.gif) 0 0 no-repeat; width: 141px;}
a#email {background: url(/amm/themes/grill/images/email_off.gif) 0 0 no-repeat;width: 149px;}
a#contact {background: url(/amm/themes/grill/images/contact_off.gif) 0 0 no-repeat;width: 84px;}

a#reservations:hover {background: url(/amm/themes/grill/images/reservations_on.gif) 0 0 no-repeat;}
a#specials:hover {background: url(/amm/themes/grill/images/specials_on.gif) 0 0 no-repeat;}
a#email:hover {background: url(/amm/themes/grill/images/email_on.gif) 0 0 no-repeat;}
a#contact:hover {background: url(/amm/themes/grill/images/contact_on.gif) 0 0 no-repeat;}

/* GALLERY */

#gallery li {
	list-style: none;
	float: left;
}
#gallery li a {
	display: block;
	width: 100px;
	height: 60px;
	margin: 5px;
}


/* Updates for RT#11617 */

.home #content .image_link_component.left img {
	margin: 10px 10px 0 0;
}

.home #content .image_link_component.right img {
	margin: 10px 0 0 10px;
}

