/* spolem.css - spolem.net, copyright Jake Laack, ekaj@spolem.net */

* { }

body {
 margin: 0;
 padding: 0;
 font-family: "Georgia", serif;
 font-size: 90%;
 color: #000000;
 background-color: #85a7a7;
 background-image: url('/images/backgrounds/tealfade.png');
 background-repeat: repeat-x;
 }

/*
h1, p, blockquote { padding: 0; margin: 0;}
*/

a { 
 text-decoration: none; 
 color: #475c5c; 
 }
a:visited {
 color: #4a6377; 
 }
a:hover {
 text-decoration: underline;
 color: #4688b9;
 }

a img {
 border: none;
 }

h1, h2, h3, h4, h5, h6 {
 margin: 0;
 padding: 0;
 line-height: 100%;
 }

h2, h3, h4, h5, h6 { 
 margin-bottom: 0.2em; 
 }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
 vertical-align: middle; 
}

h2 {
 border-bottom: 1px solid #ece8d2;
 }

p {
 margin-top: 0;
 margin-bottom: 1.5em;
 }

hr {
 margin-top: 0.5em; 
 margin-left: 3em; 
 margin-right: 3em; 
 margin-bottom: 0.5em; 
 border: solid 0.1em #62839d;
 }

/* List styles */
ul {
 margin: 1em 0 1em 2em;
 padding: 0 0 0 3em;
 list-style-type: square; 
 }
ul ul {
 margin: 0;
 padding: 0 0 0 1.2em;
 }
ul li { margin: 0; padding: 0; }

ol {
 margin: 1em 0 1em 2em;
 padding: 0 0 0 3em;
 list-style-type: upper-roman;
 }
ol ol {
 margin: 0;
 padding: 0 0 0 1.8em;
 list-style-type: upper-alpha;
 }
ol ol ol { list-style-type: decimal; }
ol ol ol ol { list-style-type: lower-alpha; }
ol ol ol ol ol { list-style-type: lower-roman; }
ul {
 margin: 1em 0 1em 2em;
 padding: 0 0 0 3em;
 list-style-type: square;
 }
ul ul {
 margin: 0;
 padding: 0 0 0 1.8em;
 list-style-type: disc;
 }
ul ul ul { list-style-type: circle; }
ul ul ul ul { list-style-type: disc; }
ul ul ul ul ul { list-style-type: circle; }

dl {
 margin: 0.5em 0 1em 2em;
 padding: 0;
 }
dt {
 margin: 0.5em 0 0 0;
 font-family: "Tahoma", "Geneva", sans-serif;
 font-weight: bold;
 }
dd {
 margin: 0 0 0 2em;
 padding: 0;
 }


/* Table styles */
table { }
caption { }
col { }
colgroup { }
thead { }
tbody { }
tfoot { }
tr { }
th { }
td { }


/* Form styles */
form {
 margin-top: 0.5em; 
 margin-bottom: 0.5em;
 }
fieldset {
 border: solid 0.1em #BCD; 
 padding: 5px; 
 margin-bottom: 0.25em;
 }
legend {  }
label {
 width: 9em;
 vertical-align: top;
 float: left;
 clear: left;
 }
input {
 vertical-align: top; 
 margin-bottom: 0.25em;
 }
input[type="text"], input[type="password"], input[type="file"] {
 border: solid 1px #BCD;
 }
textarea {
 border: solid 1px #BCD;
 margin-bottom: 0.25em;
 }
select {
 border: solid 1px #BCD; 
 margin-bottom: 0.25em; 
 }
optgroup { 
 font-size: 0.85em; 
 background-color: #BCD;
 }
optgroup option {
 font-size: 1.2em; 
 background-color: #fff; 
 }
button { }
button.DialogButton { margin-left: 9em; }
input.DialogButton { margin-left: 9.5em; font-family: "Georgia", serif; }


/* Lesser used elements */
abbr {
 cursor: help; 
 border-bottom: dashed 1px gray;
 }
acronym {
 font-variant: small-caps; 
 cursor: help; 
 border-bottom: dotted 1px gray;
 }
cite { 
 font-size: .85em; 
 font-style: normal;
 }
cite:first-letter { color: red; }
em {
 color: #000;
 font-style: normal; 
 background-color: #ffa;
 padding-left: 3px;
 padding-right: 3px; 
 }
kbd {
 font-family: "courier new", monospace; 
 font-weight: bold;
 }
samp, var { font-family: "courier new", monospace; }
strong { font-variant: small-caps; }
tt { font-family: "courier new", monospace; }
del { color: #aaa; }
ins {
 color: #080;
 text-decoration: none;
 }

pre { font-family: "courier new", monospace; }
code {
 display: block;
 white-space: pre;
 font-family: "courier new", monospace;
 border: 1px solid #62839d;
 margin: 1em;
 padding: 5px;
 line-height: 130%;
 }
code:before {
 content: "code:\A";
 font-size: 0.9em;
 color: #ffffff;
 margin: -5px -5px 5px -5px;
 padding: 1px 0px 1px 5px;
 background-color: #62839d;
 display: block;
 line-height: 110%;
 }
blockquote {
 margin: 1em 4em 1.5em 2em;
 border-left: solid 2px #62839d; 
 padding-left: 1em; 
 }
q {
 margin: 1em 4em 1.5em 2em;
 border-left: solid 2px #62839d; 
 padding-left: 1em; 
 display: block;
 }


/* Common site styles */


div#bodyborder {
 position: relative;
 z-index: 1;
 max-width: 1000px;
 min-width: 650px;
 margin: 0 auto;
 padding: 0 50px;
 }

div#logo {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 50;
 }
div#logoprint {
 display: none;
 position: absolute;
 top: 0;
 left: 0;
 }

ul#menu {
 margin: 0;
 padding: 0 10px 2px 200px;
 list-style: none;
 text-align: right;
 background-color: #a3916b;
 background-image: url('/images/backgrounds/menufade.png');
 background-repeat: repeat-x;
 }
ul#menu li {
 display: inline;
 margin: 0 0 0 20px;
 padding: 0;
 }
ul#menu li a {
 color: white;
 text-decoration: none;
 }
ul#menu li a img {
 vertical-align: top;
 }

div#contentwrapper {
 position: relative;
 z-index: 2;
 overflow: auto;
 margin: 0 auto;
 padding: 4em 5% 3em 5%;
 background-color: #D0C293;
 background-image: url('/images/backgrounds/woodlike.jpg');
 background-repeat: repeat-y;
 }
h1#contentheader {
 padding: 1em 0.5em 0.8em 0.5em;
 background-image: url('/images/backgrounds/contentheader.png');
 background-repeat: no-repeat;
 text-decoration: underline;
 white-space: nowrap;
 }
div#content {
 padding: 0.01em 2em 1em 2em;
 background-color: #FBF8E5;
 border-left: solid 1px #b9c1c1;
 overflow: auto;
 }

div#footer { position: relative; background-color: #93825F; background-image: url('/images/backgrounds/footerfade.png'); background-repeat: repeat-x; list-style: none; margin: 0; color: white; padding: 10px; }
div#footer a { color: white; }
div#footer div#authorization { position: absolute; top: 0; right: 0; padding: 10px; }

div.FloatLeft {
 float: left;
 margin-right: 10px;
 margin-top: 5px;
 margin-bottom: 5px;
 background: transparent;
 font-size: 0.8em;
}

div.FloatRight {
 float: right;
 margin-left: 10px;
 margin-top: 5px;
 margin-bottom: 5px;
 background: transparent;
 font-size: 0.8em;
}

div.FloatCenter {
 margin: 10px;
 margin-left: 0px;
 margin-right: 0px;
 background: transparent;
 text-align: center;
}

div#PageError {
 position: absolute;
 left: 230px;
 top: 3em;
 color: #a00;
 background-color: #fff;
 font-weight: bold;
 font-size: 1.1em;
 border: solid 1px #000;
 line-height: 100%;
 padding: 3px;
}

div.PageError {
 color: #a00;
 background-color: #fff;
 font-weight: bold;
 font-size: 1.1em;
 border: solid 1px #000;
 line-height: 100%;
 padding: 3px;
 margin-top: 0.5em;
 margin-bottom: 0.5em;
}

