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

#page-footer {
  height: 400px;
}

#page-spacer {
  height: 50px;
}

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

/**
 * General purpose classes.
 */
#content strong {
  font-weight: bold;
}

#content em {
  font-style: italic;
}

#content .right {
  text-align: right;
}

#content .center {
  text-align: center;
}

#content .hbar {
  background-color: #FFF;
  opacity: 0.8;
}

#content .hbar h3 {
  color: #000;
  padding: 15px;
}

#content .spacer {
  height: 30px;
}

#content .hoverable {
  border-bottom: 1px dashed #999;
}

a {
  color: #667733;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/**
 * Block content.
 */
#content .block {
}

#content .block .header {
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  padding: 10px;
  padding-bottom: 0;
  background-color: #FFF;
  font-size: 2em;
  color: #999;
}

#content .block .content {
  background-color: #FFF;
}

#content .block .content p {
  padding: 10px;
  padding-top: 0;
  font-size: 1.3em;
  color: #333;
}

#content .block a {
  color: #88aa00;
  text-decoration: none;
}

#content .block a:visited {
  color: #676;
}

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


#footer {
  background-color: #333;
  padding: 5px;
  height: 390px;
  opacity: 1.0;
  color: #FFF;
  min-width: 1000px;
}

#footer .personal {
  font-size: 2em;
  text-align: center;
  margin-bottom: 10px;
}

#footer a {
  color: #AAF;
}

#footer .column {
  margin-left: 20px;
  padding: 10px;
  float: left;
  border-left: 1px dashed #999;
}

#footer .rightcolumn {
  float: right;
}

#footer h2 {
  color: #AAA;
}

.tip {
  padding: 5px;
  background-color: #000;
  color: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.tip-title {
  font-size: 1.2em;
}

.tip-text {
  display: none;
}

.clearfix {
  clear: both;
}

#kohana-profiler {
  overflow: auto;
}

