/* Id: /d/css/core.css 2007.05.05 desoto */

.column { float: left; }
.copy {
    color: #595959;
    font-size: 1.5em;
    line-height: 1.3em;
    padding: 1em;
}
        .copy a:hover, copy a:visited:hover { color: #405500; }

#flag {
    background-color: #ffccff;
    border:  3px double #996699;
    padding: 1em;
    text-indent: 2em;
}

.kicker {
    color: #bd8100;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    padding: 1em 0 0 1em;
}
        
#lead-story, .sub-story {
    border-bottom: 1px dotted #cccccc;
    border-left: 1px dotted #ffffff;
}
#lead-story:hover, #one .sub-story:hover, #two-one:hover {
    background-color: #fcfcfc;
    border-left: 1px dotted #cccccc;
}
#lead-story > p {
    font-size:1.8em;
    line-height: 1.2em;
    padding: 0 1em 1em 10px;
}
#lead-story > h1 {
    color: #595959;
    font-size: 3.6em;
    font-weight: normal;
    letter-spacing: -2px;
    padding: 0.4em 0.4em 0 10px;
}
        #lead-story > h1 > a,
        .sub-story > h2 > a,
        .sub-story > h3 > a { color: #595959; font-weight: normal; display: block; text-decoration: none; }
        #lead-story > h1 > a:hover, #lead-story > h1 > a:visited:hover,
        .sub-story > h2 > a:hover, .sub-story > h2 > a:visited:hover,
        .sub-story > h3 > a:hover, .sub-story > h2 > a:visited:hover { color: #595959; font-weight: normal; display: block; text-decoration: underline; }
        #lead-story > h1 > a:visited,
        .sub-story > h2 > a:visited,
        .sub-story > h2 > a:visited { color: #595959; font-weight: normal; display: block; text-decoration: none; }
li {
    font-weight: normal;
    padding-left: 0;
    line-height: 1.5em;
}
        li > a, li > a:hover, li > a:visited, li > a:visited:hover { font-weight: normal; }
#one {
    border-right: 1px solid #cccccc;
    padding: 0;
    width: 400px;
}
#one > .sub-story:last-child {
    border-bottom: none;
}
.sub-story > p, .sub-story > .more {
    font-size:1.6em;
    line-height: 1.3em;
    padding: 0 1em 1em 10px;
    text-indent: 0;
}
.sub-story > p + p {
    text-indent: 1.6em;
    margin-top: -1em;
}
.sub-story > h2 {
    color: #595959;
    font-size: 3em;
    font-weight: normal;
    letter-spacing: -1px;
    padding: 0.6em 0.6em 0 10px;
}
.sub-story > h3 {
    color: #595959;
    font-size: 2.6em;
    font-weight: normal;
    letter-spacing: -1px;
    padding: 0 0.6em 0 10px;
}
#two {
    position: relative;
    width: 499px;
}
#two-one {
    border-right: 1px solid #cccccc;
    position: relative;
    width: 299px;
}
        #two-one .sub-story:last-child { border-bottom: none; }
        #two-one:hover { border-left: none; }
    
#two-two {
    position: relative;
    width: 199px;
}


ul, ol, dl {
  margin: 0 0 0em 2em;
  padding-left: 0;
}
ul {
  list-style-type: square;
}



p > .asterism {
  margin: 3em 0 2em 0;
}

p span.asterism + p {
    text-indent: -2em;
}

.asterism {
  display: block;
  text-indent: -2em;
  text-align: center;
}

.asterism:before {
  content: "\002A \0020 \002A \0020 \002A";
}

span.line-through {
  text-decoration: line-through;
}



/* Id: /css/core.css 2007.03.11 desoto */

* {
    margin: 0;
    padding: 0;
}
html > body {
    font-family: "Times New Roman", Times, Serif;
    font-size: 10px;
}
a {
    color: #405500;
    font-weight: bold;
    text-decoration: none;
}
a:hover, a:visited:hover {
    color: #405500;
    font-weight: bold;
    text-decoration: underline;
}
a:visited {
    color: #bd8100;
    font-weight: bold;
    text-decoration: none;
}
#breadcrumbs, #caption, #footer, #image {
    background-color:  #ebebeb;
    border: 1px dotted #cccccc;
    display: block;
}
#breadcrumbs {
    border-top-style: solid;
    border-right-width: 0;
    width: 399px;
    padding: 1em 0;
}
#caption, #image, #map, #musicplayer {
    border: 1px dotted #cccccc;
    float: right;
    position:relative;
    width: 498px;
}
#caption {
    border-left-style: solid;
    border-width: 0 1px 1px 0px;
    color: #595959;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    padding: 0.4em 10px;
    width: 478px;
}
.center {
    text-align: center;
}
#container {
    margin: 10px auto;
    width: 900px;
}
#container-background {
    background-image: url(/d/images/background.png);
    background-repeat: repeat-y;
    width: 900px;
}
.dateline {
    border: none;
    display: block;
    padding: 1em 10px;
}
fieldset {
    border: none;
}
#footer {
    border-top-style: double;
    border-width: 3px 1px 1px 1px;
    clear: both;
    margin-top: 2em;
    padding: 1em 0;
    text-align: center;
    width: 898px;
}
#footer > p > a, #footer > p > a:hover,
#footer > p > a:visited, #footer > p > a:visited:hover {
    font-weight: normal;
}
#image, #map {
    border-top-style: solid;
    border-left-width: 0;
}
#map {
    padding: 0;
    height: 300px;
    width: 498px;
}
#menu, #related, #search {
    clear: right;
    float: right;
    width: 200px;
}
#nameplate {
    background-image: url(/d/images/nameplate.png);
    background-repeat: no-repeat;
    display: block;
    height: 110px;
    margin: 10px auto 5px auto;
    width: 900px;
}
#query {
    background-color: #ebebeb;
    border: 1px dotted #cccccc;
    margin: 0 1em .6em 1em;
    width: 155px;
}
.smallcaps { 
    color: #595959;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.smallcaps > a {
    color: #595959;
    font-weight: normal;
    text-decoration: none;
}
.smallcaps > a:hover, .smallcaps >  a:visited:hover {
    color: #595959;
    font-weight: normal;
    text-decoration: underline;
}
.smallcaps > a:visited {
    color: #595959;
    font-weight: normal;
    text-decoration: none;
}
