/************************
 * Matter Dance Company *
 * Style Sheet          *
 ************************/

/**** General Styles ****/
body {
  background-color: black;
  text-align:center;
}

div#frame {
  background-color: black;
  float:inherit;
  position: static;
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

div#logo {
  cursor: pointer;
}

div.menu { 
  background-color: black;
  float: inherit;
  width: 1020px;
  border-width: thick;
}

a.menuItem {
  background-color: black;
  float: left;
  width: 160px;
  border-style: outset;
  border-width: thick;
  border-color: #333333;
  position: relative;
  text-align:center;
  text-decoration: none;
  color: white;
  cursor: pointer;
  font-family: verdana, tahoma;
  text-transform: uppercase;
  font-weight: bold;
 }

a.menuItem:active {
  background-color: black;
  float: left;
  width: 160px;
  border-style: inset;
  border-width: thick;
  border-color: #333333;
  position: relative;
  text-align:center;
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-family: verdana, tahoma;
  text-transform: uppercase;
  font-weight: bold;
 }

div.main {
  float: inherit;
  width: 1020px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

div.textSection {
  position: relative;
  color: white;
  background-color: black;
  margin-top: 10px;
  text-align: left;
  font-family: verdana, tahoma;
}

.header {
  font-size: 24px;
  list-style: none;
  border-style: solid;
  border-left-width: 0px;
  border-bottom-width: thin;
  border-right-width: 0px;
  border-top-width: 0px;
  text-align: center;
}

li.body {
  list-style: inside;
  margin-bottom: 15px;
  text-align: left;
}

.left {
  float:left;
}

.clickable {
  cursor: pointer;	
}

div.clickable:hover {
  text-decoration: underline;
}

/**** index.html ****/
div.slideshow {
  float: left;
  width: 600px;
  height: 400px;
  overflow: hidden;
}

div#info {
  float: left;
  width: 375px;
  text-align: left;
  margin-left: 20px
} 

div.margin {
  float: left;
  width: 40px;
}

div.slide {
  background-color: black;
  position: relative;
}

img.slide {
  height: 400px;
  width: 600px;
}

div.quote {
  font-size: 18px;
  text-align: center;
  font-style: italic;
}

/**** aboutUs.html ****/

/**** company.html ****/

div.thumbTitle {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100;
}

div.thumbContainer {
  width: 400px;
  border-right: 1px solid white;
  position: relative
}

div.thumb {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100; 
  height: 100; 
  overflow: hidden
}

div#thumbSection {
  width: 40%;
  text-align: center;
  float: left;
}

div.invisible {
  height: 100px;
  visibility: hidden;
}

div#bioSection {
  float: left;
  width: 60%;
}

div.closeButton {
  float:right;
  cursor: pointer;
  z-index: 10;
}

div.closeButton:hover {
  text-decoration: underline;
}

img.thumb {
  float: left;
  position: relative;
  z-index: 10;
  cursor: pointer;
  padding-right: 15px;
}

div.bio {
  text-align: center;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

#jessie_img {
  margin-top: 0px;
  margin-left: 0px;
}

#carissa_img {
  margin-top: 0px;
  margin-left: 0px;
}


#gail_img {
  margin-top: 0px;
  margin-left: 0px;
}

#alexis_img {
  margin-top: 0px;
  margin-left: 0px;
}

#shayna_img {
  margin-top: 0px;
  margin-left: 0px;
}

#brandy_img {
  margin-top: 0px;
  margin-left: 0px;
}

#keelie_img {
  margin-top: 0px;
  margin-left: 0px;
}

#mike_img {
  margin-top: 0px;
  margin-left: 0px;
}

#lauren_img {
  margin-top: 0px;
  margin-left: 0px;
}

#jessica_horvath_img {
  margin-top: 0px;
  margin-left: 0px;
}

#susie_img {
  margin-top: 0px;
  margin-left: 0px;
}

#laura_img {
  margin-top: 0px;
  margin-left: 0px;
}

#megan_mulherin_img {
  margin-top: 0px;
  margin-left: 0px;
}

#megan_schemmel_img {
  margin-top: 0px;
  margin-left: 0px;
}

#sarah_img {
  margin-top: 0px;
  margin-left: 0px;
}

/**** schedule.html ****/
div#schedule_img {
  float: left;
  position: relative;
  width: 600;
}

div#schedule {
  float: right;
  width: 400;
  padding-left: 10px;
}

img.schedule {
  top: 0;
  position: absolute
}

img#summerConcert_img {
  left: 75;	
}

img#winterShowcase_img {
  left: 0;
}

img#summerConcert2009_img {
  left: 0;	
}

img#winterShowcase2009_img {
  left: 0;
}

img#summerConcert2010_img {
  left: 0;	
}

img#winterShowcase2010_img {
  left: 0;
}

div.title, span.title {
  width: 300;
  font-size: 20px;
/*  text-style: italic;*/
  margin-left: 10px;
  float: left;
}

/**** media.html ****/
div.picContainer {
  position: relative;
}

div.pic {
  position: absolute;
  top:0px;
  left: 0px;
  height: 75px;
  width: 120px;
  overflow: hidden;
  background-color: black;
  z-index: 0;
}

img.pic {
  cursor: pointer;
}

div.pic_closeButton {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right:0;
  cursor: pointer;
  z-index: 10;
}

div.pic_closeButton:hover {
  text-decoration: underline;
}

div#photoSection {
  width: 500;
  float:left;
}

div.subSectionBreak {
  width: 490px; 
  border-top: 1px solid #FFF;
}

div#videoSection {
  width: 500px;
  float: left;
}

/**** news.html ****/
li.rss_item {
  padding-top: 5px;
  text-align: left;
}

a.rss_item {
  font-size: 20px;
  list-style: none;
  border-style: solid;
  border-left-width: 0px;
  border-bottom-width: thin;
  border-right-width: 0px;
  border-top-width: 0px;
  text-align: center;
  color: white;
  text-decoration: none;
}

/**** supportUs.html ****/
a.imgLink {
  text-decoration: none;
  color: black;
}

a {
  color:white;
}