hr
{
	visibility:hidden;
}

#ONTDHeader
{
	background-image: url(../images/headerBackground.jpg);
	background-repeat: no-repeat;
	padding: 30px 0 0 18px;
	
}

#ONTDHeader h2
{
	background: url(../images/h2ONTD.gif);
	width: 236px;
	height: 23px;
	text-indent: -9999px;
}

#blogContentBlock
{
	padding: 0px 20px 0px 20px;
	
}

#mainContent
{
	background-image: url(../images/mainContentBackground.jpg);
	background-repeat: no-repeat;
	padding: 60px 0px 20px 0px;
	overflow: hidden;
	min-height: 275px;
	
}

#previousBlog a {
	/*float:left;
	padding:5px;
	display:inline;
	text-align:right;*/

	background-color:#850178;
	color:#FFFFFF;
	display:inline;
	font-weight:bold;
	line-height:30px;
	margin:4px 0px;
	padding:2px 4px;
	text-align:center;
	width:90px;
	font-size:14px;
}

#nextBlog{
	float:left;
	padding:5px;
	display:inline;
	text-align:right;
}

#grabIt{
	display:inline;
	float:right;
}

#breakOutPage{
	clear:both;
}

.imgTop{
	background-image:url('../images/blingFrameTop.png');
	height:21px;
	width:192px;
	behavior: url(/iepngfix.htc);
}

.imgMiddle{
	background-image:url('../images/blingFrameBG.gif');
	background-repeat:repeat-y;
	width:192px;
	padding:0;
	margin:0;
	text-align:center;
	line-height:0;
}

.imgFramed{
	/*display:block;*/
	margin-bottom:-5px;
}

.imgBottom{
	background-image:url('../images/blingFrameBottom.png');
	height:24px;
	width:192px;
	behavior: url(/iepngfix.htc);
}



.yahooBuzz{
	display:inline;
	float:right;
 }

.clearfix
{
	height: 0px;
}

.blog, .blogZoom
{
	margin: 16px 0px 16px 0px;
	clear: both;
}

.blog
{
	line-height: 18px;
}

.blogZoom
{
	line-height: 1.7em;
}

.blog .copy, .blogZoom .copy
{
	color: #111111;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
}

.blogZoom .copy
{
	/*float: left;*/
}

.blog .copy a
{
	display: inline;
	padding: 2px 4px 2px 4px;
	margin: 4px 0px 4px 0px;
	width: 90px;
	line-height: 30px;
	background-color: #850178;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.blog .blogTitle
{
	color: #850178;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

.blogZoom .blogTitle
{
	/*font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	padding-right: 40px;*/
	color:#850178;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
}

.categoryName
{
	display: none;
}

.postDate
{
	font-size: 12px;
	font-weight: bold;
}

.blog .visualTitle
{
	width: 150px;
/*	height: 125px;*/
	float: left;
	margin-right: 20px;
}

.blogZoom .visualTitle
{
	width: 192px;
	float: left;
	margin-right: 20px;
}

.blogZoom .copy p
{
	/*margin: 8px 0px 8px 0px;*/
}

a.previousDay
{
	display: block;
	text-indent: -9999px;
	width: 140px;
	height: 26px;
	background: url(../images/previousDay.gif) top left;
	margin: 10px 0 0 10px;
}

a.previousDay:hover
{
	background: url(../images/previousDay.gif) bottom left;
}

a.nextDay
{
	display: block;
	text-indent: -9999px;
	width: 110px;
	height: 26px;
	background: url(../images/nextDay.gif) top left;
	float: right;
	margin: 10px 10px 0 0;
}

a.nextDay:hover
{
	background: url(../images/nextDay.gif) bottom left;
}

/***************************************************/
/*					Pagination					   */
/***************************************************/

p.pagination a
{
	font-size: 18px;
	border: 1px solid #DDCBA2;
	padding: 4px 6px;
	color: #A49968;
	background-color: #F6F6EE;
}
p.pagination a:hover
{
	font-size: 18px;
	border: 1px solid #DDCBA2;
	padding: 4px 6px;
	color: #A49968;
	background-color: #fff;
}
p.pagination
{
	text-align: right;
	color: #534706;
	padding:10px;

}
.pagination a.current, .pagination a.current:hover
{
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

/* ----- Thumbnail Grid Styles */


/***************************************************/
/*					THUMBNAILS					   */
/***************************************************/
.blog .thumbs li
{
	width: 121px;
	height: 94px;
}

.blog .thumbs a
{
	height: 95px;
}

.blog .thumbs a span
{
	width: 150px;
	height: 125px;
	background: url(../images/blingFrameThumb.png) no-repeat;
	behavior: url(/iepngfix.htc);
}


/***************************************************/
/*					FULL IMAGE					   */
/***************************************************/
.blogZoom .thumbs li
{
	width: 160px;
	height: 200px;
}

.blogZoom .thumbs a
{
	line-height: 197px;
}

.blogZoom .thumbs a span
{
	width: 192px;
	height: 230px;
	/*background: url(../images/blingFrame.png) no-repeat;*/
}


/***************************************************/
/*					COMMON						   */
/***************************************************/
.thumbs ul, .thumbs li
{
	list-style: none;
	text-align: center;
	vertical-align: middle;
}

.thumbs li
{
	float: right;
	padding: 16px 15px 15px 15px;
	position: relative;
	overflow: visible;
}

.thumbs a
{
	text-decoration: none;
	display: block;
	overflow: hidden;
}

.thumbs a img
{
	width: 100%;
}

.thumbs a span
{
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	background-position: left top;
	overflow: hidden;
}
.thumbs a:hover span
{
/*	background-position: bottom;*/
}

