/* CSS Document */

body {
    background-color: #A30619;
    background-image: url("../../user_upload/11-12_content_elements/backgrounds/hawks.jpg");
    background-position: center 35px;
    background-repeat: no-repeat;
}

a:hover {
  color: #960000;
}

#header {

  background-repeat: no-repeat;
  background-color: transparent;
  height: 124px;
}


#leaderboard {
  width: auto;
  height: auto;
  margin: 0;
  float:right;
}

#col-wrap {
  background-image: url(../images/hawks/top_content_bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

#rss-wrap {
  width: 669px;
  height: 33px;
  border: none;
  background-image: url(../images/hawks/ticker_bg.gif);
  background-repeat: no-repeat;  
}

#footer-nav, #footer-nav a, #copyright {
  /* color: #960000; */
   color: #fff; 
}

a#splogo {
  width: 151px;
  height: 48px;
  /* background-image: url(../images/splogo_footer_lightbg.png); */
  background-image: url(../images/sp_logo_rev.png); 
  background-repeat: no-repeat;
}


/* Navigation */

#nav-wrap {
  background-image: url(../images/hawks/nav_bg.jpg);
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  height:33px;
  width:100%;
  margin: 0 0 0 0;
}

#nav a {
  color: #FFF;
}

#nav a:hover {
  background-image: url(../images/nav-hover.png);
  color: #FFF;
}


#nav li ul a {
  background-color: #DFDFDF;
  color: #000;
}

#nav li ul li a:hover, #nav li ul li ul li a:hover {
  background-image: none;
  background-color: #000;
  color: #FFF;
}

/* News Plugin */

.news-list-container li.active {
  background-image: url(../images/hawks/news_heading.gif);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #DFDFDF;
}

.news-list-container li.active .news-list-sub a {
  color: #000;
}

.news-list-container li.active .news-list-header a {

}

/* Player Profiles */

.profile-nav {
  background-image: url(../images/hawks/hawks_rost_title.jpg);
}

.profile-top {
  background-image: url(../images/hawks/hawks_prof_bg.jpg);
}

ul.profile-name-no-pos {
  color: #17C5FE;
}

ul.profile-name-no-pos li {
  border-left: 1px solid #17C5FE;
}

table.profile-basic-stats {
  color: #fff;
}


/* TWITTER STYLE: */

#twitter_div {
position: relative;
float: left;
padding: 10px 40px 0 10px;
font-size:11px;
}

#twitter_div h2 {
padding: 0px;
margin: 0px;
color: #cc0000;
font-weight: normal
}

#twitter_div ul {
width: 100%;
padding: 0px;
margin: 0px 20;
}

#twitter_div li {
width: 100%;
border-top: 1px #c0c0c0 solid;
padding: 10px 0px 0px 0px;
}

#twitter_div li:hover {
background-color: #f7f7f7
}


#twitter_div li a {
color: #cc0000;
text-decoration: none
}

#twitter_div li a:hover {
text-decoration: underline
}

/* Hawks Custom Styles */

p {
line-height: 155%;
color: #333;
}

h1 {
font-size: 22px;
color: #cc0000;}

h2 {
font-size: 18px;
color: #000;}

h3 {
font-size: 16px;
color: #333;}

h4 {
font-size: 16px;
color: #cc0000;
text-transform: uppercase; }

h1.csc-firstHeader {
font-size: 22px;
color: #cc0000;
text-transform: uppercase;}

.news-list-sub p.bodytext {
  line-height: 100%;
}

.csc-textpic-clear {
  margin: 4px 0;
}

/* Table Styles */

#content table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 15px;
    width: 600px;
    color: #666;
    text-align: left;
    border-collapse: collapse;
}


#content table p.bodytext {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
      font-size: 12px;
  color: #666;
}

#content table th {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 8px;
    color: #fff;
    background: #960000;
}

#content table th p.bodytext {
    font-size: 14px;
    font-weight: normal;
    color: #fff;  
}

#content table .champ {
    color:#000;
    background: #ffcccc;
}

#content table .gf {
    color:#000;
    background: #f7f7f7;
}

#content table td {
    padding: 8px;
}

#content table .odd {
    background: #f7f7f7;
}

a#team-link-logo {
    background-image: url("../../user_upload/11-12_content_elements/team-header-logos/hawks.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline;
    float: left;
    height: 124px;
    width: 354px;
}


#content .profile-wrap {
  float: left;
  width: 663px;
  font-family: Arial;
  display: inline;
}

#content .profile-nav {
  float: left;
  width: 100%;
  margin: 10px 0px;
  height: 30px;
  background-repeat: no-repeat;
  display: inline;
}

#content .profile-drop {
  float: right;
  display: inline;
  margin: 4px;
  width: 180px;
  height: 22px;
}

#content .profile-drop select {
  width: 178px;
  height: 22px;
}
  
#content .profile-top {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  display: inline;
}

#content .profile-bottom {
  float: left;
  display: inline;
}

#content .profile-image {
  float: left;
  width: 150px;
  height: 150px;
  margin: 10px;
  display: inline;
}

#content ul.profile-name-no-pos {
  float: left;
  margin: 10px 0 0 0;
  list-style-type: none;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  clear: right;
  width: 483px;
  display: inline;
}

#content ul.profile-name-no-pos li {
  display: inline;
  padding: 0 30px;
}

#content ul.profile-name-no-pos li.profile-name {
  border: none;
  padding: 0 30px 0 0;
}

#content table.profile-basic-stats {
  float: left;
  width: 483px;
  font-size: 12px;
  margin: 10px 0 0 0;
  color: #FFF;
  display: inline;
  font-family: arial;
  
}

#content table.profile-basic-stats td {
  width: 25%;
  vertical-align: top;
  padding: 0px;
}

#content .profile-career-stats {
  float: right;
  width: 103px;
  height: 21px;
  margin: 10px 10px 10px 0;
  display: inline;
}

#content a.stats-button {
  float: left;
  width: 103px;
  height: 21px;
  text-align: center;
  background-image: url(../images/career_stats_btn.png);
  background-repeat: no-repeat;
  display: inline;
}

#island {
  display:none;
  visibility:hidden;
}

.nblcountdownwrapprer {
background-image:url("http://www.nbl.com.au/fileadmin/templates/images/countdowns/hawks_countdown_bg.jpg");
}

.nblcountdownwrapprer .tx-astcountdown-pi1 h4 {
margin:0 0 15px 95px;
width:120px;
text-transform:capitalize;
}
