
/* global elements */
body.sn-default { background-color: #000000; background-repeat: repeat-x; margin-top: 0px; margin-bottom: -1.5em; padding-bottom: -1.5em; font-size: 12px; }

.container { width: 988px; background-color: #fff; border-right: 1px solid #999; border-left: 1px solid #999; margin-bottom: 0px; }

#content { height: auto; padding: 15px 7px 0px 8px; }

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
}

.ellipsis.multiline {
	white-space: normal;
}


.right-col-ads {
	text-align: center !important;
	margin-bottom: 1.5em;
}

.example-idev {
	display: none;
}

/* Pagination */
.pagination {
	width: 120px;
	height: 15px;
	overflow: hidden;
	margin: 4px auto;
	padding: 0;
}
.pagination-video {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.pagination a,
.pagination-video a {
	font-size: 11px;
	color: #039;
	text-decoration: none;
	line-height: 15px;
	padding: 0px 3px 0px 3px;
	float: left;
	display: inline;
	cursor: pointer;
}
.pagination a:hover,
.pagination-video a:hover {
	text-decoration: none;
}
.pagination a.on,
.pagination-video a.on {
	font-weight: bold;
	line-height: 15px;
	color: #333;
	padding: 0px 3px 0px 3px;
}
.pagination a.previous,
.pagination-video a.previous {
	width: 15px;
	height: 15px;
	float: left;
	display: inline;
}
.pagination a.next,
.pagination-video a.next {
	width: 15px;
	height: 15px;
	float: left;
	display: inline;
}

/* article tools bar */
ul.article-tools {
	margin: 0px 0px 0px 10px;
	padding: 0;
}
ul.article-tools li {
	float: left !important;
	display: inline !important;
	font-size: 10px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
ul.article-tools li.print,
ul.article-tools li.share-button,
ul.article-tools li.feeds {
	border-left: solid 1px #999;
	padding: 0px 5px 0px 5px;
	margin-top: 4px;
}
ul.article-tools li.sponsor {
	position: relative;
	float: right !important;
}
ul.article-tools li.sponsor .logo {
	margin-right: 10px;
}


ul.article-tools li.text-sizes {
	margin: 4px 10px 0px 0px;
}
.text-sizes span.text {
	color: #000;
	float: left;
}
.text-sizes a {
	float: left;
	display: inline;
	margin-left: 5px;
	background: #039;
	width: 16px;
	height: 16px;
	text-align: center;
}
.text-sizes a:hover,
.text-sizes a.on {
	background: #333 !important;
}
.text-sizes a span {
	color: #fff;
}

.article-body {
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding: 0;
}
.article-body.small p,
.article-body.medium p,
.article-body.large p {
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 0;
	line-height: 1.2em;
}
.article-body.small p {
	font-size: 11px;
}
.article-body.medium p {
	font-size: 13px;
}
.article-body.large p {
	font-size: 15px;
}
.article-body p a {
	text-decoration: underline !important;
}
.article-body div.article-pic-left {
	margin: 0px 10px 0px 0px;
	float: left;
}
.article-body div.article-pic-right {
	margin: 0px 0px 0px 10px;
	float: right;
}
.article-body .bio-pic {
	float: left;
	margin-right: 15px;
	width: 150px;
}
.article-body .bio-pic img {
	border: solid 1px #999;
}
.article-body .bio-details {
	width: 478px;
	float: left;
	display: inline;
}
.article-body p.news-topic {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
}
.article-body .captions {
	font-size: 10px;
	color: #000;
	display: block;
	text-align: left;
}
.floating-pic-left {
	float: left;
	margin: 0px 10px 0px 0px;
	
}
.floating-pic-right {
	float: right;
	margin: 0px 0px 0px 10px;
}

input.sn-input {
	height: 17px;
	border: 1px solid #CCC;
	padding: 3px 0px 0px 6px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.hidden {
	display: none;	
}

.comments-box {
	width: 100%;
	height: 100%;
	min-height: 500px;
	overflow: hidden;
	background: #cecece;
	padding: 0;
	margin: 10px 0px 10px 0px;
}

.positionfixed {
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
div.leftfloat {
	float: left;
}

/* Sportsnet footer */
.v2-footer {
	font-family: Arial, Helvetica, sans-serif;
	width: 840px;
	height: auto;
	overflow: hidden;
	background: #000000;
	padding: 35px 75px 35px 75px;
}
.v2-footer dl {
	width: 135px;
	height: auto;
	float: left;
	display: inline;
	margin-right: 20px;
}
.v2-footer dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.v2-footer dl dd {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-left: 2px;
}
.v2-footer dl dd a {
	color: #fff;
}
.v2-footer dl dd a:hover {
	text-decoration: underline;
}

.v2-footer-bottom {
	width: 990px;
	height: auto;
	overflow: hidden;
	background: #000;
}

.content-articles {
	font-size: 11px;
}
.content-articles a {
	text-decoration: underline;
}

.content-listing {
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0;
}
.content-listing li {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0px 5px 0px;
	border-bottom: dotted 1px #666;
}
.content-listing li.last {
	border-bottom: none;
}

.maintenance_body {
	text-align: center;
	font-size: 1.1em;
	background-color: #000000;
	border: 1px solid #A0A0A0;
	margin: 75px;
	color: #ffffff
}
.maintenance_body a {
	color: #0298CF;
}
.v2-dark-bg {
	background-color: #364046;
}