/* thewayhome standard.css for theme 'cool'*/

/* FONTS AND COLOURS */
html {
    color: rgb(0,0,64);
    background-color: rgb(218,218,255);
    background-image: url("/themes/cool/bg.gif");
    background-repeat: repeat;
}
body {
    font-family: "Trebuchet MS", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
}
.note {
    font-size:80%;
}
.error {
    color: white;
    background-color: red;
    font-weight: bold;
}

/* index page styles */
div.votd {
    background-color: rgb(64,64,64);
    color: rgb(190,190,190);
}
div.votd h2 {
    font-size: 110%;
    font-weight: bold;
    text-transform: uppercase;
}
div.votd h2 span {
    font-size: 150%;
    font-weight: bold;
    text-transform: lowercase;
    letter-spacing: 0.2em;
    color: orange;
    background-color: inherit;
}
div.votd a:link {
    color: white;
}
div.votd a:visited {
    color: white;
}

/* footer styles */

div.footer {
    font-size:80%;
    clear: both;
}
p.modified{
 font-style: italic;
}

/* menu styles */

div.menu {
    background-image: url("/themes/cool/semi2x2.png");
    font-size:12px;
}
div.menu p {
    background-image: url("/themes/cool/menu-bg.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top right;
    color: white;
    background-color: transparent;
}
div.menu a:link, div.menu a:visited, 
div.authenticate a:link, div.authenticate a:visited {
    color:rgb(200,255,255);
    text-decoration: none;
}
div.menu a:hover, div.authenticate a:hover {
    background: #0090DA;
    color: #fff;
}
div.biblelookup table {
    border-color: #600;
    background-color: rgb(32,32,96);
}
div.biblelookup td, div.biblelookup th {
    font-size:12px;
}
div.biblelookup th {
    background-color: #600; 
    color:#fff; 
    border-color: white;
}
div.biblelookup td {
    background-color: transparent; 
    color:black; 
}
div.biblelookup input {
    font-size:12px;
}
div.biblelookup p {
    background-image: none;
    background-color: white;
    color: black;
    font-size:14px;
}
div.authenticate {
    background-image: url("/themes/cool/semi2x2.png");
}
div.authenticate p {
    color: black;
    font-size:12px;
}
/* feature and lesson page styles */

div.feature table, div.basics table {
    border-color: black;
    background-color:white;
}
div.feature td, div.basics td{
    font-size:90%;
}
div.feature thead td, div.basics thead td {
    border-bottom-color:black;
    font-style: italic;
}
div.feature tbody td, div.basics tbody td {
    border-top-color:black;
}
div.feature tbody tr td:first-child {
    font-weight: bold;
    font-size:100%;
}
p.progress {
    font-size:70%;
}

/* article styles */
p.byline {
    font-size:70%;
}

/* lesson styles */
div#navlt, div#navrt, div#navlb, div#navrb, div#navrsst, div#navrssb {
    font-size: 75%;
}
div#navlt p, div#navrt p, div#navlb p, div#navrb p {
    background-color: white;
    color: black;
}
span.rss {
    color: white;
    background-color: orange;
}

/* document manipulation styles */

p.reviewdoc {
    font-size:80%;
}


/* LAYOUT AND STRUCTURE */

body {
    margin-right: 30px;
    margin-top: 30px;
    margin-left: 200px;
}
h1 {
    text-align: center;
}

/* index page styles */
div.index p {
    text-indent:3em;
}
div.votd {
    border: double black 1px;
    padding:0.2em;
}
div.votd h2 {
    border-bottom: 2px groove;
    margin-top:0.2em;
}

/* footer styles */

p.modified{
 text-align: right;
 margin-right:2pt;
 margin-top:0;
}
p.modified:before {
 content: "This page was last modified "
}

/* menu styles */

div.menu {
    position: fixed;
    top:15%;
    width: 177px;
    left: 0;
    right: auto;
    padding-top:12px;
    padding-left: 4px;
    padding-right: 6px;
    padding-bottom: 12px;
}
div.menu p {
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 9px;
    padding-bottom: 0;
    margin:0;
    height:18px;
    width: 178px;
}
div.menu a:link, div.menu a:visited, 
div.authenticate a:link, div.authenticate a:visited {
    display: block;
    width: 100%;
}

div.biblelookup {
    margin-top:4px;
    margin-bottom: 4px;
//    border: solid 1px;
//    border-color: white;
//    border-color: #600;
//    border-style: inset;
    padding:4px 6px 1px 6px;
    background-color: rgb(32,32,96);
    width: 100%;
}
div.biblelookup div#head {
    text-align: center; 
    border: solid 1px;
    padding:2px 1px;
    background-color: #660000; 
    color:#fff; 
    border-color: white;
}
div.biblelookup div#form {
//    border: none;
    border: solid 1px;
    border-color: white;
    padding:1pt 3pt 0pt 2pt;
}
div.biblelookup input {
    width:100%;
    margin: 1pt;
}

div.authenticate {
    position: fixed;
    top: auto;
    bottom:10px;
    width: 177px;
    left: 0;
    right: auto;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 6px;
    padding-bottom: 4px;
}
div.authenticate p {
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 9px;
    margin:0;
    text-align:center;
}

/* feature and lesson page styles */

div.feature table, div.basics table {
    width:100%;
    border:solid 2px;
}
div.feature thead td, div.basics thead td {
    border-bottom:solid 2px;
    text-align: center;
}
div.feature tbody td, div.basics tbody td {
    border-top:solid 1px;
}
div.feature tbody tr:first-child td, div.basics tbody tr:first-child td {
    border-top:none;
}
p.progress {
    margin-top:0;
    margin-bottom:0;
}
p#back {
    float:left;
    margin-top:0;
}

/* article styles */
p.byline {
    text-align: center;
}

/* lesson styles */
div#navlt, div#navrt, div#navlb, div#navrb, div#navrssb {
    width: 200;
}
div#navlt, div#navrt, div#navlb, div#navrb, div#navrsst, div#navrssb {
    height: 1.1em;
    display: inline;
}
div#navlt p, div#navrt p, div#navlb p, div#navrb p, div#navrsst p, div#navrssb p {
    padding: 3px;
    text-align: center;
    margin:1px;
}
div#navlt p, div#navrt p, div#navlb p, div#navrb p {
    border: 2px groove;
}
div#navrsst p, div#navrssb p {
    margin-top:1px;
}
div#navlt, div#navrt, div#navrsst {
    top: 4px;
    position: absolute;
}

div#navrb {
    float: right;
}
div#navlb {
    float: left;
}
div#navlt, div#navlb {
    left: 200;
    right: auto;
}
div#navrt, div#navrb {
    right: 30;
    left: auto;
}
div#navrsst, div#navrssb {
    left: 400;
    right:230;
}
div.lesson hr {
    margin-top:16pt;
}

/* document manipulation styles */
p.reviewdoc {
    text-align:center;
}

p.editlink {
    text-align: right;
    font-size:80%;
}
p.editlink a {
    color: red;
}
