/*
 * Default Hosted News stylesheet.
 * Copyright 2006 Google Inc. All rights reserved.
 */

body {
  font-family: arial, sans-serif;
  font-size: 83%;
  text-align: center;
  min-width: 57em;
  margin: 0;
  padding: 20px 10px;
  color: #000;
}

a, a:link {
  color: #009
}

a:visited {
  color: #551a8b
}

a:active {
  color: #f00
}

body.rich div#right-rail {
  display: none;
}

body.rich div#content {
  margin: 0 0 0 212px;
}

body.plain div#right-rail {
  display: none;
}

body.plain div#left-rail {
  display: none;
}

body.plain div#content {
  margin: 0;
  width: 41em;
}

body.removed div#left-rail {
  display: none;
}

body.removed div#content {
  margin: 0;
}

div#content {
  text-align: left;
}

div#container {
  width: 57em;
  margin: 22px auto 0 auto;
  padding: 0;
  text-align: left;
}

table#header {
  font-size: 100%;
  width: 57em;
  margin: 0 auto 0 auto;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table#header td {
  vertical-align: top;
  padding: 0 0 22px 0;
  margin: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
}

td.logo {
  text-align: left;
}

td.nav {
  text-align: right;
}

div#left-rail {
  width: 190px;
  margin: 0 22px 0 0;
  padding: 0;
  float: left;
}

div#right-rail {
  margin: 0;
  padding: 0;
  float: right;
  width: 15em;
}

div#content {
  padding: 0;
}

table#article p, div.links-header, ul.links li {
  line-height: 1.4em;
  font-size: 83%;
}

table#article h1 {
  padding: 0;
  margin: 0;
  font-size: 150%;
}

table#article h2 {
  padding: 0;
  margin: 0;
  font-size: 120%;
}

p.byline {
  margin-top: 0;
  color: #676767;
  font-weight: bold;
}

p.byline .date {
  color: #000;
  font-weight: bold;
}

ul.links {
  padding-left: 30px;
  margin: 0;
}

ul.links li {
  list-style: square;
}

div#footer {
  width: 57em;
  clear: both;
  margin: 22px auto 0 auto;
  padding: 1em 0 0 0;
  border-top: 1px solid #000;
  color: #6f6f6f;
  text-align: left;
}

img#hostedby {
  float:left;
  width: 150px;
}

div#copyright {
  margin-left: 165px;
  text-align: right;
}

div#copyright-standalone {
  margin-left: 165px;
  text-align: left;
}

table#slideshow {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

table#slideshow td {
  padding: 0;
}

tr#slideshow-navigation {
  background: #f4f4f4;
}

td#slideshow-zoom, td#slideshow-zoom-single {
  text-align: right;
}

td#slideshow-buttons {
  border-left: 1px solid #ccc;
  width: 35px;
}
td#slideshow-buttons, td#slideshow-message, td#slideshow-zoom {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
td#slideshow-zoom {
  border-right: 1px solid #ccc;
}
td#slideshow-zoom-single {
  border: 1px solid #ccc;
}

td#slideshow-buttons, td#slideshow-message {
  text-align: left;
}

td#slideshow-message {
  color: #246cb8;
  font-size: 70%;
  font-weight: bold;
}

div#slideshow-image-container, div.slideshow-thumbnail-container {
  margin-top: 1px;
}
div#slideshow-image-container.clickable, div.slideshow-thumbnail-container {
  border: 1px solid #00c;
}
div#slideshow-image-container.clickable img, div.slideshow-thumbnail-container img {
  margin: 1px;
}

div.slideshow-thumbnail-container {
  margin-bottom: 4px;
  margin-right: 4px;
  width: 89px;
  height: 89px;
  float: left;
}

td#slideshow-caption p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 75%;
}

div#relatednews-section {
  margin-top: 1em;
  text-align: left;
  font-size: 90%;
}

div#relatednews-section h4 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

div#relatednews-section .source {
  color: #676767;
}

div#relatednews-section ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}

div#relatednews-section li {
  margin-bottom: 1em;
}

div#relatednews-section p a {
  color: #008000;
  background: inherit;
}


