/*
Theme Name: Tutto Bene
Theme URI: http://example.com
Description: A Blank Wordpress theme with left sidebar
Author: TML Web
Author URI: http:/www.tmlwebdesign.co.nz
version: 1.0
*/



/* basics */

* {
	margin:0;
	padding:0;
}
body {
	background: #fff;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	margin: 0px auto 0px auto;
	padding: 0;
	background: url(http://www.tuttobene.co.nz/wp-content/themes/tutto_bene/images/bg.gif) repeat-x;
}

h1 {
	font-size: 14px;
}
h2 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 16px;
	font-weight: bold;
	color: #cc0033;
	margin-top: 8px;
}
h2.archivetitle {
	margin: 15px 0 0 15px;
}
h3 {
	font-size: 12px;
	margin-top:10px;
}
h4 {
	font-size: 9px;
}
/* images and misc. */

img {
	border: none;
	padding: 0px;
	margin: 0;
}
img a {
	border:none;
}
img.left {
	float: left;
	border: none;
	padding: 0px;
}
img.right {
	float: right;
	border: none;
	padding: 0px;
}
blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}
code {
	margin:10px;
	font-family:"Courier New", Courier, monospace;
}
ul, ol {
	margin: 25px 0 25px 0;
	padding: 0 0 0 30px;
}
ol {
	padding: 0 0 0 35px;
}
ul ul {
	margin: 5px 0 20px 20px;
}
ol li {
	margin: 0;
	padding: 0;
}
/* links */

a {
	color:#cc0033;
	text-decoration:none;
	border: none;
}
a:hover {
	color:#333;
	text-decoration: underline;
	border: none;
}
/* container */

#container {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px 0px;
	background:#fff;
	color:#333;
	border: none;
	overflow: hidden;
}
/* header */

#header {
	width: 960px;
	height: 180px;
	color: #fff;
	background: #e20026 url(http://www.tuttobene.co.nz/wp-content/themes/tutto_bene/images/header.jpg) no-repeat;
	margin: 0;
	padding: 0;
}
#header h1 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
	padding: 80px 0 0 50px;
}
#header h1 a {
	color: #FFF;
	text-decoration: none;
}
#header h1 a:hover {
	color: #FFF;
	text-decoration: none;
}
#header h2 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	letter-spacing: 1px;
	margin-left: 40px;
	padding: 0px 0 0 50px;
}
#header h2 em {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	letter-spacing: 1px;
	margin: 0;
	padding: 50 0 0 0px;
}
/* main menu */

#menu {
	background: #e20026;
	font-family: palatino linotype, georgia, arial, times;
	font-size: 15px;
	font-weight: bold;
	width:960px;
	height:26px;
}
#menu ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#menu ul li a {
	padding: 6px 13px 6px 13px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}
#menu ul li a:hover {
	background-color: #00974f;
	color:#fff;

}
#menu .current_page_item a {
	background-color: #fff;
	color:#333;
}
/* content */
#content {
	float: right;
	width: 78%;
}
.post {
	margin: 0 10px;
	padding:20px 10px 10px 5px;
	line-height: 14pt;
	min-height: 220px;
}
.post h1 {
	font-family: palatino linotype, georgia, arial, times;
	font-size:26px;
	font-weight: bold;
	color: #cc0033;
	padding-top: 0px;
	text-align: center;
}
.post h2 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 16px;
	font-weight: bold;
	color: #cc0033;
	padding:0px;
	margin: 0px;
}
.post h3 {
	font-family: verdana, arial, times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #cc0033;
	margin: 0;
	padding: 0;
}
.post h2 a {
	color: #cc0033;
	text-decoration: none;
}
.post h2 a:hover {
	color: #cc0033;
	text-decoration: none;
}
.post p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.post a {
	text-decoration:underline;
}
.post ul {
}
.post li {
}
.entry p {
	margin:12px 0;
}
.postmetadata {
	clear: both;
	border-top: 1px dotted #A2A2A2;
	padding:6px 0;
	margin-top: 16px;
}
p.postmetadata {
	font-size: 10px;
	font-weight: bold;
}
.navigation {
	font-size:11px;
	float:left;
	width:100%;
}
.alignleft {
	float:left;
	margin:25px;
}
.alignright {
	float:right;
	margin:25px;
}
.notfound {
	padding: 25px;
	font-size: 14pt;
	font-weight: 300;
}
/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:10px;
	width: 180px;
	float:left;
	margin: 12px 10px 40px 0px;
	padding: 0 0 0 10px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	/* background: url(http://www.tuttobene.co.nz/wp-content/themes/tutto_bene/images/footer.gif) repeat-y;
	min-height: 200px; */
}
#sidebar h2 {
	font-family: palatino linotype, georgia, arial, times;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	color: #cc0033;
	margin: 0;
	padding: 0;
}
#sidebar p {
	margin:0;
	padding: 0;
}
#sidebar a {
	color: #333;
}
#sidebar img {
	padding: 0;
	margin: 0;
}
#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 150%;
	list-style-type: none;
}
#sidebar ul ul {
	margin: 2px 0 15px 0px;
	padding: 0;
}
#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
#sidebar ul ul ul {
	margin: 0;
	padding: 0;
}
#sidebar ul ul ul li {
	padding: 0 0 0 10px;
	list-style-type: square;
	color: #898989;
}
/* comments */
#commentssection {
	clear: both;
	padding: 0px 12px;
	margin: 0 10px 0 0;
}
#commentssection h3 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #000;
}
#commentform {
	margin: 0px 12px 10px 12px;
	padding:5px;
	border-top: 1px dotted #A2A2A2;
}
#commentform p {
	color: #000;
}
#commentform a {
	color: #000;
	text-decoration: underline;
	line-height: 14px;
}
#commentform h3 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#commentbox {
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
}
#author, #email, #url, #commentbox, #submit {
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 11px;
	margin:10px 5px 0 0;
	padding: 3px;
	border: 1px solid #B2B2B2;
}
#submit {
	font-family: verdana, arial, times;
	font-size: 10px;
	padding: 2px;
	margin: 10px 0px;
	border: none;
	background-color: #000;
	color: #fff;
}
ol.commentlist {
	list-style-type: none;
}
ol.commentlist li {
	margin:10px 0;
	padding:5px 0 5px 5px;
	overflow: hidden;
}
ol.commentlist li.alt {
	background: none;
	font-family: verdana, tahoma;
	font-size: 10px;
	font-weight: bold;
}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	line-height: 150%;
	font-family: verdana, tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
ol.commentlist a {
	color:#000;
}
cite {
	font-family: verdana, tahoma;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
}
cite a {
	color: #000;
	text-decoration: underline;
}
/* search */

#searchform {
	padding: 0px 0 5px 0px;
	margin: 0;
	font-family: verdana, arial, times;
}
#searchform input#s {
	font-family: verdana, arial, times;
	font-size: 10px;
	padding: 2px;
	margin: 0px 1px 10px 0px;
	border: 1px solid #B7B7B7;
}
#searchform input#searchsubmit {
	font-family: verdana, arial, times;
	font-size: 10px;
	padding: 2px;
	margin: 0px 0px 10px 2px;
	border: none;
	background-color: #000;
	color: #fff;
}
/* footer */

#footer {
	background: none;
	clear: both;
	width: 100%;
	margin-top:15px;
	font-family: verdana, arial, tahoma;
	font-size: 10px;
	border-top: 1px solid #CCC;
}
#footer p {
	padding:6px;
	margin: 0;
	color: #333;
}
#footer a {
	color: #BCBCBC;
	text-decoration: none;
}
#footer a:hover {
	color: #5D5D5D;
	text-decoration: underline;
}
.quote {
	float: right;
}
.reservations {
	float: center;
	font-family: verdana, arial, tahoma;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 20px;
	text-align: center;
	color: #cc0033;
}
.textwidget{
	margin-bottom: 20px;
}
.textwidget p{
	padding: 5px 0;
}
/* Menu Table */
#foodmenu td{
	border-bottom: 1px solid #eee;
	padding: 5px;
	vertical-align: top;
}
#foodmenu h1{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 15px;
	font-weight: bold;
	color: #cc0033;
	margin-top: 8px;
	text-align: left;
}
#foodmenu a{
	color: #cc0033;
	text-align: right;
}
#foodmenu em{
	color: #000;
	font-weight: bold;
	font-style: normal;
}
#foodmenu td.divider {
	border-left: 1px solid #eee;
	color: #00974f;
	font-weight: bold;
}