/* DIGG MASHUP */
.diggity {
  font-family: arial,helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #e5ecf3;
  width: 100%;
}
.diggity .inputtext {
  border: 1px solid #aaa;
  width: 300px;
}
/* overall width */
.diggity #banner,
.diggity #content_frame,
.diggity #recent
{
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}    
.diggity #banner {
  height: 83px;
  color: white;
}
.diggity #logo {
  float: left;
  width: 142px;
  height: 83px;
  background: transparent url(http://cdn.dipity.com/static/images/nl_logo.gif.v4617.gif) no-repeat;
  position: relative;
}
.diggity #logo a {
  display: block;
  position: absolute;
  bottom: 18px;
  right: 8px;
  font-size: 12px;
  font-weight: normal;
  color: white;
}
.diggity #banner #middle {
  float: left;
  height: 83px;
}
.diggity #banner #middle,
.diggity #banner #categories,
.diggity #banner #search {
  width: 744px;
}
.diggity #catmenubar {
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  background-color: #FFFFFF;
  white-space: nowrap;
  padding-left: 10px;
  margin: 0;
  overflow: hidden;
}
.diggity #catmenubar h5 {
  width: 72px;
  color: white;
  font-size: 12px;
  float: left;
}
/* dimension of menubar */
.diggity #catmenubar .yuimenubaritem {
  height: 32px;
  line-height: 32px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0px 6px; 0px 6px;
  font-size: 12px;
}
.diggity #catmenubar .yuimenubaritem a {
  color: #1C2848;
}
.diggity #catmenubar .yuimenubaritem.selected {
  background-color: #ddeec2;
}
.diggity #catmenubar .yuimenubaritem.selected a {
  text-decoration: none;
  color: #325b0a;
}
.diggity #catmenubar .yuimenubaritem .submenuindicator.selected {
  background-position: 0pt -24px;
}
.diggity #catmenubar .yuimenubaritem em {
  margin-left: 3px;
}
.diggity #catmenubar .yuimenu ul {
  padding: 0;
}
.diggity #catmenubar .yuimenu li {
  line-height: 20px;
}
.diggity #catmenubar .yuimenuitem {
  background-color: white;
  height: 20px;
}
.diggity #catmenubar .yuimenuitem.selected {
  background-color: #ddeec2;
}
.diggity #search {
  padding-top: 10px;
  height: 31px;
  background:#1C2848 url(http://cdn.dipity.com/static/images/nl-bluehdr.gif.v4560.gif) no-repeat bottom right;
}
.diggity .header {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: bold;
  color: #6DA4D7;
  margin-bottom: 12px;
}
.diggity .header div {
  font-size: 10px;
  font-weight: normal;
  color: #aaa;
}
.diggity .header a, .header a:link, .header a:visited {
  color: #aaa;
  font-weight: 300;
  text-decoration: none;
}
.diggity .header a:hover {
  font-weight: 300;
  text-decoration: underline;
}
.diggity #content_frame {
  width: 950px;
  height: 655px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
.diggity #content_frame #heading {
  text-align: left;
  height: 30px;
  padding: 0px 0px 0px 10px;
}
.diggity #content_frame #heading h1 {
  font-weight: normal;
  font-size: 20px;
}
.diggity #timeline {
  border: 1px solid #aaa;
  padding: 0px;
  width: 930px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}
.diggity #notfound,
.diggity #search_wait
{
  height: 580px;
  line-height: 580px;
  font-size: 18px;
  color: #666;
}
.diggity #recent {
  margin-top: 12px;
}
.diggity #recent div.content {
  padding-left: 10px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  font-size: 12px;
}
.diggity #recent a:visited, #recent a:link {
  text-decoration: none;
  color: #1C2848;
}
.diggity #recent a:hover {
  text-decoration: underline;
}
.diggity #digg {
  float: left;
  height: 83px;
  margin-left: 12px;
}
.diggity .bordertop {
  background: transparent url(http://cdn.dipity.com/static/images/dd-rndborder.gif.v4790.gif) no-repeat top left;
  width: 100%;
  height: 10px;
}
.diggity .bordertop img {
  float: right;
  width: 10px;
  height: 10px;
  background-color: #e5ecf3;
}
.diggity .borderbottom {
  background: transparent url(http://cdn.dipity.com/static/images/dd-rndborderb.gif.v4790.gif) no-repeat bottom left;
  width: 100%;
  height: 10px;
}
.diggity .borderbottom img {
  float: right;
  width: 10px;
  height: 10px;
  background-color: #e5ecf3;
}
.diggity .content {
  background-color: white;
}
.diggity #search_wait {
  display: none;
}
.diggity #search_message {
  margin-left: 5px;
  display: inline;
}
