#content {
	margin-right: 0;
}

.divider {
	height: 4px;
	background: url(/img/tignish/about/divider.png) top left no-repeat;
	clear: both;
}

/* {{{ Video Page */
#firefox-videos #main-feature { min-height: 245px; }

* html #firefox-videos #main-feature { height: 245px; /* Hack for IE6 */ }

.firefox-video-window {
	text-align: center;
}

#firefox-videos #main-feature p {
	font-size: 135%;
	margin-right: 455px;
}

#firefox-videos #content {
	padding-top: 40px;
	margin-left: 25px;
	padding-left: 0;
	background: url(/img/tignish/video/divider-top.png) top left no-repeat;
}

.video-feature {
	width: 320px;
	margin-right: 30px;
	display: inline;
	float: left;
	padding: 30px 0;
}

.video-feature h3 {
	margin-bottom: 10px;
}

.video-feature p {
	margin: 10px 115px 0 0;
	color: #69645c;
}

.video-feature img {
	float: right;
	position: relative;
	top: -12px;
}

#sidebar {
	margin: 0;
	padding-left: 30px;
	padding-top: 30px;
	width: 180px;
}

#sidebar h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	color: #69645c;
}

#sidebar div {
	background: url(/img/tignish/press/image-list-top.png) no-repeat right top;
	margin-bottom: 50px;
	padding-left: 10px;
}
/* }}} */
/* {{{ Current Video */

#current-video #video-player {
	width: 645px;
	margin-right: 20px;
	margin-left: 10px;
	float: left;
	display: inline;
}

#current-video #video-details {
	float: left;
	display: inline;
	width: 220px;
}

#current-video #video-details h3 {
	margin: 0 0 20px 0;
}

#current-video #video-details .video-duration {
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 75%;
	color: #4b4740;
	margin-bottom: 10px;
}

#current-video #video-details p {
	font-size: 108%;
}

#current-video #video-details #video-download {
	left: 0;
}

#current-video #video-details #video-download li {
	background: none;
	font-size: 85%;
	padding-left: 0;
}

#current-video #video-footer {
	clear: both;
	height: 20px;
	background: url(/img/tignish/video/divider-bottom.png) bottom left no-repeat;
}

/* }}} */
/* {{{ Other Videos */

#other-videos .video-preview {
	width: 160px;
	float: left;
	display: inline;
	margin-right: 20px;
	height: 16em;
}

#other-videos .video-preview a {
	text-decoration: none;
	display: block;
	outline: none;
}

#other-videos .video-preview a:hover span,
#other-videos .video-preview a:active span {
	text-decoration: underline;
}

#other-videos .video-preview img {
	margin-left: -14px;
	display: block;
}

#other-videos .video-preview .active img {
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#other-videos .video-preview .active span {
	color: #4b4740;
}

.clear {
	clear: both;
}

/* }}} */
