/* story_base.css
 *   for all css selectors that are decendents of body.story
 *   everything here can be included in the main css
 */

article {
    border: 0 none;
    margin-top: 1em;
}
footer .sidebar_block:last-child {
    margin-right: 0;
}

body.story header.blog { margin-bottom: 10px; }

.article ul.documents { padding-left: 7px; }

.video_container { margin: 0 0 1.5em 0; }

.audio_container p.byline.block { clear: both; }

/* variables
 * width: 660px = 654px 1px border 2px padding;
 */
#republish_form_container { margin: 0 auto; width: 660px; }

#content_info {
    overflow: auto;
    padding: 8px;
    border: solid 1px #ccc;
    margin: 1em 0;
}

#content_info h2 {
    margin-bottom: 4px;
    font-size: 1.7em;
}

#instructions ol { font-size: 1.2em; }
#republish_form_container .ui-tabs .ui-tabs-nav { margin-bottom: 0; width: 660px; }
#republish_form_container .ui-tabs .ui-tabs-nav li { width: 330px; }

#content_code textarea {
    height: 200px;
    font-family: monospace;
    font-size: 11px;
    width: 654px;
}

#republish_form_container #actions a {
    background-color: #F4C224;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

#republish_form_container #actions a.button {
    display: inline-block;
    margin: 0 1em;
    padding: 1em 0;
    width: 150px;
}

#copy_link_container { position: relative; }
/*************************** OLD STUFF DOWN BELOW *****************************
 *                           HERE BE DRAGONS */

/* read/watch this */
.content_count
{
    float: left;
    margin-bottom: 0.6875em;
    width: 128px;
    text-align: center;
    margin-top: -1px;
    border: solid 1px #B2B2B2;
    padding: 1em 0;
}

.content_count h6
{
    font: bolder 0.8125em Arial, Helvetica, sans-serif
}

.content_count .count
{
    font-size: 2em;
    display: block;
    color: #F4B722;
    margin-bottom: 2px;
    line-height: 1.25em;
}

.content_count p
{
    font-size: 0.6875em;
    line-height: 1em;
    width: 8em;
    margin: 0 auto;
}

.content_count input
{
    text-transform: uppercase;
    background-color: #F4C224;
    border: solid 1px #C79F1E;
    margin-top: 0.5em;
    font-size: 11px;
    padding: 4px;
}

.small_thank_you { padding-top: 0.5em; color: #666; }

{
    margin-bottom: 2.25em;
}

body.print div#article,
body.print div#headline_container
{
    padding-left: 0;
}

body.print #comment_form { display: none; }

body.print div#article { overflow: visible; }

div.update span.update_label
{
    float: left;
    margin-right: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

div.update .update_time
{
    color: #777;
    text-transform: none;
    font-weight: normal;
}

div.liveblog_updates strong
{
    margin-bottom: 10px;
}

div.liveblog_updates .update_time
{
    color: black;
    font-weight: bold;
}


div.update
{
    font-size: 1.5em;
    line-height: 1.35;
    margin-bottom: 1em;
}

div.update span.update_time a
{
    color: #CB9900;
    text-decoration: underline;
}

div.new_liveblog_updates
{
    background-color: #F3E9CE;
}

div.update span.update_label
{
    float: left;
    margin-right: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

div.liveblog_updates div.update span.update_label
{
    text-transform: none;
}

div.update .update_time
{
    color: #777;
    text-transform: none;
    font-weight: normal;
}

div.liveblog_updates .update_time
{
    color: black;
    font-weight: bold;
}

div.liveblog_form textarea
{
    display: block;
    width: 517px;
}


