/* Cascading Style Sheet - Marcus Restaurants */
/* $Id: basic.css,v 1.4 2009/06/01 20:23:45 pete Exp pete $ */

/* ******************************************************************************* */
/* body style for the page */

body {
	margin: 10px auto 10px auto;
	text-align: center;
	padding: 0;
	color: #fff;
	background-color: #000;
	background-image: url('../images_milwaukee-happy-hour/bgnd.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, 'Lucida Grande', Verdana, Geneva, Lucida, sans-serif;
	font-size: 12px;
}


/* ******************************************************************************* */
/* heads */

h1, h2, h3, h4, h5, h6, .hdivid {
	font-family: Arial, Helvetica, 'Lucida Grande', Verdana, Geneva, Lucida, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 12px 0 12px 0;
	padding: 0;
	color: #c42f27;
}

h1.sitename {
	display: none;
}

h2#h2happyhour {
	width: 440px;
	height: 198px;
	background-image: url('../images_milwaukee-happy-hour/h2happyhour.gif'); 
	background-repeat: no-repeat;
}

h2#h2happyhour span { display: none; }

.column h3 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 23px 0 17px 0;
}

.nodisp {
	display: none;
}


/* ******************************************************************************* */
/* text blocks */

p, blockquote, ul, ol, dt, dd, dl, th, td {
	font-family: Arial, Helvetica, 'Lucida Grande', Verdana, Geneva, Lucida, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #c42f27;
	margin: 2px 0 12px 0;
	padding: 0;
	line-height: 130%;
}

#headerright p {
	font-size: 16px;
	margin-left: 6px;
	line-height: 130%;
}

p.address {
	text-align: center;
	margin-top: 8px;
}

.column p {
	color: #c95c2c;	
}

blockquote, blockquote p {
	margin: 2px 0 4px 0;
}

ul, ol {
	margin: 3px 0 6px 10px;
	padding: 0 0 0 10px;
}

ol {
	margin-left: 20px;
}

ol li {
	margin-bottom: 3px;
	padding: 0;
}

acronym, abbr {
	border-width: 0;
}


/* ******************************************************************************* */
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", monospace;
}


/* ******************************************************************************* */
/* other stuff */

img {
        margin: 0;
	padding: 0;
        border-width: 0;
}


/* ******************************************************************************* */
/* links */

a:link {
	color: #666;
	text-decoration: underline;
}

a:visited {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a.footer:link, a.footer:visited, a.footer:active {
	color:#ab4e25;
}

.SEO {
	text-align:left; 
	padding:10px;
	font-size:9px;
	color:#d4ba76;
}




