/*
Theme Name: WordPress Theme for sushiova
Theme URI: http://wordpress.org/
Description: 
Version: 1
Author: Cuong Tham
Author URI: http://thecodecentral.com
.
Design, XHTML and CSS by: Rodrigo Z. Arthuso - http://arthuso.com
.
*/


@charset "utf-8";
/* CSS Document for Sushi-O Website */

.clear{
  clear:both;
  width:0;
  height:0;
  font-size:0;
  line-height:0;
}

body {
	margin:20px;
	background:#963136 url(images/background.jpg) repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
}

img { border:0; }

#wrapper {
	background:#fff;
	border:4px solid #77272A;
	width:900px;
	margin:0 auto;
}


/* Header */

#header {
	background-color:#F7F2F2;
	width:900px;
	margin:0 auto;
}
#header_logo {
	width:600px;
	padding:5px 0;
}
#header_logo .logo_content { padding:10px; }
#header_address {
	width:295px;
	margin-left:600px;
	float:left;
	position:absolute;
}
#header_address .address_content { padding:30px 10px; text-align:right; line-height:30px; }


/* Content */

#content_wrapper {
	width:900px;
}
#main_content {
	width:580px;
	padding:20px;
	float: left;
}
#main_content h1 { font-size:16pt; margin:0; }
#main_content h2 { font-size:11pt; margin:0; }
#main_content .imgPadding { padding:10px; }
#main_content .imgBorder { border:1px solid #aaa; margin:5px; }

#menu {
	width:280px;
	float:right;
	margin:20px 0 40px 0;
	background-color:#fff;
}
#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu ul li {
	border-bottom:1px dashed #000;
	margin-left:5px;
	text-align:left;
}
#menu ul li a { color:#000; text-decoration:none; display:block; 
  padding:10px 0 10px 10px;
}
#menu ul li a:hover { background-color:#D69B9E; text-decoration:underline; }
#menu ul li ul { margin: -2px 0 5px 5px; }
#menu .current { background-color:#F5EDEE; }
#menu .current a:hover { background-color:#F5EDEE; }
#menu .current_subitem { background-color:#E8C7C8; }
#menu .current:hover { background-color:#F5EDEE; }
#menu .current_top { background-color:#fff; }
#menu .current_top:hover { background-color:#fff; color:#000; }

#menu_options { background:#f8f3eb url(../images/foodmenu.gif) repeat; color:#5E5E5E; }
#menu_options td { padding:10px; }
#menu_options .item { color:#000; font-size:11pt; }
#menu_options .notes { font-size:9pt; }
#menu_options .description { font-size:9pt; font-style:italic; }

.information { font-style:italic; font-size:10pt; color:#333333; width:510px; margin:0 auto; }

#table01{
  margin-top:50px;
}