/*
Design by Free CSS Templates
	http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 14px;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #E01000;
	font-weight: bolder;
}

h2 {
	text-transform: uppercase;
	font-size: 22px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
}

h4 {
	font-size: 20px;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 1ex;
}

h5 {
	text-transform: lowercase;
	letter-spacing: 1ex;
	text-align: left;
	font-size: 18px;
	color: #555555;
	padding-top: 20px;
}

p, blockquote, ul, ol{
	text-align: justify;
	margin-top: 14px; /*IE*/
	margin-bottom: 14px; /*IE*/
}

span.amp {
	font-family: serif;
	font-size: 110%;
	font-style: italic;
	text-align: left;
}
strong.invisible{
	color: white;
	position:absolute;
	z-index:-2
}


blockquote {
	padding-left: 20px;
	font-style: italic;
}

a {
	color: #555555;
}

a:hover {
	text-decoration: none;
}
.wine a {
	text-decoration: none
}

.wine a:hover {
	text-decoration: underline;
}
table {
	/*border: 1px solid;*/
	width: 100%;
	text-align: left;
}
td{
	padding-top: 15px;
}
.dish{
	margin-left: 30px;
	text-indent: -30px;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
.price {
	text-align: right;
	vertical-align: bottom;
	width: 15%;
	/*border: 1px solid;/**/
}
/* Header */

#header {
	width: 760px;
	height: 180px;
	margin: 0 auto;
}


#header h1, #header h2 {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 25px;
}

#header h1 {
	font-size: 16px;
	color: #000000;
}

#header h2 {
	font-size: 16px;
	color: #FF0000;
}

/* Menu */

#menu {
	background: url(images/img11.jpg) repeat-x; /**/
	width: 760px;
	height: 50px;
	margin: 0 auto 5px auto;/**/
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	background: url(images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .active a {
	color: #FFFFFF;
}


#content {
	width: 720px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(images/img04.jpg) repeat-x left bottom;
}

/* Posts */

#posts {
	float: left;
	width: 480px;
	/*border: thin solid Black;/**/
}
#posts p {
	text-align: left;
}
#postsLHS {
	float: left;
	width: 250px;
	margin-right: 20px;
}

/* Links */

#links {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

#links p {
	margin-top: 0px;
	text-align: left;
}
/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #2D2D2D url(images/img07.gif) repeat-x;/**/
}

#footer p {
	text-align: center;
	color: #999999;
}
.imgright{
	float: right;
	padding: 10px 0 10px 10px;
}
