/*
	Title: Glacier Taxi Stylesheet
	Author: Glacier Taxicab
	Copyright: 2009 Glacier Taxicab
	License: All Rights Reserved

	mimetype: text/css
*/

/************************
	SITE-WIDE
*/
body {
  margin-top: 0px;
}
.smalltext {
  font-size: 80%;
}
.centertext {
  text-align: center;
}
#canvas {
  width: 80%;
  min-width: 800px;
  font-size: 1em;
  margin-right: auto;
  background-color: white;
  margin-left: auto;
}
/************************
	CONTENT-AREA
*/
#content {
  border-style: none;
  width: auto;
  margin-left: 255px;
  min-width: 350px;
  min-height: 570px;
}
#content .page-title {
  font-size: 200%;
  display: block;
  color: #336666;
  border-top: 2px dotted #336666;
  border-bottom: 2px dotted #336666;
  text-indent: 1em;
}
#content h2 {
  text-indent: 1em;
  color: #336666;
}
#content p, #content h3, #content h4 {
  margin-left: 1em;
  text-indent: 2em;
  text-align: justify;
}
#content .left {
  margin-left: 1em;
  float: left;
  border: 1px dotted #336666;
  padding: 3px 3px;
}
#content .right {
  margin-left: 1em;
  float: right;
  border: 1px dotted #336666;
  padding: 3px 3px;
}
#content .callout {
  margin-left: 4em;
  margin-right: 4em;
  background-color: #336666;
  color: #FFFFFF;
  text-indent: 0;
}
/************************
	SIDE-BAR
*/
#info-nav { /* entire side-bar */
  min-height: 600px;
  background-color: #336666;
  margin-top: 0px;
  float: left;
  width: 255px;
  position: fixed;
  color: white;
}
#info { /* site-name and contact infos */
  margin-top: 0;
  position: center;
  text-align: center;
}
#info .site-title {
  line-height: 0em;
  font-size: 200%;
}
#navigation-menu {
  background-color: transparent;
  margin-left: 1em;
}
#navigation-menu ul {
  list-style-type: none;
  margin-left: -2em;
}
#navigation-menu li {
  line-height: 1.5em;
  font-size: 120%;
}
#navigation-menu a {
  text-decoration: none;
  color: inherit;
  display: block;
  text-indent: 0.5em;
}
#navigation-menu a:hover {
  color: #336666;
  text-decoration: none;
  background-color: white;
  display: block;
  text-indent: 0.5em;
}
/************************
	FOOTER
*/
#footer {
  border-top: 2px dotted #336666;
  width: auto;
  min-width: 350px;
  min-height: 30px;
  margin-left: 255px;
  text-align: center;
}
