body {
  background: #dccaac url('/graphics/design/header_soccer.jpg') repeat-x top center;
  margin: 0;
  padding: 0;
  z-index: 1;
}

a img {
	border: 0;
	}

.clear {
  clear: both;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 10px;
}

ul li {
  background-image: url('/images/small_red_arrow.gif');
  background-repeat: no-repeat;
  padding: 0 0 0 10px;
}

h3 {
  margin-bottom: 4px;
}

#container {
  position: relative;
  background: #6A4A0F url('/graphics/design/content_background.jpg') repeat-y;
  width: 931px;
  margin: 20px auto;
  border: 0px solid #f00;
  z-index: 1;
}


#subcontainer {
  position: relative;
  background: url('/graphics/design/container_background.jpg') no-repeat top center;
  border: 1px solid #fff;
  z-index: 1;
}

/*******************************
* Header stuff
*******************************/

#header {
  position: relative;
  z-index: 2;
  border-top: 1px solid #fff;
  font-size: 13px;
  height: 1%;
}

#header a {
  font-weight: bold;
}

#header h1 {
  margin: 0;
  padding: 0;
  float: left;
}

#header h1 a {
  display: block;
  width: 335px;
  height: 141px;
  border: 0px solid #f00;
  margin: 16px 0px 0 30px;
  text-indent: -10000px;
  background-image: url('/graphics/design/header.gif');
}

#header h2 {
  display: none;
}

#header .ad {
  display: block;
  width: 520px;
  height: 70px;
  border: 1px solid white;
  float: right;
  margin: 20px 20px 0 0;
  padding: 0;
  background-color: #fff0ee;
  color: #bfbfbf;
}

#header .ad p {
  text-indent: -10000px;
}

#header .ad p a {
  text-indent: -10000px;
  display: block;
  background-image: url('/images/520x70_blackout.gif');
  height: 70px;
  border: 0;
}

/*******************************
* Header menus
*******************************/

#header ul {
  position: relative;
  z-index: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
  border: 0px solid #f00;
  width: 520px;
  margin: 10px 27px 0 0;
}

#header ul li {
  position: relative;
  z-index: 1;
  float: left;
  padding: 0 10px;
  margin-left: 7px;
  border: 0px solid #f00;
  background-image: none;
}

#header ul li ul {
  left: 0;
}

#header ul li.first {
  position: relative;
  z-index: 1;
  padding-left: 0 !important;
}

/*******************************
* Header menu 1
*******************************/

#header ul#menu1 {
  z-index: 2;
}

#header ul#menu1 li {
  background: url('/graphics/design/red_bar.gif') no-repeat right center;
  font-size: 14px;
  line-height: 26px;
  padding: 0 14px 0 12px;
  position: relative;
  z-index: 1;
}

#header ul#menu1 li.last {
  border-right: 0;
  margin-right: 0;
  padding-right: 8px;
  padding-left: 13px;
  background: none;
  border: 0px solid #BC8600;
  position: relative;
  z-index: 1;
}

#header ul#menu1 li.last:hover {
  border: 1px solid #BC8600;
  border-bottom: 0;
  margin-top: -1px;
  padding: 0 8px 0 12px;
  position: relative;
  z-index: 1;
}

/*******************************
* Header menu 2
*******************************/

#header ul#menu2 {
  z-index: 1;
}

#header ul#menu2 li {

}

#header ul#menu2 li a {
  border: 1px solid #f00;
  margin: 0 6px 0 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 15px;
  border: 0px solid #f00;
  position: relative;
  z-index: 1;
}

#header ul#menu2 li ul li a {
  text-transform: none;
  font-weight: normal;
  line-height: 24px;
}

#header ul#menu2 li:hover {

}

#header ul#menu2 li.first  {
  margin-left: 8px;
  position: relative;
  z-index: 1;
}

#header ul#menu2 li.last  {
  margin: 0 0 0 0;
  position: relative;
  z-index: 1;
}

#header ul#menu2 li.last:hover div {
  display: block;
  position: relative;
  z-index: 1;
}

#header ul#menu2 li.daily a {
  color: #FF6600;
  position: relative;
  z-index: 1;
}

/*******************************
* Header drop menus
*******************************/

#header ul li ul {
  position: absolute;
  top: 10px;
  display: none;
  z-index: 100;
  background-color: #EDCB6A;
  width: 200px;
  padding: 10px 0;
  border: 1px solid #AF7D00;
}

#header ul li:hover ul {
  display: block;
}

#header ul li ul li {
  float: none;
  margin: 0;
}

/*******************************
* Header search box
*******************************/

#header #small_search_box {
  display: none;
  border: 1px solid #BC8600;
  position: absolute;
  margin: 0;
  padding: 10px 3px 10px 10px;
  background-color: #F4D992;
  width: 180px;
  right: -10px;
  top: 23px;
  z-index: 100;
}

#header ul#menu1 li.last:hover #small_search_box {
  position: absolute;
  display: block;
  margin: 0;
  z-index: 1;
}

#header form#small_search {
  position: relative;
  z-index: 1;
  border: 0px solid #f00;
  padding: 0;
  margin: 0;
}

#header form#small_search input, #header form#small_search label {
  display: inline;
  margin: 0;
}

#header form#small_search input.submit {
  float: none;
}

#header form#small_search label {
  font-weight: bold;
}

#header form#small_search input#search_box {
  width: 140px;
  border: 1px solid #b11016;
}

#header form#small_search 
input.submit {
  width: auto;
  border: 0px solid #f00;
  margin: 0 0 -6px 0!important;
  padding: 0 !important;
}

/*******************************
* Content area
*******************************/
#content {
  position: relative;
  z-index: 1;
  clear: both;
  width: 850px;
  margin: 10px auto 0 auto;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #6B4B0E;
  min-height: 270px;
}

#content table {
color: #333;
margin-bottom: 20px;
}

#content table td {
  padding: 0px;
}


/*******************************
* New boxes
*******************************/
.new_box {
  background-color: #F0E5D8;
  border: 1px solid #8F7651;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#large_search_form {
  clear: both;
}

#large_search_form input {
  width: 180px;
  float: left;
}

#large_search_form input.submit {
  width: auto;
  float: none;
}

textarea {
  width: 360px;
  height: 72px;
  background-color:#FFFFCC;
  }

/*******************************
* Side Box
********************************/
.daily_side_box h4 {
  font-size: 12px;
}

.daily_side_box {
  background-image: url('/graphics/design/side_box_narrow_background.png');
}

.daily_side_box .content_box1 {
  background-image: url('/graphics/design/side_box_narrow_top.png');
  background-repeat: no-repeat;
  height: 100%;
}

.daily_side_box .content_box2 {
  background-image: url('/graphics/design/side_box_narrow_bottom.png');
  background-position: bottom;
  background-repeat: no-repeat;
  height: 100%;
}

.daily_side_box .content_box5 {
  padding: 10px;
}

.sidebox_select {
  width: 230px;
}

/*******************************
* Footer stuff
********************************/

#footer {
  position: relative;
  background-image: url('/graphics/design/footer_background_square.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  border-bottom: 1px solid #fff;
  padding: 10px 0 20px 0;;
}

#footer p {
  text-align: center;
  color: #fff;
  font-size: 10px;
}

#footer a {
  color: #fff;
  text-decoration: underline;
}

#footer #eblast {
  width: 400px;
  margin: 0 auto 20px auto;
  background-color: #F4D992;
  border: 1px solid #BC8600;
  padding: 5px;
}

#footer #eblast a {
color: #B11016;
}

#footer #eblast fieldset {
  border: 0;
}

#footer #eblast fieldset legend {
  font-size: 13px;
  font-weight: bold;
  color: #2e1207;
  margin-top: 10px;
}

#footer #eblast label {
  float: left;
  margin-right: 10px;
}

#footer #eblast label input {
  width: 150px;
}

#footer #eblast label input.submit {
  width: auto;
}

#footer input#search_box {
  width: 140px;
  border: 1px solid #b11016;
  margin-top: 2px;
  padding-bottom: 4px;
}

.all-adrow {
  width: 848px;
  margin: 0 auto;
}

.all-adrow div {
  width: 260px;
  height: 140px;
  border: 1px solid #F2E3BC;
  float: left;
  margin: 0 31px 20px 0;
  background-color: #fff0ee;
  color: #bfbfbf;
  text-align: center;
}

.all-adrow div.last {
  margin-right: 0;
}


/*******************************
* Daily styles
********************************/
#daily_main {
  width: 570px;
  float: left;
  margin-right: 20px;
}

#athlete_poll a {
  display: block;
  background-color: #90191B;
  color: #fff;
  padding: 10px;
  margin: 20px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-box-shadow: 2px 2px 5px #666;
}

#athlete_poll a:hover {
  background-color: #6F1418;
  text-decoration: none;
}

#athlete_poll a:active {
  -moz-box-shadow: 0px 0px 5px #666;
}

#athlete_poll a span {
  float: right;
  margin-right: 20px;
}

#daily_main .daily_title {
  border-bottom: 1px solid #FBF6E2;
  margin-bottom: 10px;
  position: relative;
}

#daily_main .daily_title h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}

#daily_main .daily_title h4 {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 12px;
  position: absolute;
  right: 3px;
  bottom: 3px;
}

#daily_main p {
  clear: both;
}

#daily_side {
  width: 255px;
  border: 0px solid #6B4B0E;
  float: left;
}

.daily_side_box {
  border: 0px solid #f00;
  position: relative;
  width: 255px;
  margin: 0 0 20px 0;
  float: left;
}

.daily_side_box2 {
  position: relative;
  width: 235px;
  margin: 0 0 20px 0;
  float: left;
}

#daily_search p {
  clear: both;
}

#daily_search input {
  width: 180px;
  float: left;
  font-size: 16px;
  margin-right: 6px;
}

#daily_search input.submit {
  font-size: 12px;
}

.daily_side_box label {
  font-weight: bold;
}

.daily_side_box input[type=text], .daily_side_box textarea {
  width: 220px;
}

.daily_side_box input.submit {
  width: auto !important;
}

.calendar {
  border: 1px solid #963;
  border-collapse: collapse;
  width: 210px;
  margin: 0 auto;
  font-size: 14px;
}

.calendar td {
  border: 1px solid #963;
  text-align: center;
  width: 30px;
  height: 22px;
}

.calendar td a {
  display: block;
}

.calendar td a:hover {
  background-color: #B11016;
  color: #fff;
}

.calendar td.cal_title {
  width: 217px;
}

.calendar td.cal_title a {
  display: inline;
  font-size: 20px;
  line-height: 16px;
}

#daily_rss_list ul li {
  background-image: url('/graphics/rss_icon.gif');
  padding: 0 0 0 26px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

.query_string {
  color: #f00;
}

#social_links img {
  padding: 6px 0 2px 6px;
}

.instructions {
  position: relative;
  width: 137px;
  height: 129px;
/*  background: #6D4B0C url('/graphics/cover_instructions_back.png');*/
  background: #6D4B0C;
  padding: 20px;
  float: left;
  margin: 0 19px 20px 0;
  z-index: 100;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

.instructions .number {
  position: absolute;
  color: #8b703d;
  font-size: 140px;
  font-weight: bold;
  left: 50px;
  top: 6px;
  z-index: -1;
  line-height: 150px;
}

div.last {
  margin-right: 0;
}

/*******************************
* Contact page styles
********************************/
#contact_form {
  float: left;
  width: 310px;
  margin-right: 100px;
}

#contact_details {
  width: 300px;
  float: left;
}

/*******************************
* Secondary page styles
********************************/
#secondary {
  float: left;
  width: 570px;
  margin-right: 20px;
}

#secondary p, ul {
  line-height: 20px;
}

#secondary img {
  border: 0;
}

#secondary #player {
  float: right;
  padding-left: 10px;
}

.float {
  float: right;
  padding-left: 10px;
}

.float-left {
  float: left;
  padding-right: 10px;
}

.float-right {
  float: right;
  width: 700px;
}

#secondary_side {
  width: 255px;
  float: left;
}

.ptw_highlights {
	background-color: yellow;
	padding-left: 8px;
	}

.athletes {
  line-height: 24px;
  font-size: 16px;
}


/*******************************
* Archive styles
********************************/

.issue_image {
  float: left;
  margin-right: 20px;
}


#single_issue_list {
  width: 510px;
  float: left;
}

#single_issue_list h2 {
  margin: 0;
  padding: 0;
}

#single_issue_list h3 {
  margin: 0;
  padding: 0;
}

#single_issue_list p {
  margin: 0 0 10px 0;
  padding: 0;
}

.full_archive_story h3 {
  margin: 0;
  padding: 0;
}

.full_archive_story h4 {
  font-size: 12px;
}

.small_cover_list {
  border: opx solid #f00;
  width: 120px;
  height: 130px;
  margin: 0 20px 20px 0;
  float: left;
  text-align: center;
}

.small_cover_list p {
  font-weight: bold;
}


/*******************************
* Training table
********************************/

#training-table .tt-cell {
  margin: 0 0 18px 0;
}

#training-table h4 {
  margin: 0;
  padding: 0;
}

#training-table p {
  margin: 0 0 5px 0;
  padding: 0;
}

/*******************************
* Search results
********************************/
#google_results img {
  border: 0;
}

#google_results h4 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

#google_attrib {
  float: right;
}

.google_result {
  border: 0px solid #ccc;
  margin-top: 14px;
}

.google_result h3 {
  margin: 0;
  padding: 0;
}

.google_result p {
  margin: 0 0 0 15px;
  padding: 0;
}

.google_result p.url {
  color: #630;
  font-size: 8px;
}

/*******************************
* Testimonies styles
********************************/
#testimonies_search_box .alpha {
  float: left;
  margin-bottom: 10px;
}

#testimonies_search_box .alpha li {
  margin: 0 4px 4px 0;
  padding: 0;
  background-image: none;
  float: left;
  display: block;
  border: 1px solid #b11016;
  width: 20px;
  text-align: center;
}

#testimonies_search_box .alpha li a {
  display: block;
}

#testimonies_search_box .alpha li a:hover {
  background-color: #b11016;
  color: #F0E5D8;
}

/*******************************
* Admin styles
********************************/
#admin_menu {
  border: 0px solid #f00;
  height: 23px;
  width: 882px;
  margin: -16px 0 10px -16px !important;
  padding; 0 !important;
  background-color: #67490D;
}

#admin_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0px solid #f00;
}

#admin_menu ul li {
  float: left;
  border: 0px solid #f00;
  padding: 0;
  padding-right: 10px;
  background-image: none;
}

#admin_menu ul li a {
  display: block;
  padding: 3px 5px;
  border: 0px solid #f00;
  color: #fff;
}

#admin_menu ul li a:hover {
  display: block;
  padding: 3px 5px;
  border: 0px solid #f00;
  background-color: #E5BF5C;
  color: #67490D;
}

#admin_menu ul li:hover {
  background-color: #E5BF5C;
}

#admin_menu ul li:hover a {
  background-color: #E5BF5C;
  color: #B11016;
}

#admin_menu ul li div {
  display: none;
  background-color: #E5BF5C;
  position: absolute;
  padding: 5px;
}

#admin_menu ul li:hover div {
  display: block;
}

#admin_menu ul li div a {
  color: #B11016;
}

#admin_menu ul li div table {
  border: 1px solid #B11016;
}

#admin_menu ul li div table td {
  border: 1px solid #B11016;
}

#admin_menu ul li div table td a {
  padding: 5px;
  display: block;
}

#admin_menu ul li div table td a:hover {
  background-color: #B11016;
  color: #fff;
}

#admin_menu ul li div h4 a, #admin_menu ul li div h4 {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#admin_menu ul li div h4 a, #admin_menu ul li div h4 a:hover {
  display: inline;
  margin: 0;
  padding: 0;
}

#admin_sub_menu {
  border: 1px solid #ccc;
  padding: 5px;

  float: left;
  margin-right: 20px;
}

#admin_sub_menu h3 {
  margin: 0 0 10px 0;
}

#admin_sub_menu h4 {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#admin_sub_menu td {
  padding: 4px !important;
}

.admin_form label {
  font-size: 14px;
  font-weight: bold;
}

.admin_list {
  border-collapse: collapse;
}

.admin_list td {
  border: 1px dotted #ccc;
  padding: 4px !important;
}

.admin_list td.title {
  padding: 5px;
}

.admin_list td a {
  display: block;
}

.admin_list td a:hover {
  background-color: #B11016;
  color: #fff;
}

#daily_admin_row {
  margin-top: 20px;
}

#daily_admin_row td {
  padding: 0 40px 0 0 !important;
}

#daily_admin_row select {
  margin-bottom: 0;
}

/*******************************
* Product/e-com styles
********************************/

.product {
  float: left;
  clear: both;
  border-bottom: 1px dotted #E5BF5C;
  width: 566px;
  margin-bottom: 20px;
}
  
.product img {
  padding: 6px 12px 12px 0;
}

.product h4 {
  color: #67490D;
  font-size: 14px;
}

.product_main {
	border: #000 solid 1px;
	background-color: #CCCCCC;
	float: left;
	clear: both;
	margin-bottom: 20px;
	padding: 10px;
	width: 540px;
}

.product_main img {
  padding: 6px 12px 12px 0;
}

.product_main h4 {
  color: #67490D;
  font-size: 15px;
}

.product_main p {
  line-height: 22px;
}

#secondary_sstore {
  float: left;
  width: 570px;
  margin-right: 20px;
}

#secondary_sstore img {
  float: left;
}

#secondary_sstore h3 {
  font-size: 18px;
  color: brown;
  background-color: gold;
  margin-bottom: 10px;
  padding: 4px;
  border-bottom:solid #996600 thin;
  letter-spacing: 1px;
  float: left;
}

#christmas {
  float: left;
  width: 570px;
  margin-right: 20px;
}

#christmas .image-right {
  float: right;
  margin-left: 10px;
}

#christmas ul li, ol li {
  padding-bottom: 4px;
  line-height: 21px;
  font-size: 14px;
}

#christmas p {
  font-size: 14px;
  line-height: 21px;
}

/*******************************
* TUPS stuff
*******************************/
.tups {
  margin: 10px 0;
  padding: 0 0 10px 0;
}

.tups fieldset {
  border: 0;
}

.tups fieldset legend {
  font-weight: bold;
  margin-bottom: 5px;
}

.tups .tups_option {
  margin-bottom: 5px;
}

.tups .tups_option input {
  margin-right: 4px;
}

/*******************************
* Player stuff
*******************************/
.media_player {
  border: 0px solid #f00;
  margin-bottom: 10px;
}

.media_player h4 {
  float: left;
  margin: 2px 3px 0 0;
}

/*******************************
* Upload Form
*******************************/
#upload_box {
  clear: left;
}

#upload_box fieldset {
  margin-top: 20px;
  padding: 10px;
}

#upload_box fieldset legend {
  font-size: 16px;
  padding: 0 10px;
  font-weight: bold;
}

#upload_box .submit {
  margin-top: 20px;
}

/*******************************
* AddThis link
*******************************/

#sharethis {
position: absolute;
margin: 5px 0 0 40px;
}

/*******************************
* Athlete's page
*******************************/
.ath_bio {
  background-color: #FBF4E1;
  border: 1px solid #F3D891;
  padding: 5px;
  margin: 0 0 10px 0;
}

