/*
CSS for Billy Wears Dresses Official Website
*/

body {
  font-family: Veranda, Helvetica, Arial, sans-serif;
  background: #33FF00 none;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

#wrap {
  background: #33FF00 none;
  min-height: 800px;
  width: 320px;
  border: 5px groove #FF0000;
  padding-bottom: 10px;
  overflow: hidden;
}

h1 {
  font-family: "Matisse ITC", "Curlz MT", "Comic Sans MS", sans-serif; 
  font-size: 45px;
  color: #ff0000;
  background: #33FF00 none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  margin: 0;
}

#tagline p {
  width: 100%;
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: #FF0000;
  border-top: 5px groove #FF0000;
  border-bottom: 5px groove #FF0000;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  margin: 0;
}

h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h2 {
  color: blue;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
  margin-left: 10px;
}

h3 {
  color: #99FF99;
  font-size: 105%;
  font-weight: normal;
  margin-left: 10px;
}

.subtitle {
  color: blue;
  position: relative;
  top: -10px;
}

h4 {
  color: #FF0000;
  margin-bottom: 0;
}

li {
  font-size: small;
  list-style-type: none;
}

#band-members li {
  font-size: 80%;
  font-weight: bold;
  margin-left: 20px;
}

p {
  font-size: 11px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  color: black;
}

em {
  text-transform: uppercase;
}

blockquote {
  font-style: italic;
  color: #006600;
  font-family: Georgia, Times, serif;
}

span.BWD {
  font-family: "Matisse ITC", "Curlz MT", "Comic Sans MS", sans-serif;
}

span.r {
  font-family: "Matisse ITC", "Curlz MT", "Comic Sans MS", sans-serif;
  color: #ff0000;
}

span.b {
  font-family: "Matisse ITC", "Curlz MT", "Comic Sans MS", sans-serif;
  color: #0000ff;
}

span.g {
  font-family: "Matisse ITC", "Curlz MT", "Comic Sans MS", sans-serif;
  color: #006600;
}

span.o {
  font-family: "Matisse ITC", "Curlz MT", "Comic Sans MS", sans-serif;
  color: #FF5C33;
}

#calender p {
  font-size: small;
  font-weight: normal;
  margin-left: 10px;
  margin-right: 10px;
  color: #FFFFFF;
  line-height: 110%;
}

a {
  font-weight: bold;
}

a:link {
  color: #FF0000;
}

a:visited {
  color: #FF0000;
}

a:hover {
  text-decoration: none;
  color: #FFFFFF;

}

a:active {
  color: #0000FF;
}

#navigation, #sidebar{
  width: 100px;
  height: 220px;
}

ul {
  padding-left: 10px;
}

#calender, #latestnews {
  width: 0px;
  visibility: hidden;
}

img.feature {
  width: 95%;
  height: 95%;
  margin-left: 0px;
  margin-top: 5px;
  border: 5px groove red;
}

img.right {
  width: 50%;
  height: 50%;
  border: 5px groove red;
  margin: 10px;
  float: right;
}

img.left {
  width: 50%;
  height: 50%;
  border: 5px groove red;
  margin: 10px;
  float: left;
}

.galleryphoto img {
  width: 95%;
  height: 95%;
  margin-left: 10px;
  margin-top: 10px;
  border: 5px groove red;
}

.phototext {
  width: 95%;
  line-height: normal;
  letter-spacing: -0.05em;
}

.photocredit {
  font-weight: normal;
  color: #333333;
}

.events {
  font-size: small;
  font-weight: bold;
  margin-left: 0px;
  border-collapse: separate;
  border-spacing: 5px 10px;
}

.datetimecost {
  width: 120px;
  vertical-align: top;
  background-color: #85FF0A;
}

.eventvenue {
  width: 170px;
  vertical-align: top;
  background-color: #78F000;
}

.eventblurb {
  width: 210px;
  vertical-align: top;
  background-color: #85FF0A;
}

.line-up li {
  list-style-type: disc;
  margin-left: -20px;
}

#validations {
  visibility: hidden;
}

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/

#sidebar {
  float: left;
}

.phototext {
  position: relative;
  top: -10px;
  left: 5px;
}

div#musicpl, div.video {
  width: 100%;
  position: relative;
  top: 150px;
  left: 10px;
}