/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

#header {
	width: 1020px;
	height: 100px;
	margin: 0 auto;
}

#wrapper {
	width: 1020px;
	height: 768px;
	margin: 0 auto;
	background-image: url(wrapperimg.png);
}
#photo {
	width: 680px;
	height: 668px;
	float: left;
	background-image: url(dish-without-image.png);
	background-repeat: no-repeat;
}
#navigation {
	width: 340px;
	height: 668px;
	float: right;
	background-image: url(navigation-image.png);
}
#navigation ul{
	padding: 75px 0px 200px 120px;
	}
#navigation ul li{
	font-family: 'Oleo Script Swash Caps', cursive;
	font-size: 2em;
	margin-top: 25px;
	list-style-type: none;
}
#navigation ul li a{
	text-decoration: none;
	color: #4c0000;
}
#navigation ul li a:hover{
	color: #a01e1e;
}
#left{
	margin-left: 8%;
	width: 25%;
	float: left;
	margin-top: 15px;
	font-size: .95em;
	font-family: 'Open Sans Condensed', sans-serif;
}
#mid{
	margin-left: 4.5%;
	width: 25%;
	float: left;
	margin-top: 15px;
	font-size: .95em;
	font-family: 'Open Sans Condensed', sans-serif;
}
#right{
	margin-left: 4.5%;
	width: 25%;
	float: left;
	margin-top: 15px;
	font-size: 0.95em;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-right: 8%;
}
#left_nav {
	margin-left: 20px;
	width: 100px;
	height: 90px;
	float: left;
	text-align: center;
	background-image: url(images/facebook-button.png);
}
#mid_nav {
	width: 100px;
	height: 90px;
	float: left;
	text-align: center;
	background-image: url(images/twitter_button.png);
}
#right_nav {
	width: 100px;
	height: 90px;
	float: left;
	text-align: center;
	background-image: url(images/yelp-button.png);
}
.social {
	width: 100px;
	height: 90px;
	display: block;
}
a.social:hover {
	color:#ffd5b3;
}
#quote {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: .95em;
	width: 450px;
	float: left;
	margin-left: 30px;
	padding-top:15px;
}
.alignleft{
	margin-left: 50px;
}

#flash-slider {
	width: 580px;
	height: 385px;
	margin-left: 50px;
	margin-top: 50px;
}
#linktohome {
	width: 310px;
	float: left;
	height: 100px;
}
#linktohome a{
	display: block;
	width: 310px;
	height: 100px;
}
#about-content {
	width: 580px;
	height: 200px;
	margin-left: 50px;
	margin-top: 50px;
}
#menu_content {
	width: 680px;
	height: 668px;
	float: left;
	background-image: url(images/menu-book.png);
	background-repeat: no-repeat;
}
#appetizers {
	width: 280px;
	margin: 40px 0 0 40px;
	height: 274px;
	float: left;
	padding: 10px;
}
#entres {
	width: 280px;
	margin: 40px 40px 0px 0px;
	height: 274px;
	float: left;
	padding: 10px;
	overflow: hidden;

}
#deserts {
	width: 280px;
	margin: 0px 0 0 40px;
	height: 274px;
	float: left;
	padding: 10px;

}
#drinks {
	width: 280px;
	height: 274px;
	float: left;
	padding: 10px;

}
#menu_content ul li {
	padding-left: 10px;
	list-style: none;
	padding-top: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	
}
h1 {
	padding-left: 10px;
	font-family: 'Oleo Script Swash Caps', cursive;
	font-size: 1.5em;
	color: #4c0000;
}
.lineheight {
	vertical-align: middle;
	margin-right: 10px;
}
.activelist {
	list-style-image: url(onion-image.png);
}
#flash-slider p{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: .95em;

}
.inputfont {
	font-family: 'Open Sans Condensed', sans-serif;
	width: 100px;
	background: rgb(76,0,0);
background: -moz-linear-gradient(top,  rgba(76,0,0,1) 0%, rgba(160,30,30,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,0,0,1)), color-stop(100%,rgba(160,30,30,1)));
background: -webkit-linear-gradient(top,  rgba(76,0,0,1) 0%,rgba(160,30,30,1) 100%);
background: -o-linear-gradient(top,  rgba(76,0,0,1) 0%,rgba(160,30,30,1) 100%);
background: -ms-linear-gradient(top,  rgba(76,0,0,1) 0%,rgba(160,30,30,1) 100%);
background: linear-gradient(to bottom,  rgba(76,0,0,1) 0%,rgba(160,30,30,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c0000', endColorstr='#a01e1e',GradientType=0 );

	color: white;
}
#mid-contact{
	margin-left: 4.5%;
	width: 54.5%;
	float: left;
	margin-top: 15px;
	font-size: .95em;
	font-family: 'Open Sans Condensed', sans-serif;
}
#bottom_image {
	width: 580px;
	height: 150px;
	margin-left:50px;
	float: left;
	margin-top: 40px;
}
