/*
Theme Name: Zumi Sushi
Theme URI: http://zumisushi.com/
Description: Custom Wordpress Theme for Zumi Sushi by <a href="http://abrasiveink.com/">abrasiveInk</a>.
Version: 1.0
Author: Justin Harvey
Author URI: http://abrasiveink.com/
Tags: sushi, custom
*/

body {
	margin: 0 auto;
	background: #211b14;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	text-align: justify;
	font-size: 13px;
	color: #f1e5c7;
}
h1 {
	margin: 10px 0 20px 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #f37321;	
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #f37321;
}
hr {
	color: #f37321;
	background-color: #f37321;
	height: 2px;
	border: 0px;
}
a img { border: 0; }
#clear { clear: both; }
a:link {
	color: #F47321;
}
a:visited {
	color: #F47321;
}
a:hover {
	color: #F47321;
}
a:active {
	color: #F47321;
}

/* CONTENT LAYOUTS */
#container {
	margin: 0 auto;
	width: 885px;
	background: #000000;
}
#nav-holder {
	height: 30px;
	background: #f47321;
	text-align: center;
}
#nav-holder a{
	color: #f1e5c7;
}
#header-image {
	padding: 10px;	
}
#page-id {
	position: relative;
	height: 19px;
	padding: 4px 0 0 10px;
	margin-bottom: 10px;
	background: #f47321;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
#full-content {
	padding: 0 10px 0 10px;
}
#left-side{
	float: left; 
	width: 530px; 
	padding: 0 0 0 10px;
}
#right-side {
	float: right;
	width: 270px;
	padding: 15px;
	margin: 0 10px 0 0;
	background: #2e261b;
	font-size: 11px;
	color: #f37321;
	line-height: 16px;
}
#right-side h1 {
	margin: 10px 0 20px 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	color: #f1e5c7;
}
#right-side .points {
	color: #f1e5c7;
	font-weight: bold;
}
#footer { 
	margin: 0 auto; 
	width: 885px; 
	padding-top: 10px; 
	font-size:10px; 
	text-align: center;
}

/* HOME PAGE CONTENT */
#social-networks {
	float: right;
	width: 300px;
	padding: 10px 0 10px 0;
	margin: 0 10px 0 0;
}

/* CONTACT FORM STYLES */
.inputtext {
	color: #000000;
	background: #f1e5c7;
	border: 1px solid #ffffff;
	width:200px;
	margin-bottom: 5px;
}
.inputtextarea {
	color: #000000;
	background: #f1e5c7;
	border: 1px solid #ffffff;
	width:100%;
}
.button {
    border: 1px solid #ffffff;
    background: #f1e5c7;
	margin-top: 5px;
}
/* MENU PAGE */
#first-tastes-left {
	float: left; 
	width: 400px;	
}
#first-tastes-right {
	float: right; 
	width: 400px;	
}
.menu-item {
	font-size: 15px;
	font-weight: normal;
	color: #f37321;	
}
.price {
	margin-left: 30px;
	font-size: 15px;
	font-weight: normal;
	color: #f37321;	
}