/* Cascading Style Sheet - Marcus Restaurants */
/* $Id: basic.css,v 1.6 2009/07/28 14:39:50 pete Exp pete $ */

/* ******************************************************************************* */
/* body style for the page */

body {
	margin: 2px auto 6px auto;
	text-align: center;
	padding: 0;
	color: #826a5b;
	background-color: #a59d21;
	font-family: 'Trebuchet MS', Arial, Helvetica, 'Lucida Grande', Verdana, Geneva, Lucida, sans-serif;
	font-size: 14px;
}


/* ******************************************************************************* */
/* heads */

h1{
	font-family: 'Trebuchet MS', Arial, Helvetica, 'Lucida Grande', Verdana, Geneva, Lucida, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 4px 0 4px 0;
	padding: 0;
	color: #826a5b;
}

h2{
	font-family: 'Trebuchet MS', Arial, Helvetica, 'Lucida Grande', Verdana, Geneva, Lucida, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #94a9a9;
	margin: 0px 0 4px 0;
}



/* ******************************************************************************* */
/* text blocks */

p, blockquote, ul, ol, dt, dd, dl, th, td {
	font-family: 'Trebuchet MS', Arial, Helvetica, 'Lucida Grande', Verdana, Geneva, Lucida, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #826a5b;
	margin: 8px 0 10px 0;
	padding: 0;
	line-height: 130%;
}

p#footer span {
	margin: 0 4px;
	color:#cfcb89
}

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;
}

img#facebook {
	margin: 0 0 16px 0;
}

/* ******************************************************************************* */
/* links */

.linkpng, 
a.linkpng {
	position: relative;
	z-index: 99;
}

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.button:link {
	color: #977e6f;
	text-decoration: none;
}

a.button:visited {
	color: #977e6f;
	text-decoration: none;
}

a.button:active {
	color: #977e6f;
	text-decoration: none;
}

a.button:hover {
	color: #977e6f;
	text-decoration: underline;
}




