/* banner */

/*
#page_highlight
{
	height: 535px;
	background-color: rgb(153,0,0);
	border-top: solid white 5px;
	width: 100%;
	clear: both;
}
*/

#page_section_banners banner.carousel
{
	border-top: solid 5px white;
}

#videopage-carousel
{
	height: 405px;
	background-color: rgb(153,0,0);
	overflow: hidden;
	width: 100%;
}

#videopage-carousel-container
{
	position: relative;
	top: 0;
	left: 0;
	height: 405px;
	width: 100%;
	background-color: white;
}

#videopage-carousel .element
{
	width: 700px;
	height: 400px;
	display: inline-block;
	position: absolute;
	top: 0;
	z-index: 0;
}

#videopage-carousel .element.element0
{
	left: calc(50% - 1760px);
}

#videopage-carousel .element.element1
{
	left: calc(50% - 1055px);
}

#videopage-carousel .element.element2
{
	left: calc(50% - 350px);
}

#videopage-carousel .element.element3
{
	left: calc(50% + 355px);
}

#videopage-carousel .element.element4
{
	left: calc(50% + 1060px);
}

#videopage-carousel .element .title
{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	position: absolute;
	width: 660px;
	top: 240px;
	margin: 0 auto;
	padding: 0 20px;
	color: white;
	text-align: center;
	font-size: 230%;
	line-height: 1.1em;
	text-shadow: 0 0 7px black;
	overflow: hidden;
	height: 2.2em;
	display: none;
}

#videopage-carousel .element .playvideo
{
	position: absolute;
	top: 150px;
	left: 317px;
	/* opacity: 0.9; */
	display: none;
}

#videopage-carousel .controls
{
	position: absolute;
	top: 340px;
	left: calc(50% - 100px);
	width: 200px;
	height: 30px;
	z-index: 1;
	text-align: center;
}

#videopage-carousel .controls img
{
	width: 33px;
	height: 30px;
}

/* sidebar buttons */

#fancybuttons
{
	margin-bottom: 40px;
	letter-spacing: -0.04em;
}

#fancybuttons .fb
{
	margin-top: 10px;
	width: 210px;
	height: 120px;
	padding: 20px;
}

#fancybuttons .click
{
	text-transform: uppercase;
	font-size: 90%;
}

#fancybuttons .title
{
	margin-top: 4px;
	color: white;
	font-weight: bold;
	font-size: 110%;
	line-height: 110%;
}

#fancybuttons .fb.juvenile
{
	background-image: url(/i/videos/sidebar-juvenile-background.jpg);
}

#fancybuttons .fb.juvenile .click a
{
	color: rgb(193,164,134);
}

#fancybuttons .fb.juvenile .title a
{
	color: white;
}

#fancybuttons .fb.map
{
	background-image: url(/i/videos/sidebar-map-background.jpg);
}

#fancybuttons .fb.map .title a
{
	color: rgb(74,34,34);
}

#fancybuttons .fb.library
{
	background-image: url(/i/videos/sidebar-library-background.jpg);
}

#fancybuttons .fb.library .click a
{
	color: rgb(226,165,153);
}

#fancybuttons .fb.library .title a
{
	color: rgb(249,244,244);
}

#fancybuttons .fb.memorial
{
	background-image: url(/i/videos/sidebar-memorial-background.jpg);
}

#fancybuttons .fb.memorial .click a
{
	color: rgb(82,165,210);
}

#fancybuttons .fb.memorial .title a
{
	color: rgb(219,224,228);
}

/* small videos (sidebar on main page) */

#little-videos h2
{
	border-bottom: solid 1px #ccc;
	padding-bottom: 12px;
}

.videosmall-container
{
	padding-top: 10px;
}

.videosmall
{
	position: relative;
	width: 140px;
	height: 56px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 98px 56px;
	padding-left: 110px;
	margin-bottom: 20px;
}

.videosmall .title
{
	padding-top: .25em;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1em;
	height: 3.3em;
	line-height: 1.1em;
}

.videosmall .playvideo
{
	position: absolute;
	top: 8px;
	left: 28px;
	opacity: 0.7;
}

/* popup player for youtube videos */

#youtube-popup-backdrop
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: black;
	opacity: .6;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	z-index: 101;
	display: none;
}

#youtube-popup-player
{
	position: fixed;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	background: none;
	z-index: 102;
	display: none;
}

#youtube-popup-closebox
{
	position: fixed;
	top: 5px;
	right: 5px;
	z-index: 103;
	color: white;
	font-weight: bold;
	font-size: 150%;
	display: none;
	cursor: pointer;
}

/* arguments page */

.deathpenalty-arguments .argument
{
	padding: 0 0 1.5em 0;
}

.deathpenalty-arguments .argument .title
{
	font-size: 160%;
	line-height: 120%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #2f0000;
	letter-spacing: -0.04em;
	padding-bottom: .5em;
}
