/* Stylesheet for scribblin.gs */
/* mml - 01/08/2004 */

body {
  background-image: url(images/pringle-montage.jpg);
  color: #752c00;
  font-family: verdana,sans-serif;
}


/* Styles for page sections. */

#headerTitle {
  position: relative;
  top: 20px;
  left: 20px;
}

#navbar {
    float: left;
    margin-top: 50px;
    margin-left: 10px;
}

#pageContents {
  background-color: white;
  position: relative;
  top: 20px;
  left: 50px;
  width: 75%;
  border-style: solid;
  border-width: 1px;
  border-color: #752c00;
  text-align: justify;
}


/* General style classes. */

h1,h2,h3,h4 {
  color: #752c00;
  margin: 20px;
}

h1 {
  font-style: italic;
}

p {
  color: inherit;
  margin: 20px;
  clear: right;
}


pre {
  margin: 20px;
}

p.oops {
  color: red;
}

div.centred {
  text-align: center;
  width: 50%;
  height: 50%;
  margin: 25%;
  margin-top: 15%; /* for IE */
}

span.left_floater {
  float: left;
  margin-right: 20px;
}

span.right_floater {
  float: right;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 2px;
}

img {
  border-color: #752c00;
  border-width: 1px;
}

img.invisible {
  border: none;
}


/* Links */

a:link {
    color: green;
    text-decoration: underline;
    font-weight: normal;
    font-variant: normal;
}
a:visited {
    color: green;
    text-decoration: underline;
    font-weight: normal;
    font-variant: normal;
}
a:active {
    color: green;
    text-decoration: underline;
    font-weight: normal;
    font-variant: normal;
}
a:hover {
  color: red;
  font-weight: normal;
  font-variant: normal;
  text-decoration: underline;
}
a.navbar:link {
    color: green;
    text-decoration: none;
    font-weight: bold;
    font-variant: normal;
}
a.navbar:visited {
    color: green;
    text-decoration: none;
    font-weight: bold;
    font-variant: normal;
}
a.navbar:active {
    color: green;
    text-decoration: none;
    font-weight: bold;
    font-variant: normal;
}
a.navbar:hover {
  color: red;
  font-weight: bold;
  font-variant: normal;
  text-decoration: none;
}
