/* style.css — IE6-compatible stylesheet.
   Rules deliberately limited to CSS 2.1 properties.
   No CSS3, no position:fixed, no flexbox, no min/max-width.
   Class names use underscores only (IE6 dash parsing quirk).
   body text-align:center is the IE6 table-centering hack. */

/* -----------------------------------------------------------------------
   Reset / base
   ----------------------------------------------------------------------- */
body {
    background-color: #e8e8e8;
    color: #222222;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 10px 0;
    text-align: center; /* IE6 centering hack for align="center" tables */
}

/* Reset left-align inside all content cells */
td {
    text-align: left;
}

a            { color: #0000cc; text-decoration: underline; }
a:hover      { color: #cc0000; text-decoration: underline; }
a:visited    { color: #551a8b; }

h1 { font-size: 22px; margin: 0 0 4px 0; font-weight: bold; }
h2 { font-size: 17px; margin: 10px 0 5px 0; }
h3 { font-size: 14px; margin: 8px 0 4px 0; }
h4 { font-size: 13px; margin: 6px 0 3px 0; }

p  { margin: 0 0 9px 0; line-height: 1.55; }
ul { margin: 4px 0 9px 18px; padding: 0; }
ol { margin: 4px 0 9px 18px; padding: 0; }
li { margin: 3px 0; line-height: 1.4; }

hr {
    border: 0;
    border-top: 1px solid #cccccc;
    height: 0;
    margin: 10px 0;
}

blockquote {
    border-left: 3px solid #aaaacc;
    margin: 8px 0 8px 16px;
    padding: 4px 10px;
    color: #555555;
    font-style: italic;
}

pre, code {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    padding: 2px 4px;
}

pre {
    padding: 8px;
    overflow: auto;
    line-height: 1.4;
}

img { border: 0; }

/* -----------------------------------------------------------------------
   Newsticker (marquee bar above header)
   ----------------------------------------------------------------------- */
.newsticker {
    background-color: #000033;
    color: #ffff00;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    padding: 3px 6px;
    white-space: nowrap;
    overflow: hidden;
}

.newsticker a {
    color: #ffcc00;
    text-decoration: underline;
}

/* -----------------------------------------------------------------------
   Site header
   ----------------------------------------------------------------------- */
.siteheader {
    background-color: #141414;
    color: #ffffff;
    padding: 12px 14px 10px 14px;
}

.siteheader h1 {
    color: #ffffff;
    font-size: 24px;
    font-family: "Times New Roman", Times, serif;
    margin: 0;
    font-weight: bold;
}

.siteheader h1 a,
.siteheader h1 a:visited {
    color: #ffffff;
    text-decoration: none;
}

.siteheader h1 a:hover {
    color: #ccddff;
    text-decoration: none;
}

.tagline {
    color: #aabbdd;
    font-size: 11px;
    margin: 3px 0 0 0;
}

.logo{
    background-color: #141414;
    padding: 12px 14px 10px 14px;
    width: 34px;
}

/* -----------------------------------------------------------------------
   Navigation bar
   ----------------------------------------------------------------------- */
.navbar {
    background-color: #a20000;
    padding: 5px 14px;
    font-size: 12px;
}

.navbar a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    padding: 0 4px;
}

.navbar a:hover {
    color: #ffff99;
    text-decoration: underline;
}

.navbar a:visited {
    color: #ddddff;
}

/* -----------------------------------------------------------------------
   Main layout columns
   ----------------------------------------------------------------------- */
.maincol {
    background-color: #ffffff;
    padding: 12px 14px;
    border: 1px solid #cccccc;
    border-top: 0;
    zoom: 1; /* IE6 hasLayout trigger */
}

.sidecol {
    background-color: #f0f0f0;
    vertical-align: top;
    zoom: 1;
}

/* -----------------------------------------------------------------------
   Sidebar boxes
   ----------------------------------------------------------------------- */
.sidebox {
    background-color: #ffffff;
    border: 1px solid #b0b8cc;
    margin-bottom: 8px;
    padding: 8px;
}

.sideboxhead {
    background-color: #141414;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    margin: -8px -8px 7px -8px;
    padding: 4px 8px;
}

.sidebox ul {
    margin: 0 0 0 14px;
    padding: 0;
}

.sidebox li {
    margin: 2px 0;
    font-size: 12px;
}

.sidebox a {
    color: #003399;
}

/* Search form in sidebar */
.searchform input[type=text] {
    font-size: 12px;
    border: 1px solid #999999;
    padding: 2px;
    width: 130px;
}

.searchform input[type=submit] {
    font-size: 12px;
    padding: 2px 6px;
}

/* -----------------------------------------------------------------------
   Post listing (index / archive pages)
   ----------------------------------------------------------------------- */
.posttitle {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 3px 0;
}

.posttitle a {
    color: #003399;
    text-decoration: none;
}

.posttitle a:hover {
    text-decoration: underline;
    color: #cc0000;
}

.postmeta {
    color: #666666;
    font-size: 11px;
    margin: 0 0 7px 0;
}

.postmeta a {
    color: #555588;
}

.postexcerpt {
    font-size: 13px;
    line-height: 1.55;
    margin: 6px 0 6px 0;
    color: #333333;
}

.readmore {
    font-size: 12px;
}

.postdivider {
    border: 0;
    border-top: 1px solid #eeeeee;
    height: 0;
    margin: 10px 0;
}

/* -----------------------------------------------------------------------
   Single post
   ----------------------------------------------------------------------- */
.postheading {
    border-bottom: 2px solid #336699;
    margin-bottom: 10px;
    padding-bottom: 6px;
}

.postheading h2 {
    font-size: 20px;
    margin: 0 0 3px 0;
    color: #001155;
}

.postcontent {
    font-size: 13px;
    line-height: 1.65;
    color: #222222;
}

.postcontent img {
    border: 1px solid #cccccc;
    padding: 2px;
}

.postcontent h2 { font-size: 17px; color: #003399; }
.postcontent h3 { font-size: 14px; color: #333366; }

.posttaxonomy {
    background-color: #f5f7fa;
    border-top: 1px solid #dddddd;
    font-size: 11px;
    color: #555555;
    margin-top: 12px;
    padding: 7px 0 3px 0;
}

.posttaxonomy a {
    color: #336699;
}

/* -----------------------------------------------------------------------
   Archive page heading
   ----------------------------------------------------------------------- */
.archivehead {
    background-color: #e4eaf5;
    border: 1px solid #aabbcc;
    border-left: 4px solid #336699;
    color: #003366;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    padding: 6px 10px;
}

/* -----------------------------------------------------------------------
   Search form (search.php full-page form)
   ----------------------------------------------------------------------- */
.searchbox {
    background-color: #f0f4fa;
    border: 1px solid #b0b8cc;
    margin-bottom: 14px;
    padding: 10px 14px;
}

.searchbox input[type=text] {
    font-size: 14px;
    border: 1px solid #999999;
    padding: 3px;
    width: 340px;
}

.searchbox input[type=submit] {
    font-size: 13px;
    padding: 3px 12px;
}

.searchresult {
    font-size: 12px;
    color: #666666;
    margin-bottom: 10px;
}

/* -----------------------------------------------------------------------
   Pagination
   ----------------------------------------------------------------------- */
.paginator {
    color: #444444;
    font-size: 12px;
    padding: 7px 0;
    border-top: 1px solid #eeeeee;
}

/* -----------------------------------------------------------------------
   Footer
   ----------------------------------------------------------------------- */
.sitefooter {
    background-color: #141414;
    color: #ccddee;
    font-size: 11px;
    padding: 8px 14px;
    text-align: center;
}

.sitefooter a {
    color: #aaccff;
    text-decoration: none;
}

.sitefooter a:hover {
    text-decoration: underline;
    color: #ffffff;
}

/* -----------------------------------------------------------------------
   Utility classes
   ----------------------------------------------------------------------- */
.center  { text-align: center; }
.right   { text-align: right; }
.bold    { font-weight: bold; }
.small   { font-size: 11px; }
.muted   { color: #888888; }
.nowrap  { white-space: nowrap; }

/* Outer wrapper spacer */
.outerpad {
    background-color: #e8e8e8;
    padding: 0;
}
