/*
Design by Whizz Soltuions
The Tiger Lily Restaurant, 2008
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #EAC99A url(images/img01.jpg);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #715B42;
}

h1, h2, h3 {
	font-weight: normal;
	color: #B27217;
}

h1 {
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, blockquote, ol {
	margin-bottom: 2em;
	line-height: 150%;
}

p {
}

blockquote {
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img06.gif) no-repeat left center;
}

ol {
	margin-left: 3em;
}

ol li {
}

pre, code {
}

pre {
}

code {
}

a {
	color: #D65601;
}

a:hover {
	text-decoration: none;
}

a:visited {
}

img {
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}

.bg {
	background: url(images/img02.jpg) repeat-x;
}

/* Header */

#header {
	width: 830px;
	height: 80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Logo */

#logo {
	float: left;
	width: 150px;
	height: 80px;
	margin: 0px;
	padding: 0px;
}

/* Menu */

#menu {
	float: right;
	width: 650px;
	height: 80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-variant:small-caps;
	font-weight:bold;
}

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

#menu li {
	display: inline;
	padding-left: 2em;
	background: none;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;	
}

#menu a:hover {
	color: #45120E;
}

#headphoto {
	width: 800px;
	height: 219px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Wrapper */

#wrapper {
	width: 750px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	background: url(images/img04.jpg) repeat-y;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
	
}

#sidebar .title {
	margin: 0;
	padding: 20px 20px 0 20px;
	background: url(images/img10.jpg) no-repeat;
}

#sidebar .content {
	padding: 20px;
}

#sidebar .content p{
	margin-bottom: 1em;
	line-height: 120%;
}

#sidebar .content blockquote{
	margin-bottom: 2em;
	line-height: 100%;
}

#sidebar .content ul{
	margin-bottom: 2em;
	line-height: 110%;
}

#sidebar .content ol{
	margin-bottom: 2em;
	line-height: 100%;
} 

#sidebar .bottom {
	height: 33px;
	background: url(images/img05.jpg) repeat-x left bottom;

}

#sidebar .bottom p {
	font-size: 10px;
	padding-top: 20px;

}

/* Content */

#content {
	float: right;
	width: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

#content p{
	margin-bottom: 2em;
	line-height: 150%;
	color:#615236;
}

#content blockquote{
	margin-bottom: 2em;
	line-height: 150%;
}

#content ul{
	margin-bottom: 2em;
	line-height: 150%;
}

#content ol{
	margin-bottom: 2em;
	line-height: 150%;
} 

/* Welcome */

#welcome {
	padding: 0 20px;
	padding-top: 20px;
	background: url(images/img05.jpg) repeat-x;
}

/* Samples */

#samples {
	padding: 20px;
	background: url(images/img05.jpg) repeat-x;
}

#menutitle{
	color:#B05800;
	height:25px;
	text-align:center;
	font-weight:bold;
	font-variant:small-caps;
}

#bgphoto {
	width: 470px;
	height:843px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position:absolute;
	top: 0px;
	left: 854px;
}

#admin {
	width:800px;
	height:600px;
	padding:50px;
	border:dotted;
	margin:50px;
}

#admin input, textarea, select {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

