/* NEWSDESK WIDGET STYLES */

.newsWidget ul.newsTabs {
	list-style:none outside none;
	padding-bottom:0;
	padding-left:0;
}
.newsWidget ul.newsTabs a {
	-moz-border-radius:6px 6px 0 0;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	background-color:#F6F6F5;
	border:1px solid #E8E8E8;
	color:#666666;
	display:block;
	font-size:10px;
	font-weight:bold;
	line-height:1.4em;
	padding:4px 10px;
	text-align:center;
	text-decoration:none;
}
.newsWidget ul.newsTabs li {
	float:right;
	margin-bottom:-1px;
}
.newsWidget ul.newsTabs li.active a {
	background-color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
	color:#333333;
	cursor:auto;
}
.newsWidget ul.newsTabs a:hover, .newsWidget ul.newsTabs a:active {
	background-color:#fbf8e6;
}
.newsWidget div.newsTabs {
	clear: both;
	width: 100%;
	border-top: 1px solid #EFEFEF;
	line-height: normal;
}
.newsWidget div.newsTab {
	display: none;
	padding: 0;
}
.newsWidget div.active {
	display: block;
}
.newsWidget div.newsItem.primary {
	padding-top: 14px;
	font-size:11px;
	padding-bottom:0;
}
.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: 0.3em;
	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;
}
#born-today-1 {
	padding-left:2px;
}
#born-today-2, #born-today-3, #born-today-4, #born-today-5 {
	margin-left: 26px;
}
/* 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;
}
