body
{
        background: #efefef;
        margin: 0;
        padding: 0;
}
#shadow-left
{}
#shadow
{}
p, blockquote, li
{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
	text-align: left;
}
#content img
{
       float: left;
       padding: 2px;
       border: 1px solid gray;
       margin-right: 8px;
}
#content a:link:after,
#content a:visited:after {
  content: " [" attr(href) "] ";
  font-size: 80%;
  font-family: Helvetica, Arial, sans-serif;
  color: #333;
}

/* special text formatting */
.caps
{
	letter-spacing: 1px;
	text-transform: uppercase;
}
p.source, div.related p.source
{
        font-size: 80%;
        color: #666;
}


/* links visible without CSS, for screen readers etc */
#accessibility
{ display: none; }


/* page header */
#head
{ display: none; }

/* everything beneath the header */
#container
{
	margin: 0;
       margin-bottom: 1.0em;
}

/* the photo bar */
#images
{ display: none; }

/* section nav */
#sidebar
{ display: none; }

/* text area */
#content
{}

/* standard text formatting */
a
{
	color: #333;
       text-decoration: none;
}
h1, h2, h3, h4
{
	font-family: Helvetica, Arial, sans-serif;
       font-weight: normal;
}
h2
{
	font-size: 1.7em;
       margin: 0;
       margin-bottom: 0.55em;
}
h3
{
	font-size: 1.1em;
       margin-top: 1.4em;
       margin-bottom: 0.2em;
}
h1 a, h2 a, h3 a, h5 a
{
	border: 0px;
       color: inherit;
       text-decoration: none;
}
p.author
{
       font-family: Helvetica, Arial, sans-serif;
       font-size: 0.9em;
       margin: 0;
       margin-bottom: 1.0em;
       margin-top: -0.3em;
}
h5
{
       font-family: Helvetica, Arial, sans-serif;
       font-size: 0.95em;
       line-height: 1.0em;
       margin: 0;
       margin-top: 1.5em;
       padding:0;
       padding-bottom: 1px;
       border-bottom: 1px dotted #ccc;
       font-weight: normal;
}

/* article accompaniments */
div.related
{
       margin: 0;
       margin-top: 20px;
       margin-bottom: 20px;
       font-size: 0.8em;
}
div.related h4
{
	font-size: 1.1em;
       margin: 0;
       margin-bottom: 6px;
       padding: 0;
}
div.related p, div.related ul li
{
       font-size: 0.9em;
}
div.related ul
{
       list-style: square;
       padding: 0;
       padding-left: 1.0em;
       margin: 0;
       margin-left: 2px;
}
div.related a
{
      font-weight: bold;
}
/* pull quotes */
div.pull
{ display: none; }

/* article sidebars */
div.side
{
      float: right;
      width: 35%;
      padding-left: 8px;
      border-left: 1px dotted gray;
      margin-left: 14px;
      margin-bottom: 8px;
      font-size: 0.8em;
}
div.side h4
{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 0.85em;
      font-weight: bold;
      margin: 0;
      margin-bottom: 6px;
}
div.side h5
{
       margin: 0;
       margin-top: 8px;
       margin-bottom: 4px;
       padding: 0;
       font-size: 0.75em;
       font-style: italic;
       font-weight: normal;
       font-family: Arial, Helvetica, sans-serif;
       border-bottom: 0;
}
#content div.side img
{
       border: 0;
       margin: 0;
       margin-top: 0.5em;
       padding: 0;
       float: none;
}
div.side p, div.side li
{
      font-size: 0.85em;
      font-family: Arial, Helvetica, sans-serif;
}
div.side ul
{
      margin: 4px 0px;
      list-style: square;
      padding: 0;
      padding-left: 1.0em;
      margin-left: 2px;
}
div.side li
{
      margin-bottom: 4px;
      padding: 0;
}
div.side p.source
{
      font-size: 0.7em;
}

/* next page info */
p.push
{ display: none; }

p.watch-the-video a
{
        font-size: 0.6em;
        text-transform: uppercase;
        text-decoration: none;
        padding: 2px 3px;
        border: 1px solid #ccc;
        color: #ccc;
}
p.watch-the-video a:hover
{
       color: #ff6600;
       border: 1px solid #ff6600;
}


/* footer */
#bottom
{ display: none; }
#foot
{
	clear: both;
       margin-top: 0px;
       padding-top: 4px;
       font-size: 0.7em;
	font-family: Helvetica, Arial, sans-serif;
       color: #333;
       border-top: 1px solid #333;
}

/* used to push footer away from sidebar */
.clear-box
{
        clear: both;
        height: 1px;
}