/* Forms Layout */

input.txt {

  color: #01055C;
  background-color: #C0CFFC;
  border: 1px inset #01055C;
  width: 200px;

}

select {

  color: #01055C;
  background-color: #ffffff;
  border: 1px inset #C0C0C0;

}

textarea {

  color: #01055C;
  background-color: #C0CFFC;
  border: 1px inset #01055C;

}

form p {

  clear: left;
  margin: 0;
  padding-top: 5px;

}

form p label {

  float: left;
  width: 35%;
  margin-right: 5px;
  text-align: right;
  color: #000000;
  font-size: 14px;
  font-family: Georgia, Arial, sans-serif;;

}

fieldset {

  border-right: 3px solid #01055C;
  border-bottom: 3px solid #01055C;
  background-color: white;
  margin: 16px 32px 16px 32px;
  padding: 10px;
  
}

legend {

  color: #C0CffC;
  background-color: #FFFFFF;
  font-size: 14px;
  font-family: Georgia, Arial, sans-serif;

}

.heading {

  color: #01055C;
  font-size: 17px;
  font-family: Georgia, Arial, sans-serif;

}

.contentBox {

  text-align: left;
  background-color: white;
  margin: 16px 32px 16px 32px;
  padding: 10px;
  
}

.contentFormBox {

  align: center;
  text-align: center;
  width: 100%;
  
}

.sig {

  float: right;
  width: 150px;
  height: 100%;
  text-align: left;
  margin-right: 5px;

}

.artist {

  float: left;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  padding-top: 5px;
  width: 90px;
  height: 120px;
  border: 1px dashed #01055C;

}

.headshot {

  float: left;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 175px;
  height: 225px;
  background-color: gray;

}

.cdthumb {

  float: left;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  padding-top: 5px;
  width: 110px;
  height: 140px;
  border: 1px dashed #01055C;

}

.cdcover {

  float: left;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 200px;
  height: 200px;
  background-color: gray;

}

.songlist {

  float: right;
  text-align: left;
  margin-left: 10px;
  width: 200px;

}

.newscolumn {

  float: left;
  text-align: left;
  width: 275px;

}

.videocolumn {

  float: left;
  text-align: left;
  margin-left: 20px;
  width: 200px;
  background-color: #C0CFFC;

}

.showvideo {

  float: left;
  text-align: center;
  width: 580px;

}

/* End Forms */

/* Content Format */



a.event:link, a.song:link, a.event:visited, a.song:visited {

  text-decoration: none;
  color: #01055C;
  font-size: 14px;
  font-family: Georgia, Arial, sans-serif;

}

a.event:hover, a.song:hover, a.event:active, a.song:active {

  text-decoration: underline;
  color: red;
  font-size: 14px;
  font-family: Georgia, Arial, sans-serif;

}

a.name:link, a.name:visited {

  text-decoration: none;
  color: #01055C;
  font-size: 12px;
  font-family: Georgia, Arial, sans-serif;

}

a.name:hover, a.name:active {

  text-decoration: underline;
  color: red;
  font-size: 12px;
  font-family: Georgia, Arial, sans-serif;

}

