/*   
Description: Back2Broadway
Author: Vladimir Golušin (bigfish.rs)
*/

* {
  margin: 0;
  padding: 0;
}

html, body {}

img, div { behavior: url("iepngfix.htc") }

body {
	font: 12px Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-align: center;
	background: #eaeaea;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* @group header */
/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#header {
	width: 960px;
	height: 256px;
	background: transparent url("../images/bg.jpg") no-repeat 0 0;
	position: fixed;
	z-index: 1000;
	overflow: hidden;
}

#header div.back-to-main-site {
	margin-top: 4px;
	height: 66px;
	margin-bottom: 58px;
}

#header div.back-to-main-site a {
	text-decoration: none;
	text-indent: -9999px;
	height: 66px;
	width: 125px;
	float: right;
}

#header ul#menu {
	margin-left: 15px;
}

#header ul#menu li {
	display: block;
	overflow: hidden;
	padding: 0;
	height: 26px;
	width: 180px;
}

#header ul#menu li a {
	display: block;
	height: 26px;
	text-indent: -9999px;
	outline: none;
	
	background-image: url("../images/menu.gif");
	background-repeat: no-repeat;
}

#header ul#menu li#offers,
#header ul#menu li#offers a {
	width: 180px;
	background-position: 0px 0px;
}

#header ul#menu li#events,
#header ul#menu li#events a {
	width: 180px;
	background-position: 0px -26px;
} 

#header ul#menu li#dining,
#header ul#menu li#dining a {
	width: 180px;
	background-position: 0px -52px;
} 

#header ul#menu li#connect,
#header ul#menu li#connect a {
	width: 180px;
	background-position: 0px -78px;
} 

#header ul#menu li#offers a:hover,
#header ul#menu li#offers.active {
	width: 180px;
	background-position: -180px 0px;
}

#header ul#menu li#events a:hover,
#header ul#menu li#events.active  {
	width: 180px;
	background-position: -180px -26px;
} 

#header ul#menu li#dining a:hover,
#header ul#menu li#dining.active {
	width: 180px;
	background-position: -180px -52px;
} 

#header ul#menu li#connect a:hover,
#header ul#menu li#connect.active {
	width: 180px;
	background-position: -180px -78px;
} 

#header ul#menu li#offers a.active {
	width: 180px;
	background-position: -180px 0px;
}

#header ul#menu li#events a.active  {
	width: 180px;
	background-position: -180px -26px;
} 

#header ul#menu li#dining a.active {
	width: 180px;
	background-position: -180px -52px;
} 

#header ul#menu li#connect a.active {
	width: 180px;
	background-position: -180px -78px;
} 
/* @end */


/* @group content */
/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#page {
	display: block;
	padding-top: 256px;
	text-align: left;
}

#posters {
	padding-top: 23px;
	background: #fff;
	text-align: center;
	padding-bottom: 40px;
}

#posters div.wrap {
	width: 890px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#posters div.wrap img {
	border: 1px solid #bababa;
	float: left;
	margin: 3px;
}

#selector {
	height: 38px;
	background: #fff url("../images/bg-selector.png") repeat-x 0 0;
	margin: 26px 35px 12px;
}

#selector ul {
	float: left;
	display: inline;
}

#selector ul li {
	display: inline;
	float: left;
	margin-right: 2px;
	height: 38px;
	background-image: url("../images/selectors.png");
	background-repeat: no-repeat;
	
}

#selector ul li.active {}

#selector ul li a {
	text-indent: -9999px;
	color: transparent;
	display: block;
	height: 38px;
}

#selector ul li#broadway {
	width: 208px;
	background-position: 0px 0px;
}

#selector ul li#off-broadway {
	width: 256px;
	background-position: -208px 0px;
}

#selector ul li#broadway.active {
	width: 208px;
	background-position: 0px -38px;
}

#selector ul li#off-broadway.active {
	width: 256px;
	background-position: -208px -38px;
}
/* @end */


/* @group offers */
/* OFFERS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#list {
	background: #eaeaea;
	margin-top: 20px;
}

#list div.item {
	margin: 0 25px;
	display: block;
}

#list div.item div.content {
	background: #fff;
	padding: 25px;
}

#list div.item div.content div.image {
	width: 150px;
	float: left;
	display: inline;
	margin-right: 20px;
}

#list div.item div.content div.inner {
	width: 450px;
	float: left;
	display: inline;
}

#list div.item div.content div.inner h1 {
	margin-bottom: 10px;
}

#list div.item div.content div.inner h4 {
}

#list div.item div.content div.inner .show_offer {
}

#list div.item div.content div.inner .offer {
	margin-bottom: 36px;
	font-size: 14px;
}

#list div.item div.content div.inner p {
	margin-bottom: 20px;
}

#list div.item div.content div.links {
	width: 225px;
	float: left;
	display: inline;
	margin-left: 15px;
}

#list div.item div.content div.links div.heading {
	margin-top: 5px;
	background: #eaeaea;
	min-height: 25px;
}

#list div.item div.content div.links label {
	display: block;
	line-height: 25px;
	background: transparent url("../images/bg-links.png") repeat-x 0 0;
	padding: 0 10px;
}

#list div.item div.content div.links label a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#list div.item div.content div.links div.heading ul {
	margin: 8px;
	padding-bottom: 8px;
}

#list div.item div.content div.links div.heading ul li {
	line-height: 160%;
}

#list div.item div.content div.links div.heading ul li a {
	color: #de0000;
}

#list div.item div.content div.links div.heading ul li a:hover {
	color: #000;
}

#list div.item div.content div.links div.icons img {
	margin-right: 4px;
}

#list div.item div.content div.links h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.4em;
	margin: 15px 0 10px;
}

#list div.item div.content div.image img {
	width: 148px;
	border: 1px solid #bababa;
	display: block;
}

#list div.item div.back {
	background: #d9d9d9;
	border: 1px solid #9c9c9c;
	border-width: 1px 0;
	height: 17px;
	text-align: center;
}


.offers_anchor_fix {
	 position: absolute;
	 margin-top: -290px;
}

.events_anchor_fix {
	 position: absolute;
	 margin-top: -329px;
}
/* @end */


/* @group dining */
/* DINING
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#dining-list {
	background: #eaeaea;
	margin-top: 20px;
	margin-bottom: 40px;
}


#dining-list div.item {
	margin: 0 25px;
	display: block;
}

#dining-list div.item div.footer {
	height: 4px;
	border: 1px solid #9c9c9c;
	border-width: 1px 0;
}


#dining-list div.item div.content {
	background: #fff;
	padding: 25px;
}

#dining-list div.item div.content div.logo {
	width: 155px;
	float: left;
	display: inline;
	margin-right: 25px;
}

#dining-list div.item div.content div.logo img {
	width: 155px;
}

#dining-list div.item div.content div.inner {
	width: 440px;
	float: left;
	display: inline;
}

#dining-list div.item div.content div.links {
	width: 225px;
	float: left;
	display: inline;
	margin-left: 15px;
}

#dining-list div.item div.content div.links div.heading {
	margin-top: 5px;
	background: #eaeaea;
	min-height: 25px;
}

#dining-list div.item div.content div.links label {
	display: block;
	line-height: 25px;
	background: transparent url("../images/bg-links.png") repeat-x 0 0;
	padding: 0 10px;
}

#dining-list div.item div.content div.links label a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#dining-list div.item div.content div.inner h1 {
	
}

#dining-list div.item div.content div.inner h2 {
	color: #ed1c24;
	font-size: 1.7em;
}

#dining-list div.item div.content div.inner h3 {
	margin-bottom: 25px;
	font-size: 1.7em;
}

#dining-list div.item div.content div.inner h4 {
}

#dining-list div.item div.content div.inner .dining_deal {
}

#dining-list div.item div.content div.inner .deal {
	margin-bottom: 10px;
	font-size: 14px;
}
/* @end */


/* @group calendar */
/* CALENDAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#calendar-list {
	background: #eaeaea;
	margin-top: 20px;
	margin-bottom: 40px;
}

#calendar-list div.item {
	margin: 0 25px 0 275px;
	display: block;
}

#calendar-list div.item div.content {
	background: #fff;
	padding: 25px;
}

#calendar-list div.item div.footer {
	height: 4px;
	border: 1px solid #9c9c9c;
	border-width: 1px 0;
	background: #fff;
}

#calendar-list div.item div.content div.image {
	width: 150px;
	float: left;
	display: inline;
	margin-right: 20px;
}

#calendar-list div.item div.content div.inner {
	width: 440px;
	float: left;
	display: inline;
}

#calendar-list div.item div.content h1 {
	margin-bottom: 15px;
	height: 33px;
	line-height: 33px;
	font-size: 2.4em;
}

#calendar-list div.item div.content h1 span {
	color: #fff;
	font-size: .7em;
	line-height: 33px;
	width: 36px;
	text-align: center;
	background: transparent url("../images/bg-heart.png") no-repeat center center;
	height: 33px;
	letter-spacing: -0.03em;
	display: inline-block;
}

#calendar-list div.item div.content h2 {
	font-size: 1.9em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#calendar-list div.item div.content h2 span {
	color: #de0000;
}

#calendar-list div.item div.content h3 {
	font-size: 1.4em;
	margin-bottom: 15px;
}

#calendar-list div.item div.content .time {
	font-size: 1em;
	font-weight: 100;
}

#calendar-list div.item div.content div.inner h4 {
	
}

#calendar-list div.item div.content div.inner p {
	margin-bottom: 20px;
}

#calendar-list div.item div.content div.image img {
	width: 148px;
	border: 1px solid #bababa;
	display: block;
}

#calendar-list div.end {
	height: 55px;
	margin: 0 25px 0 275px;
}

#calendar {
	position: fixed;
	width: 241px;
	/*height: 241px;*/
	z-index: 999;
	margin-left: 12px;
	top: 276px;
	background: #720000 url("../images/bg-calendar.png") repeat-x 0 0;
}

#calendar div.content {
	margin: 5px;
	background: #fff;
	min-height: 235px;
}

#calendar div.content img {
	display: block;
}

#calendar div.content table {
	width: 100%;
	border: 1px solid #D2D2D2;
	margin: 0;
	display: block;
}

#calendar div.content th,
#calendar div.content td {
	width: 33px;
	height: 33px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #de0000;
	border: 1px solid #D2D2D2;
}

#calendar div.content td a {
	margin: 2px;
	text-decoration: none;
	color: #fff;
	background: transparent url("../images/bg-highlight.png") no-repeat 0 0;
	display: block;
	height: 27px;
	line-height: 27px;
}
/* @end */


/* @group footer */
/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#content {
	background: #fff;
	margin: 15px;
	padding: 20px;
}

#content div.lcol {
	width: 640px;
	float: left;
	display: inline;
	margin-right: 30px;
}

#content div.rcol {
	width: 220px;
	float: left;
	display: inline;
}

#youtube {
	width: 640px;
	height: 385px;
	background: #000;
	z-index: 1;
}

#youtube embed{
	z-index: 1;
}

#items {
	overflow: auto;
	height: 246px;
	background: #f2f2f2;
}

#items ul li {
	border-bottom: 1px solid #d1d1d1;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}

#items ul li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#content div.rcol div.item {
	float: left;
	display: inline;
	margin: 5px;
}

#content div.rcol div.button {
	margin: 5px;
}

#content div.rcol div.item div {
	color: #000;
	font-weight: bold;
	padding: 0 2px 2px;
}

#content div.rcol div.item div span {
	color: #db250f;
}

#content div.rcol div.item input.element {
	background: #fff;
	border: 1px solid #bdbdbd;
	padding: 2px;
}

#content div.rcol div.item select.element {
	background: #fff;
	border: 1px solid #bdbdbd;
	padding: 1px;
}

#content div.rcol div.item input.xl,
#content div.rcol div.item select.xl {
	width: 203px;
}

#content div.rcol div.item input.l,
#content div.rcol div.item select.l {
	width: 120px;
}

#content div.rcol div.item input.m,
#content div.rcol div.item select.m {
	
}

#content div.rcol div.item input.s,
#content div.rcol div.item select.s {
	width: 55px;
}

#content div.rcol div.button p {
	text-align: right;
	color: #db250f;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 3px solid #b1b1b1;
	margin-bottom: 5px;
}
/* @end */


/* @group elements */
/* ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
h1 {
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.03em;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -0.03em;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -0.03em;
}

h4 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
}
/* @end */


/* @group footer */
/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#footer {
	background: transparent url("../images/bg-footer.png") repeat-x 0 0;
	padding: 25px 0;
	margin: 0 25px;
}

#footer div.logo {
	float: right;
	padding: 0 8px 0;
	display: inline;
	text-align: center;
}

#footer div.logo img {
	max-width: 180px;
}

#conn-footer {
	background: transparent url("../images/bg-footer.png") repeat-x 0 0;
	padding: 25px 0;
	margin: 0 15px;
}

#conn-footer div.logo {
	float: left;
	padding: 0 21.25px 0;
	display: inline;
	text-align: center;
}

#conn-footer div.logo img {
	max-width: 180px;
}
/* @end */


/* @group misc */
/* MISC
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
	display: block;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

img a:hover {
	margin-bottom: -5px;
}
/* @end */


/* @group rsvp */
/* RSVP
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#rsvp {
	background: #de0000;
	width: 524px;
	text-align: left;
}

#rsvp div.header img,
#rsvp div.footer img {
	display: block;
}

#rsvp hr {
	color: #ad0000;
	height: 1px;
	background: #ad0000;
	margin: 5px 15px 15px;
	border: 0;
	
}

#rsvp div.item {
	float: left;
	display: inline;
	margin: 0 15px 10px;
}

#rsvp div.item div {
	color: #fff;
	padding: 0 2px 2px;
	font-weight: bold;
}

#rsvp div.item div img {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 8px;
}

#rsvp div.item input.element {
	background: #fff;
	border: 1px solid #bdbdbd;
	padding: 2px;
}

#rsvp div.item select.element {
	background: #fff;
	border: 1px solid #bdbdbd;
	padding: 1px;
}

#rsvp div.item input.check {
	vertical-align: middle;
}

#rsvp div.item input.xxl {
	width: 482px;
}

#rsvp div.item input.xl {
	width: 300px;
}

#rsvp div.item input.l {
	width: 226px;
}

#rsvp div.item input.m {
	width: 120px;
}

#rsvp div.item input.s {
	width: 20px;
	text-align: center;
}

#rsvp div.button {
	margin: 10px 15px 0;
	color: #fff;
	font-weight: bold;
}
/* @end */
