/* Cascading Style Sheet - Marcus Restaurants */
/* $Id: basic.css,v 1.1 2010/02/18 23:23:32 pete Exp pete $ */

/* ******************************************************************************* */
/* body style for the page */

body {
	margin: 0 auto 6px auto;
	text-align: center;
	padding: 0;
	color: #529fa1;
	background-color: #368b8a;
	background-image: url('../images/bgnd.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: 'Trebuchet MS', Arial, Helvetica, 'Lucida Grande', Verdana, Geneva, Lucida, sans-serif;
	font-size: 12px;
}


/* ******************************************************************************* */
/* heads */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', Arial, Helvetica, 'Lucida Grande', Verdana, Geneva, Lucida, sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin: 12px 0 12px 0;
	padding: 0;
	color: #529fa1;
}

h1.sitename, 
h2.sitename {
	display: none;
}

div.column h3 {
	text-align: center;
	width: 218px;
	margin: 12px 28px 0 19px;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
}

div.column h3 span {
	font-size: 12px;
	font-style: italic;
}

#content2 div.columns h3 {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #529fa1;
}

#content2 div.columns h4 {
	text-align: center;
	margin: 2px 0 2px 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #529fa1;
}


/* ******************************************************************************* */
/* 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: 16px;
	font-weight: normal;
	color: #529fa1;
	margin: 8px 0 10px 0;
	padding: 0;
	line-height: 130%;
}

p.intro {
	text-align: center;
	width: 515px;
	margin: 2px 0 3px 6px;
	font-size: 14px;
}

p.note {
	text-align: center;
	width: 100%;
	margin: 1px 0 0 0;
	font-size: 12px;
}

.column p {
	text-align: center;
	width: 170px;
	margin: 0 50px 0 50px;
	padding: 0;
	font-size: 12px;
	font-style: italic;
	color: #fff;
}

#content2 div.columns p {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #529fa1;
}

#horizbar p {
	padding-top: 11px;
	font-size: 16px;
	color: #ffffff;
}

p#footer span {
	margin: 0 4px;
}

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;
}

span.uc {
	text-transform: uppercase;
}


/* ******************************************************************************* */
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", monospace;
}


/* ******************************************************************************* */
/* other stuff */

img {
        margin: 0;
	padding: 0;
        border-width: 0;
}

img.makereservations {
        margin: 8px 0 4px 0;
}

img#facebook {
	margin: 0 0 16px 0;
}


/* ******************************************************************************* */
/* links */

.linkpng, 
a.linkpng {
	position: relative;
	z-index: 99;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #eee;
	text-decoration: none;
}

a:active {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #fee;
	text-decoration: underline;
}


/* ******************************************************************************* */
/* new nav code */

#nav ul {
	list-style-type: none;
	text-align: center;
	font-size: 11px;
	margin: 0;
	padding: 2px 0 0 0;
}

#nav ul li {
	display: inline;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin: 0;
	padding: 0 12px 0 5px;
	border-right: 1px #000 solid;
}

#nav ul li.first {
	padding-left: 0;
}

#nav ul li.last {
	border-right-width: 0;
	padding-right: 0;
}

#nav ul li a:link, 
#nav ul li a:visited, 
#nav ul li a:active, 
#nav ul li a:hover {
	color: #000;
	text-decoration: none;
}

#nav ul li a:active, 
#nav ul li a:hover {
	color: #444;
	text-decoration: underline;
}

#nav ul li a.current:link,
#nav ul li a.current:visited,
#nav ul li a.current:active,
#nav ul li a.current:hover {
	color: #529fa1;
	text-decoration: none;
}


