
#page-wrapper {
  height: auto !important;
  min-height: 100%;
  margin: 0 0 -225px;

  background-color: #0A0404;
  color: #FFF;
  overflow: hidden;
}

/**
 * Other colors:
 * Gold: #C87F19
 * Blue: #056978
 * Pink: #7C2A52
 * Red:  #57061C
 */

#page-footer {
  height: 225px;
}

#footer {
  clear: both;
  background-color: #333;
  color: #FFF;
  height: 200px;
  position: relative;
  border-top: 5px dashed #000;
  margin-top: 20px;
}

#footer .copyright {
  float: right;
  padding: 10px;
  width: 250px;
  color: #777;
}

#footer .attribution {
  float: left;
  padding: 10px;
  width: 300px;
  color: #777;
}

#footer a {
  text-decoration: none;
  color: #C87F19;
}

#footer a:hover {
  text-decoration: underline;
}

#pageheader {
  height:100px;

  /*background-image: url('/gfx/headergradient.png');*/
/*  background: -webkit-gradient(linear, 0% 0%, 0% 100%,
    from(#FF6600),
    color-stop(0.3, #FF9933),
    color-stop(0.3, #FF9933),
    to(#FFCC99)) content-box padding-box;*/
/*  -webkit-box-shadow: #999 0px 5px 5px;  
  -moz-box-shadow: #999 0px 5px 5px;*/
}

#pageheader .title {
  float: left;
  padding-top: 20px;
  font-size: 4em;
  letter-spacing: 0.05em;
}

#pageheader .title a,
#pageheader .title a:hover {
  color: #FFF;
  background-color: transparent;
}

#pageheader .title .subtitle {
  font-size: 0.5em;
}

#pageheader a {
  text-decoration: none;
}

#pageheader ul {
  margin-top: 30px;
  float: right;
}

#pageheader li {
  float: left;
  padding: 20px 0px;
  padding-left: 10px;
  font-size: 1.5em;
}

#pageheader li a {
  color: #999;
  background-color: #333;
  padding: 5px;
  text-shadow: -1px -1px 0px #111;
}

#pageheader li a:hover {
  background-color: #555;
}

#pageheader li a.standout {
  background-color: #7C7;
  color: #000;
  text-shadow: none;
}

#pageheader li a.standout:hover {
  background-color: #9E9;
}

.fixedwidth {
  width: 880px;
  margin: 0 auto;
}

.clearfix {
  clear: both;
}

#content-frame-top,
#content-frame-bottom {
  background-color: #FFF;
  opacity: 0.8;
  padding: 5px;
}

#content-frame-top {
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}

#content-frame-bottom {
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

#content-frame {
  padding: 0 10px;
  /*border: 10px solid #CCC;*/
  background-image: url('/gfx/contentedges.png');
}

#content {
  color: #000000;
  background-color: #EEE;
  padding: 10px;
}

#content a {
  text-decoration: none;
  color: #056978;
}

#content a:hover {
  text-decoration: underline;
}

#content h1 {
  font-size: 5em;
  color: #999;
  margin-bottom: 10px;
  text-shadow: 1px 1px 0px #FFF;
  text-align: center;
}

#content h2 {
  font-size: 2.2em;
  color: #999;
  margin-bottom: 10px;
  text-shadow: 1px 1px 0px #FFF;
}

#content h3 {
  font-size: 1.5em;
  color: #666;
  text-shadow: 1px 1px 0px #FFF;
  margin-bottom: 5px;
}

#content h4 {
  font-size: 1.1em;
  color: #666;
  text-shadow: 1px 1px 0px #FFF;
  margin-bottom: 5px;
}

#content .source {
  margin-top: 5px;
  text-align: right;
  color: #999;
  margin-bottom: 10px;
}

#content p,
#content center {
  font-size: 1.3em;
  margin-bottom: 10px;
  line-height: 1.7em;
  text-shadow: 1px 1px 0px #DDD;
  color: #333;
}

#content .big-emphasis {
  font-size: 2em;
}

#content ul {
  margin-bottom: 10px;
}

#content ol li,
#content ul li {
  font-size: 1.3em;
  margin-left: 25px;
  margin-bottom: 10px;
  line-height: 1.5em;
  text-shadow: 1px 1px 0px #DDD;
  color: #333;
}

#content ol li {
  list-style-type: decimal;
}

#content ul li {
  list-style-type: square;
}

strong {
  font-weight: bold;
}

em {
  color: #333;
  text-shadow: 1px 1px 0px #BBB;
}

#kohana-profiler {
  overflow: auto;
}

input {
  color: #AAA;
  background-color: #EEE;
}

input:focus {
  color: #333;
  background-color: #FFF;
}

/**
 TODO: Move to separate css file.
 */
.pitch {
  text-align: center;
  font-size: 1.3em;
}

#content .pitch ul li {
  list-style-type: none;
}

.big_form {
  font-size: 1.3em;
  margin-bottom: 10px;
}

#search h2 {
  text-align: center;
  font-size: 2em;
}

#search .results .course .course_number {
  font-size: 4em;
  color: #999;
  margin-bottom: -5px;
  text-shadow: 1px 1px 0px #FFF;
}

#search .results .course .title {
  font-size: 2em;
  color: #999;
  margin-bottom: 10px;
  text-shadow: none;
}

#search .results .course .title em {
  color: #333;
  text-shadow: none;
}

#search .results .course .description {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 10px;
  text-shadow: 1px 1px 0px #FFF;
}

#search .results .course .notes {
  font-size: 1em;
  color: #333;
  margin-bottom: 10px;
  text-shadow: 1px 1px 0px #FFF;
}

#content .large_button {
  font-size: 3em;
  padding: 10px;
}

#content .footnotes li {
  font-size: 1em;
}

#content .footnotes p {
  font-size: 1em;
}

#content pre {
  padding: 10px;
  border: 1px solid #DDD;
  background-color: #FFF;
  margin-bottom: 10px;
  font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
  line-height: 1.5em;
}

