/*

	Theme Name: AMA Ristorante Tuscana
	Theme URI: http://www.savorybyte.com/
	Description: Resturant Website - page styles
	Version: 1.0
	Author: Jason M Hanrahan
	Author URI: http://savorybyte.com/


*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	background: #0d0400 url('img/full_bg.jpg');
	font: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#container {
	width: 950px;
	min-height: 768px;
	margin: auto;
	padding-bottom: 1px;
	padding-top: 1px;
	position: relative;
	background: url('img/homepg_bg.png') left center no-repeat;
	}

#header {
	width: 1020px;
	margin: 0 auto;
	position: relative;
}

h1 {
	width: 189px;
	height: 113px;
	margin: -6px auto 10px;
	text-indent: -9999px;
	background-image: url('img/ama-logo2.png');
	position: absolute;
	left: 83px;
}

#tagline {
	position: absolute;
	top: 65px;
	left: 115px;
	text-indent: -9999px;
	}

/* @group Homepage Navigation */

ul#nav {
	width: 690px;
	height: 32px;
	position: absolute;
	top: 10px;
	left: 0;
	background: url('img/navbar_bg.png') repeat-x;
	display: inline;
	padding-top: 5px;
	padding-left: 220px;
	border-left: none;
	border-right: none;
}
	
		ul#nav li {
			display: inline;
			width: 50px;
			margin-right: 30px;
		}
		
		ul#nav li#first_li {
			margin-left: 60px;
		}
		
			ul#nav li a {
				color: #ffffff;
				text-decoration: none;
				font: 11px Helvetica, Verdana, Arial, sans-serif;
				letter-spacing: 2px;
			}
			
			ul#nav li a:hover {
				color: #b09360;
				text-decoration: none;
			}
			

/* @end */

/* @group Menu Navigation */

ul#menu_nav {
	display: inline;
	margin: 0px;
	padding: 0px;
	}
	
		ul#menu_nav li {
			display: inline;
			width: 50px;
			margin-right: 10px;
			padding-left: 15px;
			border-left: 1px #c6aa7a solid;
		}
		
		ul#menu_nav li#first_li {
			border-left: none;
		}
		
			ul#menu_nav li a {
				color: #c6aa7a;
				text-decoration: none;
				font: italic 14px Georgia, "Times New Roman", Times, serif;
				letter-spacing: 1px;
			}
			
			ul#menu_nav li a:hover {
				color: #ffffff;
				text-decoration: underline;
			}
			

/* @end */

/* @group main content */

#left_sidebar {
	width: 174px;
	height: 175px;
	float: left;
	background: url('http://amaristorante.com/lapplander/wp-content/uploads/2010/06/sidebar_bg_rev.jpg') no-repeat;
	margin: 110px 0 0 90px;
	color: #ffffff;
	font: 12px/25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 1px #310002 solid;
}

#home_content {
	width: 510px;
	height: 100%;
	min-height: 501px;
	background: #310002 url('img/content_bg.png') top center repeat-x;
	margin: 65px 5px 5px 275px;
	padding: 10px;
	color: #ffffff;
	border: 1px #310002 solid;
	position: relative;
	}
	
	#home_content #texture {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 396px;
		height: 103px;
		background: url('img/content_bottom.png') no-repeat;
	}
	
	#home_content #spacer {
		margin-top: 50px;
	}
	
	#home_content h1 {
	display: none;
}
	
	#home_content h2 {
		color: #c6aa7a;
		font: italic 26px Georgia, "Times New Roman", Times, serif;
		text-align: center;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	#home_content h3 {
	color: #ffffff;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 1px;
}
	
	#home_content p {
	font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #c6aa7a;
	margin-top: 1px;
}

#home_content p a {
	text-decoration: none;
	color: #943726;
}

#home_content p a:hover {
	text-decoration: underline;
	}
	
.price {
	font: italic 16px Georgia, "Times New Roman", Times, serif;
}	

#home_content .disclaimer {
	margin-top: 50px;
}

#home_content #map {
	margin-left: 5px;
	text-align: center;
}

#home_content #fourohfour {
	background: url('img/404.png') no-repeat;
	margin-left: 50px;
	padding-top: 25px;
	padding-left: 75px;
	height: 75px;
	width: 300px;
	font-size: 12px;
}

#home_content blockquote p{
	float: right;
	font-size: 16px;
	line-height: 18px;
	margin-left: 30px;
	width: 125px;
	padding: 5px;
	border-top: none;
	color: #c6aa7a;
	font-style: italic;
	}

/* @end */

/* @group footer */

#footer {
	height: 100%;
	margin-top: 100px;
	margin-left: 650px;
	padding-top: 10px;
	text-align: right;
	}

#footer #tag {
	
	width: 250px;
	height: 55px;
	background: url('img/footer_bg.png') repeat-x;
	border-right: 1px #340101 solid;
	border-bottom: 1px #340101 solid;
	font: normal 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

#footer ul#footer_nav {
	display: inline;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px #c6aa7a solid;
}

#footer ul#footer_nav li {
	display: inline;
	}

	#footer ul#footer_nav li a{
	color: #c6aa7a;
	text-decoration: none;
	padding-right: 5px;
	}

		#footer ul#footer_nav li a:hover {
			color: #b09360;
		}
	
	#footer p {
		color: #c6aa7a;
		font-size: 11px;
		line-height: 1px;	
	}
	
		#footer a {
			color: #c6aa7a;
			text-decoration: none;
		}
		
			#footer a:hover {
			color: #b09360;
			}
		
		

/* @end */

/* @group misc */

#photoShow {
    height:400px;
    width:400px;
}
#photoShow div {
    position:absolute;
    z-index: 0;
}
#photoShow div.previous {
    z-index: 1;
}
#photoShow div.current {
    z-index: 2;
}

a#facebook_link {
	margin-right: 20px;
}
	/* @end */
