/*** Header ***/
#header {
  height: 42px;
  color: #666;
  background-color: #fff;
  margin: 0 auto;
  text-align: left;
}

#nv { margin: 0px !important; }
#nv li.first {
  background: transparent none repeat scroll 0%;
  width: 120px;
}
#nv li {
  cursor: pointer;
  display: block;
  float: left;
  font-weight: normal;
  height: 42px;
  line-height: 42px;
  margin: 0pt;
  padding: 0pt;
  text-align: center;
}


/** SUBNAV **/
#subnav {
  background: url( "../images/nav-background.gif" ) top left repeat-x;
  height: 27px;
}
#subnav ul a {
  color: #bdbdbd;
  font-size: 11px;
  display: inline;
  height: auto;
  line-height: normal;
  text-align: left;
  padding: 0;
  text-decoration: none;
}
#subnav ul {
  left: 0px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
#subnav ul a:hover { color: #4d4d4d; }
#subnav ul li {
  display: block;
  float: left;
  height: 27px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  text-align: left;
}
#searchnav {
  float: right;
  height: 20px;
  margin-top: 3px;
  position: relative;
  right: 0px;
  text-align: right;
  width: 25%;
}
#sform input { float:right }
#sform .search {
  width: 130px;
  margin-top: 1px;
  margin-right: -3px;
  border: 1px solid #999;
  height: 15px;
  padding: 2px 1px 0px 1px;
  vertical-align: top;
  line-height: 1em;
  font-size: 12px;
}


/** CHANNELS DOCK **/
div.channels-dock {
  position: absolute;
  left: 0;
  margin: 0 auto;
  width: 920px;
  color: #ccc;
  padding:5px 0;
  background: url("http://www.hulu.com/images/dock_bg.gif") top left repeat-x;
  z-index: 5;
  cursor: default;
}

div.channels-dock table {
  border: none;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  padding: 5px;
  margin: 0;
}

div.channels-dock td {
  border: none;
  border-top: solid 1px #666;
  padding: 0;
  width: 16%;
  cursor: pointer;
}

div.channels-dock tr.first td { border-top: none; }

div.channels-dock a,
div.channels-dock span {
  border-left: solid 1px #666;
  color: white;
  font-weight: normal;
  font-size:12px;
  display: block;
  margin: 0;
  padding-left: 6px;
  padding-top:4px;
  padding-bottom:4px;
  width: 100%;
}
div.channels-dock a:hover { color: #9c3; }
div.channels-dock td.first a,
div.channels-dock td.first span { border-left: none; }
div.channels-dock span {
  color: #999;
  cursor: default;
}



/** CATEGORY TITLE **/
#blog-title {
  height: 38px;
  background: #EEEEEE;
  padding-top: 8px;
}
#blog-title a { 
  padding: 7px 0px 0px 20px;
  float: left;
}
#title {
  margin: 4px 0px 0px 15px;
  height: 23px;
  width: 144px;
  font-size: 18px;
}

/** FOOTER **/
#footer {
  width: 100%;
  margin: 20px auto 0px;
  text-align: left;
  padding: 12px 0 1px 0;
  background: #F4F4F4 url('../images/bg-footer.gif') top left repeat-x;
  color: #888;
  font-size: 12px;
  font-weight:bold;
}
#footer div.container div { float: left; }
#footer .footer-column { width:140px; }
#footer a {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}
a.footer-link {
  color : #999;
  font-size: 11px;
  text-decoration: none;
  outline: none;
  font-weight:normal;
  margin-bottom:2px;
  display:block;
}
a.footer-link:hover {
  text-decoration:underline;
  color: #69b521;
} 


