/* based on http://en.wikinews.org/skins/monobook/main.css */

body { 
    background: white; 
    font-family: sans-serif;
}

a {
  text-decoration: none;
  color: #002bb8;
  background: none;
}

img {
  margin: 10px;
}

a img {
  border: none;
}

a:visited { color: #5a3696; }
a:active { color: Orange; }
a:hover { text-decoration: underline; }

img {
    vertical-align: middle;
/*     clear: right; */
/*     float: right; */
    position: relative;
    margin: 0 0 0.5em 0.5em;
/*    border: 0; */
}
p {
    margin: .4em 0em .7em 0em;
    line-height: 1.5em;
}

p img { margin: 0; }

hr {
    height: 1px;
    color: #aaaaaa;
    background-color: #aaaaaa;
    border: 0;
    margin: 0.2em 0 0.2em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: Black;
    background: none;
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    border-bottom: 1px solid #aaaaaa;
}
h1 { font-size: 110%; }
h2 { font-size: 150%; }
h3, h4, h5, h6 {
    border-bottom: none;
    font-weight: bold;
}
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

ul {
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.3em 0 0 1.5em;
    padding:0;

}
ol {
    line-height: 1.5em;
    margin: 0.3em 0 0 3.2em;
    padding:0;
    list-style-image: none;
}
li { margin-bottom: 0.1em; }
dt {
    font-weight: bold;
    margin-bottom: 0.1em;
}
dl{
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}
dd {
    line-height: 1.5em;
    margin-left: 2em;
    margin-bottom: 0.1em;
}

fieldset {
    border: 1px solid #2f6fab;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
}
legend {
    background: White;
    padding: 0.5em;
    font-size: 95%;
}
form {
    border: none;
    margin: 0;
}

textarea {
    border: 1px solid #2f6fab;
    color: Black;
    background-color: white;
    width: 100%;
    padding: 0.1em;
    overflow: auto;
}

abbr, acronym, .explain {
    border-bottom: 1px dotted Black;
    color: Black;
    background: none;
    cursor: help;
}
q {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
}
code { background-color: #f9f9f9; }
pre {
    padding: 1em;
    border: 1px dashed #2f6fab;
    color: Black;
    background-color: #f9f9f9;
    line-height: 1.1em;
}

*:target { border: solid 2px #00ff00; }
span:target { background-color: #00ff00; }

div { padding-left: 1ex; margin-bottom: 1em; margin-top: .5em; }
div.visible { border-left: solid 2px #90b0a0; padding-left: 0.5em; margin-top: 2em; margin-bottom: 1em; margin-left: 0.5ex; }
div div { margin-top: 1em; margin-left: 0.5ex; }

.headphrase { font-weight: normal; font-size: 120%; color: #106020; }

*:target .headphrase, 
*:target .headphrase:before, 
*:target .headphrase:after { color: #00c000; }

*:target div .headphrase, 
*:target div .headphrase:before, 
*:target div .headphrase:after { color: #90b0a0; }

.highlight { font-weight: normal; font-size: 110%; background-color: yellow; }

table {
    border-collapse: collapse;
    width: 100%;
}


td {
    border: solid 2px black;
    padding: 2px;
/*    width: 33%;*/
}

ins, ins p { background-color: #d0ffd0; }
del, del p { color: #a0a0a0; }


