/* NEWSDESK WIDGET STYLES */
.newsWidget { 
  margin-top: 15px; 
}
.newsWidget ul.newsTabs {
  border-right:1px solid #BFBFBF;
  float:right;
  list-style: none;
  margin-bottom:-1px;
  margin-top:10px;
  padding-bottom:0;
  position:relative;
  top:0;
}
.newsWidget ul.newsTabs a {
  background:transparent url(http://i.media-imdb.com/images/SF1b58d8ffe958dad92f8a67d39fb7c06c/news/desk/widget-tab-bg.jpg) repeat-x scroll 0 0;
  border-bottom:1px solid #BFBFBF;
  border-left:1px solid #BFBFBF;
  border-top:1px solid #BFBFBF;
  color:#424206;
  display:block;
  font-size:10px;
  font-weight:bold;
  line-height:19px;
  outline-color:-moz-use-text-color;
  outline-style:none;
  outline-width:medium;
  padding:0 6px;
  text-align:center;
  text-decoration:none;
}
.newsWidget ul.newsTabs li { 
  float: right;  
}
.newsWidget ul.newsTabs li.active a:hover {
  text-decoration:none;
}
.newsWidget ul.newsTabs li.active a {
  background-position:0 100%;
  border-bottom:1px solid #FEFDFB;
}
.newsWidget ul.newsTabs a:hover { 
  text-decoration: underline; 
}
.newsWidget div.newsTabs {
  clear: both;
  width: 100%;
  border-top: 1px solid #BFBFBF;
  line-height: normal;
}
.newsWidget div.newsTab {
  display: none;
  padding: 0 0 10px 0;
  font-size: 12px;
}
.newsWidget div.active { 
  display: block; 
}
.newsWidget div.newsItem { 
  padding-bottom: 8px; 
}
.newsWidget p { 
  margin: 0px; 
}
.newsWidget h3 { 
  margin-bottom: 2px; 
  font-size: 14px; 
}
.newsWidget h5 { 
  margin: 0px 0px; 
  font-size: 11px; 
}
.newsWidget small {
  font-size: 9px;
  color: #666666;
}
.newsWidget small a { 
  text-decoration: none; 
}
.newsWidget small a:hover { 
  text-decoration: underline; 
}
.newsWidget .newsWidgetFooter { 
  float: left; 
  width: 100%; 
}
.newsWidget div.primary img { 
  float:left; 
}
.newsWidget h2#ndheadline {
  float: left;
  margin-bottom: 0px;
  margin-top: 10px;
  line-height: 1em;
}
.nd-headlines ul li {
  text-indent: 0;
}
.nd-headlines small {
  font-size: 9px;
  color: #666666;
  display: block;
}
.nd-headlines small a { 
  text-decoration: none; 
 }
.nd-headlines small a:hover { 
  text-decoration: underline; 
}


/* IMDb Blog Widget */

/* Some styles are lifted from the wordpress blog */
.blogWidget .blogBody img {
  margin: 4px 10px;
  border: 0;
}
.blogWidget .blogBody .alignleft {
  margin-left: 0;
  margin-right: 10px;
}
.blogWidget .blogBody .alignright img {
  margin-left: 0;
}
.blogWidget .blogBody .alignleft {
  float: left;
}
.blogWidget .blogBody .alignright {
  float: right;
}
.blogWidget .blogBody .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blogWidget .blogBody .wp-caption {
  text-align: center;
  font-size: 80%;
  background-color: #eee;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 4px;
}
/* Work-around for malformed Wordpress lists */
.blogWidget .blogBody li { margin-left: 4em; }
.blogWidget .blogBody ul li, .blogWidget .blogBody ol li { margin-left: 0; }

.blogWidget .blogBody .wp-caption img {
  margin: 0 0 4px 0;
}
.blogWidget .blogBody .wp-caption p {
  margin: 0;
}
.blogWidget h2 a {
  color: #655300;
  text-decoration: none;
}
.blogWidget .author {
  font-size: 80%;
}

.blogWidget .comments {
  text-align: right;
  padding: 1em 0;
  clear: both;
}
