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

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


/* Styles for page sections. */

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

#headerDescription {
  position: relative;
  top: 10px;
  left: 50px;
  color: #4c3d86;
  font-weight: bold;
}

#headerLinks {
  position: relative;
  top: 20px;
  left: 79px;
}

#pageContents {
  position: relative;
  top: 30px;
  left: 80px;
  width: 75%;
  border-style: solid;
  border-width: 1px;
  border-color: #555555;
  text-align: justify;
}

#legal {
  position: relative;
  top: 30px;
  left: 79px;
  color: #aaaaaa;
  font-size: small;
}


/* General style classes. */

h1,h2,h3,h4 {
  color: #4c3d86;
  margin: 20px;
}

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

li {
  list-style-image: url(images/mini-blob.png);
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 20px;
}

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;
}

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

img.invisible {
  border: none;
}


/* Links */

a:link.navigationLink {
    color: #4c3d86;
    text-decoration: none;
    font-weight: normal;
    font-variant: normal;
}
a:visited.navigationLink {
    color: #4c3d86;
    text-decoration: none;
    font-weight: normal;
    font-variant: normal;
}
a:active.navigationLink {
    color: #4c3d86;
    text-decoration: none;
    font-weight: normal;
    font-variant: normal;
}
a:hover.navigationLink {
  color: white;
  background-color: #fbd639;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
}

a:link.invisible,a:visited.invisible,a:active.invisible,a:hover.invisible {
  color: inherit;
  background: none;
  text-decoration: none;
  font-weight: inherit;
  font-variant: inherit;
}

a:link {
  color: #555555;
  text-decoration: none;
  font-weight: bold;
  font-variant: small-caps;
}
a:visited {
  color: #555555;
  text-decoration: none;
  font-weight: bold;
  font-variant: small-caps;
}
a:active {
  color: #555555;
  text-decoration: none;
  font-weight: bold;
  font-variant: small-caps;
}
a:hover {
  color: white;
  background-color: #fbd639;
  text-decoration: none;
  font-weight: bold;
  font-variant: small-caps;
}


/* Styles for widgets */

table.widget {  
  width: 80%;
}
td.widgetAnswer {
  color: inherit;
  font-weight: bold;
  text-align: center;
}

