/*---------------------------------------------------------------------------*/
/* CORE STYLES */


/*

background 2f3738
panel 363d3e
turquiose 59d9e6


background 1c1c1c
panel  232323
lime  83ff0a

*/


html {
    font-size: 100.01%;
}
body {
  margin: 0;
  font: 64% "Helvetica Neue", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
  color: #d4d4d4;
  background: #1c1c1c;
}
img {
  border: 0;
}
form,fieldset { 
  margin: 0; 
  padding: 0; 
  border: 0;
}
abbr.dtstart {
  border: 0;
}

/*---------------------------------------------------------------------------*/
/* STRUCTURAL */

#skiplinks {
  position:absolute;
  left:0px;
  top:-500px;
  width:1px;
  height:1px;
  overflow:hidden;
}
#wrapper {
  margin: 0 auto;
  width: 959px;
  background: #1c1c1c;
}

/*------------------------------------------*/
/* HEADER */

#header {
  position: relative;
  top: 0;
  left: 0;
  height: 144px;
  width: 959px;
}
#header #logo {
  position: absolute;
  top: 58px;
  left: 0px;
  height: 63px;
  width: 352px;
  overflow: hidden;
  background: url(/inc/img/bgnd/logo.gif) no-repeat;
  text-indent: -9999px;
}
#header p#sponsor {
  margin: 0;
}
#header p#sponsor a {
  position: absolute;
  right: 4px;
  top: 24px;
  display: block;
  width: 245px;
  height: 36px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/inc/img/bgnd/sponsor.gif) no-repeat;
}

/*------------------------------------------*/
/* MENU*/

#menu {
  position: absolute;
  top: 98px;
  right: 0px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu li {
  float: left;
  padding: 0 5px 0 0;
}
#menu li a {
  display: block;
  height: 22px;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 -22px; 
}
#menu #home-button {
  background-image: url(/inc/img/bgnd/menu/home.gif);
  width:58px;
}
#menu #profile-button { 
  background-image: url(/inc/img/bgnd/menu/profile.gif);
  width: 72px;
}
#menu #news-button { 
  background-image: url(/inc/img/bgnd/menu/news.gif);
  width: 52px;
}
#menu #blog-button { 
  background-image: url(/inc/img/bgnd/menu/blog.gif);
  width: 52px;
}
#menu #tour-button { 
  background-image: url(/inc/img/bgnd/menu/tour.gif);
  width: 72px;
}
#menu #ask-button { 
  background-image: url(/inc/img/bgnd/menu/ask.gif);
  width: 95px;
}
#menu #galleries-button { 
  background-image: url(/inc/img/bgnd/menu/gallery.gif);
  width: 75px;
}
#menu #home-button:hover,
#menu #profile-button:hover,
#menu #news-button:hover,
#menu #blog-button:hover,
#menu #tour-button:hover,
#menu #ask-button:hover,
#menu #galleries-button:hover,
#menu li a:hover,
#menu li.selected a {
  background-position: 0 0;
}

/*---------------------------------------------------------------------------*/
/* CONTAINERS */

#content {
  padding: 0 0 30px 0;
  overflow: hidden;
  width: 959px;
}
#content .block {
  background: #232323 url(/inc/img/bgnd/line.gif) repeat-x;
  padding: 10px 0 0;
  margin: 0 0 10px;
  overflow: hidden;
  height: 1%;
}

#primary {
  margin: 0 10px 0 0;
  padding: 0 0 0 0px;
  width: 490px;
  float: left;
}
#primary .halfcol {
  margin: 0 10px 0 0; 
  width: 240px;
  float: left;
}
#primary .halfcol.last {
  margin: 0;
  width: 240px;
}
#primary .halfcol .block {
  padding: 13px 9px 15px 11px;
}
#primary .block {
  padding: 13px 9px 13px 11px;
}

#secondary {
  margin: 0 0px 0 0;
  width: 267px;
  float: left;
}
#secondary .block {
  padding: 13px 9px 13px 11px;
}

#tertiary {
  width: 182px;
  float: right;
}
#tertiary .block {
  padding: 13px 11px;
  width: 160px;
}
#tertiary .line {
  margin-bottom: 10px;
}

/*---------------------*/
/* CONTAINER VARIATIONS */

/* INNER PAGES */
#div-order { /* container to enable positioning #primary first on source */
  float: left;
  width: 766px;
}
#div-order #primary {
  float: right;
  margin: 0;
  width: 517px;
}
#div-order #secondary {
  margin: 0;
  padding:0;
  width: 240px;
}

/*---------------------------------------------------------------------------*/
/* GLOBAL CLASSES */


.accessibility {
  position:absolute;
  left:0px;
  top:-500px;
  width:1px;
  height:1px;
  overflow:hidden;
}

#content h1 {
  margin: 7px 0 14px 0;
  padding: 0px 0 9px 0;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold!important;
  border-bottom: 1px solid #303030;
}
#content h1 span {
  color: #fff;
}
#content h2 {
  clear: both;
  margin: 3px 0 6px 0;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
#content h2 a,
#content h2 span {
  color: #fff;
}
#content h2 a:hover {
  color: #757575;
}
#wrapper #content.article #primary h2.first {
  border: 0;
  margin-top: 0;
  padding-top: 0;
}
#content .block img {
  float: left;
  margin: 0 14px 0 2px;
}
#content .sub-block {
  width: 140px;
  float: left;
}
#content h3 {
  margin: 0 0 3px 0;
  color: #fff;
  font-size: 118%;
}
#content h3 a {
  color: #83ff0a;
  text-decoration: none;
}
#content h3 a:hover {
  color: #fff;
  text-decoration: none;
}
#content .block p {
  margin: 0;
  font-size: 118%;
  line-height: 15px;
}
#content span {
  margin: 3px 0 8px;
  color: #757575;
}
#content span.caps {
  color: inherit;
}
#content span.meta,
#content span.meta a {
  color: #757575;
}
#content span.meta a:hover {
  color: #fff;
}
#content .block-content span {
  font-size: 11px;
  display: block;
}

/* image captions */
#primary .figure  {
  overflow: hidden;
  margin: 0px 0 14px 0;
  padding: 0px 0 9px 0;
  border-bottom: 0px solid #303030;
}
#content.article .block .figure img  {
  margin: 0;
}
#primary .figure p.caption {
  margin: 12px 0 0!important;
  font-size: 118%;
  float: left;
  width: 350px;
  line-height: 15px;
}
.credit {
  clear: none;
  float: right;
  text-align: right;
  padding: 7px 7px 0 0;
  width: 140px;
  font-size: 98%;
  color: #757575;
  font-style: italic;
}
.block a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
.block a:hover {
  color: #fff;
  text-decoration: none;
}
#content .list {
  padding: 12px 0 0;
}
#content .teasers {
  margin: 0 0 12px 0;
  padding: 0;
  list-style: none;
}
#content .teasers li {
  border-bottom: 1px solid #303030;
  margin: 0;
  padding: 14px 0;
  overflow: hidden;
}
#content #primary .teasers li.first {
  padding-top: 0;
}
#content #primary .teasers li a {
  font-size: 12px;
  color: #83ff0a;
}
#content #primary .teasers li a:hover {
  color: #fff;
}
#content #primary .teasers li > span {
  float: left;
  margin: 0;
  width: 70px;
  font-size: 12px;
}
#content #primary .teasers div {
  float: right;
  width: 420px;
}
#content #primary .teasers div.gallery {
  padding-right: 30px;
  width: 390px;
  background: url(/inc/img/bgnd/gallery.gif) right top no-repeat ;
}
#content #primary .teasers .group {
  font-size: 12px;
}
#content #primary .teasers .group span {
  font-size: 11px;
}
#content #primary .teasers strong {
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  margin: 3px 0 9px 0;
}

#content #secondary .teasers {
  border-top: 1px solid #303030;
  margin: 0;
}
#content #secondary .teasers img {
  float: left;
  margin: 0;
}
#content #secondary .teasers div {
  float: right;
  width: 145px;
}
#content #secondary .teasers p {
  margin: 0 0 3px 0;
}

#content .block-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 118%;
}
#content .block-content ul li {
  width: 100%;
  float: left;
  margin: 0 0 10px;
  color: #d4d4d4;
}
#content .block-content ul .group {
  font-size: 12px;
}
#content .block-content ul li a {
  text-decoration: none;
}
#content .block-content ul li p,
#content .block-content ul li h3 {
  font-size: 12px;
}
#content .block-content ul span {
  float: left;
  margin: 0;
}
#content .block-content .group {
  float: right;
  width: 148px;
  padding: 0 0 0 0;
}
#content .block-content .group span {
  margin: 7px 0 0 0;
}
#content .line {
  border-bottom: 1px solid #292929;
  margin-bottom: 6px;
}
#content .block-content {
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
  overflow: hidden;
  height: 1%;
  padding: 12px 0;
  width: 100%;
}
#content .button {
  margin:12px 0 0;
  height:22px;
  text-indent:-9999px;
  overflow:hidden;
  float:left;
  border: 0;
  background-position: left top;
  background-repeat: no-repeat;
}


#previous,
#next {
  display: block;
  height: 22px;
  width: 77px;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
  background-position: left top;
  background-repeat: no-repeat;
}
.button#previous {
  margin: 0 5px 0 0;
  width: 77px;
  background-image: url(/inc/img/bgnd/buttons/previous.gif);
}
.button#next {
  margin: 0;
  width: 49px;
  background-image: url(/inc/img/bgnd/buttons/next.gif);
}

#content .rssMenu,
#content #results .rssMenu li,
#content .rssMenu li span {
  list-style: none;
  margin: 0;
  padding: 0;
  float: none;
  display: inline;
}


/*---------------------*/
/* ARTICLES */


#content .nav  {
  list-style: none;
  margin: 0 0 14px 0;
  padding: 0;
  border-bottom: 1px solid #303030;
  overflow: hidden;
}
#content .nav li {
  margin: 7px 0;
  padding: 14px 0 0 0;
  border-top: 1px solid #303030;
}
#content .nav li h3 {
  margin-top: 0;
}
#results.block a,
#news.block a,
#schedule a,
#content .nav a {
  font-size: 12px;
  color: #83ff0a;
}
#schedule a:hover,
#content .nav a:hover {
  color: #fff;
}
#content .nav .selected a {
  color: #fff;
}
body#on-tour #content #results .nav {
  overflow: hidden;
}
body#news #content #secondary h4 {
  clear: both;
  font-size: 12px;
  text-transform: uppercase;
  margin: 21px 0 3px 0;
}
#content.article .block img {
  float: none;
  margin: 0 0 14px 0;
  padding: 0;
}
#content.article #primary .block p {
  margin: 0 0 14px 0;
  line-height: 1.2;
}
#content.article #primary .block h2 {
  margin: 28px 0 14px 0;
  padding: 14px 0 0 0;
  border-top: 1px solid #303030;
}
#content.article #primary .block h3 {
  margin: 28px 0 7px 0;
  font-size: 16px;
}
#content.article #primary .block h4 {
  margin: 28px 0 7px 0;
  font-size: 12px;
  color: #fff;
}
#content.article #primary .block ol {
  margin: 0 0 14px 7px;
  padding: 0 0 0 14px;
  font-size: 12px;
  line-height: 1.2;
}
#content.article #primary .block ul {
  margin: 0 0 14px 0;
  padding: 0 0 0 14px;
  font-size: 12px;
  line-height: 1.2;
}
#content.article #primary .block li {
  margin: 0 0 7px 0;
  padding: 0;
}

#content.article blockquote  {
  float: left;
  width: 242px;
  padding: 14px;
  margin: 0 14px 14px 0;
  background: #757575 ;
}

#content.article #primary .block blockquote p {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
}

.summary {
  clear: both;
  overflow: hidden;
  margin: 0 0 28px 0;
  padding: 7px 7px 7px 7px;
  background: #333;
}
#content .summary span.meta {
  font-size: 12px;
  float: right;
  margin: -7px -7px -7px 14px;
  padding: 7px;
  border: 0;
  background: #83ff0a;
  color: #fff;
  width: 75px;
  text-align: center;
}

#content.article #primary .summary p {
  font-weight: bold;
  margin: 0;
}
#content.article #primary .summary a,
#blog .summary a {
  font-weight: bold;
}
#content.article #primary a {
  color: #fff;
  border-bottom: 1px #444 solid;
}
#content.article #primary a:hover {
  color: #777;

}
dl.meta {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.3;
  color: #757575;
  margin: 0 0 14px 0;
  padding: 14px 0 0 0;
  border-top: 1px solid #303030;
}
dl.meta dt,
dl.meta dd {
  float: left;
}
dl.meta dt {
  clear: both;
  width: 150px;
  text-transform: uppercase;
}
dl.meta dd {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#content.article #primary dl.meta dd a {
  border: 0;
  color:#D4D4D4;
}
#content.article #primary dl.meta dd a:hover {
  color:#fff;
}
.RSS {
  display: block;
  padding-right: 16px;
  color: #757575;
  background: url(/inc/img/bgnd/feed-icon-10x10.png) right top no-repeat;
}
.block .RSS {
  float: right;
  font-weight: normal;
}

#content.article #primary .block .thumbnails,
#galleries .thumbnails {
  list-style: none;
  margin: -7px 0 28px 0;
  padding: 0;
  overflow: hidden;
}
#content.article #primary .thumbnails li,
#galleries .thumbnails li {
  float: left;
  margin: 5px 9px 0px 0;
  padding: 0;
}
#content.article #primary .thumbnails li a{
  border: 0;
}
#content.article #primary .thumbnails li.last,
#galleries .thumbnails li.last {
  margin-right: 0;
}
#content.article #primary .thumbnails li a img,
#galleries .thumbnails li a img {
  margin: 0;
  padding: 0;
  border: 1px solid #303030;
}
#content.article #primary .thumbnails li a:hover img,
#galleries .thumbnails li a:hover img {
  border: 1px solid #ccc;
}


/*------------------------------------------*/
/* SITE-WIDE SIDEBAR TEASERS & WIDGETS */


/*---------------------*/
/* =NEWS */

#content #news .button {
  background: url(/inc/img/bgnd/buttons/view-all-news.gif);
  width:114px;
}
/*---------------------*/
/* =PROFILE */

#content  #profile span {
  margin: 0 0 5px;
}
#content #profile li {
  border-top: 1px solid #303030;
  padding: 10px 0 0;
}
#content #profile li:first-child {
  border: none;
  margin: 0 0 5px!important;
  padding: 0;
}
#content #profile .button {
  background: url(/inc/img/bgnd/buttons/full-profile.gif); 
  width:106px;
}
/*---------------------*/
/* =SCHEDULE */

#content #schedule .button {
  background: url(/inc/img/bgnd/buttons/schedule-calendar.gif);
  width:152px;
}
body#on-tour #content #schedule .block-content {
  border:0;
  padding-bottom: 0;

}
/*---------------------*/
/* =RESULTS */

#content #results .button {
  background: url(/inc/img/bgnd/buttons/view-all-results.gif);
  width:130px;
}

/*---------------------*/
/* =RANKINGS */

#ranking .tabset {
  float: left;
}
#ranking a.tab {
  float: left;
  margin: 0 1px 0 0;
  position: relative;
  height: 24px;
  width: 70px;
  text-indent: -9999px;
  overflow: hidden;
}
#singles {
  background: url(/inc/img/bgnd/buttons/tab-singles.gif) no-repeat;
}
#doubles {
  background: url(/inc/img/bgnd/buttons/tab-doubles.gif) no-repeat;
  width: 74px!important;
}
#singles:hover,
#doubles:hover,
#singles.selected,
#doubles.selected {
  background-position: 0 -24px;
}
#ranking div.tab {
  padding: 17px 0;
  background: #303030;
  width: 242px;
  height: 68px;
  clear: both;
  overflow: hidden;
}
#ranking .pic2 {
  margin: 0 0 0 50px;
  padding: 14px 0 0;
  width: 139px;
  height: 59px;
  display: block;
  background: url(/inc/img/bgnd/tab-stuffing.gif) no-repeat;
}
#ranking h4 {
  margin: 0;
  text-align: center;
  font-size: 48px;
}
/*---------------------*/
/* =VIDEO */


#secondary .block#video {
  margin: 0 0 10px 0px;
  padding: 13px 0 0 0;
}
#secondary .block#video #rosco_intro {
  display: block;
  margin: 0px 0;
  padding: 0;
}
/*---------------------*/
/* =BLOG */

#content #blog .button {
  background: url(/inc/img/bgnd/buttons/view-blog.gif);
  width: 86px;
}
/*---------------------*/
/* =SUBSCRIBE */

#subscribe fieldset {
  float: left;
  margin: 11px 0 0;
  background: #303030;
  padding: 12px;
  overflow: hidden;
  width: 218px;
}
#subscribe .fild {
  display: inline;
  float: left;
  margin: 2px 12px 0 0;
  background: url(/inc/img/bgnd/fild.gif) no-repeat;
}
#subscribe input {
  float: left;
}
#subscribe .fild input {
  float: left;
  width: 132px;
  padding: 2px 3px 0;
  background: none;
  border: 0;
}
#subscribe .button {
  margin: 0;
  width: 68px;
  cursor: pointer;
  background-image: url(/inc/img/bgnd/buttons/sign-up.gif);
}

/*---------------------*/
/* =TWITTER */

#twitter_update_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#twitter_update_list span {
  font-size: 12px;
  display: block;
  color: #d4d4d4;
  margin: 0 0 7px 0;
}
#twitter_update_list span:before,
#twitter_update_list span:after {
  content: '"'; 
}
#twitter_update_list a {
  color: #757575;
  font-weight: normal;
  float: left;
}


/*---------------------*/
/* =WHEREABOUTS? */

#content #location {
  overflow: hidden;
  background: url(/inc/img/bgnd/map.gif) no-repeat;
  width: 162px;
  margin: 0 0 10px;
  padding: 9px 10px 49px;
}
#content #location p {
  color: #1c1c1c;
  font-size: 12px;
  margin: 19px 0 0 0;
}
#content #location p span {
  margin: 0px 0;
  padding: 9px 0 0;
  width: 139px;
  height: 36px;
  float: left;
  color: #1e2324;
  text-align: left;
  font: bold 22px "Helvetica Neue", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
/* background: url(/inc/img/bgnd/button7.png) no-repeat; */  
}
#content #location h5  {
  margin: 0 0 10px;
  font-size: 16px;
  text-transform: uppercase;
}
#content #location h5 span {
  color: #000;
}

/*---------------------*/
/* =ASK rosco */

#ask-rosco .button {
  margin: 12px 0 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/inc/img/bgnd/buttons/ask-rosco.gif) no-repeat;
  width: 132px;
  height: 22px;
  display: block;
}

/*---------------------*/
/* =DELICIOUS*/

#content .block#delicious {
  position: relative;
  padding-bottom: 23px;
}
#delicious p {
  position: absolute;
  right: 10px;
  bottom: 13px;
}
#delicious p a {
  font-weight: normal;
}
#delicious dl  {
  font-size: 12px;
  margin: 0 0 14px 0;
  padding: 0;
  border-bottom: 1px solid #303030;
  overflow: hidden;
}
#delicious dt {
  margin: 0 0 7px 0;
  padding: 14px 0 0 0;
  border-top: 1px solid #303030;
}
#delicious dd {
  margin: 0;
  padding:  0 0 14px 0;
}

/*------------------------------------------*/
/* =LOCALISED */


/*---------------------*/
/* =HOME */


body#home #primary {
  float: right;
  margin:0 0 0 10px;
}

body#home h1 {
  position:absolute;
  left:0px;
  top:-500px;
  width:1px;
  height:1px;
  overflow:hidden;
}
#primary #leader {
  float: left;
  position: relative;
  overflow: hidden;
  width: 490px; 
  height: 320px;
  padding: 13px 0 12px 0; 
  margin: 0 0 10px 0;
}
#leader .button {
  background: url(/inc/img/bgnd/buttons/galleries.gif) no-repeat;
  position: absolute;
  top: 307px;
  left: 385px;
  margin: 0;
  width: 96px;
  height: 22px;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
}
/* tidy-up pre-JS */
#leader li {
  position: relative;
}
#leader .caption {
  font-size: 118%;
  line-height: 15px;
  position: absolute;
  top: 291px;
  left: 10px;
}
#content #leader .credit {
  text-align: left;
  position: absolute;
  top: 300px;
  left: 10px;
  font-size:98%;
}
#content #leader img {
  margin: 0 0 50px 0;
  border-right: 1px #232323 solid;
}

#slideshow,
.jdGallery {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 490px; 
  height: 333px;
}
.jdGallery .slideElement {
  width: 100%;
  height: 100%;
  width: 488px;
  height: 275px;
}
.jdGallery .loadingElement {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.jdGallery .slideInfoZone {
  position: absolute;
  z-index: 10;
  width: 100%;
  margin: 0px;
  left: 0;
  bottom: 0;
  height: 50px;
  overflow: hidden;
}
* html .jdGallery .slideInfoZone {
  bottom: -1px;
}
#content .jdGallery .slideInfoZone div,
#content .jdGallery .slideInfoZone p {
  font-size: 1.1em;
  text-align: left;
  line-height: 1.5;
}
#content .jdGallery .slideInfoZone div  {
  padding: 7px 0 0 10px;
}
#content .jdGallery .slideInfoZone p  {
  padding: 0 0 0px 10px;
  font-size: 98%;
  color: #757575;
  font-style: italic;
}
#content .jdGallery .slideInfoZone p a {
  font-weight: normal;
}
#content .jdGallery .slideInfoZone div a:hover,
#content .jdGallery .slideInfoZone p a:hover {
  border: 0;
}
#content .jdGallery .slideInfoZone div,
#content .jdGallery .slideInfoZone div a,
#content .jdGallery .slideInfoZone div a:hover  {
  color: #fff;
}
#content .jdGallery .slideInfoZone p,
#content .jdGallery .slideInfoZone p a,
#content .jdGallery .slideInfoZone p a:hover {
  color: #757575;
}
.jdGallery .loadingElement {
  background: #000 url('/inc/img/bgnd/slideshow/loading-bar-black.gif') center center no-repeat;
}
.jdGallery .slideInfoZone {
  background: none;
}




#content #results li.gallery {
  padding-right: 30px;
  width: 190px;
  background: url(/inc/img/bgnd/gallery.gif) right top no-repeat ;
}




/*---------------------*/
/* =PROFILE */

#profile #primary strong {
  display: block;
  padding: 7px 0 4px 0;
  margin: 7px 0 0 0px;
  border-top: 1px #333 solid;
  color: #757575;
}


/*---------------------*/
/* =ON TOUR */


body#on-tour #secondary #schedule .block-content  {
  border-top: 0;
  padding-top: 0;
}
body#on-tour #content #schedule h3,
body#on-tour #content #results h3 {
  clear: both;
  font-size: 14px;
  text-transform: uppercase;
  margin: 21px 0 3px 0;
}

/*---------------------*/
/* =BLOG */

body#blog .summary  {
  padding-bottom: 0;
}
body#blog .summary p {
  margin: 0 0 7px 0;
}
body#blog #primary .meta p a {
  color: #83ff0a;
}
body#blog #primary .meta p a:hover {
  color: #757575;
}

body#blog #content #primary ol,
#blog.block ol {
  margin: 0 0 14px 0;
  padding: 0;
  list-style: none;
}
#blog.block ol {
  margin: 0;
}
body#blog #content #primary ol li,
#blog.block ol li {
  border-bottom: 1px solid #303030;
  padding: 14px 0;
  overflow: hidden;
}
#blog.block ol li {
  border-bottom: 0px;
  padding: 0;
  margin: 0;
}
#blog ol li br {
  display: none; /* nulify <br /> inserted by SimplePie */
}
body#blog #content #primary ol strong,
#blog.block ol strong {
  font-weight: bold;
  font-size: 12px;
}
body#blog #content #primary ol .date,
#blog.block ol .date {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
body#blog #content #primary ol p,
#blog.block ol p {
  clear: both;
}
body#blog #content #primary ol a,
#blog.block ol a {
  color: #83ff0a;
  padding-right: 16px;
}
body#blog #content #primary ol a:hover,
#blog.block ol a:hover {
  color: #ccc;
  padding-right: 16px;
  background: url(/inc/img/bgnd/external_grey.gif) right top no-repeat;
}

#secondary #tennishead.block  {
  background: url(/inc/img/bgnd/line.gif) repeat-x  0 0;

  padding: 4px 0 0 0;
}
#secondary #tennishead.block p.caption a {
  float: left;
  margin-left: -999em;
  float: left;
  width: 240px;
  margin: 0;
  padding: 215px 0 0 0;
  height: 0px !important;  /* see IE-7.css */
  overflow: hidden;
  background: #ccc url(/inc/img/bgnd/tennishead_teaser.jpg) no-repeat;

}

/*---------------------*/
/* =ASK rosco */

body#ask-rosco #content.article #primary h2 {
  text-transform: none;
  font-size: 14px;
  line-height: 1.3;
  color: inherit;
  margin: 28px 0 3px 0;
  padding: 28px 0 0 0;
  border-top: 1px solid #303030;
}
body#ask-rosco #content.article #primary span.meta {
  display: block;
  font-size: 11px;
  margin: 0 0 14px 0;
}

body#ask-rosco #content.article #primary {
  position: relative;
  overflow: hidden;
}
body#ask-rosco #content.article #primary .button {
  position: absolute;
  width: 178px;
  top: 7px;
  right: 14px;
  background: url(/inc/img/bgnd/buttons/send-in-your-question.gif);
}
body#ask-rosco #content.article #primary .button.bottom {
  position: relative;
  float: right;
  margin: 0 -14px 14px 0;
  border: 0;
}

#content #primary .pagination {
  overflow:hidden;
  padding: 7px 0;
  border-top: 1px #303030 solid;
  border-bottom: 1px #303030 solid;
}
#content #primary .pagination a {
  color: #83ff0a;
  border: 0;
}

#older {
  float: right;
}


/*---------------------*/
/* =GALLERY */

body#galleries .section #primary .thumbnails {
  margin-bottom: 0;
}
body#galleries .category #primary .thumbnails {
  margin-bottom: 14px;
}
body#galleries #primary .button {
  width: 96px;
}
#on-court.button {
  background: url(/inc/img/bgnd/buttons/on-court.gif);
}
#off-court.button {
  background: url(/inc/img/bgnd/buttons/off-court.gif);
}
/* section page */
body#galleries .continue {
  clear: both;
  overflow: hidden;
  margin: 0 0 14px 0;
}
body#galleries .continue .button {
  top: 0px;
  z-index: 999;
  position: relative;
  float: left;
}
body#galleries .continue #off-court.button {
  float: right;
}
/* category page */
body#galleries .category #primary > .block {
  position: relative;
}
body#galleries .category #primary .button {
  top: 10px;
  right: 10px;
  position: absolute;
}
body#galleries #primary h2,
body#galleries #primary h4 {
  margin: 28px 0 14px 0;
  padding: 0 0 7px 0;
  border-bottom:1px solid #303030;
}
body#galleries #primary h4 {
  font-size: 12px;
  text-transform: uppercase;
}
body#galleries #primary p {
  font-weight: normal;
  margin: 3px 0 14px 0;
  color:#D4D4D4;
}
body#galleries #content #primary span a {
  color:#83ff0a;
}
body#galleries #content #primary span a:hover {
  color:#fff;
}

body#galleries #primary .nav {
  font-size: 12px;
  line-height: 1.4;
  padding: 0 0 14px 0;
}
body#galleries #primary .nav li {
  border: 0;
  margin: 0;
  padding: 0;
}
body#galleries #primary .nav li a{
  color:#83ff0a;
}
body#galleries #primary .nav li a:hover{
  color:#FFF;
}

/*---------------------*/
/* =CONTACT */


body#contact .zemContactForm  {
  width: 497px;
  overflow: hidden;
  margin: 0 0 14px 0;
  padding: 0 0 7px 0;
  border-bottom:1px solid #303030;
}
body#contact label {
  margin: 0;
  padding: 1em 0;
  float: left;
  width: 100px;
  font-size: 12px;
}
body#contact .zemContactForm input.zemText,
body#contact .zemContactForm textarea.zemTextarea {
  margin: 1em 0;
  padding: 4px;
  border: 0;
  background: #fff;
  float: left;
  width: 387px;
  font-family: "Helvetica Neue", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
  font-size: 12px; 
}
body#contact .zemContactForm fieldset input.zemCheckbox {
  clear: none; 
  float: right;
  padding: 0;
  border: 0;
  margin: 1em 386px 0 0;
}
body#contact fieldset#spam-filter label {
  width: 80px;
}
body#contact .zemContactForm .zemSubmit {
  clear: both;
  float: right;
  border: 0;
  margin: 1.3em 0 0 0;
  padding: 4px;
  background: #83ff0a;
  color: #303030;
}
body#contact #primary ul.zemError {
  list-style: none;
  margin-left: 0;
  padding: 0 0 14px 0;
  line-height: 18px;
  font-size: 12px;
  color: #757575;
  border-bottom: 1px #303030 solid;
}
#primary .zemError li {
  background: url("/inc/img/bgnd/error.gif") no-repeat left center;  
  padding: .2em 0 .2em 30px;
}
body#contact .zemContactForm #phone,
body#contact .zemContactForm #mail {
  display: none;
}

#content .vcard span {
  margin: 0;
  color: inherit;
}
#content .vcard  {
  color: #757575;
  margin: 14px 0 0 0;
}
#content .vcard .fn {
  font-weight: bold;
}
#content #primary p {
  color: #757575;
}
  
/*---------------------*/
/* =TERMS */


body#terms-of-use #content #primary  ol  {
  font-size: 12px;
  line-height: 15px;
  margin: 14px 0;
  padding: 0 0 0 19px;
}
body#terms-of-use #content #primary  ol li {
  margin: 0 0 14px 0;
}
body#terms-of-use #content #primary strong {
  font-weight: bold;
}


/*---------------------------------------------------------------------------*/
/* =FOOTER */

#sponsors {
  overflow: hidden;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 14px 0 0 0;
  border-top: 1px solid #292929;
}
#sponsors li {
  float: left;
  margin: 1px 14px 0 0;
  padding: 0;
}
#sponsors li img {
  margin: 0 0;
}
#sponsors li a,
#sponsors li a:hover {
  border: 0;
  text-transform: none;
}

#footer {
  clear: both;
  margin: 0 0 77px 0;
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
  width: 959px;
  line-height: 40px;
  overflow: hidden;
  font-size: 118%;
  font-weight: bold;
}
#footer p {
  float: left;
  margin: 0;
  color: #83ff0a;
}
#footer span {
  color: #d4d4d4;
}
#footer ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer ul li {
  float: left;
  padding: 0 6px;
  background: url(/inc/img/bgnd/separ.gif) no-repeat 0 50%;
  color: #d4d4d4;
}
#footer ul li:first-child {
  background: none;
}
#footer a,
#footer a:hover {
  text-decoration: none;
  color: #fff;
}
#footer a.RSS {
  background-position: right 13px;
}

/* ------------------------ */
/* =sIFR */

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
}
.sIFR-replaced {
  visibility: visible !important;
}
span.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}




