@charset "utf-8";

/* COLOR PALETTE

BLACK			#000
DARK GREY		#313634
LIGHT GREY		#939393
DARK BEIGE		#B5A389
BEIGE			#D8C8AF
LIGHT BEIGE		#F0EBCE
RED				#630B11
BACKGROUND		#070000

*/

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #1E1E1E;
	}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration:underline;
	color:#000;
}

a:hover {
	text-decoration:none;
}

a:visited {
	color:#000;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin: 0 auto 0 auto;
	background-color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../images/centerContainer_spacer.jpg);
}

h3 img {
	margin-right:5px;
}

*:focus {outline: none;}

#header {
	height: 150px;
	width: 780px;
	padding: 0px;
	margin: 0px;
	
} 

#header a {
  background: #000 url(../images/header.jpg) no-repeat;
  display: block;
  height: 150px;
  width: 780px;
}

#header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -1000em;
}

#navBar {
	background-image: url(../images/navBG.jpg);
	height: 39px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 780px;
}

#navBar ul {
	float: left;
	width: 100%;
	list-style-type: none;
	font-weight:bold;
	margin: 0em 0em 0em 19em;
	padding: 0px;
}

#navBar ul li {
	float: left;
}

#navBar ul li a {
	width: 4.7em;
	height: 1.8em;
	display: block;
	margin-right: 0.5em;
	color: #D8C8AF;
	text-align: center;
	padding:1em .2em .2em .2em;
	text-decoration: none;
}

#navBar ul li a:hover{
	color:#000;
	border-bottom:2px solid #630B11;
	border-top:2px solid #630B11;
	background-color:#F0EBCE;
}

#topSpacer {
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 780px;
	background-image: url(../images/topSpacerBG.jpg);
}

/* ids and classes for mainContent area */

#centerContainer {
	width:780px;
	height:auto;
	background-image:url(../images/centerContainer_spacer.jpg);
	background-repeat:repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 133px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-image:url(../images/sideBar1BG.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	margin: 0px;
}

#mainContent {
	padding: 0px;
	float:left;
	width: 600px;
	margin-left:27px;
}

#mainContent p {
	padding: 0px;
	margin: 0px 0px .5em 0px;
}

#mainContent p img {
	margin-left:20px;
}
#DynamicContainer {
	margin: 0px;
	padding: 0px;
}
.photoPage {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	width: 100%;
}

.photoPage ul {
	padding: 0px;
	list-style-type: none;
	width: 85%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
}
.photoPage ul li {
	float: left;
	height: 105px;
	width: 105px;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	padding: 0px;
}
.photoPage ul li img {
	border: 1px solid #FFF;
}

#mainContent .tellyTable {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	border: thin solid #333;
}



/* ids and classes for footer area */

#footer {
	margin: 0px;
	background-image: url(../images/footerBottomBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000;
	height: 80px;
	width: 780px;
	padding: 0px;
}

#footer p {
	position:relative;
	top:-2.5em;
	margin-left:29em;
	color:#939393;
	font-size:80%;
	padding-bottom:1em;
}

#footer p a {
	text-decoration:none;
	color:#939393;
}

#footer p a:hover {
	text-decoration:none;
	border-bottom:.2em solid #630b11;
	border-top:.2em solid #630b11;
	color:#939393;
}

.happyHour {
	width:380px;
	height:122px;
}

.weekly {
	width:93px;
	height:auto;
	color:#000;
	background-color:#EFEBCE;
	margin: 0px auto 10px auto;
	padding-bottom:5px;
	border-bottom:1px solid #939393;
	font-size:1em;
	font-weight:bold;
	text-align:center;
}

.leftColumn {
	width:383px;
	float:left;
	text-align:left;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-bottom: 0em;
	padding-left: 2em;
}

.rightColumn {
	width:162px;
	height:auto;
	float:right;
	text-align:center;
	padding: 5px;
}
	
.rightColumn img {
	margin-bottom:1em;
	border-bottom: .2em solid #630B11;
	background-color:#FFF;
}

.patronCenter {
	width:557px;
	min-height:80px;
	text-align:center;
	padding: 10px 0px 10px 15px;
	margin: 0em 0px 20px 20px;
	font-size:1.5em;
	border-top: 2px solid #630B11;
	border-bottom: 1px dotted #630B11;
}

.patronCenter p {
	text-align:left;
	font-size:.8em;
}

.patronLeft {
	width:262px;
	min-height:80px;
	float:left;
	padding: 5px 0px 0px 15px;
	margin-left:20px;
	margin-bottom:20px;
	font-size:1.2em;
	border-top: 1px solid #630B11;
}

.patronLeft img {
	width: expression((documentElement.clientWidth > 270) ? "270px" : "auto" );
	margin:8px;
	height:100px;
}

.pressCenter {
	width:565px;
	height:80px;
	text-align:center;
	padding: 5px;
	margin: 0em 0px 20px 20px;
	font-size:1.5em;
	border-top: 2px solid #630B11;
	border-bottom: 1px dotted #630B11;
}

.pressCenter p {
	text-align:left;
	font-style:italic;
	font-size:.8em;
}

.pressLeft p {
	text-align:left;
	font-style:italic;
	font-size:1em;
}


.pressLeft {
	width:262px;
	min-height:60px;
	float:left;
	padding: 0px 0px 0px 15px;
	margin-left:20px;
	margin-bottom:20px;
	font-size:1.2em;
	border-top: 1px solid #630B11;
}


.mapContainer {
	width:600px;
	margin-left:2.5em;
	padding: 0px 10px;
	height:auto;
	text-align:left;
}

.mapContainer h2 {
	text-align:center;
	color:#630B11;
}

.mapContainer p {
	font-size:1.2em;
	text-align:left;
	color:#000;
}

.mapDiv {
	float:left;
	width: 190px;
	margin-top:3em;
	height:auto;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}

.mapDiv p{
	text-align:center;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
