/* ELEMENTS */
body {
  background: #000;
  margin: 0;
  color: #fff;
  font-size: 12pt;
}

body, textarea {
  font-family: "Myriad Pro",Helvetica,Arial;
}

a { color: #74a4da; }

img {
  border: 0;
}

h1 { font-size: 16pt; font-weight: normal; margin: 0; padding: 0; }
h2 { font-size: 14pt; font-weight: normal; margin: 0; padding: 0; }

form { margin: 0; }

input,textarea {
  background-color: #222;
  border: 1px solid #444;
  color: #fff;
}

textarea {
  overflow: auto;
  width: 100%;
  font-size: 10pt;
}

#headwrap {
  background: transparent url("/images/bluebg.jpg") repeat top left;
  border-bottom: 2px solid #358;
}

#head {
  background: transparent url("/images/bluefloat.png") no-repeat top right;
  height: 250px;
}

#logo {
  position: absolute;
  left: 5%;
  margin-top: 10px;
}

#contentwrap, .whitegrad {
  background: transparent url("/images/whitegrad.png") repeat-x top left;
}

#content {
  min-height: 380px;
  padding-top: 30px;
}

#programming {
  position: absolute;
  left: 5%;
}

#mobile {
  position: absolute;
  left: 40%;
  margin-top: 35px;
}

#video {
  position: absolute;
  left: 70%;
  margin-top: 55px;
}

#footwrap {
  margin-bottom: 15px;
}

#showrequest {
  float: right;
  width: 275px;
}

#request {
  position: absolute;
  left: 42%;
  top: 10px;
  background: url("/images/blue.png");
  width: 600px;
}

/* STYLES */
.b { font-weight: bold; }

.hvr { text-decoration: none; }
.hvr:hover { text-decoration: underline; }

.round {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.roundsm {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.roundtop {
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
}

.roundbottomleft {
  border-radius: 0 0 0 15px;
  -moz-border-radius:  0 0 0 15px;
  -webkit-border-radius:  0 0 0 15px;
}

.hidden {
  display: none;
}

/* POSITIONING */
.mt { margin-top: 10px; }
.s { font-size: 10pt; }
.ss { font-size: 8pt; }

.p { padding: 5px; }
.pp { padding: 10px; }
.pl { padding-left: 10px; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.clear { clear: both; }

.floatleft { float: left; }
.floatright { float: right; }

.bdr { border: 1px solid #888; }

.icon { border: none; margin-right: 4px; vertical-align: middle;}


/* COLORS */
.w { color: #fff; }
.r { color: #d44; }
.lg { color: #ddd; }
.g { color: #999; }
.bl { color: #247; }
.lbl { color: #ace; }
.blbg { background-color: #247; }
.lgbg { background-color: #ccc; }
.dgbg { background-color: #444; }


/* SPECIAL */
.pretty {
  vertical-align: middle;
  width: 138px;
  height: 23px;
  background: url(/images/button.png) no-repeat top center;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  border: none;
  color: #fff;
  line-height: 100%;
  padding: 0px;
  padding-bottom: 3px;
}

.err {
  font-size: 10pt;
  font-weight: bold;
  color: #fff;
  border: 1px solid #c00000;
  background-color: #603030;
  padding: 2px 5px;
  margin: 4px 0px 2px 0px;
  text-align: center;
  display: none;
}

