/*
Steve Clason
Top Dog Strategy
www.topdogstrategy.com
*/
/*
7 Mar 07, S. Clason: added two rules for Canyon Corridor detail page
29 Mar 07, S. Clason: removed min-height declaration from #content.
*/

/*structural elements*/

/* Delete this: for troubleshooting only. */
#wrapper {
  margin: 0;
  padding: 0;

}
#header{
  background-color: #f38524;
  height: 77px;
  position: relative; /* pos. context for utilityNav */
}
#header img {
  margin: 12px;
}
#utilityNav {
  height: 34px;
  color: #fff;
  font-weight: bold;
  background-color: #000;
  font-style: italic;
  text-align: right;
  padding-right: 60px;
}
#utilityNav ul {
  float: right;
  display: inline;
}
#utilityNav li {
  display: inline;
  list-style-type: none;
}
.navSeparator {
  padding: 0 1em;
}
#utilityNav a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#utilityNav a:hover {
  color: #CACACA;
}
#logoff {
  margin: 0 1em 0 0 !important;
  padding: 3px 0 0 0;
}
#uNav {
 margin: 0;
 padding: 3px 0 0 0;
}
/*#collage {
  background-image: url(../images/collage.jpg);
  height: 122px;
  background-repeat: repeat-x;
  margin-left: 110px;
}*/

#container{
  background-color: #015CD1;
  position: relative;
}
#contentWrapper, #footer {
  margin: 0 57px 0 210px;
}
#contentWrapper {
  background-color: #fff;
  padding-left: 22px;
  padding-bottom: 1em;
}
#content {
  padding: 30px 30px 0 0px;
  background-color: #fff;
  min-height: 18.9em;
  height: auto !important;
  height: 18.9em; 
  font-size: 12px;
}
#content table {
  margin: 0;
  padding: 0;
}
#content p {
  padding: 0 0 1em 0;
  margin: 0;
}
#content h1 {
  background-image: url(../images/contentH1.gif);
  background-repeat: no-repeat;
  background-color: #015CD1;
  width: 457px;
  height: 21px;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  padding: 7px 0 3px 40px;
  margin-bottom: 20px;
}
#content h2 {
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  color: #015CD1;
  padding-left: 15px;
  background-image: url(../images/contentH2.gif);
  background-repeat: no-repeat;
  background-position: left 3px;
}
#footer{
  background-color: #f38524;
  height: 108px;
}
#footer img {
  float: right;
  margin: 25px;
}
/* typography */
/* site-wide typography is on ArtsMain.css */

/*Used on Canyon Corridor Detail Page.*/
#content.ccDetail { 
  /*background-color: #F7EADA;*/
  background-color: #fff;
  margin-right: 23px;
  padding: 10px;
}
#ccWrapper {
  border-right: 2px dotted #DDDAD1;
  margin-right: 174px;
}
#canyonSidebar {
  float: right;
  width: 140px;
  margin: 12px;
  text-align: center;
}
#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;
}
#noWork { /* Shown when artist has no work to display. */
  background-image: url("/images/icons/noworkavailable-art.gif");
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  height: 411px;
  width: 381px;
}
