@font-face {
  font-family: "Geosans";
  src: url(/styles/fonts/GeosansLight.eot);
  src: local("Geo Sans Light"), url(/styles/fonts/GeosansLight.otf) format("opentype");
}

@font-face {
  font-family: "Cmubright";
  src: url(/styles/fonts/cmunbmr.eot);
  src: local("CMU Bright Regular"), url(/styles/fonts/cmunbmr.otf) format("opentype");
}
@font-face {
  font-family: "Cmubright";
  src: url(/styles/fonts/cmunbmo.eot);
  src: local("CMU Bright Italic"), url(/styles/fonts/cmunbmo.otf) format("opentype");
  font-style:italic;
}
@font-face {
  font-family: "Cmubright";
  src: url(/styles/fonts/cmunbsr.eot);
  src: local("CMU Bright Bold"), url(/styles/fonts/cmunbsr.otf) format("opentype");
  font-weight:bold;
}
@font-face {
  font-family: "Cmubright";
  src: url(/styles/fonts/cmunbso.eot);
  src: local("CMU Bright Bold Italic"), url(/styles/fonts/cmunbso.otf) format("opentype");
  font-weight:bold;
  font-style:italic;
}

body, html {
  margin: 0;
  border: 0;
  padding: 0;
  color: #000;

  background-color: #fff;
  //background-color: #ee;
  //text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  //background: -webkit-gradient(
  //  50% 10%, circle, #ccc 10%, #000 100%
  //);
  //background: -moz-radial-gradient(
  //  50% 10%, circle, #ddd 10%, #999 100%
  //);

  font-family: "Cmubright", "Verdana", sans-serif;
  font-size: 100%;
  letter-spacing: 0.05em;
}

i {
}
b {
}

div.wrap {
  width: 1000px;
  margin: 0 auto;
}
div.main {
  float: left;
  width: 677px;

  padding: 10px;
  border-right: 1px solid #000;

  text-align: right;
}
div.sidebar {
  float: right;
  width: 280px;

  padding: 10px;

  text-align: left;
}
div.code {
  margin-top: 0.5em;
  padding: 0.5em;
  border: 1px solid #000;

  max-height: 400px;
  overflow: auto;

  text-align: left;
  font-family: "Courier", monospace;
  font-size: 0.7em;
  line-height: 1.2em;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0;
}
h1 {
  margin-top: 0.5em;
  margin-bottom: 0;

  font-family: "Geosans", "Verdana", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 3em;
}
h2 {
  margin-top: 0.5em;
  margin-bottom: 0;

  font-family: "Geosans", "Verdana", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 1.5em;
}
h3 {
  margin-top: 0.75em;
  margin-bottom: 0;

  font-weight: 100;
  font-size: 1.1em;
}

a:link {
  color: #00a;
  text-decoration: none;
}
a:visited {
  color: #00a;
  text-decoration: none;
}
a:hover {
  color: #00a;
  text-decoration: underline;
  text-shadow: #666 1px 1px 3px /*Not IE*/
}

ul.navbarcont {
  list-style-type: none;
  margin:0;
  padding:0;
}
ul.navbar {
  font-family: "Geosans", "Verdana", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 1.5em;

  list-style-type: none;
  padding-left: 0.5em;
}

img {
  border: 1px solid #000;
}
img.thumbnail {
  opacity: 0.8;               /*Firefox & Chrome*/
  filter: alpha(opacity=80);  /* IE */
}
img.thumbnail:hover {
  opacity: 1.0;               /*Firefox & Chrome*/
  filter: alpha(opacity=100); /* IE */
  -o-box-shadow: 1px 1px 3px #000;
  -icab-box-shadow: 1px 1px 3px #000;
  -khtml-box-shadow: 1px 1px 3px #000;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
img.icon {
  border: none;
  margin-bottom: -2px;
}
img.iconfloat {
  float: left;
  border: none;
}

input, textarea {
  color: #000;
  background: #fff;
  border: 1px solid #000;

  font-family: inherit;
  font-size: 100%;
}
input:focus, textarea:focus {
  border: 1px solid #a00;
}
label {
  width: 4em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}

span.hide {
  display: none;
}
span.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}

p.blueinfo {
  background-color: #eef;
  border: 1px solid #000;
  padding: 0.5em;
}
p.redinfo {
  background-color: #fee;
  border: 1px solid #000;
  padding: 0.5em;
}
p.yellowinfo {
  background-color: #ffe;
  border: 1px solid #000;
  padding: 0.5em;
}

#imageContainer {
  float: right;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75em;
  margin-bottom: 0em;
  height: 200px;
  width: 600px;
}
#imageContainer img {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 200px;
  width: 600px;
  opacity: -0.01;
}
