/*CanyonCorridor.css
used for setting section colors
www.ArtsResouce.org*/

/*S. Clason, stevec@topdogstrategy.com
16 Jun 06
18 Jul 06, added #content h1 color change
14 Nov 06, added rules for altered page design (beyond color-coding)*/

#container {
  background-color: #934793;
}
#content {
  margin-right: 23px;
}
#content h1 {
  background-color: #fff;
  color: #934793;
  margin-bottom: 20px;
}
#content h2 {
  color: #000;
  background-image: none;
  font-size: 1.2em;
}
#content h3 {
  margin: 0 0 0 40px;;
  padding: 0;
  line-height: 1;
  font-size: 1em;
}
#content a, #content a:link, #content a:active {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#content a:visited {
  color: : #934793;
}
#content a:hover {
  text-decoration: underline;
}
#canyonSidebar {
  float: right;
  width: 140px;
  margin: 12px;
  text-align: center;
  position: relative;
}
#disciplineForm {
  margin-top: 1em;
}
#disciplineForm img {
  display: block;
}
form#cccDiscipline {
  background-color: #3f6fb9;
}
form#cccDiscipline input {
  margin-top: .5em;
}
