/*   
Theme Name: Ming Village
Theme URI: http://www.mingvillage.biz
Description: 
Author: Will Muto
Author URI: http://www.willmuto.com
Version: 1.0

*/

@charset "utf-8";
/* CSS Document */

html,body {
	background-color: #eecf96;
	margin: 0px;
	font-family: tahoma, Helvetica, sans-serif;
}

body{
	background: #eecf96;
}

h1{}
h2{font-size: 24px;}
h3{font-size: 18px;}
h4{font-size: 17px;}


.body-container {
	height: 100%;
}

.sidebar {
	width: 200px;
	background-image:url(/wp-content/themes/mingvillage/images/sidebar_nologo_repeatable.jpg);
	background-repeat:repeat-y;
	float: left;
	position: fixed;
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

.sidebar-text {
	position: relative;
	top: 50px;
	margin: 14px;
	margin-top: -3px;
	clear:left;
	z-index: 2;
}

.image-byob {
	left: 20px;
	margin-left:21px;
	margin-top: 98px;
}



ul {
	list-style: none;
	padding: -3px;
	margin: -3px;
	text-indent: -10px;
	font-size: 40px;
}

ul li a{
	font-size: 20px;
}

.page_item {
	list-style:none;
	margin: 0;
	padding: 0;
}

.page_item a {
	color: #630202;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
}
.page_item a:hover {
	background-color: #eecf96;
}

.menu-expand {
	color: #630202;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
}

.sidebar-image {
	background-image:url(/wp-content/themes/mingvillage/images/sidebar_logo.jpg);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 186px;
	height: 271px;
	z-index: 1;
}

.subheader {
	font-weight: bold;
	font-size: 11px;
	color: #630202;
	margin-top: 5px;
	margin-bottom: 5px;
}

.main-content {
	position: absolute;
	left: 200px;
	width: 470px;
	min-height: 100%;
	font-size: 12px;
}

.the-content {

}

.the-content img{
	margin-right: 6px;
}

.the-content p{
	margin-bottom:5px;
	padding-bottom:5px;
}

.banquet-links {
	font-size: 15px;
	text-decoration:none;
	margin-left: 65px;
	margin-bottom: 20px;
	padding-bottom: 21px;
}

table{
	text-align:center;
	margin:auto;
}

tr, td{
	text-align:center;
	margin:auto;
}



.footer {
	position: relative;
	clear: both;
	margin-top: 30px;
	font-size: 10px;
	float: bottom;
	width: 100%;
	color:#FFFFFF;
	background-image:url(/wp-content/themes/mingvillage/images/footer.jpg);
	background-repeat:no-repeat;
	height: 38px;
}

.footer-text {
	width: 200px;
	position: relative;
	top: 16px;
	left:300px;
}


/* menu classes */

	.submenu_header {
		margin-top: 3px;
		margin-bottom: 3px;
		font-weight: bold;
		font-size: 14px;
	}

	.plate_container{
		position: relative;
		text-align: right;
		margin-right: -325px;
	}
	
	.plate_form_button{
		margin: 0px;
		margin-bottom: 25px;
	}
	
		
	.comeswith {
		font-size: 15px;
		margin:5px;
		color: #630202;
	}
	
	.description {
		font-size: 15px;
		margin:5px;
		color: #630202;
	}

	.menu_button {
		font-size: 9px;
		height: 15px;
		padding: 2px;
		size: 5px;
		border: 1px solid #6d3534;
		background: #c77f80;
		color: #6d3534;
	}

	.menu_container {
		position: relative;
		margin-left: 225px;
	}

	.takeout_submenu {

		width: 215px;
		float: left;
		padding: 0px;
		margin: 0px;
		font-size: 14px;
		position: fixed;	
		z-index: 998;
	}
	
	.takeout_submenu a{
		z-index: 999;
	}
	
	.submenu_info {
		font-size: 10px;
	}
	
	.category_container {
		position: relative;
		border: 1px solid #c82c20;
		width: 570px;
		display: block;		
		clip: none;
		visibility: visible;
		clear: both;
	}
	
	.category_title {
		width: 80%;
		display: inline;
		
	}
	
	.category_left_column {
		padding: 2px; 
		margin: 3px;
		width: 275px;
		display: block;
		float:left;

	}
	
	.category_right_column {
		padding: 2px; 
		margin: 3px;
		width: 275px;
		display: block;
		float: right;

	}
	
	.category_header {
		background-color: #c82c20;
		color: #ffffff;
		font-size: 18px;
		font-weight: bold;
		padding: 4px;
		clear: both;
	}
	
	.mealitem {
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 3px;
		background-color: #f0f0f0;		
		border: 1px solid #c0c0c0;
	}
	
	.mealitem_title {
		font-size: 11px;
		font-weight: bold;
	}
	
	.mealitem_description {
		font-size: 10px;
		font-style: italic;
	}
	
	.mealitem_price {
		text-align: right;
		font-size: 12px;
		font-weight: bold;
	}
	
	.takeout-item {
		color: #630202;
		font-size:14px;
		font-weight:bold;
		text-decoration: none;
	}
	
	.backtotop {
		width: 20%;
		display: inline;
		text-align: right;
	}
	
	.backtotop_link {
		color: #ffffff;
		font-size: 14px;
		text-decoration: none;
	}
	
	.item-form {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.menu-warning {
		width: 160px;
	}

	.hiddenSpace{
		width: 400px;
		display: block;
		clear: both;
		color: #eecf96;
	}
	
	.holiday-hours {
		position: absolute;
		left: 480px;
		top: 12px;
		width: 150px;
		background-color: #eec496;
		border-width: 2px;
		border-color: #630202;
		border-style: solid;
		padding: 5px;
		
	}