@charset "UTF-8";
/* CSS Document */

html {overflow-x:hidden; 
overflow-y:auto; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif
}
/* JDR use universal selector (*) to remove browser's default values of padding and margin from all elements */
*{
margin: 0;
padding: 0;
}
body {
	background-color: #000;
	text-align: left;
}
#content p {
	text-align: left;
	font-size:14px;
}
img {border:0px;}
p {
	color:white;
	font-size:xx-large;
	text-align: left;
	}
	
a {text-decoration: none;}
a:link {color:white; text-decoration:underline}
a:visited {color: white;}
a:hover {text-decoration: none; color: #bc1e2c;}
a:active {
	color: #BD1E2C;
	text-decoration: none;
/*	font-size: 24px;   */
}
	
h1 {color:white;
	/*font-family:"myriad", "trebutchet", sans-serif;  This was misspelled and incorrectly written by last web design co. - JDR 05/12/2012 */
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:120%;
	font-style:strong;
}

#home-graphic {
	position:absolute;
	top:6px;
	left:-4px;
	height: 27px;
}

#home-red-band {
	position:absolute;
	top:150px;
	left:-7px;
}

#home-red-band-s {
	position:absolute;
	top:860px;
	left:4px;
	width: 1274px;
}

#tix-but {
	position:absolute;
	top:531px;
	left:59px;
	width: 169px;
	height: 187px;
}
#sinatratitle {
	float:left;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'Fredoka One', cursive;
}
#sinatramenu {
	background: #252525; /* Show a solid color for older browsers */
	/* firefox and chrome display differently, so eliminate gradient for now
	background: -moz-linear-gradient(#cccccc, #252525);
	background: -o-linear-gradient(#ff0000, #252525); */
	/* firefox and chrome display differently, so eliminate gradient for now
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0000), to(#252525)); /* older webkit syntax */
	/* firefox and chrome display differently, so eliminate gradient for now
	background: -webkit-linear-gradient(#ff0000, #252525);  */
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0px 360px 6px;
	width: 100%;
	font-family: 'Fredoka One', cursive;
}
#sinatramenu ul {
	font-size: 14px;
	list-style: none;
	margin: -0.8125em 0 0 -0.8125em;
	padding-left: 5px;
}
#sinatramenu li {
	float: left;
	position: relative;
}
#sinatramenu a {
	color: #fff;
	display: block;
	line-height: 3.333em;
	padding: 0 0.75em;
	text-decoration: none;
}
#sinatramenu a:hover {
	color: #bc1e2c;
	display: block;
	line-height: 3.333em;
	padding: 0 0.75em;
	text-decoration: none;
}
#sinatramenu a:active{
	color: #bc1e2c;
	display: block;
	line-height: 3.333em;
	padding: 0 0.75em;
	text-decoration: none;
}
#copyright-text {
	position:absolute;
	top:763px;
	left:490px;
	color:white;
	font-size:90%;
	width: 231px;
}

#fb {
	position:absolute;
	top:723px;
	left:644px;
	height: 31px;
	width: 35px;
}

#fb-like {
	position:absolute;
	top:42px;
	left:612px;
	height: 66px;
	width: 535px;
	text-align: right;
	font-family: 'Tulpen One', cursive;
	font-size: 30px;
	font-weight:600;
	text-decoration: none;
}
#fb-like a:link{text-decoration: none;}
#dinnertheatre {
	position:absolute;
	top:42px;
	left:580px;
	height: 66px;
	width: 477px;
	text-align: left;
	font-family: 'Tulpen One', cursive;
	font-size: 30px;
	font-weight:600;
	text-decoration: none;
	color: #bc1e2c;
}
#dinnertheatre  a {text-decoration: none;color: #bc1e2c;}
#dinnertheatre  a:link {color:#bc1e2c; text-decoration: none;}
#dinnertheatre  a:hover {text-decoration: none; color: #bc1e2c;}
#dinnertheatre  a:active {color:white;text-decoration: none;}

#tw {
	position:absolute;
	top:723px;
	left:533px;
	height: 31px;
}

#logo {
	position:absolute;
	top:48px;
	left:357px;
	height: 637px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 906px;
}

#content {
	position:absolute;
	top:235px;
	left:365px;
	width:711px;
	height:447px;
	color:white;
	font-size:14px;
	overflow-y:auto;
	overflow-x:hidden;
	padding-right:10px;
	text-align: left;
}
.footnote {
	font-size: small;
}

/* =Menu (from WP - Twenty-eleven)
-------------------------------------------------------------- */

#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}
#content div div a em strong {
	color: #BF132E;
}
#content {
	font-size: 12px;
}
#content {
	font-size: 10px;
}
#content {
	font-size: 10px;
}
.centerdiv {
	padding-left: 250px;
}
