body
	{
	position: relative;
	margin: 0;
	padding: 0;
	color: white;
	background-image: url(../assets/night-back.jpg);
	background-repeat: repeat-x;
	background-color: #0a1117;
	font-size: 10pt;
	font-family: "Times New Roman", serif;
	}

/* Centers things */	
.center
	{
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	}

/* Contains all header elements */	
#header
	{
	position: relative;
	margin: 0;
	height: 80px;
	background-color: white;
	background-image: url(../assets/star-back.jpg);
	background-repeat: no-repeat;
	}
	
#header img
	{
	padding: 10px;
	}
	
#header .title
	{
	position: relative;
	top: -20px;
	font-size: 14pt;
	}
	
.head-links
	{
	position: absolute;
	height: 28px;
	right: 0;
	top: 10px;
	background-image: url(../assets/head-links-back.png);
	}
	
.head-links a
	{
	position: relative;
	top: 7px;
	padding: 12px;
	}
	
.head-links a:hover
	{
	text-decoration: underline;
	}	

/* Contains all navbar ellements */	
#navbar
	{
	position: relative;
	/* width: 934px; */
	height: 40px;
	padding: 10px 0 0 26px;
	margin: 0;
	background-image: url(../assets/nav-back.jpg);
	background-repeat: repeat-x;
	}
	
.navblock
	{
	position: relative;
	padding: 11px 14px 10px 14px;
	margin: 0;
	font-size: 12pt;
	font-weight: bold;
	}
	
.navblock:hover
	{
	background-color: #4e371b;
	background-image: url(../assets/high-nav.jpg);
	}
	
.minimize
	{
	position: relative;
	left: 140px;
	background-color: #978e81;
	padding: 4px 6px;
	}

/* Contains all content after navbar including footer */
#content
	{
	position: relative;
	top: -11px;
	margin: 0;
	padding: 5px 10px;
	background-image: url(../assets/tex-back.jpg);
	background-repeat: repeat-x;
	background-color: #0a1117;
	}

/* Sets global text size for titles */	
.title
	{
	font-size: 16pt;
	}

/* Attributes for the first main article - Showcase gallery resides within */	
.article
	{
	position: relative;
	height: 256px;
	padding-left: 10px;
	padding-right: 15px;
	width: 410px;
	border-right: dotted 2px white;
	}
	
.article .more-link
	{
	position: absolute;
	bottom: -15px;
	left: 10px;
	}
	
.article .gallery .more-link
	{
	bottom: -26px;
	}


.more-link a:link
	{
	text-decoration: none;
	}
	
.more-link a:hover
	{
	text-decoration: underline;
	}	

/* Sets attributes for Showcase Gallery */	
.gallery-index
	{
	position: absolute;
	height: 276px;
	width: 520px;
	right: -530px;
	top: -8px;
	}
	
.gallery-index .title
	{
	position: absolute;
	top: -26px;
	}

/* Attributes for announcemnt box */
.announcement
	{
	position: relative;
	margin: 40px 0 20px 0;
	padding-left: 70px;
	padding-top: 5px;
	height: 75px;
	background-color: #080f15;
	}
	
.chef
	{
	position: absolute;
	bottom: 0;
	left: 10px;
	}

/* Provides list for occasions - contains single-image  */
.occasion
	{
	position: relative;
	width: 300px;
	padding-right: 5px;
	}
	
.occasion p
	{
	background-color: #161d23;
	padding: 10px 11px;
	margin: 3px;
	font-size: 9pt;
	}
	
.occasion p:hover
	{
	background-color: #3d444a;
	}
	
.single-image
	{
	position: absolute;
	top: 0;
	right: -320px;
	border-left: dotted 2px white;
	padding-left: 10px;
	}
	
.single-image img
	{
	display: block;
	margin: 9px 0;
	}

.left-column
	{
	position: relative;
	color: white;
	width: 130px;
	float: left;
	}

.left-column-block
	{
	clear: both;
	position: relative;
	display: block;
	background-color: #24272c;
	line-height: 32px;
	padding-left: 10px;	
	margin: 3px;
	}
	
.left-column-block:hover
	{
	background-color: #3d444a;
	}
	
.exploring
	{
	background-color: #3d444a;
	}
	
.title
	{
	font-weight: bold;
	font-size: 12pt;
	}
	
.middle-column
	{
	width: 535px;
	float: left;
	margin: 0 10px;
	}

.right-column
	{
	width: 260px;
	float: right;
	margin-bottom: 5px;
	}
	
	
.right-columnv
	{
	width: 260px;
	height: 300px;
	float: right;
	margin-bottom: 5px;
	}
	
.right-columnt
	{
	width: 260px;
	height: 400px;
	float: right;
	margin-bottom: 5px;
	}
	
.middle-column-menu
	{
	width: 555px;
	float: left;
	margin: 0 10px;
	}	
	
.price
{
	background-color: #161d23;
	padding:2px;
}	

.to-upper
{
	text-transform:uppercase;
}
	
.right-column-menu
	{
	width: 240px;
	float: right;
	margin-bottom: 5px;
	}	
.middle-right-column
	{
	width: 810px;
	float: left;
	margin: 0 10px;
	}
.middle-column-items
	{
	width: 175px;
	float: left;
	padding: 5px;
	}

.right-column-block
	{
	display: block;
	text-decoration: none;
	padding: 5px;
	
	}	
.right-column-download
	{
	background-color: #161d23;
	display: block;
	text-decoration: none;
	padding: 5px;
	}
.right-column-download:hover
	{
	background-color: #3d444a;
	
	}		
	
.right-column-block:hover
	{
	background-color: #3d444a;
	}
.next-line
{
	font-style: italic;
}	
	
.gallery-right
	{
	position: relative;
	width: 50%;
	margin-top: 5px;
	}
	
.left-image
	{
	position: relative;
	}
	
.right-image
	{
	position: absolute;
	top: 0;
	right: -98%;
	}

.hours
	{
	    background-color: #161d23;
	position: relative;
	width: 250px;
	padding-right: 5px;
	}
.hours-right
{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	}	
	
.hours p
	{
	
	padding: 10px 11px;
	margin: 3px;
	font-size: 9pt;
	}	

.drinks
	{
	background-color: #161d23;
	position: relative;
	width: 525px;
	padding-right: 5px;
	}
.drinks-right
{
	position: absolute;
	top: 0;
	right: 0;
	height:13px;
	}	
.drinks p
	{
	padding: 10px 11px;
	margin: 3px;
	font-size: 9pt;
	}	

.box
	{
	background-color: #080f15;
	padding: 3px 3px 20px 3px;
	}
	
.vlounge
	{
	
	margin-bottom: 5px;
	}

/* Calendar */

.calendar
	{
	position: relative;
	width: 300px;
	padding-right: 5px;
	}
	

/* Contains footer elements */	
.footer
	{
	clear: both;
	position: relative;
	background-color: #161d23;
	margin: 10px;
	color: white;
	padding-bottom: 1px;
	width: 100%;
	}
	
.footer-link a:link
	{
	text-decoration: none;
	color: white;
	}
	
.footer-link a:visited
	{
	text-decoration: none;
	color: white;
	}	
	
.footer-link a:hover
	{
	text-decoration: underline;
	}
	
.footer p
	{
	padding: 10px 15px 0 15px;
	}
	
.footer .title
	{
	position: relative;
	font-size: 13pt;
	font-weight: bold;
	left: -10px;
	}
	
.legal
	{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	}
	
	
	/* Global anchor tag pseudo-classes */	
a:link
	{
	text-decoration: none;
	color: white;
	}
	
a:visited
	{
	text-decoration: none;
	color: white;
	}
	
a:active
	{
	text-decoration: none;
	color: white;
	}
	
a:hover
	{
	text-decoration: none;
	color: white;
	}

img.gallery-image
	{
	border: 1px solid black;
	}	

img.gallery-image:hover
{
	border: 1px solid white;
	}
	
.right-p
{
    text-align: right;
}	
	
.leftcol
{
    text-align: right;
}

.rightcol
{
    text-align: left;
}

h1
{
	font-size: 10pt;
	font-family: "Times New Roman", serif;
}