.iphone a {color:#BFB67D}

/* header logo */
.iphone h1.page-title a {
    text-indent:-999px;  
    background:url(/images/mobile/header.png) 50% 50% no-repeat;    
}

/* header */
.iphone h1.page-title {
  background:#214431;
  height:80px; 
  padding:0;
  border-bottom:5px solid #BFB67D;
}

/* main content background */
body.iphone, .iphone #wrapper_content { background:#214431}

/* shadow for top stories image */
.iphone #slider .slides .slide .image .image-shadow { background:url("/images/mobile/image-shadow.png") repeat-x scroll 0 0 transparent; height:43px }


/* schedules background */
.iphone .schedule { background:url("/info/mobile/schedules-bg.png") repeat-x scroll 0 0 #214431}

/* schedules line background and border */
.iphone .schedule .item { border-top:1px solid #BFB67D; background:#214431}

/* schedules even line background */
.iphone .schedule .table .item.even { background-color:#214431}

/* show more block for schedules */
.iphone .schedule .table .item .more {
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  background:-moz-linear-gradient(center top , #214431, #214431) repeat scroll 0 0 transparent;
  background:-webkit-gradient(linear, left top, left bottom, from(#214431), to(#214431));
  border:1px solid #CCCCCC;
  height:auto;
  margin:5px 5px 0;
  position:relative;
  top:-4px
}

/* roster background */
.iphone .roster .table .titles { background: url("/info/mobile/schedules-bg.png") repeat-x scroll 0 0 #214431}

/* roster line border and background */
.iphone .roster .table .item { border-top:1px solid #BFB67D;    background:#214431;  }

/* roster even line background */
.iphone .roster .table .item.even { background:#214431} 

.iphone .roster .table .item .data { border-bottom:0  }


/* bios background */
.iphone .bios .details, .iphone .bios .profile { background:none repeat scroll 0 0 #214431; }

/* bios details */
.iphone .bios .details { color:#FFFFFF; font-size:12px; line-height:18px; }

