@charset "UTF-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  font: small Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #ff66cc;
}


/* page colors */

.family {
  background-color: #ffcccc;
}

.knockout {
  background-color: #ff0099;
}

.halfstraddle {
  background-color: #ff66cc;
}

.nurses {
  background: url(images/shows/nineBG.jpg) top center repeat;
}

.hssings {
  background-color: #ff3366;
}

/* spec formatting */

img {
  border: none;
}

.left {
  margin-left: -161px;
  margin-top: -40px;
  padding-bottom: 10px;
}

.border {
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #000000;
}

.footer {
  position: relative;
  top: -140px;
  z-index: 0;
}

.top {
  position: relative;
  z-index: 5;
}

.black {
  color: #000000;
}

.small {
	font-size: small;
}

.large {
  font-size: large;
}

.xlarge {
  font-size: x-large;
}

.xxlarge {
  font-size: xx-large;
}

.xsmall {
  font-size: x-small;
}

.underline {
  border-bottom: solid 10px #000000;
}

.center {
	text-align: center;
}

.headerweak {
  font-size: x-large;
  font-weight: 100;
}

.topcollapse {
  margin-top: -25px;
}

.middle {
  vertical-align: middle;
}

/* wrapper fun */

#wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 600px;
}

body a:link, body a:visited {
  text-decoration: underline;
  color: #000000;
}

body a:hover {
  text-decoration: none;
  color: #000000;
}

#content {
  width: 600px;
  margin-top: 40px;
  padding: 20px 0;
  text-align: left;
}


/* menubar */

#menubar {
  margin: 2px 0 2px 0;
  padding: 0;
  width: 600px;
}  
  
ul.navlist {
  list-style-type: none;
  list-style-image:none;
  list-style-position:none;
  list-style-type:none;
  margin: 0;
  padding: 0;
}

.navlist li {
  list-style-type: none;
  list-style-image:none;
  list-style-position:none;
  list-style-type:none;
  margin: 0;
}

#menubar .navlist li a {
  display: block;
  height: 35px;
  background-repeat: no-repeat;
  text-indent: -5000px;
}

#navnews a {
  background-image: url(images/menuitems/newsMENU.png);
  background-position: 0 0;
  width: 103px;
  float: left;
}

#navnews a:hover {
  background-position: 0 -35px;
}


#navabout a {
  background-image: url(images/menuitems/aboutMENU.png);
  background-position: 0 0;
  width: 117px;
  float: left;
}

#navabout a:hover {
  background-position: 0 -35px;
} 


#navshows a {
  background-image: url(images/menuitems/showsMENU.png);
  background-position: 0 0;
  width: 124px;
  float: left;
}

#navshows a:hover {
  background-position: 0 -35px;
}  

#navlinks a {
  background-image: url(images/menuitems/linksMENU.png);
  background-position: 0 0;
  width: 104px;
  float: left;
}

#navlinks a:hover {
  background-position: 0 -35px;
}  

#navcontact a {
  background-image: url(images/menuitems/contactMENU.png);
  background-position: 0 0;
  width: 151px;
  float: left;
}

#navcontact a:hover {
  background-position: 0 -35px;
} 

/* twitter */
#twitter_div {
	margin-top: -10px;
	color: #000;
	text-align: left;
	width: 600px;
}
#twitter_div p {
  font-size: x-small;
}

#twitter_div img {
	vertical-align: -3px;
}

.twitter-title {
  color: #000;
}
#twitter_update_list {
  padding: 0px;
  margin-top: -5px;
  overflow: auto;
} 

#twitter_update_list li:before {
  font-weight: bold;
}

#twitter_div a:link, #twitter_div a:visited {
  text-decoration: none;
  color: #000;
  border-bottom: 1px dashed #000;
  letter-spacing: normal;
}

#twitter_div a:hover {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
  letter-spacing: normal;
}
