body {
  background-color: #2763a5;
  background-image: url("../images/blueburst.jpg");
  background-position: center 0px;
  background-repeat: no-repeat;
  margin:0px;
  padding: 0px;
  border: 0px;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

a:link {text-decoration: none;color: #2763a5;}
a:visited {text-decoration: none;color: #2763a5;}
a:active {text-decoration: underline;color: #2763a5;}
a:hover {text-decoration: none}

ul {
  padding:0px;
  margin:0px;
  margin-left:10px;
  border:0px;
}

img {border: 0px;}
img.left {
  float:left;
  margin:0px;
  border:0px;
  padding:0px;
}
img.right {
  float:right;
  margin:0px;
  border:0px;
  padding:0px;
}

table {
   border-spacing:0px;
   border-collapse: collapse;
   border:0px;
}
table.programinfo {
  width:100%;
  margin:15px 0px 15px 0px;
}

table.blogboxes {
  width:100%;
  margin:15px 0px 15px 0px;
}
td.aleft {
  padding-right: 12px;
}
td.aright {
  padding-right: 0px;
}

td {
  vertical-align:top;
  margin:0px;
  padding:0px;
  border:0px;
}
td.list {
  padding:2px;
  border:solid 1px;
}

h3 {
  font-size:16px;
  padding:0px;
  margin:0px;
  border:0px;
  margin-top:0px;
  margin-bottom:0px;
}

h2 {
  font-size:12px;
  font-weight: bold;
  color: white;
  white-space: nowrap;
  height:19px;
  margin:0px;
  padding-top: 2px;
  padding-bottom: 0px;
}

h2:link {
  color:white;
}
h2:visited {
  color:white;
}
h2:active {
  color:white;
}
h2:hover {
  color:white;
}
h2 a:link {
  color:white;
}
h2 a:visited {
  color:white;
}
h2 a:active {
  color:white;
}
h2  a:hover {
  color:white;
}


h1 {
  font-size:12px;
  font-weight: bold;
  color: white;
  white-space: nowrap;
  height:20px;
  margin:0px;
  padding-top: 5px;
  border:0px;
  background-color: #275299;
  background-image: url("../images/header-bg.png");
  background-repeat: repeat-x;
}

h1 :link {
  color:white;
}
h1 :visited {
  color:white;
}
h1 :active {
  color:white;
}
h1 :hover {
  color:white;
}

div.top {
  width:960px;
  margin-left: auto;
  margin-right: auto;
  margin-top:0px;
  margin-bottom:0px;
}

div.menubar {
  width:100%;
  height:30px;
  margin: 0px;
  padding:0px;
  background-color: #275299;
  background-image: url("../images/menubar-bg.png");
  background-repeat: repeat-x;
  font-size: 12px;
}

div.menubar div {
  text-align:center;
  margin-top: 7px;
  padding-left: 27px;
  padding-right: 27px;
  float:left;
  clear:none;
  color:white;
  white-space: nowrap;
}
div.menubar div a {
  color:white;
}
div.menubar div a:hover {
  color:white;
}
div.menubar div a:visited {
  color:white;
}
div.menubar div a:link {
  color:white;
}
div.menubar div.menufirst {
  text-align:center;
  padding-left:25px;
  float:left;
  clear:none;
  color:white;
}

div.menuselected {
  padding: 0px;
  margin-top:4px;
 }

div.menuselected a {
 border:1px;
 position:relative;
  border-style:solid;
  border-color:white;
 padding:2px 4px 2px 4px;
}

div.menubar div.menunexttolast {
  padding-right: 0px;
}
div.menubar div.menulast {
  text-align:center;
  padding-right:25px;
  padding-left:0px;
  float:right;
  clear:none;
  color:white;
}

div.aboutbar {
  height:120px;
  width:100%;
  padding:0px;
  background-image: url("../images/wccalogo.png");
  background-repeat: no-repeat;
  background-position: 60px 10px;
}

div.aboutbar div.name {
  color: #000066;
  font-weight: bold;
  float:left;
  margin: 0px;
  padding-top:36px;
  padding-left:190px;
  width:180px;
  height:50px;
  clear:none;
  border: 0px;
}

div.aboutbar div.mission {
  width: 580px;
  height:50px;
  margin: 0px;
  border:0px;
  color: white;
  font-weight: bold;
  float:left;
  padding-left:00px;
  padding-top:36px;
}


.dateposted {
  float:left;
  color:black;
  font-size: 10px;
  height:12px;
}
.runtime {
  float:right;
  color:black;
  font-size: 10px;
  height:12px;
}
.description {
  width:400px;
}
.showtimes {
  float:right;
  font-weight:bold;
  margin-left:10px;
  margin-bottom:10px;
  border:solid 1px;
  padding: 2px;
  width: 200px;
}
.showtimes .summary {
  font-weight:normal;
  font-size:10px;
  white-space: nowrap;
  width:100%;
  text-align:center;
}
.showtimes .showtime {
  font-weight:normal;
}

label.notify {
  margin:6px 0px 3px 0px;
  display:block;
  font-weight:bold;
  font-size:10px;
  white-space: nowrap;
  width:100%;
  text-align:center;
}
.small input {
  font-size:10px;
  width:185px;
  margin-left:5px;
}

.mailsent {
  border:solid black 2px;
  margin:20px;
  padding: 10px;
}

.fail {
  color: #ff0000;
  font-weight: bold;
}

.tags {
  margin-bottom: 8px;
}

div.main {
  background-color:white;
  margin-bottom:15px;
  padding-top:25px;
  padding-left:25px;
  padding-right:25px;
}

.videoplayer {
  margin-top:0px;
  margin-bottom:15px;
  margin-left:auto;
  margin-right:auto;
  background-color:black;
  width: 640px;
/**  height: 480px; **/
  height: 370;
}

.ondemandplayer {
  margin-top:0px;
  margin-bottom:15px;
  margin-left:auto;
  margin-right:auto;
  background-color:black;
  width: 640px;
  height: 506px;
}

div.search {
  height:25px;
  width:100%;
  margin-top:0px;
  margin-bottom:15px;
  padding:0px;
}

div.searchbox {
  border-width: 1px;
  border-color: #cecece;
  border-top-style: solid;
  border-bottom-style: solid;
  height:23px;
  margin:0px;
  padding:0px;
}

form {
  border: 0px;
  margin: 0px;
  padding:0px;
}
#search input {
  border: 0px;
  padding:0px;
  margin-top:4px;
  height:17px;
  width:220px;
}

#search :focus { outline: none; }



div.content {
  width:640px;
}


div.contentleft {
  margin: 0px;
  width:214px;
  
}

div.contentright {
  width:412px;
  margin-left:15px;
}

div.sidebar {
  width:251px;
  margin-left: 15px;
}

div.box {
  font-size: 11px;
  border-width: 1px;
  border-color: #cecece;
  border-style: solid;
  border-bottom-style:none;
  padding: 8px;
}
.more {
  float:none;
  white-space: nowrap;
  text-align:center;
  height:14px;
  padding-bottom: 4px;

}

.morepost {
  background-image: url("../images/bluehead-bg.png");
  background-repeat: repeat-x;
  color:white;
  width:33px;
  height:14px;
  text-align:center;
  font-size:10px;
  font-weight:bold;
  margin-top:5px;
}
.morepost a:link {
  color:white;
}
.morepost a:visited {
  color:white;
}
.morepost a:active {
  color:white;
}
.morepost a:hover {
  color:white;
}

.pager {
  height:15px;
  width:100%;
}

.videocount {
  font-weight: bold;
}

.prevpage {
  float:left;
}
.nextpage {
  float:right;
}


h4 {
  font-size:14px;
}

.comment {
  margin-left:30px;
}
.comment h4 {
  margin-top:20px;
  margin-bottom:2px;
}

#respond {
  margin-top:40px;
}

.dateline {
  color :#9b9b9b;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin:0px;
  margin-bottom:4px;
  padding:0px;
  border:0px;
}

.post {
  margin-bottom: 24px;
}
.donatebar {
  width:640px;
  height: 100px;
  margin-top: 10px;
}

.donatebar div {
  float:left;
  width: 200px;
  margin:0px;
}

.donatebar div h3 {
  text-align:center;
  margin:0px;
  height:34px;
}


div.donatebar img {
  border:0px;
  width:1px;
  float:left;
  margin:1px;
}

div.donatebutton {
  float:none;
  margin-left:auto;
  margin-right:auto;
  width:147px;
}

.donatebutton form img {
  border:0px;
}

.underwrite {
  height:210px;
}

.showbox {
  min-height:75px;
}

.schedbox {
  min-height:125px;
}

.classbox {
  min-height:100px;
}


.ondemand h2 {
  color:black;
  float:left;
  width:100%;
  overflow: hidden;
  height: 14px;
}

.ondemand h2 :link {
  color:black;
}
.ondemand h2 :visited {
  color:black;
}
.ondemand h2 :active {
  color:black;
}
.ondemand h2 :hover {
  color:black;
}

.ondemand .top {
  height: 34px;
  width:100%;
  margin-top:4px;
}

.ondemand .bottom {
  width:100%;
  text-align:right;
  clear:both;
  margin-top:4px;
  margin-bottom:10px;
}

.contact {
  border:solid 1px #cecece;
  margin:10px;
  padding:10px;
}

.dayanchors {
  text-align:center;
  margin:10px;
}

.pagerbox {
  height: 20px;
}

.pagerbutton {
  border: solid 1px;
  border-color: #2763a5;
  color:  #2763a5;
  float: left;
  padding-left: 2px;
  padding-right: 2px;
}

hr {
  width:100%;
  margin:0px;
}

hr.wide {
  width:600px;
  margin-top:10px;
  margin-bottom:10px;
}

img.inlineleft {
  float:left;
  margin-right:12px;
}
img.inlineright {
  float:right;
  margin-left:12px;
}

.box a {
  font-weight: bold;
}

.box p {
  padding:0px;
  margin:12px 0px 0px 0px;
  width:100%;
}

.post p {
  margin-bottom: 20px;

}



div.barebox {
  border-width: 1px;
  border-color: #cecece;
  border-style: solid;
  border-bottom-style:none;
  border-top-style:none;
  padding-left: 25px;
  padding-right: 25px;
  padding-top:5px;
  padding-bottom:5px;
}

.red {
  background-color: #ff0000;
  background-image: url("../images/redhead-bg.png");
  background-repeat: repeat-x;
}

.orange {
  background-color: #ff9900;
  background-image: url("../images/orangehead-bg.png");
  background-repeat: repeat-x;
}

.yellow {
  background-color: #ffcc33;
  background-image: url("../images/yellowhead-bg.png");
  background-repeat: repeat-x;
}

.green {
  background-color: #6d991b;
  background-image: url("../images/greenhead-bg.png");
  background-repeat: repeat-x;
}

.purple {
  background-color: #5c48ad;
  background-image: url("../images/purplehead-bg.png");
  background-repeat: repeat-x;
}

.blue {
  background-color: #27539b;
  background-image: url("../images/bluehead-bg.png");
  background-repeat: repeat-x;
}

div.footer {
  border-bottom-style:solid;
  border-width: 1px;
  border-color: #cecece;
  font-size:1px;
  height:5px;
  margin-bottom:15px;
}

div.header {
  border-top-style:solid;
  border-width: 1px;
  border-color: #cecece;
  font-size:1px;
  height:5px;
}

div.spacer {
  height:90px;
}

div.disclaimer {
  padding: 12px 35px 25px 25px;
  font-size: 9px;
  line-height: 1.4em;
  text-align:justify;
}

/* macy's formatting */
div.footnote {
  font-size: 9px;
  clear:both;
}

h2.huge {
  font-size:40px;
  font-weight: bold;
  white-space: normal;
  color: #e31d2f;
  height:auto;
  width:100%;
  text-align:center;
  margin:10px 10px 0px 0px;
  padding: 0px;
}

.omgtext {
  font-weight: bold;
  color: #e31d2f;
}
.macyslogo {
  float:left;
}
.macystext {
  float:right;
  width:330px;
  margin-bottom: 10px;
}
.macysdonate {
  clear:both;
  width:147px;
  margin: 0px auto 10px auto;
}
