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

article {
  margin-top: 10px;  /*TODO DELETEME after breadcrumb display-inline refactor*/
}

/*TODO DELETEME after breadcrumb display-inline refactor*/
nav + article {
  margin-top: 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 { background: white; margin: 0 auto;
    padding-right: 20px; /* box-sizing fix */
    width: 660px; }

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

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

#instructions ol { font-size: 0.8em; }
#republish_form_container .ui-tabs .ui-tabs-nav { margin-bottom: 0; }
#republish_form_container .ui-tabs .ui-tabs-nav li { width: 50%; }

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

#republish_form_container #actions a {
    background-color: #F4C224;
    font-size: 0.66667em;
    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; }

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
{
    line-height: 1.35;
    margin-bottom: 1em;
}

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.update span.update_time a
{
    color: #CB9900;
    text-decoration: underline;
}


/*Liveblogs are a subspecies of updates*/

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

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


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

section.liveblog div.update span.update_label {
    text-transform: capitalize;
}

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

section.liveblog .update_time
{
    color: black;
    font-weight: bold;
}

section.liveblog .update_author:after {
    content: ":";
}

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

