html,
body {
  margin: 0;
  height: 100%;
  font-family: arial, sans-serif;
  background-color: #151515;
}

.clear {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}

.transparent {
  position: absolute; top: 0; left: 0; z-index: 0;
  width: 100%;
  background-image: url(/images/bg_transparent.png);
}

.no-background {
  background-image: none !important;
}


#site {
  margin: 0 auto 0 auto;
  padding-bottom: 24px;
  width: 1000px;
  min-height: 100%;
  background-color: #2D4F85;
  background-image: url(/images/bg_site.jpg);
  background-position: 0 167px;
  background-repeat: no-repeat;
}

#bar {
  width: 100%;
  height: 21px;
  background-color: #000000;
  background-image: url(/images/bg_bar.png);
  background-repeat: repeat-x;
}

#header {
  position: relative; z-index: 9;
  width: 100%;
  height: 131px;
  background-image: url(/images/bg_header.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

#header #logo {
  position: absolute; top: 26px; left: 60px;
  width: 330px;
  height: 100px;
  border: 0;
}

#header #header-judy {
  position: absolute; top: 0; left: 380px;
  width: 220px;
  height: 131px;
}

#header-listings {
  position: absolute; top: 52px; right: 60px;
  width: 270px;
  height: 60px;
}

.header-listings-text {
  display: block;
  width: 220px;
  height: 30px;
}

.header-listings-button {
  float: right;
  width: 48px;
  height: 26px;
  border: 0;
}


#navigation {
  width: 100%;
  height: 36px;
  background-color: #BB1223;
  background-image: url(/images/bg_nav.png);
  background-repeat: repeat-x;
}

#navigation ul {
  margin: 0 0 0 58px;
  padding: 0;
  height: 36px;
  list-style: none;
  background-image: url(/images/nav_split.png);
  background-position: top left;
  background-repeat: no-repeat;
}

#navigation ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#navigation ul li a {
  display: block;
  height: 36px;
  color: #FFFFFF;
  background-image: url(/images/nav_split.png);
  background-position: top right;
  background-repeat: no-repeat;
}

#navigation ul li a:hover {
  background-color: #48040B;
}

#navigation ul li a img {
  width: 100%;
  height: 100%;
  border: 0;
}

#navigation #nav-this-week        { width: 134px; }
#navigation #nav-submit-your-case { width: 210px; }
#navigation #nav-opinions         { width: 176px; }
#navigation #nav-bios             { width:  88px; }
#navigation #nav-games            { width: 102px; }
#navigation #nav-book-excerpts    { width: 174px; }



#content-area {
  position: relative;
  margin: 12px auto 0 auto;
  padding: 12px;
  width: 872px;
  background-image: url(/images/bg_content_fadeout.png);
  background-position: bottom left;
  background-repeat: repeat-x;
}

#content-area .transparent {
  bottom: 320px;
}

#content {
  position: relative; z-index: 1;
  padding: 12px;
  background-color: #9A9DA2;
  background-image: url(/images/bg_content.png);
  background-repeat: repeat-x;
}

#content .content-header {
  position: relative;
  margin-bottom: 12px;
  height: 40px;
  border-bottom: 1px solid #607990;
}

#content .content-header img {
  width: 510px;
  height: 40px;
  border: 0;
}

#content .content-header .facebook-like {
  position: absolute; top: 12px; right: 0;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
  display: none !important;
}


#content.with-sidebar {
  background: none;
  background-color: #EEF0F3;
  background-image: url(/images/bg_sidebar.png);
  background-repeat: repeat-y;
  background-position: top right;
}

.content .column {
  float: left;
  padding-right: 12px;
  width: 518px;
}

#content .column a {
  color: #10438B;
}

#content .column a:hover {
  text-decoration: none;
}

#content .column p {
  margin: 0;
  padding: 6px 0 6px 0;
  color: #474747;
  font-size: 14px;
}

.content .sidebar {
  float: left;
  margin: -12px -12px -12px 0;
  padding: 12px;
  width: 306px;
  background-color: #E0E3E8;
}

#content h2 {
  margin-bottom: 12px;
  color: #B61423;
  font-weight: normal;
}







/**
 *  This Week
 *
**/
#this-week-video {
  margin-bottom: 20px;
}

#this-week-video .box-content {
  height: 428px;
}

#this-week-video .video-header {
  background: none;
  background-color: #C8CACE;
}

#this-week-video .video-header ol {
  margin: 0;
  padding: 0;
  height: 36px;
  list-style: none;
}

#this-week-video .video-header ol li {
  float: left;
  margin: 0 4px 0 0;
  padding: 0;
  width: 132px;
  height: 100%;
}

#this-week-video .video-header ol li a {
  display: block;
  position: relative;
  height: 100%;
  color: #FFFFFF;
  text-decoration: none;
  background-image: url(/images/tab.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

#this-week-video .video-header ol li a.active {
  background-image: url(/images/tab_on.png);
}

#this-week-video .video-header ol li a img {
  visibility: hidden;
  position: absolute; top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#this-week-video .video-header ol li a img:first-child {
  visibility: visible;
}

#this-week-video .video-header ol li a:hover img,
#this-week-video .video-header ol li a.active img {
  visibility: visible;
}

#this-week-video .video-header ol li a:hover img:first-child,
#this-week-video .video-header ol li a.active img:first-child {
  visibility: hidden;
}


#this-week-video .video-header .archives {
  cursor: pointer;
  position: absolute; top: 6px; right: 10px;
  width: 144px;
  height: 26px;
  border: 0;
}


#this-week-cases .box-content {
  padding-top: 12px;
}

#this-week-cases .box-content img {
  display: block;
  margin-left: 10px;
  width: 100px;
  height: 24px;
  border: 0;
}

#this-week-cases .box-content h2 {
  margin: 0 12px 0 12px;
  padding: 0;
  color: #10438B;
  font-size: 14px;
}

#this-week-cases .box-content p {
  margin: 0 12px;
  padding: 0 0 10px 0;
  color: #474747;
  font-size: 14px;
  font-weight: normal;
}

.box-content hr {
  padding: 0;
  margin: 0 0 10px 0;
  height: 1px;
  background-color: #EEF0F3;
  border: 0;
}




/**
 *  Games
 *
**/
#crosswords {
  margin: 0 auto 0 auto;
  width: 714px;
  height: 458px;
}




/**
 *  Showtimes
 *
**/
.box-content .black-header {
  position: relative;
  width: 100%;
  height: 46px;
  color: #FFFFFF;
  background-color: #000000;
  background-image: url(/images/bg_bar_large.png);
  background-repeat: repeat-x;
}

.box-content .black-header h1 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 46px;
  text-indent: 14px;
}

#listings .listings-columns {
  display: block;
  width: 840px;
  height: 30px;
}

#listings .box-content ul {
  margin: 0;
  padding: 0 0 0 14px;
  min-height: 30px;
  color: #10438B;
  font-size: 14px;
  font-weight: bold;
  list-style: none;
  border-top: 1px solid #EEF0F3;
}

#listings .box-content ul li {
  float: left;
  margin: 0;
  padding: 0;
  min-height: 30px;
  line-height: 30px;
}

#listings .box-content ul li a {
  color: #10438B;
  text-decoration: underline;
}

#listings .box-content ul li a:hover {
  text-decoration: none;
}

#listings .box-content ul li.market   { width: 204px; }
#listings .box-content ul li.station  { width: 248px; }

#listings .box-content p {
  padding: 14px;
  font-size: 14px;
}



/**
 *  Bios
 *
**/

.bio-tabs {
  position: relative; top: 4px; z-index: 3;
  height: 50px;
}

.bio-tabs .line {
  position: absolute; bottom: -2px; left: 2px;
  width: 510px;
  height: 8px;
  border: 0;
}

.bio-tabs a {
  float: left;
  display: block;
  position: relative;
  width: 250px;
  height: 45px;
}

.bio-tabs a:first-child {
  margin-left: 6px;
}

.bio-tabs a img {
  visibility: hidden;
  position: absolute; top: 0; left: 0;
  width: 245px;
  height: 45px;
  border: 0;
}

.bio-tabs a img:first-child,
.bio-tabs a:hover img,
.bio-tabs a.active img {
  visibility: visible;
}

.bio-tabs a:hover img:first-child,
.bio-tabs a.active img:first-child {
  visibility: hidden;
}




/**
 *  Book Excerpts
 *
**/

#books ul {
  margin: 0;
  padding: 0;
  min-height: 380px;
  list-style: none;
}

#books ul li {
  float: left;
  position: relative;
  margin: 0;
  padding: 18px;
  width: 218px;
  height: 344px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #E7E8E9;
  border-width: 0 1px 1px 0;
}

#books ul li.right {
  border-right: 0;
}

#books ul li.bottom {
  border-bottom: 0;
}

#books ul li.short {
  height: 259px;
}

#books ul li.short > img {
  height: 151px;
}

#books ul li > img {
  display: block;
  margin: 0 auto 0 auto;
  width: 154px;
  height: 236px;
  border: 1px solid #000000;
}

#books ul li h2 {
  margin: 0;
  padding: 4px 0 4px 0;
  color: #10438B;
  font-size: 14px;
}

#books ul li a img {
  position: absolute; bottom: 18px; left: 80px;
  width: 94px;
  height: 24px;
  border: 0;
}


#books .excerpt-box {
  display: none;
  position: absolute; top: 18px; right: 18px;
  width: 270px;
  background-color: #B0D5E8;
  border: 2px solid #BBBBBB;
}

#books .excerpt-box p {
  font-size: 12px;
  font-weight: bold;
}

#books .excerpt-box p.legal {
  font-size: 10px;
  font-weight: normal;
}

#books .excerpt {
  border: 1px solid #FFFFFF;
}

#books .excerpt .arrow {
  position: absolute; top: 70px; left: -11px;
  width: 12px;
  height: 18px;
  border: 0;
}





#footer {
  width: 100%;
  height: 99px;
  background-color: #000000;
  background-image: url(/images/bg_footer.png);
  background-repeat: repeat-x;
}

#footer .content {
  position: relative;
  margin: 0 auto 0 auto;
  width: 872px;
}

#footer .content a {
  color: #FFFFFF;
}

#footer .content a:hover {
  text-decoration: none;
}

#footer .content .legal,
#footer .content .credit {
  margin: 0 auto 0 auto;
  padding-top: 16px;
  width: 560px;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
}

#footer .content .credit {
  padding-top: 8px;
}

#footer #button-subpoena {
  position: absolute; top: 16px;
  width: 130px;
  height: 70px;
  border: 0;
}

#footer #logo-footer {
  position: absolute; top: 20px; right: 0;
  width: 60px;
  height: 60px;
  border: 0;
}




/**
 *  Forms
**/

form,
form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}


.select {
  cursor: default;
  overflow: hidden;
  height: 26px;
  background-repeat: no-repeat;
}

#select-listings {
  margin-left: 6px;
  width: 208px;
  height: 26px;
  background-image: url(/images/bg_select_208.png);
}

.select .select-button {
  float: right;
  width: 28px;
  height: 26px;
  border: 0;
}

.select .select-value {
  display: block;
  margin: 0;
  padding: 0;
  height: 26px;
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
  text-indent: 10px;
  background: none;
}

.select ul {
  overflow: auto;
  margin: 0 6px 0 6px;
  padding: 0;
  max-height: 220px;
  list-style: none;
  font-size: 12px;
  border-bottom: 1px solid #C5C5C5;
}

.select ul li {
  margin: 0;
  padding: 0;
  height: 22px;
  line-height: 22px;
  text-indent: 4px;
  background-color: #E5E5E5;
  border: 1px solid #C5C5C5;
  border-width: 0 1px 0 1px;
}

.select ul li:hover {
  background-color: #C5C5C5;
}




/**
 *  Scroller
**/

#scroller {
  clear: both;
  float: left;
  margin-top: 20px;
}

#scroller .shadow-top { top: -9px; }

#scroller .box-content {
  overflow: hidden;
  position: relative;
  height: 200px;
}

#scroller .box-content .red-bar {
  position: absolute; top: 0; left: 0;
  width: 100%;
  height: 36px;
}


#scroller .scroller-arrow {
  cursor: pointer;
  position: absolute;
  width: 28px;
  height: 82px;
  border: 0;
}

#scroller #scroller-back { top: 36px; left:  1px; }
#scroller #scroller-next { top: 118px; right: 1px; }

#scroller #scroller-back-2 { top: 36px; right: 1px; }
#scroller #scroller-next-2 { top: 118px; left: 1px; }

#scroller-area {
  overflow: hidden;
  position: relative; z-index: 1;
  margin: 0 auto 0 auto;
  width: 758px;
  height: 200px;
}

#scroller-items {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 774px;
  height: 100%;
}

#scroller-items li {
  float: left;
  position: relative;
  margin: 0 10px 0 0;
  padding: 0;
  width: 246px;
  height: 200px;
  background-image: url(/images/scroller_blank.png);
  border: 0 1px 0 1px;
}

#scroller-items li .ie-fade {
  position: absolute; top: 0; left: 0; z-index: 9;
  width: 100%;
  height: 200px;
  background-image: url(/images/scroller_blank.png);
}

#scroller-items li .header {
  width: 244px;
  height: 36px;
  border: 1px solid #990F1D;
  border-width: 0 1px 0 1px;
}

#scroller-items li .image {
  width: 246px;
  height: 164px;
}

#scroller-items li p {
  position: absolute; top: 138px; left: 0; z-index: 1;
  margin: 0 16px 0 24px;
  font-size: 11px;
}

#scroller-items li.alternate p {
  top: 78px; left: 120px;
  margin: 0;
  width: 110px;
}

#scroller-items li .button {
  width: auto !important;
}



.sidebar #scroller {
  height: 700px;
}

.sidebar #scroller .box-content {
  height: 700px;
  background: none;
}

.sidebar #scroller-area {
  margin: 30px 0 0 0;
  padding: 4px 0 0 0;
  width: 300px;
  height: 630px;
}

.sidebar #scroller-items {
  width: 300px;
}

.sidebar #scroller-items li {
  float: none;
  margin: 0 auto 12px auto;
  padding: 0 27px 0 27px;
}

.sidebar #scroller-items li .header {
  border: 0;
}

.sidebar #scroller-items li p {
  margin: 0 43px 0 51px;
}

.sidebar #scroller-items li.alternate p {
  margin: 0;
  left: 147px;
}

.sidebar #scroller-items li .button {
  right: 46px;
}


.sidebar #scroller .scroller-arrow {
  left: 0;
  width: 150px;
  height: 30px;
}

.sidebar #scroller #scroller-back { top: 2px; }
.sidebar #scroller #scroller-next { top: 2px; left: 151px; }

.sidebar #scroller #scroller-back-2 { top: auto; bottom: 0; }
.sidebar #scroller #scroller-next-2 { top: auto; bottom: 0; left: 150px; }



/**
 *  Forms
 *
**/

.asterisk {
  color: #CC2525;
  font-weight: bold;
}

#content .column form,
#content .column form fieldset {
  margin: 0;
  padding: 6px 0 6px 0;
  color: #10438B;
  font-size: 12px;
  border: 0;
}

#content .column form hr {
  margin: 12px 0 12px 0;
  padding: 0;
  width: 100%;
  height: 1px;
  background-color: #D4DCEC;
  border: 0;
}

#content .column form fieldset label {
  display: block;
  font-size: 13px;
  font-weight: bold;
}

#content .column form fieldset.checkbox label {
  display: inline;
}

#content .column form fieldset input[type="text"],
#content .column form fieldset textarea {
  padding: 2px;
  width: 300px;
  color: #474747;
  font-family: arial, sans-serif;
  font-size: 12px;
  border: 1px solid #38567B;
}

#content .column form fieldset input[type="text"].short {
  width: 150px;
}

#content .column form fieldset textarea {
  width: 400px;
}

#content .column form fieldset input[type="image"] {
  margin-top: 12px;
  width: 120px;
  height: 30px;
  border: 0;
}

#content .column form p.notice {
  color: #10438B;
  font-size: 11px;
  font-weight: bold;
}


ul.messages {
  margin: 0;
  padding: 6px;
  font-size: 14px;
  border: 1px solid #000000;
}

ul.messages li {
  margin: 0 0 0 16px;
  padding: 0;
}

ul.messages li:first-child {
  font-weight: bold;
  list-style: none;
}

ul.messages.errors {
  color: #CC2525;
  background-color: #F9EAE3;
  border: 1px solid #CC2525;
}

ul.messages.success {
  color: #258025;
  background-color: #E3F9E4;
  border: 1px solid #258025;
}



