/* Future Frontier Online - Shared Stylesheet */
/* Year 2000 tech magazine aesthetic */

body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    background-color: #ffffff;
    color: #222222;
    margin: 0;
    padding: 0;
}

a {
    color: #cc2200;
    text-decoration: underline;
}

a:hover {
    color: #ff4400;
    text-decoration: underline;
}

a:visited {
    color: #881100;
}

/* =====================
   HEADER / MASTHEAD
   ===================== */

#masthead {
    background-color: #0a1a3a;
    color: #ffffff;
    padding: 0;
    border-bottom: 3px solid #cc2200;
}

#masthead-inner {
    padding: 10px 15px;
    display: table;
    width: 100%;
}

#site-title {
    display: table-cell;
    vertical-align: middle;
}

#site-title h1 {
    font-family: Arial Black, Arial, sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    letter-spacing: -1px;
    text-transform: uppercase;
}

#site-title h1 span.future {
    color: #ff4400;
}

#site-title .tagline {
    font-size: 11px;
    color: #aabbcc;
    font-style: italic;
    letter-spacing: 1px;
    margin-top: 2px;
}

#masthead-date {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    font-size: 10px;
    color: #aabbcc;
    white-space: nowrap;
    padding-left: 20px;
}

#masthead-date .issue-info {
    font-size: 11px;
    color: #ffffff;
}

/* =====================
   NAVIGATION BAR
   ===================== */

#navbar {
    background-color: #1a2e5a;
    padding: 0;
    border-bottom: 2px solid #cc2200;
}

#navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

#navbar ul li {
    display: inline;
}

#navbar ul li a {
    display: inline-block;
    padding: 6px 14px;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-right: 1px solid #2a3e6a;
}

#navbar ul li a:hover {
    background-color: #cc2200;
    color: #ffffff;
    text-decoration: none;
}

#navbar ul li a.active {
    background-color: #cc2200;
    color: #ffffff;
}

/* =====================
   BREAKING NEWS TICKER
   ===================== */

#ticker-bar {
    background-color: #cc2200;
    color: #ffffff;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: bold;
}

#ticker-bar .ticker-label {
    background-color: #ffffff;
    color: #cc2200;
    padding: 1px 5px;
    font-weight: bold;
    margin-right: 8px;
    font-size: 10px;
}

/* =====================
   PAGE LAYOUT
   ===================== */

#page-wrapper {
    width: 780px;
    margin: 0 auto;
}

#content-area {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

#main-content {
    display: table-cell;
    width: 530px;
    vertical-align: top;
    padding: 12px 15px 12px 0;
    border-right: 1px solid #cccccc;
}

#sidebar {
    display: table-cell;
    width: 200px;
    vertical-align: top;
    padding: 12px 0 12px 15px;
}

/* =====================
   SECTION LABELS
   ===================== */

.section-label {
    background-color: #cc2200;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 5px;
}

.section-label.navy {
    background-color: #0a1a3a;
}

.section-label.orange {
    background-color: #e06600;
}

/* =====================
   FEATURED ARTICLE BANNER
   ===================== */

#featured-article {
    border: 2px solid #0a1a3a;
    padding: 10px;
    margin-bottom: 14px;
    background-color: #f0f4ff;
}

#featured-article .featured-label {
    background-color: #0a1a3a;
    color: #ff4400;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 6px;
}

#featured-article h2 {
    font-size: 17px;
    font-weight: bold;
    color: #0a1a3a;
    margin: 0 0 6px 0;
    line-height: 1.3;
}

#featured-article h2 a {
    color: #0a1a3a;
    text-decoration: none;
}

#featured-article h2 a:hover {
    text-decoration: underline;
    color: #cc2200;
}

#featured-article .article-meta {
    font-size: 10px;
    color: #666666;
    margin-bottom: 6px;
}

#featured-article .article-excerpt {
    font-size: 12px;
    color: #333333;
    line-height: 1.5;
}

#featured-article .read-more {
    display: inline-block;
    margin-top: 8px;
    background-color: #cc2200;
    color: #ffffff;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

#featured-article .read-more:hover {
    background-color: #aa1100;
    color: #ffffff;
    text-decoration: none;
}

/* =====================
   ARTICLE LIST (HOMEPAGE)
   ===================== */

.article-list-header {
    border-bottom: 2px solid #0a1a3a;
    margin-bottom: 10px;
    padding-bottom: 3px;
}

.article-list-header h3 {
    font-size: 13px;
    font-weight: bold;
    color: #0a1a3a;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.article-item {
    border-bottom: 1px dotted #cccccc;
    padding: 8px 0;
}

.article-item:last-child {
    border-bottom: none;
}

.article-item .article-section {
    font-size: 9px;
    font-weight: bold;
    color: #cc2200;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 2px;
}

.article-item h4 {
    font-size: 13px;
    font-weight: bold;
    color: #0a1a3a;
    margin: 0 0 3px 0;
    line-height: 1.3;
}

.article-item h4 a {
    color: #0a1a3a;
    text-decoration: none;
}

.article-item h4 a:hover {
    color: #cc2200;
    text-decoration: underline;
}

.article-item .article-teaser {
    font-size: 11px;
    color: #555555;
    line-height: 1.4;
    margin: 0;
}

.article-item .article-meta-small {
    font-size: 9px;
    color: #888888;
    margin-top: 3px;
}

/* =====================
   SIDEBAR
   ===================== */

.sidebar-box {
    border: 1px solid #cccccc;
    margin-bottom: 14px;
}

.sidebar-box .sidebar-box-header {
    background-color: #0a1a3a;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sidebar-box .sidebar-box-content {
    padding: 8px;
    font-size: 11px;
}

.sidebar-box .sidebar-box-content ol {
    margin: 0;
    padding-left: 18px;
}

.sidebar-box .sidebar-box-content ol li {
    margin-bottom: 5px;
    line-height: 1.3;
}

.sidebar-box .sidebar-box-content ol li a {
    color: #0a1a3a;
    font-size: 11px;
}

.sidebar-box .sidebar-box-content ol li a:hover {
    color: #cc2200;
}

.ad-placeholder {
    background-color: #e8e8e8;
    border: 1px dashed #999999;
    width: 180px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    color: #888888;
    font-style: italic;
}

.search-box input[type="text"] {
    width: 130px;
    font-size: 11px;
    padding: 3px 4px;
    border: 1px solid #999999;
}

.search-box input[type="submit"] {
    font-size: 11px;
    padding: 3px 8px;
    background-color: #0a1a3a;
    color: #ffffff;
    border: 1px solid #0a1a3a;
    cursor: pointer;
    font-weight: bold;
}

/* =====================
   SUBSCRIBE FORM
   ===================== */

#subscribe-bar {
    background-color: #f0f4ff;
    border: 1px solid #aabbcc;
    padding: 10px 15px;
    margin: 14px 0;
    font-size: 11px;
    color: #333333;
}

#subscribe-bar h4 {
    margin: 0 0 6px 0;
    font-size: 12px;
    color: #0a1a3a;
    text-transform: uppercase;
}

#subscribe-bar input[type="text"] {
    width: 200px;
    padding: 3px 5px;
    font-size: 11px;
    border: 1px solid #999999;
}

#subscribe-bar input[type="submit"] {
    padding: 3px 12px;
    font-size: 11px;
    font-weight: bold;
    background-color: #cc2200;
    color: #ffffff;
    border: 1px solid #aa1100;
    cursor: pointer;
}

/* =====================
   FOOTER
   ===================== */

#footer {
    background-color: #0a1a3a;
    color: #aabbcc;
    padding: 12px 15px;
    font-size: 10px;
    border-top: 3px solid #cc2200;
    margin-top: 14px;
}

#footer a {
    color: #cc8866;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .footer-columns {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

#footer .footer-col {
    display: table-cell;
    vertical-align: top;
    width: 33%;
    padding-right: 15px;
}

#footer .footer-col h5 {
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 0 6px 0;
    border-bottom: 1px solid #2a3e6a;
    padding-bottom: 3px;
}

#footer .footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .footer-col ul li {
    margin-bottom: 3px;
}

#footer .footer-bottom {
    border-top: 1px solid #2a3e6a;
    padding-top: 8px;
    color: #778899;
    font-size: 9px;
}

#hit-counter {
    display: inline-block;
    background-color: #000000;
    color: #00ff00;
    font-family: "Courier New", monospace;
    font-size: 11px;
    padding: 2px 6px;
    border: 1px solid #00aa00;
    letter-spacing: 2px;
}

/* =====================
   ARTICLE PAGE STYLES
   ===================== */

.article-page {
    max-width: 580px;
}

.article-page .article-headline {
    font-size: 22px;
    font-weight: bold;
    color: #0a1a3a;
    border-bottom: 3px solid #cc2200;
    padding-bottom: 8px;
    margin: 10px 0 6px 0;
    line-height: 1.3;
}

.article-page .article-deck {
    font-size: 14px;
    color: #333333;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 1.5;
}

.article-page .article-meta-bar {
    font-size: 10px;
    color: #666666;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 5px 0;
    margin-bottom: 12px;
}

.article-page .article-meta-bar .article-tools {
    float: right;
}

.article-page .article-meta-bar .article-tools a {
    font-size: 10px;
    color: #666666;
    margin-left: 10px;
}

.article-page .article-body {
    font-size: 12px;
    line-height: 1.6;
    color: #222222;
}

.article-page .article-body p {
    margin: 0 0 10px 0;
}

.qa-block {
    margin: 14px 0;
    border-left: 3px solid #cc2200;
    padding-left: 12px;
}

.qa-block .question {
    font-weight: bold;
    color: #0a1a3a;
    font-size: 12px;
    margin-bottom: 5px;
}

.qa-block .question .q-label {
    color: #cc2200;
    font-size: 11px;
    margin-right: 5px;
    font-style: italic;
}

.qa-block .answer {
    font-size: 12px;
    color: #333333;
    line-height: 1.6;
}

.qa-block .answer .a-label {
    font-weight: bold;
    color: #0a1a3a;
    font-size: 11px;
    margin-right: 5px;
    font-style: italic;
}

.author-bio {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-left: 4px solid #0a1a3a;
    padding: 10px 12px;
    margin-top: 20px;
    font-size: 11px;
    color: #444444;
    line-height: 1.5;
}

.author-bio strong {
    color: #0a1a3a;
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
}

.article-footer-tools {
    margin-top: 16px;
    padding-top: 10px;
    border-top: 1px solid #cccccc;
    font-size: 10px;
    color: #666666;
}

.article-footer-tools a {
    color: #cc2200;
    margin-right: 15px;
    font-size: 10px;
}

/* breadcrumb */
.breadcrumb {
    font-size: 10px;
    color: #888888;
    padding: 6px 0;
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 8px;
}

.breadcrumb a {
    color: #555555;
    font-size: 10px;
}
