/* Newser *******************************************************************/

#newser {
	position: relative;
	width: 647px;
	height: 307px;

	border: 1px solid #202020;
        background: url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/block_background_gradient.png') repeat-x;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -khtml-background-size: 100% 100%;
        background-size: 100% 100%;
}

#newser .newser_selectors {
	margin-top: 12px;
	margin-left: 9px;
	padding: 0px;
	background-color: #202020;
	width: 85px;
	border: 1px solid #0c0c0c;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}

#newser .newser_selectors .newser_selector {
	width: 83px;
	height: 55px;
	color: #ffffff;
	border-top: 1px solid #303030;
	border-bottom: 1px solid #0c0c0c;
	margin-left: 1px;
	margin-right: 1px;
}

#newser .newser_selectors .newser_selector:first-child { 
	margin-top: 0px;
	border-top: none;
}

#newser .newser_selectors .newser_selector:last-child { 
	border-bottom: none;
}

#newser .newser_selectors .selected {
	position: relative;
	left: -1px;
	border: none;
	color: #000000;

	border: 1px solid #cf9800;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;

        background: url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/button_big_gradient.png') repeat-x;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -khtml-background-size: 100% 100%;
        background-size: 100% 100%;
}

#newser .newser_selectors .newser_selector .corner {
	display: none;
}

#newser .newser_selectors .selected .corner {
	display: none;
}

#newser .newser_selectors .text {
	padding: 7px;
}

#newser #newser_viewport {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 542;
	height: 307px;
	border-left: 1px solid #202020;

	overflow: hidden;
}

#newser #newser_container {
}

#newser .story {
	position: relative;
	width: 542px;
	height: 307px;
}

#newser .story .news_block_background,
#newser .story .news_block {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 250px;
	height: 288px;

}

#newser .story .news_block_background {
	background-color: #000000;

	filter:alpha(opacity=75); /* For IE 6/7 */
	filter: “alpha(opacity=75)”; /* For IE 8 */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	opacity:.75; /* For any CSS 3 browser. */

}

#newser .story .news_block {
}

#newser .story .news_block .title,
#newser .story .news_block .date,
#newser .story .news_block .body,
#newser .story .news_block .more,
#newser .story .news_block .links {
	margin: 10px;
	margin-left: 20px;
	color: #ffffff;
}

#newser .story .news_block .title {
	color: #e89f02;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#newser .story .news_block .date {
	color: #808080;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#newser .story .news_block .body {
	line-height: 1.25;
	margin-bottom: 20px;
	font-size: 12px;
}

#newser .story .sponsor {
	display: none;
}

#newser .story .links {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-right: 0px;
	width: 220px;

	font-weight: bold;
}

#newser .story .close {
	display: none;
}

#newser .story .links .divider {
	display: none;
	border-top: 2px solid #404040;
	padding-right: 10px;
	margin-right: -10px;
}

#newser .story .links li {
	list-style: square;
	margin: 7px;
	margin-right: 10px;
	margin-left: 15px;
}

#newser .story .social,
#newser .story .social_background {
	position: absolute;
	bottom: 0px;
	left: 0px;	
	width: 250px;
	height: 32px;
}

#newser .story .social .text {
	float: left;
	line-height: 32px;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 8px;
	font-weight: bold;
	color: #808080;
	text-transform: uppercase;
}

#newser .story .social img {
	position: relative;
	top: 8px;
	margin-left: 4px;
}

#newser .story .social_background {
	background-color: #000000;

	filter:alpha(opacity=95); /* For IE 6/7 */
	filter: “alpha(opacity=95)”; /* For IE 8 */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	opacity:.95; /* For any CSS 3 browser. */


        background: url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/header_gradient.png') repeat-x;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -khtml-background-size: 100% 100%;
        background-size: 100% 100%;
}

#newser .story .newser_image .credit {
	display: none;
}

#newser .story .more {
	float: left;
}

#newser_promos .promo {
	margin: 5px;
	float: left
}
#newser_video_wrap{
    position: absolute;
    text-align: center;
    display: none;
    top: 0; left: 107px;
    z-index: 3;
}

/*** Mid Promos ***/
.promomiddle .left_promo {
	float: left;
}

.promomiddle .right_promo {
	float: right;
}
/*** Mid Promos ***/

