.template {
  display: none;
}

html {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
  background: #000000 url(images/background.jpg) no-repeat fixed center top;
}

body {
 height: 100%;
 margin: 0 0 1px;
 padding: 0;
 font-family:"arial";
}

span.alt {
  display: none;
}

.ital{
  font-style:italic;
}

.clear{
  width:100%;
  clear:both;
}

a{
  text-decoration:underline;
  color:#e8e2d6;
}

a:hover{color:#ffffff;}

.center{text-align:center;}

#header {
  display: block;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 40px;
  background: transparent url(images/header-background.jpg) no-repeat scroll center top;
  z-index: 65534;
}

#header #logo {
  width: 296px;
  height: 34px;
  display: block;
  background: transparent url(images/logo.png) no-repeat scroll left top;
  margin: 0px auto;
  padding-left: 625px;
  z-index: 65535;
}

#content {
/*   margin-top: 92px; */
  color: #ffffff;
  padding-top: 90px;
}

.block {
  display: block;
  width: 926px;
  margin: 2px auto 2px;
  position:relative;
/*   background: #777777; */
/*   opacity: .25; */

  color:#cfc9be;
  font-size:13px;
  line-height:150%;
}

.block .title {
  position:absolute;
  left:0px;
  top:-34px;
  display: block; 
  width: 926px;
  height: 34px;
  background: transparent url(images/fullwidth-header-right.png) no-repeat scroll right bottom;
}

.block .title .left {
  display: block;
  width: 26px;
  height: 34px;
  background: transparent url(images/fullwidth-header-left.png) no-repeat scroll 0 0;
  float: left;
}

.block .title .right {
  display: block;
  height: 34px;
  width: 29px;
  float: left;
  background: transparent url(images/fullwidth-header-title-right.png) no-repeat scroll 0 0;
}

.block .title .center {
  display: block;
  float: left;
  height: 34px;
}

.block .body, .block .body-sm {
  position:relative;
  margin:38px 0 43px 0;
  display: block;
  padding: 0px 22px;
  width: 880px;
  background: transparent url(images/fullwidth-background.png) repeat-y scroll 0 0;
}

.block .footer{
  position:absolute;
  left:0px;
  bottom:-43px;  
  display: block;
  width: 926px;
  height: 43px;
  background: transparent url(images/fullwidth-footer.png) no-repeat scroll 0 0;
}

.block .footer-plain {
  position:absolute;
  left:0px;
  bottom:-32px;  
  display: block;
  width: 926px;
  height: 32px;
  background: transparent url(images/fullwidth-footer.png) no-repeat scroll 0 0;
}

.halfwidth-container {
  display: block;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.halfwidth-container .block {
  float: left;
  margin-right: 7px;
  margin-left: 7px;
  width: 456px;
}

.halfwidth-container .block .title {
  width: 456px;
  background-image: url(images/halfwidth-header-right.png);
}

.halfwidth-container .block .body {
  width: 412px;
  min-height:155px;
  margin-bottom:51px;
  background-image: url(images/halfwidth-background.png);
  padding-top:8px;
}

.halfwidth-container-plain .block .body{
  width:404px;
  min-height:148px;
  padding:8px 26px 0 26px;;
}

.halfwidth-container .block .footer {
  width: 456px;
  background-image: url(images/halfwidth-footer.png);
}

.halfwidth-container .block .footer-plain {
  bottom:-43px;
  height:43px;
  width: 456px;
  background-image: url(images/halfwidth-footer-plain.png);
}

.threewide-container, .twothird-container, .twothird-left-container {
  display: block;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  clear:both;
}

.threewide-container .block{
  float: left;
  margin-right: 5px;
  margin-left: 7px;
  width: 301px;
}

.threewide-container .block-center{
  margin-left:6px;
  margin-right:6px;
}

.threewide-container .block-right{
  margin-left:6px;
  margin-right:7px;
}

.threewide-container .block .title{
  width: 301px;
  background-image: url(images/threewide-header-right.png);
}

.threewide-container .block .body{
  padding-top:8px;
  min-height:185px;
  width: 257px;
  background-image: url(images/threewide-background.png);
}

.threewide-container .block .footer-plain{
  width: 301px;
  background-image: url(images/threewide-footer-plain.png);
}

.threewide-container .block .footer{
  position:absolute;
  bottom:-34px;
  height:34px;
  width: 301px;
  background-image: url(images/threewide-footer.png);
}

.arrow-link{
  width:30px;
  height:31px;
  background-image:url(images/arrow-right.png);
  background-position:0 0;
  position:absolute;
  right:0px;
  bottom:-4px;
}

.arrow-link:hover{
  right:-2px;
  background-image:url(images/arrow-right.png);
  background-position:0 31px;
}
  
.arrow-down{
  width:30px;
  height:31px;
  background-image:url(images/arrow-down.png);
  background-position:0 0;
  position:absolute;
  right:0px;
  bottom:-2px;
}

.arrow-down:hover{
  bottom:-4px;
  right:0px;
  background-image:url(images/arrow-down.png);
  background-position:0 31px;
}

/**************************************/
/* Threwide Small                     */
/* small, three-across containers     */
/* found on the info page             */
/**************************************/

.threewide-sm .block .body{
  min-height:85px;
}

.contact-table{
  font-size:1.5em;
  margin-top:10px;
  padding:20px 20px;
  background-color:#423f39;
  border:1px solid #4a4640;
  text-align:center;
  box-shadow:0px 2px 2px #201D18;
}

.contact-table-sm{
  font-size:1.3em;
  line-height:125%;
  padding:20px 0;
  background-color:#423f39;
  border:1px solid #4a4640;
  text-align:center;
  box-shadow:0px 2px 2px #201D18;
  margin:10px 0 2px 0;
}

.contact-table-sm div{
  width:50%;
  text-align:left;
  margin:0 auto;
}

/**************************************/
/*   Game logo images on game pages   */
/**************************************/

.game-logo{
  margin:12px 0 0 4px;
  width:293px;
  height:198px;
  position:relative;
}

.game-logo-top{
  position:absolute;
  top:-4px;
  left:-3px;
  width:299px;
  height:4px;
  background-image: url(images/game-logo-top.png);
}

.game-logo-bottom{
  position:absolute;
  bottom:-4px;
  left:-3px;
  width:299px;
  height:4px;
  background-image: url(images/game-logo-bottom.png);
}

.game-logo-left{
  position:absolute;
  top:0px;
  left:-4px;
  width:4px;
  height:198px;
  background-image: url(images/game-logo-left.png);
}

.game-logo-right{
  position:absolute;
  top:0px;
  right:-4px;
  width:4px;
  height:198px;
  background-image: url(images/game-logo-right.png);
}

.game-logo-img{
  width:293px;
  height:198px;
}

.game-logo-img a{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}

.game-logo-img a:hover{
  background-image:url(images/submenu-hover.png);
  background-position:3px bottom;
  background-repeat:repeat-x;
}

.game-link{
  width:30px;
  height:31px;
  background-image:url(images/arrow-right.png);
  background-position:0 0;
  position:absolute;
  right:-14px;
  top:83px;
}

.game-logo-img a:hover .game-link{
  right:-16px;
  background-image:url(images/arrow-right.png);
  background-position:0 31px;
}





.twothird-container{
  display: block;
  width: 940px;
  margin:5px auto;
  clear:both;
}

.twothird-container .body{
  float: right;
  width: 570px;
  min-height:152px;  
  background-image: url(images/twothird-background.png);
  position:relative;
  margin:21px 0 29px 0;
}

.twothird-container .body p{
  margin:-4px 0 8px 0;
}

.twothird-container .title{
  position:absolute;
  top:-25px;
  left:0px;
  width: 614px;
  height:25px;
  background-image: url(images/twothird-header.png);
}

.twothird-container .footer{
  position:absolute;
  bottom:-29px;
  left:0px;
  width: 614px;
  height:29px;
  background-image: url(images/twothird-footer.png);
}

/***********************************************/
/* 2/3 width block on left, 1/3 block on right */
/* both with titles and plain footers          */
/***********************************************/
.twothird-left-container {
  display: block;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  clear:both;
}

.twothird-left-container .body{
  position:relative;
  float: left;
  width: 570px;
  min-height:170px;  
  padding:8px 22px 0;
  background-image: url(images/twothird-background.png);
}

.twothird-left-container .body-sm{
  position:relative;
  float:right;
  min-height:170px;
  width: 257px;
  padding:8px 22px 0;
  background-image: url(images/threewide-background.png);
}

.twothird-left-container .body .title{
  width: 614px;
  background-image: url(images/twothird-header-right.png);
}

.twothird-left-container .body-sm .title{
  width: 301px;
  background-image: url(images/threewide-header-right.png);
}

.twothird-left-container .body .footer{
  width: 614px;
  background-image: url(images/twothird-footer.png);
}

.twothird-left-container .body-sm .footer{
  width: 301px;
  background-image: url(images/threewide-footer-plain.png);
}

/***********************************************/


.block p{
  margin:4px 0;
  text-align:justify;
}

.block ul{
  margin:4px 0 0 8px;
}

.block ul li{
  display:block;
  background-image:url(images/list-item.png);
  background-repeat:no-repeat;
  background-position:0 3px;
  padding-left:18px;
  text-align:justify;
}

.block li a{
  text-decoration:underline;
  font-weight:bold;
  color:#e8e2d6;
}

.block li a:hover{
  color:#ffffff;
}

.news-banner{
  width:100%;
  padding:0 0 0;
  margin-bottom:8px;
  border-bottom:1px solid #58544f;
}

.news-banner-title{
  font-size:1.1em;
  font-weight:bold;
  color:#e8e2d6;
  float:left;
}

.news-banner-date{
  font-size:1.1em;
  font-weight:bold;
  color:#e8e2d6;
  float:right;
}

/****************************************************/
/*  big phat link for external sites on games page  */
/****************************************************/
.phat-link{
  width:200px;
  height:21px;
  padding:5px;
  background-color:#3f3c37;
  border:1px solid #4a4640;
  margin:20px auto;
  text-align:center;
}

.phat-link-fb{
  width:250px;
  position:relative;
  left:-5px;
}

.phat-link .arrow{
  width:30px;
  height:31px;
  background-image:url(images/arrow-right.png);
  background-position:0 0;
  position:absolute;
  right:-13px;
  top:0px;
}

.phat-link:hover{
  border:1px solid #57524b;
}

.phat-link:hover .arrow{
  right:-15px;
  background-image:url(images/arrow-right.png);
  background-position:0 31px;
}

.phat-link-sm{
  font-size:10px;
  text-align:left;
  margin:5px 0 0 0;
  width:50px;
  line-height:110%;
}

.phat-link-big{
  position:relative;
  left:-5px;
}

/***********************************************/
/*  table for the info section on games pages  */
/***********************************************/

.info-table{
  width:100%;
  background-color:#423f39;
  border:1px solid #4a4640;
  box-shadow:0px 2px 2px #201D18;
  margin-bottom:2px;
}

.info-table tr{
  border-bottom:1px solid #45413B;
}

.info-table .col1{
  background-color:#403c37;
  width:40%;
  text-align:right;
  padding-right:8px;
  border-right:2px solid #45413B;
}

.info-table .col2{
  padding:0 8px;
  color:#ffffff;
}

.info-table .generic{
  padding:20px;
}

/***********************************************/
/*  table for the Team bios and publications   */
/***********************************************/

.standout{
  margin-top:10px;
  margin-bottom:2px;
  padding:10px 70px;
  background-color:#423f39;
  border:1px solid #4a4640;
  text-align:center;
  box-shadow:0px 2px 2px #201D18;
}


.boxes{
  margin:0 auto;
}

.boxes .cell{
  color:#c9c4b9;
  float:left;
  padding:6px 12px;
  width:230px;
  background-color:#423f39;
  border:1px solid #4a4640;
  margin:5px;
  box-shadow:0px 2px 2px #201D18;
}

.boxes .cell-wide{
  width:42%;
  margin:1% 2%;
}

.boxes a:hover .cell-wide{
  color:#000000;
  background-color:#B3911E;
}

.boxes a:hover .team-name{
  border-bottom:1px solid #000000;
}

.mail-icon{
  float:right;
  display:block;
}

.team-name{
  font-weight:normal;
  font-size:1.1em;
  color:#e8e2d6;
  border-bottom:1px solid #b3911e;
  margin-bottom:5px;
}


/******************************/
/* Page footer for every page */
/******************************/

#footer {
  display: block;
  width: 926px;
  margin: 6px auto;
  padding: 2px 0;
  clear: both;
}

#footer #social {
  position:relative;
  display:block;
  width: 304px;
  height: 59px;
  background: transparent url(images/footer-social-bg.png);
  float: left;
}

#social ul{margin:5px 0 0 40px;}

#social li{
  float:left;
  padding-right:38px;
}

#footer #colophon {
  position:relative;
  display: block;
  margin-top:10px;
  width: 554px;
  min-height: 39px;
  padding: 0 40px 0 20px;
  float: right;
  color:#524e46;
  font-size:10px;
  line-height:125%;
  background: transparent url(images/footer-colophon-bg.png);
}

#colophon-top{
  position:absolute;
  left:0;
  top:-10px;
}

#colophon-bottom{
  position:absolute;
  left:0;
  bottom:-10px;
}


#colophon-links{
  color:#837b70;
  font-size:13px;
}

#colophon-links li{
  text-transform:uppercase;
  float:left;
  padding-right:45px;
}

#colophon-links li a{
  color:#837b70;
  text-decoration:none;  
}

#colophon-links li a:hover{
  color:#837b70;
  text-decoration:underline;  
}

#legalese{
  padding-top:2px;
  clear:both;
}

#toplink-holder{
  position:absolute;
  right:7px;
  top:-3px;
  width:31px;
  height:36px;
}

#toplink{
  display:block;
  width:31px;
  height:31px;
  background-image:url(images/top-button.png);
  background-position:0 0;
}
#toplink:hover{
  background-image:url(images/top-button.png);
  background-position:0 31px;
}

#footer .logo{
  width:119px;
  height:142px;
  margin:10px auto 20px auto;
}

/*******************************/
/* Featured block on main page */
/*******************************/

.featured{
}

.featured-left{
  padding-top:20px;
  width:280px;
  float:left;
}

#featured-table{
  width: 280px;
}

.featured-right{
  float:left;
  margin-left:170px;
  width:430px;
}

#killian{
  position:absolute;
  bottom:-37px;
  left:254px;
  z-index: 1100;
}


/******************************/

.carousel{
  display: block;
  width: 926px;
  margin: 2px auto 2px;
  clear:both;
}

.carousel .header {
  display: block;
  width: 926px;
  height: 4px;
  background: transparent url(images/carousel-header.png) no-repeat scroll 0 0;
}

.carousel .left-border {
  float:left;
  display: block;
  width: 4px;
  height: 393px;
  background: transparent url(images/carousel-left-border.png) no-repeat scroll 0 0;
}

.carousel .right-border {
  float: right;
  display: block;
  width: 4px;
  height: 393px;
  background: transparent url(images/carousel-right-border.png) no-repeat scroll 0 0;
}

.carousel .body {
  width: 918px;
  height: 393px;
  overflow: hidden;
  background-image: none;
  background-color: #000000;
}

.carousel .footer {
  display:block;
  clear: both;
  height: 4px;
  background-image: url(images/carousel-footer.png);
  padding-bottom:6px;
  position: relative;
}

.carousel .footer .slider-container {
/*   background-color: #ff00ff; */
  display: block;
  width: 712px;
  height: 4px;
  position: absolute;
  top: 1px;
  left: 108px;
  overflow: hidden;
}

.carousel .footer .slider-container .slider {
  display: block;
  width: 100px;
  height: 4px;
  background: transparent url(images/carousel-slider.png) repeat-x scroll 0 0;
  position: absolute;
/*   left: 20px; */
}

.carousel .footer .slider-container .slider .slider-end {
  display: block;
  width: 1px;
  height: 4px;
  background: transparent url(images/carousel-slider-right.png) no-repeat scroll 0 0;
}

.carousel .footer .slider-container .slider .slider-left {
  float: left;
  text-align: left;
}

.carousel .footer .slider-container .slider .slider-right {
  float: right;
  text-align: right;
}

.carousel .body #carousel-active-container {
  display: block;
  width: 918px;
  height: 404px;
  background: transparent none no-repeat scroll 0 0;
}

/************************************/
/* sitemap UL list styling, for fun */
/************************************/

.sitemap{
  width:100%;
  padding:10px 0 20px 0;
}

.level1{
  clear:both;
}

.sitemap .level2 li{
  float:left;
  width:100px;
  height:50px;
  padding:8px 10px 0 10px;
  background-color:#423f39;
  border:1px solid #4a4640;
  text-align:center;
  box-shadow:0px 2px 2px #201D18;
  background-image:none;
}

.level2 .single{line-height:45px;}

.level2{
  padding-bottom:80px;
  clear:both;
}

.level2 a:hover li{
  color:#000000;
  background-color:#B3911E;
}
  
