/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous John.
Version: 1.6
Author: Business Promotion Inc.
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
h1{
	margin:0;
	padding:0;
}
p{
	margin:0;
	padding:0;
}
ul{
	margin:0;
	padding:10px 20px;
}
li{
	margin:0;
	padding:0;
	list-style:none;
}

body{
	background-image:url(images/bg_slice.jpg);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#000;
	margin:0;
}
#page{
	margin:0 auto;
	width:964px;
}
#empty{
	height:122px;
}
#header{
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	width:964px;
	height:178px;
}
#nav{
	text-transform:uppercase;
	font-size:24px;
	font-weight:bold;
	color:white;
	padding-left:46px;
	
	
	/*border:1px solid green;*/
}
#nav a{
	padding:0 34px;
	color:white;
	display:block;
	float:left;
	text-decoration:none;
}
#nav a:hover{
	color:#64130F;
}
#contact{
	padding-right:30px;
}
#bg_repeaty{
	background-image:url(images/bg_repeaty.png);
	background-repeat:repeat-y;
	width:964px;
	overflow:hidden;
}
#content_wrapper{
	background-image:url(images/bg_red.png);
	background-repeat:no-repeat;
	width:964px;
	background-position:center top;
	margin-top:-20px;
	/*border:1px solid blue;*/
	color:white;
}
#content_wrapper_menu{
	margin:0 auto;
	width:886px;
	background:#C7261E none repeat scroll 0 0;
	margin-top:-20px;
	/*border:1px solid blue;*/
	color:white;
}
#content_wrapper_catering{
	margin:0 auto;
	background: #C7261E  url(images/menu.jpg) top center no-repeat;
	width:886px;
	margin-top:-20px;
	/*border:1px solid blue;*/
	color:white;
}
#content_wrapper h1{
	color:yellow;
	font-size:24px;
	padding:7px;
}
#content_container{
	margin:0 auto;
	width:850px;
	font-size:16px;
	line-height:19px;
}

#content_bottom{
	margin-top:35px;

	color:black;
	/*border:1px solid purple;*/
}
#content_bottom h1{
	color:#9c030c;
	font-size:22px;
}
#ads1{
	/*border:1px solid green;*/
	width:275px;
	margin-left:40px;
}
#ads h1{
	padding:10px 20px;
}
#ads2{
	/*border:1px solid green;*/
	width:290px;
	margin-left:10px;
	font-size:14px;
	line-height:19px;
}
#ads2 h1{
	padding:10px 0px 0;
}
#ads3{
	/*border:1px solid green;*/
	width:275px;
	margin-left:20px;
}
#ad3 h1{
	padding:10px 20px;
}
#ads3 ul{
	list-style:none;
	padding:0;
}
#message{
	height:85px;
	width:300px;
}
.entry a{
	color:yellow;
	font-weight:bold;
	text-decoration:none;
}
.entry a:hover{
	color:black;
}
#footer{
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	width:964px;
	height:47px;
	text-align:center;
	font-size:10px;
	padding-top:12px;
}
#footer a{
	color:black;
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;
}
.clear{
	clear:both;
}
.float_left{
	float:left;
}
img, div { behavior: url(/iepngfix.htc) }

.submit{
	background-image:url(/submit.png);
	background-repeat:no-repeat;
	width:110px;
	border:0;
	cursor:pointer;
	height:40px;
}