@charset "UTF-8";

/* CSS Document */

/* RESET -------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* GENERAL ------- */
html {
  background-image: url(../images/pinz/bg-gradient.jpg);
  background-repeat: repeat-x;
  text-align: center;
}

body {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
}

h1 {
  font-size: 20px;
  font-weight: lighter;
}

h1 a {
  font-size: 20px;
  text-decoration: none;
}

h1 a:hover {
  font-size: 20px;
  text-decoration: underline;
}

h2 {
  font-size: 16px;
  font-weight: normal;
}

h2 a {
  text-decoration: none;
}

h2 a:hover {
  text-decoration: underline;
}

h4 {
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
}

h4 a {
  text-decoration: none;
}

h4 a:hover {
  text-decoration: underline;
}


.bold {
	font-weight: bold;
}

.clear {
  clear: both;
}

.hr {
  width: 966px;
  border-top: 1px solid #ffffff;
  margin: 10px;
  clear: both;
}
td {
	color: #ffffff;
}

/* TEMPLATE "CONTAINERS" ----------------------- */

#container {
  background-image: url( /images/pinz/bg-stars.jpg);
  background-repeat: no-repeat;
  width: 1124px;
  margin: auto;
}

#top {
  width: 1124px;
  height: 200px;
}

#middle {
  width: 1124px;
}

#home-left-col {
  width: 496px;
  float: left;
  padding-left: 100px;
}

#home-right-col {
  float: left;
}

/* -- Section Content Container */
#section-container {
  width: 904px;
  float: left;
  text-align: left;
  padding: 38px 0 0 100px;
}

#section-container .content {
  background: url(/images/pinz/section-text.gif) no-repeat #7d2c02;
  width: 903px;
}

#section-container .content h3 {
  color: #FFFFFF;
  padding-bottom: 4px;
}

#section-container .content a {
  text-decoration: underline;
  font-weight: bold;
  color: #f5f5f5;
}

#section-container .content a:hover {
  text-decoration: none;
  color: #c2e158;
}

#section-container .end-content {
  background: url(/images/pinz/section-bttm.png) no-repeat;
  width: 903px;
  height: 17px;
}

#section-container .about {
  background: url(/images/pinz/sectionhead-about.gif) no-repeat;
  width: 903px;
  height: 53px;
}

#section-container .bowling {
  background: url(/images/pinz/sectionhead-bowling.gif) no-repeat;
  width: 903px;
  height: 53px;
}

#section-container .events {
  background: url(/images/pinz/sectionhead-specialevents.gif) no-repeat;
  width: 903px;
  height: 53px;
}

#section-container .entertainment {
  background: url(/images/pinz/sectionhead-entertainment.gif) no-repeat;
  width: 903px;
  height: 53px;
}

#section-container .photos {
  background: url(/images/pinz/sectionhead-photos.gif) no-repeat;
  width: 903px;
  height: 53px;
}

#section-container .dining {
  background: url(/images/pinz/sectionhead-dining.gif) no-repeat;
  width: 903px;
  height: 53px;
}

#section-container .news {
  background: url(/images/pinz/sectionhead-latestnews.gif) no-repeat;
  width: 903px;
  height: 53px;
}

#section-container .joinclub {
  background: url(/images/pinz/sectionhead-joinclub.gif) no-repeat;
  width: 903px;
  height: 53px;
}




/*-- 50% width columns floated inside section container --*/
.fifty-pct {
  width: 420px;
  padding: 10px 0 0 0;
  margin-left: 20px;
  float: left;
}

.fifty-pct p {
  color: #FAF0ED;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: .02em;
  line-height: 17px;
}

.fifty-pct .img {
  border: none;
}

.fifty-pct a {
  text-decoration: underline;
  font-weight: bold;
  color: #f5f5f5;
}

.fifty-pct a:hover {
  text-decoration: none;
  color: #c2e158;
}

.fifty-pct ul {
  padding: 0 16px 0 16px;
  font-size: 12px;
  color: #ffffff;
}

.fifty-pct li {
  padding-bottom: 6px;
}

/* Text Box Styles ----------------- */
.textbox-home {
  width: 466px;
  float: left;
  padding-top: 39px;
  text-align: left;
  letter-spacing: .02em;
}

.textbox-home-top {
  background: url(/images/pinz/textbox-hm-top.gif) no-repeat;
  width: 445px;
  height: 50px;
  padding: 20px 0 0 20px;
}

.textbox-home-mid {
  background: url(/images/pinz/textbox-hm-mid.gif) no-repeat #7b2b02;
  width: 425px;
  padding: 0 20px 0 20px;
}

.textbox-home-mid p {
  color: #FAF0ED;
  font-size: 13px;
  line-height: 19px;
}

.textbox-home-bttm {
  background: url(/images/pinz/textbox-hm-bttm.gif) no-repeat;
  width: 445px;
  height: 7px;
  padding: 0 0 0 20px;
}

.textbox-short {
  width: 214px;
  float: left;
  text-align: left;
  margin-right: 30px;
}

.textbox-short span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

.textbox-short img {
  border: none;
  padding: 10px 0 10px 0;
}

.textbox-short p {
  border-left: 1px solid #5c1f00;
  border-right: 1px solid #5c1f00;
  color: #FAF0ED;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  padding: 0 8px 0 8px;
}

.textbox-short a {
  text-transform: uppercase;
  color: #ee3330;
  text-decoration: underline;
  font-size: 10px;
  font-weight: bold;
}

.textbox-short a:hover {
  text-decoration: none;
  color: #c2e158;
}

/* LOGO ----------------------- */
.logo {
  float: left;
  font-size: 10px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: inline;
}

.logo a {
  text-decoration: none;
  display: block;
  text-indent: -999em;
  width: 346px;
  height: 200px;
}

.logo a:hover {
  text-decoration: none;
  display: block;
  text-indent: -999em;
  width: 346px;
  height: 200px;
}

/* Z Club ---------*/
.joinzclub {
	display: inline;
	float: right;
	font-size: 10px;
  	overflow: hidden;
	margin: 64px 10px 0 0;
}
.joinzclub a {
	background: url(/images/classicbowl/ZClubIcon.png) no-repeat;
	display: block;
	text-decoration: none;
  	text-indent: -999em;
	width: 140px;
	height: 60px;
}
.joinzclub a:hover {
	background: url(/images/classicbowl/ZClubIcon-on.png) no-repeat;
	display: block;
	text-decoration: none;
  	text-indent: -999em;
	width: 140px;
	height: 60px;
}

table.zclub td {
  padding: 5px 2px; 
}

/* Z-Cards button ----------------------- */
.z-cards {
  background: url(/images/pinz/z-cards.gif) no-repeat;
  float: right;
  font-size: 10px;
  overflow: hidden;
  margin: 74px 100px 0 0;
  padding: 0;
  display: inline;
  width: 178px;
  height: 46px;
}

.z-cards a {
  background: url(/images/pinz/z-cards.gif) no-repeat;
  text-decoration: none;
  text-indent: -999em;
  display: block;
  width: 178px;
  height: 46px;
}

.z-cards a:hover {
  background: url(/images/pinz/z-cards-over.gif) no-repeat;
  display: block;
  text-indent: -999em;
  width: 178px;
  height: 46px;
}

/* Zclub pop up ---*/
#popup {
  background-color: #933100;
  color: #DFFF7A;
  font-size: 14px;
  height: 300px;
}

#popup a {
  color: #DFFF7A;
  text-decoration: none;
}

#popup a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#popup h3 {
  list-style: none;
  font-size: 18px;
  font-weight:normal;
}

#popup img {
  list-style: none;
  border: none;
}

/* -- end popup --*/

/* MENU --------------------------*/
#menu {
  width: 676px;
  height: 47px;
  padding: 0px;
  margin-left: 4px;
  position: relative;
  float: left;
}

#menu li {
  list-style-type: none;
  float: left;
  height: 47px;
}

#menu li a {
  position: absolute;
  top: 0px;
  margin: 0;
  padding: 0;
  display: block;
  height: 47px;
  background: url(/images/pinz/menu.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  color: #000000;
}

li#home a {
  left: 0px;
  width: 72px;
  background-position: 0 0;
  color: #000000;
}

li#bowling a {
  left: 72px;
  width: 92px;
  background-position: -72px 0;
  color: #000000;
}

li#events a {
  left: 164px;
  width: 153px;
  background-position: -164px 0px;
  color: #000000;
}

li#entertainment a {
  left: 317px;
  width: 158px;
  background-position: -317px 0;
  color: #000000;
}

li#dining a {
  left: 475px;
  width: 78px;
  background-position: -475px 0;
  color: #000000;
}

li#about a {
  left: 552px;
  width: 125px;
  background-position: -552px 0;
  color: #000000;
}

/* -- MENU HOVERS ---- */
li#home a:hover {
  background-position: 0 -47px;
  color: #000000;
}

li#bowling a:hover {
  background-position: -72px -47px;
  color: #000000;
}

li#events a:hover {
  background-position: -164px -47px;
  color: #000000;
}

li#entertainment a:hover {
  background-position: -317px -47px;
  color: #000000;
}

li#dining a:hover {
  background-position: -475px -47px;
  color: #000000;
}

li#about a:hover {
  background-position: -552px -47px;
  color: #000000;
}

/* -- MENU Current page "On" -- */
li#home_on a {
  left: 0px;
  width: 72px;
  background-position: 0 -47px;
  color: #000000;
}

li#bowling_on a {
  left: 72px;
  width: 92px;
  background-position: -72px -47px;
  color: #000000;
}

li#events_on a {
  left: 164px;
  width: 153px;
  background-position: -164px -47px;
  color: #000000;
}

li#entertainment_on a {
  left: 317px;
  width: 158px;
  background-position: -317px -47px;
  color: #000000;
}

li#dining_on a {
  left: 475px;
  width: 78px;
  background-position: -475px -47px;
  color: #000000;
}

li#about_on a {
  left: 552px;
  width: 125px;
  background-position: -552px -47px;
  color: #000000;
}

/* FOOTER -------------------------- */
#footer {
  font-size: 10px;
  line-height: 1.5em;
  width: 1024px;
  padding: 0 30px 0 30px;
  margin-left: 10px;
  color: #ffffff;
}

#footer p {
  text-align: left;
  padding-left: 30px;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

/* PHOTO GALLERY STYLES -- */
#page {
  position: auto;
}

#images {
  padding-left: 110px;
  width: 600px;
}

#details {
  color: #000;
}

.gallery {
  width: 700px;
  cursor: default;
  list-style: none;
}

.gallery img {
  background: #fff;
  border-color: #aaa #ccc #ddd #bbb;
  border-style: solid;
  border-width: 1px;
  color: inherit;
  padding: 2px;
  vertical-align: top;
  width: 100px;
  height: 75px;
}

.gallery li {
  background: #eee;
  border-color: #ddd #bbb #aaa #ccc;
  border-style: solid;
  border-width: 1px;
  color: inherit;
  display: inline;
  float: left;
  margin: 10px;
  padding: 5px;
  position: relative;
}

/* -- for Anderson Sites portal page --*/

body.portal_pinz {
  background-color: #933100;
}

#portal {
  padding-top: 26px;
  color: #DFFF7A;
}

#portal li {
  list-style: none;
  font-size: 12px;
  margin: 16px 0 16px 0;
}

#portal a {
  color: #ffffff;
  text-decoration: none;
}

#portal a:hover {
  color: #DFFF7A;
  text-decoration: underline;
}

#portal .title {
  list-style: none;
  font-size: 18px;
  font-weight:normal;
}

/* --end portal page --*/

.news_item {
  padding-left: 6px;
}

.news_item h4 {
  font-weight: bold;
  margin:8px 0 4px 8px;
}

.news_item p {
  font-size: 13px;
  margin:8px 0px 0px 16px
}

.news_item a {
  font-weight:normal;
  font-size: 10px;
}

.coming_soon_box {
  font-size: 22px;
  color: #fff;
  padding: 100px;
}
