/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */




div {
	border: 0px solid red;
}



body {
	margin:0;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background-image: url('../images/bkg.png');
	background-repeat: repeat-y;
	background-position: top left;
}


#head {
	height: 193px;
	width: 920px;
	background-color: #433426;
}

#wrapper {
	width: 920px;
}

#right-wrapper {
	margin-left: 229px;
}

#content {
	float: left;
	width: 463px;
	
}

#news {
	float: right;
	width: 204px;

}

#left {
	width: 204px;
	position: absolute;
	left: 0;
	top: 193px;
}

#menu {
	width: 204px;
	background-color: #967e71;
	color: white;
}


#address, #hours {
	margin-top: 25px;
	text-align: right;
	font-size: 13px;
	color: #806252;
	line-height: 150%;
	letter-spacing: 0.02em;
	padding-right: 2px;
}

#address {
	margin-top: 22px;
}

#footer {
	clear: both;
	width: 920px;
	font-size: 11px;
}

#footer-wrapper {
	padding: 20px 0 10px 741px;
}

#logo img {
	position: absolute;
	top: 30px;
	left: 90px;
}

#top-picture img {
	position: absolute;
	top: 3px;
	left: 542px;
}




.news-item {
	margin-bottom: 12px;
}

.menu-wrapper {
	padding: 20px 25px;
}

.news-date {
	font-style: italic;
        margin-bottom: 4px;
}


p {
        margin-bottom: 3px;
}


#content h1, #content h2, #news h2, #menu a, #address, #hours  {
	font-family: Georgia, Times, serif;
}

a:visited, a:link, a:hover, a:active {
	text-decoration: none;
	color: #ff724d;
}

a:hover {
	text-decoration: underline;
}

#menu a {
	display: block;
	text-align: right;
	color: #ffffff;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0.03em;

	font-weight: bold;
}

#menu ul.submenu {
        margin-bottom: 8px;
        margin-top: 4px;
        display: none;
}

#menu ul.submenu li a {
font-size: 13px;
	margin-bottom: 2px;
}

#menu a:hover {
	color: #ff8c6e;
	text-decoration: none;
}



#menu ul.lang-list {
	margin-top: 18px;
}

#head h1 {
	font-size: 10px;
	text-align: right;
 padding-top: 10px;
}

#content h1 {
	margin: 17px 0 12px 0;
	font-size: 36px;
	color: #5d4834;
	font-weight: normal;
	letter-spacing: 0.02em;
}

#content h1 a {
	color: #5d4834;
        text-decoration: none;
}


#content h2 {
	margin: 18px 0 8px 0;
	font-size: 18px;
	color: #806252;
	font-weight: bold;
	letter-spacing: 0.03em;
        clear: both;
}

#content h2 a {
  text-decoration: none;
  color: #806252;
}

#news {
 font-size: 10px;
}

#news h2 {
	margin-bottom: 12px;
	font-size: 18px;
	color: black;
	font-weight: bold;
	letter-spacing: 0.05em;	
}

#news h3, #news h3 a {
	font-size: 12px;
	color: black;
	font-weight: bold;
        margin-bottom: 3px;
}

#content h3 {
        margin-top: 8px;
        margin-bottom: 3px;
        clear: both;
}









#news ul {

        margin: 10px 0 10px 0;
	list-style-position: outside;
}
#news ul li {
	margin: 0 0 0px 14px;
	
	list-style-type:circle;
}

#content ul {
	margin: 10px 0 10px 0;
	list-style-position: outside;
}

#content ul li {
	margin: 0 0 0px 18px;
	list-style-image: url('../images/list-disc.png');
	
}

#content img {
	float: right;
	margin: 5px 0 5px 10px;
        border: 1px solid black;
}

#content img.lft, #content div.event img, #content div.gallery img {
	float: left;
	margin: 5px 10px 5px 0px;
}


#content div.gallery img {
  margin: 0px 12px 12px 0px;
}

table.menu-table {
   width: 350px;
   margin: 0;
   padding: 0;
   margin-bottom: 7px;
}


table.menu-table td {
   margin: 0;
   padding: 0;
   padding-bottom: 2px;
   vertical-align: top;
}

table.menu-table td.menu-table-left-cell {
   width: 250px;
}

a.right-small {
font-weight: normal;
font-size: 11px;
}

.event-date {
	font-style: italic;
        margin-bottom: 7px;
}

div.gallery {
  margin-top: 15px;
}

.hidden {
  display: none;
}


#menu ul li.sel a {
  color: #ff8c6e;
}

#menu ul li ul.submenu li a {
  color: white;
}

#menu ul li ul.submenu li.sel a {
  color: #ff8c6e;
}

#search-page input {

margin-bottom: 16px;
margin-right: 20px;
}

#search-menu input {
border: 1px solid white;
float: right;
margin-top: 16px;
margin-bottom: 3px;
background-color: transparent;
text-align: right;
color: white;
}

.recipe-category {
  margin-bottom: 0px;
}