/*
Theme Name: DCDL
Description: DCDL theme (based on Mike Little's Journalized)
Theme URI: http://dcdl.org/
Version: 0.1
Author: Keith Ivey

*/

body {
    color: #005;
    background: #fff;
    margin: 20px;
    padding: 0px;
    font: 12px/14px 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
}

.centreblock {
    font-size: 13px;
    line-height: 140%;
}

.meta {
    font-size: 11px;
    line-height: 13px;
}

#header {
    font-weight: bold;
    font-size: 300%;
    color: #000000;
    text-align: center;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

img {
    border-style: none;
}

.images {
    padding: 2px;
    background: transparent;
}
h2 {
    margin: -12px 220px 5px 220px;
    padding: 8px 10px 2px 10px;
    color: #a00;
    font-size: 20px;
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    min-width: 120px;
    z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
    border-top: 2px solid #a00;
    }

.storyTitle {
    color: #a00;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

h4 {
    font-size: 12px;
    line-height: 14px;
    border-top: 1px solid #a00;
    color: #a00;
    padding-top: 2px;
    padding-bottom: 0;
    margin-bottom: 6px;
    text-transform: lowercase;
}

abbr {
    cursor: help;
}

.storyCategory {
    font-weight: 400;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    }

.storyTitle a:link, .storyTitle a:visited {
    color: #a00;
}

pre {
    font: 11px/13px Courier, monospace;
}
a {
    text-decoration: none;
    background : transparent;
    }
a:link {
    color: #07c;
}
a:visited {
    color: #049;
}
a:hover {
    color: #07c;
    text-decoration: underline;
}

#headerblock {
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    min-width: 120px;
    margin: 0px 210px 20px 210px;
    padding: 10px;
    z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
    font-size: 16px;
    font-weight: 600;
    }

#header a:link, #header a:visited {
    font-size: 120%;
    font-weight: 600;
    color: #a00;
}

.commentHeader {
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    margin: 10px 10px 10px 10px;
    color: #000000;
    padding: 10px;
    z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
    font-size: 16px;
    font-weight: 600;
    }

/* All the content boxes belong to the content class. */
.centreblock, .navigation {
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    min-width: 120px;
    margin: 0px 220px 20px 220px;
    padding: 10px;
    z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
    }
.centreblock>p {margin: 0px;}
.centreblock>p+p {text-indent: 30px;}

.meta ul {
  display: inline;
}

.meta li  {
    display: inline;
    list-style-type: none;
}

.leftsideSection ul, .rightsideSection ul {
    list-style-type: none;
    margin: 0;
    text-indent: -1em;
    padding-left: 1em;
    padding-top: 0;
}

div.leftsideSection, div.rightsideSection {
    margin-left: 5px;
}

.storyCommentContent {
    width: auto;
    margin: 10px 10px 10px 10px;
    padding: 10px;
    }

blockquote {
    margin-left: 2em;
    margin-right: 2em;
    border-left: 4px solid #bbe;
    border-right: 4px solid #bbe;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 11px;
    line-height: 13px;
}

blockquote blockquote {
    font-size: 100%;
    border: 0;
    background-color: #ddf;
}

q {
    color: #000000;
    background: #aaaaaa;
}

#leftside {
    position: absolute;
    width: 190px;
    top: 20px;
    left: 20px;
    padding: 10px;
}

#rightside {
    position: absolute;
    width: 190px;
    top: 20px;
    right: 20px;
    padding: 10px;
}

.storyLinks {
    text-align: right;
}

.centerP {
    text-align: center;
}

#contentcomments input, #centreblock input, #menu input {
    margin: 1px;
    padding: 1px 1px 4px 1px;
/*    border: 1px solid #000000; */
    font: 11px/14px 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
    background: #ffffff;
}
#contentcomments textarea, #centreblock textarea, #menu textarea {
    margin: 1px;
    padding: 1px;
/*    border: 1px solid #000000; */
    background: #ffffff;
    font: 11px/14px 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
}
.commentfield {
    margin-bottom: 4px;
}

.blogrollmain {
    margin-bottom: 4px;
}

span.searchword {
    background-color: yellow;
}

input {
    background: #ddf;
    color: #009;
}

.debug {
    text-align: center;
    color: #bbb;
}

p.byline {
    margin-left: 11px;
    font-style: italic;
    margin-bottom: 11px;
    color: #a00;
}

.commentmeta {
    text-align: right;
    font-size: 90%;
}

p + .commentmeta {
    margin-top: -12px;
    padding-top: 0;
}

p + ul {
    margin-top: -10px;
    padding-top: 0;
}

textarea {
    background: #ddf;
}

img.photo {
    border: 1px solid #009;
}

tr {
    vertical-align: top;
}

td {
    padding: 0 4px 0 4px;
}

img.floatR {
    float: right;
    margin: 0 0 6px 6px;
}

#countdown, #countdown td, #countdown caption {
    background-color: #009;
    color: white;
    text-align: center;
    font: bold 14px/17px 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
}

#countdown {
    padding: 10px;
    margin-top: 10px;
}

#countdown caption {
    font-size: 1.5em;
    margin-bottom: 6px;
}
