/*  
Theme Name: Barbarossa
Theme URI: http://abreakfromlife.com
Description: Custom stylesheet for http://www.barbarossarestaurant.co.uk
Version: 1.0
Author: Paul Coffield
Author URI: http://abreakfromlife.com
*/

/* CSS Document */

body,html{
	padding:0px;
	background:#8C2529;
	color:#805B3B;
	font-family: Times, "Times New Roman",serif;
	font-size:10pt;
	line-height:1;
}

#wrapper{
	margin:0 auto 0 auto;
	width:900px;
}

#header{
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	min-height:100px;
	padding:50px 6px 0px 54px;
}

#header_content{
	background:#712302;
	min-height:100px;
	color:#FFFFFF;
	width:746px;
	
}

#header_content img{
	float:left;
	border:0px;
}

#header_content p{
	text-align:right;
	padding-top:4px;
	padding-right:4px;
}

#main_wrap{
	background-image:url(images/content.png);
	background-repeat:repeat-y;
	width:746px;
	min-height:400px;
	padding:0px 80px 0px 54px;
	font-family: Times, "Times New Roman",serif;
}

#main_left{
	float:left;
	width:169px;
	background-image:url(images/left_bg.png);
	background-repeat:repeat-x;
	min-height:350px;
	padding:40px 0px 0px 8px;
	color:#FFFFFF;
	font-size:16px;
}

#main_left ul{
	list-style:none;
	margin:0px;
	padding:0px 10px 8px 0px;
	line-height:30px;
}


#main_left li{
	border-bottom:#402D1D 2px solid;	
}

#main_left li a{
	color: #FFFFFF;
	text-decoration:none;
	display:block;
	width:140px;
	padding:4px;
}

#main_left li a:hover {
	color: #FFFFFF;
	background-image:url(images/link_bg.png);
	margin:0px;
	width:140px;
	padding-left:15px;
}

#main_left .current a{
	color: #712302;
	margin:0px;
	width:140px;
	padding-left:15px;
}

#main_wrap img{
	border:none;
	margin:0px;
}

#main_right{
	float:left;
	width:537px;
	background-image:url(images/right_bg.png);
	background-repeat:repeat-x;
	min-height:350px;
	padding:66px 20px 0px 12px;
	color:#674930;
	font-size:14px;
	letter-spacing:0.5px;
}

#main_right a{
	text-decoration:none;
	color:#712302;
}

#main_right h2{
	margin-top:-50px;
	border-bottom:#712302 dashed 2px;
}

#main_right h3{
	color:#402D1D;
	font-weight:300;
}

#main_right h4{
	color:#402D1D;
	font-weight:200;
}

#header_images{
	position:relative;
	top:-65px;
}

#main_right .menu{
	background-color:#FFFFFF;
	width:520px;
	text-align:center;
	padding:15px 4px 15px 4px;
	margin-bottom:16px;
}

#main_right menu h3{
	color:#402D1D;
	font-weight:300;
}

#main_right menu h4{
	color:#402D1D;
	font-weight:200;
}


#footer{
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	min-height:100px;
	padding:0px 0px 0px 54px;
	margin-top:0px
}

#footer_content{
	background:#712302;
	color:#FFFFFF;
	font-family: Times, "Times New Roman",serif;
	width:738px;
	min-height:30px;
	padding:4px 4px 4px 4px;
	line-height:10px;
}

#abfl_footer{
	float:right;
}

#abfl_footer a{
	color:#FFFFFF;
	text-decoration:none;
}