body {
    background: url("../imgs/gray_trans_bluelines.gif") #fff repeat-y;
    margin: 5px 0px 0px 4px;
    font-size: 0.9em;
    font-family: Futura, "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
}
div#title {
    background: url("../imgs/atomicdetail_bluegray.gif") no-repeat;
    height: 110px;
    padding-left: 4px;
    margin-left: 11px;
}
#title h1 {
    display: block;
    font-weight: normal;
    margin-top: 0;
    padding-top: 0.4em;
    
}
/* basic navigation */
a:link, a:visited {
    text-decoration: none;
    color: #06a;
}
a:hover {
    text-decoration: underline;
    color: #06a;
}
/* drop down menu css */
#liblu {
    background-color: #dde8fa;
    margin-top: 0;
    width: 709px;
    text-align: left;
    margin-left: 36px;
    padding: 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    height: 1.3em;
} 
ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    color: #06a;
}
li { /* all list items */
    float: left;
    position: relative;
    width: 110px;
    text-align: center;
}
li ul { /* second-level lists */
    display: none;
    position: absolute;
    margin-top: 1.0em;
    margin-left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    text-align: left;
    text-indent: 3px;
    font-size: 0.8em;
    z-index: 200;
}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
    margin-top: auto;
    margin-left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
    display: block;
    margin-left: 5px;
    background-color: #fff;
    text-align: left;
    width: 203px;
}
li a {
    padding: 1px;
    text-align: left;
    display: block;
    width: 200px;
    text-decoration: none;
    height: 1.15em;
}
li a:hover {
    background-color: #dde8fa;
    text-decoration: none;
}
.baritem {
    text-decoration: none;
    color: #06a;
    text-align: center;
    width: 100px;
    border-right: 1px solid #ccc;
}
.dropitem {
    display: block;
    border: 1px solid #ccc;
    border-bottom-width: 0;
}
.invisible {
    color: #dde8fa;
}
#part {
    text-decoration: none;
    width: 46px;
    text-align: center;
    border-right: 1px solid #ccc;
}
li#small {
    width: 45px;
    float: left;
    postition: relative;
    text-align: center;
}
.dropsm {
    display: block;
    border: 1px solid #ccc;
    border-bottom-width: 0;
}
/* main content */
#slogan {
    clear: left;
}
h4#slogan {
    margin-left: 76px;
    width: 450px;
    text-align: left;
    margin-top: 0;
    padding-bottom: 30px;
    padding-right: 30px;
    font-weight: normal;
    font-style: italic;
    font-size: 0.8em;
    border-bottom: 1px solid #dde8fa;
}
#slogan strong {
    color: #06a;
}
#highlights {
    width: 200px;
    background-color: transparent;
    float: left;
    text-align: left;
    margin-left: 72px;
    padding: 0 4px;
    font-size: 0.8em;
}
#news {
    width: 400px;
    float: left;
    background-color: transparent;
    text-align: left;
    margin-left: 10px;
    padding: 0 4px 10px 4px;
    font-size: 0.8em;
    border-left: 1px solid #dde8fa;
}
p {
    display: block;
    text-align: left;
    text-indent: 0.6em;
}
#highlights h4 {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.0em;
}
br {
    clear: both;
}
#news h5 {
    text-align: left;
    text-decoration: underline;
    font-weight: bold;
    color: #06a;
    font-size: 1.0em;
}
/* Fiction Style */
#heading {
    margin-left: 76px;
    width: 450px;
    text-align: left;
    margin-top: 0;
    padding-bottom: 20px;
    padding-right: 30px;
    font-weight: normal;
    font-size: 0.9em;
    border-bottom: 1px solid #dde8fa;
    clear: left;
}
#story {
    margin-left: 72px;
    width: 614px;
    display: block;
    padding: 0 5px;
}
#story hr {
    width: 25%;
    height: 2px;
    color: #06a;
    background-color: #06a;
}
.secta {
    width: 45%;
}
.sectb {
    width: 20%;
}
#footing {
    width: 200px;
    border: 0;
    margin: 0;
    padding: 1px;
    float: right;
    display: block;
    text-align: right;
}
#grey {
    color: #ccc;
    text-decoration: underline;
}
a#back {
    color: #06a;
    text-decoration: underline;
}
a#back:hover {
    color: #000;
    text-decoration: underline;
}
a#next {
    color: #06a;
    text-decoration: underline;
}
a#next:hover {
    color: #000;
    text-decoration: underline;
}
/* general part 2 */
#index {
    margin-left: 72px;
    width: 614px;
    display: block;
    padding: 0 5px;
}
.interview {
    color: #00f;
}
.author {
    color: #06a;
}
.cat {
    display: block;
    background-color: #dde8fa;
    border-bottom: 1px solid #06a;
    border-right: 1px solid #06a;
    width: 200px;
    text-align: center;
    font-weight: normal;
    font-size: 0.9em;
}
ul.list {
    background-color: none;
    width: 300px;
    border: 0;
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}
.list li {
    margin-left: 20px;
    text-indent: 5px;
    clear: both;
    width: 350px;
    text-align: left;
    color: #000;
}
.list a {
    width: 350px;
}
.list a:hover {
    background-color: transparent;
    text-decoration: underline;
}
.subcat {
    font-weight: normal;
    font-size: 0.9em;
    margin: 0;
    margin-bottom: 3px;
    font-style: italic;
}
.cat a, .cat a:hover {
    text-decoration: none;
    color: #000;
}
#story h3 {
    color: #c3c;
    font-variant: small-caps;
}
