/*
* Red: d10736
* Blue: 
*  lighter-- 166aa0
*  darker-- 125580
*  lightest: #275C97
*/

#container {
   width: 800px;
   margin: auto;
}

#header {
   height: 100px;
}

#sidebar {
   overflow: none;
   width: 145px;
   float: left;
   margin: 0em 0em 0em 0em;
   padding: 0em 0em 0em 0em;
}

#pagecontent {
   border-left: 2px dotted #d10736;
   margin: 0px 0px 0px 150px;
   min-height: 600px;
   padding: 1em 1em 1em 1em;
}

#footer {
   margin: 3px 0px 0px 0px;
   border-top: 2px solid #d10736;
   height: 3em;
   width: 100%;
   clear: both;
   font-size: .8em;
   text-align: center;
}

img 
{
  border: 0px;
}

form.stylishform fieldset {
  margin-bottom: 10px;
}
form.stylishform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.stylishform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.stylishform fieldset ol {
  margin: 0;
  padding: 0;
}
form.stylishform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.stylishform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.stylishform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.stylishform fieldset fieldset label {
  display: block;
  width: auto;
}
form.stylishform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.stylishform label {
  width: 120px; /* Width of labels */
}
form.stylishform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

.loginbox
{
  font-size: .9em;
}

.small
{
  font-size: .65em;
}

a.small, a.small:visited
{
  color:#125580;
  border-bottom:dashed 1px #125580;
  text-decoration:none;
}

.alert
{
  font-size: .8em;
  color: red;
  width: 80%;
  padding: 1em;
  margin: auto;
  background-color: #b4e2ff;
  border: 1px dotted #d10736;
}

.notice
{
  background-color: #e9f0f0;
  border: 1px dashed #125580;
  width: 80%;
  padding: 1em;
  margin: auto;
}

.notice p
{
  font-size: 12px;
}

.comments
{
  width: 90%;
  text-align: right;
  padding: 1em 1em 1em 1em;
}

ul.commentstring
{
  margin: 0em 0em .25em 0em;
  padding: 0em;
  list-style: none;
}

.commentstring ul
{
  margin: 0em 0em 0em 1em;
  padding: 0em;
  list-style: none;
}

.commentstring li
{
  list-style-type: none;
  margin: 0em 0em 0em 0em;
  padding: 0em;
  background-color: white;
}

/*
.commentstring > li
{
  padding-bottom: 1em;
}*/

.commentbox
{
  border: 1px solid #125580;
}

.commenttitle
{
  font-weight: bold;
  padding: 5px;
  background-color: #b4e2ff;
}

.commentmessage
{
  padding: 5px;
}

.commentinfo
{
  font-size: .75em;
  font-style: italic;
  color: #125580;
  padding: 0px 5px 0px 5px;
}

.commentbottom
{
  font-size: .75em;
  padding: 0px 5px 0px 5px;
  background-color: #e9e9e9;
}

.commentdate
{
  float: left;
}

.commentflags
{
  text-align: left;
}

.commentreply
{
  float: right;
}

.linklist
{
  margin: 0em 0em 0em 0em;
  padding: 0em;
  list-style: none;
  font-size: .8em;
}

.linklist .sublinklist
{
  margin: 0em 0em 0em .5em;
  padding: 0em;
  list-style: none;
}


.linkbox
{
  background-color: #125580;
  color: white;
  margin-bottom: .1em;
  padding: .25em;
}

.linkbox:hover
{
  background-color: #b4e2ff;
  color: black;
}

.linkbox a:visited, .linkbox a
{
  color: inherit;
  text-decoration: none;
}

.regularlinks
{
  margin: 0em 0em 0em 1em;
  padding: 0em;
  list-style: none;
}

.regularlinks li
{
  padding-top: .1em;
  padding-bottom: .1em;
}

.regularlinks a
{
  color:#125580;
  border-bottom:dashed 1px #125580;
  text-decoration:none;
}

.regularlinks a:visited
{
  color: #18385C;
  border-bottom:dashed 1px #18385C;
  text-decoration:none;
}

#search
{
  font-size: .8em;
  padding: .5em;
  border: 1px solid #125580;
  margin: .2em 0em .2em 0em;
}
