/*$Id: masthead.css 116116 2012-11-20 13:57:41Z surya.sanagavarapu $
/css/0.1/screen/common/masthead.css 
(c)2006 - 2010 The New York Times Company */  

#masthead {
  margin: 0;
  padding: 7px 7px 0;
  min-height: 48px;
  border-bottom: 2px solid #000;
  clear: both;
} 

#branding {
  float: left;
  display: inline;
  width: 152px;
  margin-top: 4px;
}

#branding a, 
#branding a img {
  border: 0;
  margin: 0;
  padding: 0;
}

#branding a img {
  display: block;
}

#masthead #date {
  float: left;
  clear: left;
  display: inline;  
}

#masthead #date p {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}

#masthead h2 {
  width: 465px;  
  position: relative;
  top: 12px;
  margin: 0 0 5px 160px; 
  text-align: center;
  font-family: arial, helvetica, sans-serif;   
  font-size: 2.9em;
  line-height: 1.1032em; /* 32px */
}

#masthead h2 a {
  color: #000;
  text-decoration: none;
}

#masthead .pageHeaderWithLabel {
  top: 3px;
}

.pageHeaderWithLabel span {
  font-size: .483em; /* 14px */
  line-height: 1em;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  color: #000;
  display: block;
}

#masthead .pageHeaderWithLabel span a {
  color: #004276;
}

#searchWidget {
  float: right;
  margin: 0 7px 0 0;
  padding: 0;
}

.inlineSearchControl .text {
  width: 193px;
} 
