@charset "UTF-8";
/* Archduke Style Sheet */

/* Wrapper Background Image (also places site centrally */
	#wrapper_index {
		width:900px;
		height:650px;
		margin-left:auto;
		margin-right:auto;
		background-image:url(images/background_index.jpg);
	}
	
	#wrapper_drinks {
		width:900px;
		height:1000px;
		margin-left:auto;
		margin-right:auto;
		background-image:url(images/background_drinks.jpg);
	}
	
	#wrapper_food {
		width:900px;
		height:650px;
		margin-left:auto;
		margin-right:auto;
		background-image:url(images/background_food.jpg);
	}
	
	#wrapper_jazz {
		width:900px;
		height:650px;
		margin-left:auto;
		margin-right:auto;
		background-image:url(images/background_jazz.jpg);
	}
	
	#wrapper_private {
		width:900px;
		height:650px;
		margin-left:auto;
		margin-right:auto;
		background-image:url(images/background_private.jpg);
	}
	
	#wrapper_gallery {
		width:900px;
		height:650px;
		margin-left:auto;
		margin-right:auto;
		background-image:url(images/background_gallery.jpg);
	}
	
	#wrapper_location {
		width:900px;
		height:650px;
		margin-left:auto;
		margin-right:auto;
		background-image:url(images/background_location.jpg);
	}
	
	#wrapper_ourgroup {
		width:900px;
		height:650px;
		margin-left:auto;
		margin-right:auto;
		background-image:url(images/background_ourgroup.jpg);
	}


/* Places the Panel where the content is contained within */
	#content {
		width:750px;
		background-image:url(images/panel.png);
		margin-left:auto;
		margin-right:auto;
		border-style:solid;
		border-color:#333;
		border-width:1px;
	}

/* Inserts the information into the header Bar */
	#header {
		position:relative;
		top:20px;
		width:713px;
		height:80px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#menubar {
		position:relative;
		width:713px;
		height:17px;
		margin-left:auto;
		margin-right:auto;
	}

/* Controls the main content CSS files */
	#main {
		margin-left:auto;
		margin-right:auto;
		width:730px;
		padding-left:8px;
		display:inherit;
	}

/* Controls the hyperlink styles */
		a {
			text-decoration: none;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:bolder;
			color:#FFF;
		}
	
		/*
		a:link{
			color: #FFF;
			text-decoration: none;
			background-color: transparent;
		}
		
		a:visited{
			color: #FFF;
			text-decoration: none;
			background-color: transparent;
		}
		
		a:hover{
			color: #333;
			text-decoration: none;
			background-color: transparent;
		}
		
		a:active{
			color: #333;
			text-decoration: none;
			background-color: transparent;
		} */	


	/* Controls the text styles */
		#main_text, #main_text a {
			font-family:Arial, Helvetica, sans-serif; 
			font-size:11px; 
			color:#FFFFFF;
		}
			#main_text a:hover {
				text-decoration: underline;
			}
		
		#food_titles{
			font-family:"Copperplate Gothic Bold";
			font-size:14px;
			color:#FFFFFF;
		}
		
		#openingTimes {
			background: url(images/panel_bg.png) repeat;
			border: 1px solid #4c4a57;
			color: #fff;
			font-family:Arial, Helvetica, sans-serif;
			font-size:10px;
			margin: 6px 0 0 1px;
			padding: 7px;
			position: relative;
			width: 144px;
		}
			#openingTimes img.title {
				padding-bottom: 5px;
			}
			#openingTimes img.edge {
				height: 90%;
				position: absolute;
				top: 5%;
				width: 1px;
			}
				img.left.edge {
					left: -1px;
				}
				img.right.edge {
					right: -1px;
				}

	/* Controls the gallery style */
		#gallery #selected a, #gallery a  {
			font-family: 'Copperplate Gothic Bold'; 
			font-weight: bolder; 
			font-size: 11px; 
			color: #FFFFFF;
			
		}
		
		#gallery_images a img {
			text-decoration:none;
			border:0;
		}

		#gallery {
			font-family: 'Copperplate Gothic Bold'; 
			font-weight: bolder; 
			font-size: 11px; 
			color: #FFFFFF; 
			float: right;
			
		}

/* Controls the footer style */

	#footer {
		margin: 10px auto 20px;
		width:750px;
		text-align: center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:9px;
		color:#FFFFFF;
	}
	
	#footer a {
		text-decoration: none;
		font-weight:bolder;
		color:#FFF;
		font-size:9px;
	}
