body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
  background: #efe9d6 url(/images/header.png) repeat-x 0 0;
  color: #605035;
  width: 100%;
}

img, div, input {
  behavior: url(/iepngfix.htc);
}

#wrapper {
  width: 900px;
  margin: 0 auto;
}

img.logo {
  margin: 40px 0px 0px 0px;
}

a.logo:hover {
  border: none;
}

#navigation ul {
  list-style: none;
  overflow: hidden;
  margin: 27px 0px 50px 0px;
}

#navigation ul li {
  float: left;
}

#navigation ul li a {
  float: left;
  display: block;
  width: 140px;
  padding: 0px 0px 0px 10px;
  line-height: 18px;
  font-size: 11px;
  text-decoration: none;
  color: #998056;
  border: none;
  background: url(/images/normal.png) no-repeat bottom left;
  behavior: url(/iepngfix.htc);
}
	
#navigation ul li a strong {
  display: block;
  font-size: 14px;
  line-height: 15px;
  font-weight: 800;
  color: #efe9d6;
}
	
#navigation li a:hover {
  background: url(/images/hover.png) repeat-x bottom left;
  behavior: url(/iepngfix.htc);
}

#navigation ul li a:hover strong {	
	color: #ffffff;
}

body#home li a.active-home,
body#season li a.active-season,
body#roster li a.active-roster,
body#media li a.active-media,
body#history li a.active-history,
body#about li a.active-about  {
  background: url(/images/active.png) repeat-x bottom left;
  behavior: url(/iepngfix.htc);
}


#main {
  width: 700px;
  float: left;
  padding: 0px 0px 50px 0px;
}



#main img {
  border: 2px solid #605035;
}

p {
  font-size: 10px;
  margin: 20px 0px 0px 0px;
  line-height: 18px;
}

span.bold {
  font-weight: 800;
}

.left {
  float: left;
}

.right {
  float: right;
}

.container {
  padding: 0px 0px 36px 0px;
  border-bottom: 1px dotted #998056;
  margin: 0px 0px 36px 0px;
}

.left .container {
  width: 400px;
}

.right .container {
   width: 250px;
}

.last {
  padding: 0;
  border: none;
}


h1 {
  font-size: 24px;
  font-weight: 100;
  margin: 2px 0px 16px 0px;
}

h2 {
  font-size: 10px;
  text-transform: uppercase;
  margin: 0px 0px -2px 0px;
  color: #998056;
  margin: 0px 0px 12px 0px;  
}

#main p.caption {
  color: #998056;
  font-size: 10px;
  font-style: italic;
  text-align: right;
  margin: 0px 0px 20px 0px;
}

#sidebar {
  float: right;
  width: 140px;
  padding-left: 10px;
}

#sidebar h2 {
  margin: 0px 0px 12px 0px;
}



h3 {
  font-size: 14px;
  display: block;
  margin: 0px 0px 0px 0px;
}

p.details {
  color: #998056;
  font-size: 10px;
  display: block;
  line-height: 13px;
  margin: 0px 0px 20px 0px;
}

#main p.quote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 100;
  line-height: 28px;
  text-indent: 32px;
  background: url(/images/quote.png) no-repeat top left;  
}

p.source {
  text-align: right;
  margin: 10px 0px 48px 0px;
}

a:link, a:visited {
  color: #222222;
  text-decoration: none;
  font-weight: 800;
}

a:hover, a:active {
  border-bottom: 2px solid #222222;
}

a.pdf {
  background:transparent url(/images/pdf.png) no-repeat scroll 0 3px;
  padding: 7px 0px 12px 26px;
  font-size: 11px;
}

a.pdf:hover {
  border: none;
  text-decoration: underline;
}

.movie {
  margin: 16px 0px 48px 0px;
}

.lastMovie {
  margin: 16px 0px 0px 0px;
}

.season p {
  padding-bottom: 40px
}

.season span {
  font-size: 11px;
  font-weight: normal;
}


/* Roster
------------------------------*/
#roster #main {
  width: 900px;
}

#roster #main div.player {
  padding: 0px 0px 10px 0px;
  border-bottom: 1px dotted #605035;
  margin: 0px 0px 10px 0px;
  float: left;
}

#roster #main div.header, 
#roster #main div.player:last-child {
  border-bottom: none;
}

#roster #main div.header {
  font-weight: 800;
}
#roster #main div.player p{
  float: left;
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
}

#roster #main div.player div {
  float: left;
}
div.player div.name {
  width: 225px;
  font-weight: bold;
}
div.player div.number {
  width: 75px;
}
div.player div.hometown {
  width: 125px;
}
div.player div.highSchool {
  width: 200px;
}
div.player div.years {
  width: 125px;
}
div.player div.school {
  width: 150px;
}
#roster #main div.coaches {
  margin-top: 50px;
  clear: both;
}

#gallery {
  width: 725px;
  margin: -12px auto 0px auto;
  padding: 20px 0px 44px 0px;
}

#gallery img {
  margin: 32px 0px 0px 32px;
  border: #605035 solid 1px;
}

#gallery a:hover,
#gallery a:active {
  border-bottom: none;
}

#history h3 {
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 0px 0px;
}

#history span {
  font-size: 12px;
  font-style: italic;
}