/************FONT DEFINITIONS********************/
/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2011 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Typodermic
 * License URL: http://www.fontspring.com/fflicense/typodermic
 *
 *
 */
@font-face {
    font-family: 'GnuolaneBook';
    src: url('fonts/gnuolane_bk-webfont.eot');
    src: url('fonts/gnuolane_bk-webfont.eot?iefix') format('eot'),
         url('fonts/gnuolane_bk-webfont.woff') format('woff'),
         url('fonts/gnuolane_bk-webfont.ttf') format('truetype'),
         url('fonts/gnuolane_bk-webfont.svg#webfontpaTN3jhk') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GnuolaneRegular';
    src: url('fonts/gnuolane_rg-webfont.eot');
    src: url('fonts/gnuolane_rg-webfont.eot?iefix') format('eot'),
         url('fonts/gnuolane_rg-webfont.woff') format('woff'),
         url('fonts/gnuolane_rg-webfont.ttf') format('truetype'),
         url('fonts/gnuolane_rg-webfont.svg#webfontTV9Olmrw') format('svg');
    font-weight: normal;
    font-style: normal;
}


/************SLIDES STUFF*************************/

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
#slides{
	margin-top: -23px;
	-webkit-user-select: none; /* Safari, Chrome */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: -moz-none; /* Firefox */
	user-select: none; /* CSS3 */
}
#slides.home {
	position: relative;
	background-image: url('img/slider_home_bg.png');
	background-repeat: no-repeat;
	width: 1024px;
	height: 558px;
	margin-left: auto;
	margin-right: auto;
}
#slides.home .slides_container{
	width: 960px;
	left: 32px;
	display:none;
	position:absolute;
	top: 30px;
}

#slides.home #top_layer {
	z-index: 5;
	position:absolute;
	width: 1024px;
	left: 0;
	top: 222px;
}
#slides.home .prev.arrow {
	position: absolute;
	left: 0;
}
#slides.home .next.arrow {
	position: absolute;
	right: -0;
}
#slides.product {
	position:relative;
	height: 410px;
	width: 1004px;
	margin-left: -12px;
}

	#slides.product.w720 {
	}

		#slides.product.w720.open {
			height: 410px;
			transition: height 1.2s ease-in-out 0.1s;
			-moz-transition: height 1.2s ease-in-out 0.1s;
			-webkit-transition: height 1.2s ease-in-out 0.1s;
			-o-transition: height 1.2s ease-in-out 0.1s;
		}

		#slides.product.w720.closed {
			height: 10px;
			transition: height 0.8s ease-in-out 0.3s;
			-moz-transition: height 0.8s ease-in-out 0.3s;
			-webkit-transition: height 0.8s ease-in-out 0.3s;
			-o-transition: height 0.8s ease-in-out 0.3s;
		}

		/*
		#slides.product.w720.open {
			animation: bumpDown720 1.2s ease-in-out 0.1s both;
			-moz-animation: bumpDown720 1.2s ease-in-out 0.1s both;
			-webkit-animation: bumpDown720 1.2s ease-in-out 0.1s both;
			-o-animation: bumpDown720 1.2s ease-in-out 0.1s both;
		}

		#slides.product.w720.closed {
			animation: bumpUp720 0.8s ease-in-out 0.3s both;
			-moz-animation: bumpUp720 0.8s ease-in-out 0.3s both;
			-webkit-animation: bumpUp720 0.8s ease-in-out 0.3s both;
			-o-animation: bumpUp720 0.8s ease-in-out 0.3s both;
		}

		@keyframes bumpUp720 {
			0% { height: 410px; }
			50% { height: 150px; }
			55% { height: 150px; }
			100% { height: 10px; }
		}

		@keyframes bumpDown720 {
			0% { height: 10px; }
			50% { height: 150px; }
			55% { height: 150px; }
			80% { height: 410px; }
			100% { height: 410px; }
		}

		@-moz-keyframes bumpUp720 {
			0% { height: 410px; }
			50% { height: 150px; }
			55% { height: 150px; }
			100% { height: 10px; }
		}

		@-moz-keyframes bumpDown720 {
			0% { height: 10px; }
			50% { height: 150px; }
			55% { height: 150px; }
			80% { height: 410px; }
			100% { height: 410px; }
		}

		@-webkit-keyframes bumpUp720 {
			0% { height: 410px; }
			50% { height: 150px; }
			55% { height: 150px; }
			100% { height: 10px; }
		}

		@-webkit-keyframes bumpDown720 {
			0% { height: 10px; }
			50% { height: 150px; }
			55% { height: 150px; }
			80% { height: 410px; }
			100% { height: 410px; }
		}

		@-o-keyframes bumpUp720 {
			0% { height: 410px; }
			50% { height: 150px; }
			55% { height: 150px; }
			100% { height: 10px; }
		}

		@-o-keyframes bumpDown720 {
			0% { height: 10px; }
			50% { height: 150px; }
			55% { height: 150px; }
			80% { height: 410px; }
			100% { height: 410px; }
		}
		*/


	#slides.product.w960 {
		height: 530px;
		width: 1244px;
		margin-left: -220px;
	}

		#slides.product.w960.open {
			height: 530px;
			transition: height 1.2s ease-in-out 0.1s;
			-moz-transition: height 1.2s ease-in-out 0.1s;
			-webkit-transition: height 1.2s ease-in-out 0.1s;
			-o-transition: height 1.2s ease-in-out 0.1s;
		}

		#slides.product.w960.closed {
			height: 10px;
			transition: height 0.8s ease-in-out 0.3s;
			-moz-transition: height 0.8s ease-in-out 0.3s;
			-webkit-transition: height 0.8s ease-in-out 0.3s;
			-o-transition: height 0.8s ease-in-out 0.3s;
		}

		/*
		#slides.product.w960.open {
			animation: bumpDown960 1.2s ease-in-out 0.1s both;
			-moz-animation: bumpDown960 1.2s ease-in-out 0.1s both;
			-webkit-animation: bumpDown960 1.2s ease-in-out 0.1s both;
			-o-animation: bumpDown960 1.2s ease-in-out 0.1s both;
		}
		*/

		#slides.product.w960.closed {
			/*
			height: 150px;
			transition: height 0.5s ease-in-out 0.3s;
			-moz-transition: height 0.5s ease-in-out 0.3s;
			-webkit-transition: height 0.5s ease-in-out 0.3s;
			-o-transition: height 0.5s ease-in-out 0.3s;
			*/
			/*
			animation: bumpUp960 1.0s ease-in-out 0.3s both;
			-moz-animation: bumpUp960 1.0s ease-in-out 0.3s both;
			-webkit-animation: bumpUp960 1.0s ease-in-out 0.3s both;
			-o-animation: bumpUp960 1.0s ease-in-out 0.3s both;
			*/

			/* final: */
			/*
			animation: bumpUp960 0.8s ease-in-out 0.3s both;
			-moz-animation: bumpUp960 0.8s ease-in-out 0.3s both;
			-webkit-animation: bumpUp960 0.8s ease-in-out 0.3s both;
			-o-animation: bumpUp960 0.8s ease-in-out 0.3s both;
			*/
		}

		/*
		@keyframes bumpUp960 {
			0% { height: 530px; }
			50% { height: 150px; }
			55% { height: 150px; }
			100% { height: 10px; }
		}

		@keyframes bumpDown960 {
			0% { height: 10px; }
			50% { height: 150px; }
			55% { height: 150px; }
			80% { height: 530px; }
			100% { height: 530px; }
		}

		@-moz-keyframes bumpUp960 {
			0% { height: 530px; }
			50% { height: 150px; }
			55% { height: 150px; }
			100% { height: 10px; }
		}

		@-moz-keyframes bumpDown960 {
			0% { height: 10px; }
			50% { height: 150px; }
			55% { height: 150px; }
			80% { height: 530px; }
			100% { height: 530px; }
		}

		@-webkit-keyframes bumpUp960 {
			0% { height: 530px; }
			50% { height: 150px; }
			55% { height: 150px; }
			100% { height: 10px; }
		}

		@-webkit-keyframes bumpDown960 {
			0% { height: 10px; }
			50% { height: 150px; }
			55% { height: 150px; }
			80% { height: 530px; }
			100% { height: 530px; }
		}

		@-o-keyframes bumpUp960 {
			0% { height: 530px; }
			50% { height: 150px; }
			55% { height: 150px; }
			100% { height: 10px; }
		}

		@-o-keyframes bumpDown960 {
			0% { height: 10px; }
			50% { height: 150px; }
			55% { height: 150px; }
			80% { height: 530px; }
			100% { height: 530px; }
		}
		*/

	#slides.product.closed #flyouts {
		visibility: hidden;
		transition: left 0.5s ease-in-out 0s, visibility 0s linear 0.35s;
		-moz-transition: left 0.5s ease-in-out 0s, visibility 0s linear 0.35s;
		-webkit-transition: left 0.5s ease-in-out 0s, visibility 0s linear 0.35s;
		-o-transition: left 0.5s ease-in-out 0s, visibility 0s linear 0.35s;
	}

		#slides.product.w720.closed #flyouts {
			left: 252px;
		}

		#slides.product.w960.closed #flyouts {
			left: 252px;
		}

		#slides.product.open #flyouts {
			visibility: visible;
			transition: left 0.5s ease-in-out 0.7s, visibility 0s linear 0.85s;
			-moz-transition: left 0.5s ease-in-out 0.7s, visibility 0s linear 0.85s;
			-webkit-transition: left 0.5s ease-in-out 0.7s, visibility 0s linear 0.85s;
			-o-transition: left 0.5s ease-in-out 0.7s, visibility 0s linear 0.85s;
		}

	#slides.product #slidesBG {
		position: absolute;
		z-index: 2;
		left: 226px;
		top: 1px;
		width: 772px;
		height: 412px;
		background: url('img/origami_product720_sliderBG.png') transparent no-repeat top left;
	}

		#slides.product.closed #slidesBG {
			transition: clip 0.5s ease-in-out 0.2s;
			-moz-transition: clip 0.5s ease-in-out 0.2s;
			-webkit-transition: clip 0.5s ease-in-out 0.2s;
			-o-transition: clip 0.5s ease-in-out 0.2s;
		}

		#slides.product.open #slidesBG {
			transition: clip 0.5s ease-in-out 0.5s;
			-moz-transition: clip 0.5s ease-in-out 0.5s;
			-webkit-transition: clip 0.5s ease-in-out 0.5s;
			-o-transition: clip 0.5s ease-in-out 0.5s;
		}

		#slides.product.w720 #slidesBG {
			clip: rect(0, 772px, 412px, 0);
		}

			#slides.product.w720.closed #slidesBG { clip: rect(0, 772px, 0, 0); }
			#slides.product.w720.open #slidesBG { clip: rect(0, 772px, 412px, 0); }

		#slides.product.w960 #slidesBG {
			left: 226px;
			top: 1px;
			width: 1012px;
			height: 532px;
			background: url('img/origami_product960_sliderBG.png') transparent no-repeat top left;
			clip: rect(0, 1012px, 532px, 0);
		}

			#slides.product.w960.closed #slidesBG { clip: rect(0, 1012px, 0, 0); }
			#slides.product.w960.open #slidesBG { clip: rect(0, 1012px, 532px, 0); }

#slides.product .slides_container {
	width:720px;
	height: 360px;
	display:none;
	position:absolute;
	left: 252px;
	top: 27px;
	z-index: 3;
}

	#slides.product.w960 .slides_container {
		width: 960px;
		height: 480px;
	}

	#slides.product.closed .slides_container {
		transition: clip 0.5s ease-in-out 0.2s;
		-moz-transition: clip 0.5s ease-in-out 0.2s;
		-webkit-transition: clip 0.5s ease-in-out 0.2s;
		-o-transition: clip 0.5s ease-in-out 0.2s;
	}

		#slides.product.open .slides_container {
			transition: clip 0.5s ease-in-out 0.5s;
			-moz-transition: clip 0.5s ease-in-out 0.5s;
			-webkit-transition: clip 0.5s ease-in-out 0.5s;
			-o-transition: clip 0.5s ease-in-out 0.5s;
		}

	#slides.product.w720.closed .slides_container { clip: rect(0, 720px, 0, 0); }

		#slides.product.w720 .slides_container,
		#slides.product.w720.open .slides_container { clip: rect(0, 720px, 360px, 0); }


	#slides.product.w960.closed .slides_container { clip: rect(0, 960px, 0, 0); }

		#slides.product.w960 .slides_container,
		#slides.product.w960.open .slides_container { clip: rect(0, 960px, 480px, 0); }

	#slides.product .slide .youtube-player {
		width:720px;
		height: 360px;
		z-index: 5;
	}

		#slides.product.w960 .slide .youtube-player {
			width: 960px;
			height: 480px;
		}

#slides.product.closed #playerArea {
	top: -37px;
	transition: top 0.5s ease-in-out 0.2s;
	-moz-transition: top 0.5s ease-in-out 0.2s;
	-webkit-transition: top 0.5s ease-in-out 0.2s;
	-o-transition: top 0.5s ease-in-out 0.2s;
}

	#slides.product.open #playerArea {
		transition: top 0.5s ease-in-out 0.5s;
		-moz-transition: top 0.5s ease-in-out 0.5s;
		-webkit-transition: top 0.5s ease-in-out 0.5s;
		-o-transition: top 0.5s ease-in-out 0.5s;
	}



#slides.product #corner,
#slides.product #cornerBG {
	position:absolute;
	background-repeat: no-repeat;
	width: 175px;
	height: 176px;
	right: -16px;
	top: -21px;
}

	#slides.product #corner.size10,
	#slides.product #cornerBG.size10 {
		width: 200px;
		height: 200px;
	}

	#slides.product #corner {
		background-image: url('img/slider_product_corner.png');
		z-index: 9;
	}
	#slides.product #cornerBG {
		background-image: url('img/slider_product_cornerBG.png');
		z-index: 1;
	}

		#slides.product #corner.size10 { background-image: url('img/slider_product_corner_size10.png'); }
		#slides.product #cornerBG.size10 { background-image: url('img/slider_product_corner_size10BG.png'); }

	#slides.product.closed #corner,
	#slides.product.closed #cornerBG {
		visibility: hidden;
		transition: visibility 0s linear 0.6s;
		-moz-transition: visibility 0s linear 0.6s;
		-webkit-transition: visibility 0s linear 0.6s;
		-o-transition: visibility 0s linear 0.6s;
	}

		#slides.product.open #corner,
		#slides.product.open #cornerBG {
			visibility: visible;
			transition: visibility 0s linear 0.5s;
			-moz-transition: visibility 0s linear 0.5s;
			-webkit-transition: visibility 0s linear 0.5s;
			-o-transition: visibility 0s linear 0.5s;
		}

	#slides.product .slide {
		cursor: pointer;
	}


#slides.product #collapse,
#slides.product #collapseTail {
	position: absolute;
	background-repeat: no-repeat;
	right: 535px;
	transition: right 0.5s ease-in-out 0.5s;
	-moz-transition: right 0.5s ease-in-out 0.5s;
	-webkit-transition: right 0.5s ease-in-out 0.5s;
	-o-transition: right 0.5s ease-in-out 0.5s;
}

	#slides.product.w960 #collapse,
	#slides.product.w960 #collapseTail { right: 775px; }

	#slides.product #collapse {
		background-image: url('img/origami_product_collapseBG.png');
		width: 105px;
		height: 73px;
		top: -10px;
		z-index: 9;
	}

	#slides.product #collapseTail {
		background-image: url('img/origami_product_collapseTail.png');
		width: 104px;
		height: 16px;
		top: 11px;
		z-index: 1;
	}

	#slides.product.closed #collapse,
	#slides.product.closed #collapseTail,
	#slides.product.w960.closed #collapse
	#slides.product.w960.closed #collapseTail {
		transition: right 0.35s ease-in-out 0.6s;
		-moz-transition: right 0.35s ease-in-out 0.6s;
		-webkit-transition: right 0.35s ease-in-out 0.6s;
		-o-transition: right 0.35s ease-in-out 0.6s;
		right: 16px;
	}

	#slides.product #collapse #collapseBtn {
		position: absolute;
		background-repeat: no-repeat;
		background-image: url('img/origami_product_collapseToggle.png');
		background-position: center top;
		width: 65px;
		height: 37px;
		left: 20px;
		top: 21px;
		cursor: pointer;
		transition: background-position 0s linear 0.5s;
		-moz-transition: background-position 0s linear 0.5s;
		-webkit-transition: background-position 0s linear 0.5s;
		-o-transition: background-position 0s linear 0.5s;
	}

		#slides.product #collapse #collapseBtn:hover { background-image: url('img/origami_product_collapseToggleHover.png'); }

		#slides.product.closed #collapse #collapseBtn {
			background-position: center bottom;
			transition: background-position 0s linear 0.6s;
			-moz-transition: background-position 0s linear 0.6s;
			-webkit-transition: background-position 0s linear 0.6s;
			-o-transition: background-position 0s linear 0.6s;
		}



/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container div {
	width:720px;
	height:360px;
	display:block;
}
	.w960 .slides_container div {
		width: 960px;
		height: 480px;
	}
#slides.home .slides_container div {
	width:960px;
	height:480px;
	display:block;
}

/*
	Optional:
	Reset list default style
*/
#slides #pagination_container {
	position: absolute;
	z-index: 6;
}
/* from old dots
#slides.product #pagination_container {
	width: 120px;
	height: 44px;
	top: 45px;
	right: 5px;
}
*/
#slides.product #pagination_container {
	width: 76px;
	height: 44px;
	top: 39px;
	right: 38px;
	text-align: right;
	line-height: 1px;
	font-size: 2px;
}
	#slides.product .pagination { width: 76px; } /* new dots */

	#slides.product .pagination li:nth-child(4) { margin-left: 16px; } /* new dots; to force an indent on the second line */
	/* for IE<9, which doesn't support nth-child, this is handled in JS */

	/* 10-dot size */
	#slides.product .size10 #pagination_container { width: 100px; }
	#slides.product .size10 .pagination { width: 100px; }
	#slides.product .size10 .pagination li:nth-child(4) { margin-left: 0; }
	#slides.product .size10 .pagination li:nth-child(5) { margin-left: 16px; }
	#slides.product .size10 .pagination li:nth-child(8) { margin-left: 32px; }
	#slides.product .size10 .pagination li:nth-child(10) { margin-left: 64px; }

#slides.home #pagination_container{
	width: 278px;
	/* height: 48px; */ /* old dots */
	height: 56px;
	background-image: url('img/slider_home_pagcontainer.png');
	background-repeat: no-repeat;
	left: 373px;
	top: 256px;
	/* padding-top: 30px; */ /* old dots */
	padding-top: 22px;
}

/*
	Optional:
	Show the current slide in the pagination
*/
#pagination_container ul{
	float: left;
	position: relative;
	left: 50%;
}
.pagination li {
	position: relative;
	display: inline-block;
	right: 50%;
	width: 24px;

	/* new dots; for IE7, which doesn't support inline-block */
	zoom:1;
	*display: inline;
}
.pagination li a {
	display: block;
	width:  16px;
	height: 0;
	padding-top: 16px;
	background-image: url('img/origami_pagination_dots.png');
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 4px;
}
	.pagination li a:hover { background-position: left -32px; }

.pagination .current a {
	display: block;
	width: 16px;
	height: 0;
	padding-top: 16px;
	background-position: left -16px;
	overflow: hidden;
	cursor: default;
}
	.pagination .current a:hover { background-position: left -16px; }


/*************HEADER*****************/
#header_container {
	width: 100%;
	height: 185px;
	background-image: url("img/header_bg.png");
	background-repeat: repeat-x;

	 /* for IE7 */
	z-index: 100;
	position: relative;
}
#header{
	width: 950px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#logo {
	position:absolute;
	/* left: 23px; */
	left: -8px; /* moved 2018-10-10 to accomodate Precedence logo */
	top: 36px;
	width: 247px;
	height: 117px;
		background-image: url("img/logo.png");
}
#menu {
	position:absolute;
	/* left: 266px; */
	left: 235px; /* moved 2018-10-10 to accomodate Precedence logo */
	top: 94px;
}
#menu li {
	list-style:none;
	float: left;
	bullet: none;
	margin-right: 20px;
	position: relative;
}
#menu > li > a {
	font-family: 'GnuolaneBook', 'Arial Narrow', sans-serif;
	color: white;
	text-decoration: none;
	font-size: 15px;
	cursor: pointer;
}
#menu a:hover {
	color: #9de3da;
}

/**************CONTENT*********************/
#content_holder {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	min-height: 450px;
	padding-bottom: 220px;
	padding-bottom: 290px;
	width: 1024px;
}
/****************PRODUCT CONTENT***/

#productLogo {
	position: absolute;
	top: -160px;
	height: 160px;
	width: 384px;
	right: 64px;
}

	#productLogo.w960 { right: 32px; }

#tabarea {
	position: relative;
	width: 690px;
	margin-right: 40px;
	/* float: left; */ /* remnant from old design */
}
	#tabarea.full {
		width: 100%;
		margin-right: 0;
	}
#tabarea .ribbon {
	padding: 0 8px;
	width: 1008px;
}
#tabarea .ribbon a {
	font-family: 'GnuolaneBook', 'Arial Narrow', sans-serif;
	height: 2px;
	color: #494949;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 8px;
	text-transform: uppercase;
	font-size: 37px;
	line-height: 48px;
}

#tabarea .ribbon a.selected {
	color: #fcfcfc;
}
.tabcontent .article {
	/* min-height: 1000px; */
}
.tabcontent.hidden {
	display: none;
}
#highlight {
	position: absolute;
	top: -129px;
	background-image: url('img/tab_select_bg.png');
	width: 254px;
	height: 236px;
}
#tabindicator {
	position: absolute;
	background-color: #60a0a0;
	height: 4px;
	width: 0px;
	z-index: 10;
	top: 44px;
}
.sidebar a {
	text-decoration:none;
	color: inherit;
}
.sidebar a:hover { color: white; }
.sidebar .panel>div{
	margin-left: 16px;
	margin-bottom: 15px;
	margin-top: 10px;
	color: #8b8b8b;
}
.sidebar li {
	padding: 2px 0;
}
.quoteblock{
	color: white !important;
	font-size: 13px;
	display:block;
	clear: both; /* to handle floating images inline in the copy */
}
.quoteinfo {
	font-size: 10px;
	color: #8b8b8b;
	text-align: right !important;
	clear: both; /* to handle floating images inline in the copy */
}
.bluequotes {
	font-size: 15px;
	color: #9de3da;
}

#playerArea {
	position: absolute;
	top: 233px;
	left: 0;
}

	.w960 #playerArea {
		position: absolute;
		top: 353px;
	}

	#producttitle_box {
		z-index: 7;
		position: absolute;
		height: 96px;
		repeat: no-repeat;
		top: 0;
		width: 784px;
		left: 188px;
		padding: 64px 32px 32px;
		color: black;
		background-image: url('img/origami_product720_playerBG.png');
	}

		.w960 #producttitle_box {
			width: 1024px;
			background-image: url('img/origami_product960_playerBG.png');
		}

		#playerArea.on #producttitle_box {
			clip: rect(0, 864px, 192px, 0);
			transition: clip 0.5s ease-in-out 0.07s;
			-moz-transition: clip 0.5s ease-in-out 0.07s;
			-webkit-transition: clip 0.5s ease-in-out 0.07s;
			-o-transition: clip 0.5s ease-in-out 0.07s;
		}

			.w960 #playerArea.on #producttitle_box {
				clip: rect(0, 1088px, 192px, 0);
			}

		#playerArea.off #producttitle_box {
			clip: rect(0, 864px, 192px, 864px);
			transition: clip 0.5s ease-in-out;
			-moz-transition: clip 0.5s ease-in-out;
			-webkit-transition: clip 0.5s ease-in-out;
			-o-transition: clip 0.5s ease-in-out;
		}

			.w960 #playerArea.off #producttitle_box { clip: rect(0, 1088px, 192px, 1088px); }

	#playerTail {
		background: url('img/origami_product_playerTail.png') transparent no-repeat top left;
		width: 32px;
		height: 160px;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 972px;
	}

		.w960 #playerTail {
			left: 1212px;
		}

		#playerArea.on #playerTail {
			clip: rect(0, 32px, 160px, 0);
			transition: clip 0.07s ease-out;
			-moz-transition: clip 0.07s ease-out;
			-webkit-transition: clip 0.07s ease-out;
			-o-transition: clip 0.07s ease-out;
		}

		#playerArea.off #playerTail {
			clip: rect(0, 0, 160px, 0);
			transition: clip 0.07s ease-out 0.5s;
			-moz-transition: clip 0.07s ease-out 0.5s;
			-webkit-transition: clip 0.07s ease-out 0.5s;
			-o-transition: clip 0.07s ease-out 0.5s;
		}


#producttitle_box > * {
	text-transform:uppercase;
}
#producttitle_box .title{
	font-family: 'GnuolaneRegular', 'Arial Narrow', sans-serif;
	font-size: 100px;
	line-height: 95px;
	color: #494949;
	margin-left: 5px;
}
#producttitle_box .description {
	font-family: 'GnuolaneRegular', 'Arial Narrow', sans-serif;
	font-size: 16px;
	color: #aaaaaa;
	line-height: 30px;
}
#soundcloud_box {
	margin: 0 8px 7px;
	padding-top: 8px;
	height: 81px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	/* background-image: url('img/soundcloud_standin.png'); */
	text-align: center;
	line-height: 50px;
}
	/* .w960 #soundcloud_box { background-image: url('img/soundcloud_standin_wide.png'); } */
/*	#soundcloud_box a { color: black; } */

#trackNav {
	color: #7e7e7e;
	position: absolute;
	width: 214px;
	top: 32px;
	left: 224px;
	z-index: 8;
	background-image: url('img/slider_product_top_content_tracktitle.png');
	background-repeat: no-repeat;
	text-transform: uppercase;

	visibility: hidden; /* for anim on load */

	/* old font
	height: 30px;
	padding: 6px 102px 0 8px;
	font-family: 'GnuolaneRegular', 'Arial Narrow', sans-serif;
	font-size: 24px;
	*/

	height: 28px;
	padding: 8px 102px 0 8px;
	font-family: 'GnuolaneRegular', 'Arial Narrow', sans-serif;
	font-size: 18px;
}

	#trackNav .fadeLeft,
	#trackNav .fadeRight {
		position: absolute;
		top: 4px;
		z-index: 2;
		width: 16px;
		height: 32px;
		background-repeat: repeat-y;
		background-position: left top;
	}
		#trackNav .fadeLeft { left: 8px; background-image: url('img/track_titleFadeLeft.png'); }
		#trackNav .fadeRight { right: 102px; background-image: url('img/track_titleFadeRight.png'); }

#trackPrev,
#trackNext {
	display: block;
	width: 17px;
	height: 16px;
	background-image: url('img/track_navBtns.png');
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	top: 12px;
}
#trackPrev { right: 73px; background-position: left top; }
#trackNext { right: 54px; background-position: right top; }
#trackPrev:hover { background-position: left bottom; }
#trackNext:hover { background-position: right bottom; }

#trackTitleWrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#trackTitle {
	white-space: nowrap;
	position: absolute;
	left: 0;
	top: 0;
}

#flyouts {
	position: absolute;
	top: 37px;
	left: 5px;
	width: 247px;
	height: 338px;
	background: url('img/origami_product720_flyouts.png') transparent no-repeat top left;
	z-index: 2;
}

	.w960 #flyouts {
		top: 59px;
		left: 14px;
		width: 238px;
		height: 392px;
		background: url('img/origami_product960_flyouts.png') transparent no-repeat top left;
		transition: left 0.5s ease-in-out;
		-moz-transition: left 0.5s ease-in-out;
		-webkit-transition: left 0.5s ease-in-out;
		-o-transition: left 0.5s ease-in-out;
	}

		@media screen and (max-width: 1370px) {
			.w960 #flyouts {
				left: 252px;
				transition: left 0.5s ease-in-out;
				-moz-transition: left 0.5s ease-in-out;
				-webkit-transition: left 0.5s ease-in-out;
				-o-transition: left 0.5s ease-in-out;
			}
		}

	#trialdownload_box {
		width: 180px;
		position: absolute;
		top: 57px;
		left: 55px;
	}
		.w960 #trialdownload_box {
			top: 53px;
			left: 46px;
		}
	#trialdownload_box li{
		margin-bottom: 3px;
		margin-right: 3px;
		text-align: right;
	}
	#trialdownload_box a {
		color: #8b8b8b;
		font-family: 'GnuolaneRegular', 'Arial Narrow', sans-serif;
		font-size: 14px;
		text-decoration: none;
	}
		#trialdownload_box a:hover { color: black; }

	#buy_box {
		position: absolute;
		top: 209px;
		right: 40px;
		text-transform: uppercase;
		font-family: 'GnuolaneRegular', 'Arial Narrow', sans-serif;
		color: #242424;
		text-align: right;
		display: block;
		border: none;
		text-decoration: none;
		z-index: 6;
	}
		.w960 #buy_box {
			top: 215px;
			right: 15px;
		}

		#buy_box:hover { color: #668e89; }

		#buy_box .buy {
			line-height: 26px;
			font-size: 32px;
			font-weight: bold;
		}
		#buy_box .version {
			line-height: 23px;
			/* font-size: 19px; */
			font-size: 17px;
		}
		#buy_box .price {
			font-size: 40px;
			color: #8b8b8b;
			line-height: 34px;
		}
			#buy_box:hover .price { color: #60a0a0; }

			#buy_box .price.special {
				line-height: 13px;
				font-size: 20px;
			}

				#buy_box .price .regularPrice {
					text-decoration: line-through;
					font-size: 17px;
				}

				#buy_box .price .specialPrice {
					font-size: 22px;
					color: red;
					line-height: 29px;
				}

/*****************PRODUCTS/ARTISTS PAGE*************/


.mediasection {
	margin-bottom: 32px;
	position: relative;
}
.mediasection .ribbon { cursor: pointer; }

.itemsquare {
	display: block;
	float: left;
	position:relative;
	margin: 8px 8px 72px;
	border: 1px solid #606c6a;
	cursor: pointer;
	text-decoration: none;
}

	.itemsquare:hover { text-decoration: none; }

	.itemsquare,
	.itemsquare > img,
	.itemsquare .imagebox {
		width: 222px;
		height: 222px;
	}

	.itemsquare .imagebox {
		background-color: black;
		line-height:222px;
	}

	.itemsquare .imagebox img {
		width:100%;
		display: inline;
		vertical-align: middle;
	}

	.itemsquare.medium,
	.itemsquare.medium > img {
		width: 174px;
		height: 174px;
	}
	.itemsquare.small,
	.itemsquare.small > img {
		width: 142px;
		height: 142px;
	}
.itemsquare .nameribbon {
	position:absolute;
	left: 0;
	bottom: -32px;
	width:100%;
	background-image: url('img/img_ribbon.png');
	background-repeat: no-repeat;
	background-position: right;
	height: 32px;
	font-family: 'GnuolaneRegular', 'Arial Narrow', sans-serif;
	color: #E9E9E9;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	display:block;
	text-align: left;
}
	.itemsquare .nameribbon.externalLink { color: #7ea7a2; }

.itemsquare .descriptionbox {
	position: absolute;
	bottom:0px;
	left:0px;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background-color: black;
	vertical-align: bottom;
	display: none;
	overflow: hidden;
}
.itemsquare .descriptionbox .description {
	position: absolute;
	bottom: 0px;
	margin: 10px;
	display:block;
	width: 202px; /* IE7 */
}
 /* overrides for above width declaration for IE7 */
.itemsquare .descriptionbox .description { width: 204px; }
.itemsquare.medium .descriptionbox .description { width: 156px; }
.itemsquare.small .descriptionbox .description { width: 124px; }


/***************HOME CONTENT****************/

#top_content_bar {

	width: 1024px;
	height: 144px;
	overflow: hidden;
	position: relative;
}
#banner {
	position: relative;
}

#banner_template {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
}
#banner_img {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

#banner_text {
	z-index: 3;
	position:absolute;
	left:10px;
	top:0;
	color: white;
	display: block;
	text-decoration: none;
}
	#banner_text h1 { margin-bottom: -5px; }
	#banner_text p { margin: 0; }

#newsletter {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 700px;
	z-index: 4;
	text-align: right;
}

	#newsletter div.blurb {
		position: absolute;
		right: 256px;
		padding-right: 4px;
		bottom: 12px;
	}

	#newsletter h3 {
		display: inline;
		margin-right: 8px;
	}

	#newsletter input[type=text] {
		width: 206px;
		padding: 0 8px;
		height: 30px;
		margin-left: 32px;
		vertical-align: bottom;
	}

		#newsletter input[type=text].valid { margin-left: 4px; }

	#newsletter a.button {
		height: 23px;
		padding-top: 7px;
		display: inline-block;
	}

#news {
	clear: both;
	padding-top: 20px;
}


.newscolumn {
	position: relative;
	width: 496px;
	float: left;
	margin-right: 0;
	margin-left: 16px;
}
	.newscolumn:first-child {
		margin-right: 16px;
		margin-left: 0;
	}
.content {
	z-index: 2;
	background-image: url('img/text_bg.png');
	background-repeat: repeat-x;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-left: 16px;
	margin-right: 16px;
}
	.collapsed .content { display: none; }

.ribbon {
	position:relative;
	width: 100%;
	border-bottom: 2px solid #60a0a0;
	z-index: 3;
	-webkit-box-shadow:0 0 15px #171717;
	-moz-box-shadow: 0 0 15px #171717;
	box-shadow:0 0 15px #171717;
	overflow: hidden;
	text-transform: uppercase;
	height: 46px;

	background: #252525; /* Old browsers */
	background: -moz-linear-gradient(left,  #282828 0%, #202020 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#282828), color-stop(100%,#202020)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #282828 0%,#202020 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #282828 0%,#202020 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #282828 0%,#202020 100%); /* IE10+ */
	background: linear-gradient(left,  #282828 0%,#202020 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#202020',GradientType=1 ); /* IE6-9 */
}

.ribbon .upDown {
	position: absolute;
	right: 12px;
	top: 14px;
	height: 17px;
	width: 16px;
	background: transparent url('img/up_down.png') left top no-repeat;
	opacity: 0.3;
}
	.collapsed .ribbon .upDown { background-position: left -17px; }

.ribbon h2{
	padding-left: 10px;
	padding-top: 5px;
}
.ribbon_fold {
	position: absolute;
	right: 0px;
	z-index: 1;
	background-image: url('img/ribbon_right.png');
	width: 64px;
	height: 32px;
	top: 47px;
}
.newsitem {
	padding-bottom: 16px;
	margin-bottom: 16px;
	margin-left: 16px;
	margin-right: 16px;
}
.newsitem:not(:last-child){
	border-bottom: 1px dotted #3d4f4d;
}
.newsitem .date{
	font-family: 'GnuolaneBook', 'Arial Narrow', sans-serif;
	font-size: 13px;
	color: #5f5f5f;
	margin-right: 5px;
}
.newsitem .title{
	font-family: 'GnuolaneRegular', 'Arial Narrow', sans-serif;
	font-size: 18px;
	color: #acadad;
}


/**************FOOTER**********************/

#footer_container {
	width: 100%;
	background: transparent url("img/footer_bg_dith.jpg") repeat-y center top;
	padding-bottom:15px;
	position: absolute;
	bottom: 0;
}
#footer_container #gradient {
	background-image: url("img/footer_glow_bg_dith.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	float:left;
	width: 100%;
	height: 80px;
}
#footer {
	position: relative;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #525252;
}

#nav_container {
	margin-top: 15px;
	margin-bottom: 15px;
	float:right;
}

.footerLogoLink {
	min-width: 120px;
	display: inline-block;
}
#footer_logo{
	margin-top: 10px;
}
.footer_copyright {
	clear: both;
	font-size: 11px;
	text-align: center;

}
#footer .navigation {
	border-right: 1px solid #525252;
	margin-right: 25px;
	float: left;
}
#footer .navigation>li{
	margin-right: 25px;
	float: left;
}
#footer .navigation ul>li:first-child{
	color: #d4d4d4;
}

#footer .navigation a {
	text-decoration: none;
	color: inherit;
}
	#footer .navigation a:hover {
		color: #9de3da;
	}

#footer ul li {
	text-transform: uppercase;
	list-style:none;
}

/*************COMMON***********************/

html {
	height: 100%;
}
body{
	min-width: 1024px;
	padding:0;
	margin:0;
	background-color: #181818;
	background-color: black;
	background-image: url("img/page_bg.png");
	background-repeat: repeat-y;
	background-position: center top;
	font-family: 'Lucida Sans Unicode', sans-serif;
	font-size: 11px;
	color: #d0d0d0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
#bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 590px;
	background-image: url("img/bg.png");
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	text-decoration: none;
	color: #60a0a0;
}
a:hover {
	text-decoration: underline;
	color: #d4d4d4;
}

.newsitem p, .panel, .tabcontent{
	line-height: 17px;
}
ul {
	margin: 0;
	padding: 0;
}
input {
	font-family: 'Lucida Sans Unicode';
}
input[type='text'],
textarea {
	background-color: #252525;
	border: 1px solid #60a0a0;
	color: #e8e8e8;
}
	input[type='text'].error,
	textarea.error { border-color: red; }

p {
	margin-bottom: 5px;
	margin-top: 5px;
}
p.intro {
	font-family: 'GnuolaneRegular', 'Arial Narrow', sans-serif;
	font-size: 18px;
	color: #acadad;
	color: #808080;
	line-height: 21px;
}
.list1 {
	font-family: 'Lucida Sans Unicode', sans-serif;
	font-size: 11px;
	color: #d0d0d0;
}
.list2 {
	font-family: 'Lucida Sans Unicode', sans-serif;
	font-size: 11px;
	color: #808080;
}
h1 {
	font-family: 'GnuolaneBook', 'Arial Narrow', sans-serif;
	color: white;
	font-size: 50px;
}
h2 {
	font-family: 'GnuolaneBook', 'Arial Narrow', sans-serif;
	color: #e9e9e9;
	font-size: 32px;
}
h3 {
	font-family: 'GnuolaneBook', 'Arial Narrow', sans-serif;
	color: #c6c6c6;
	font-size: 19px;
	text-transform: uppercase;
}
h4 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: normal;
	font-size: 23px;
	font-family: 'GnuolaneRegular', 'Arial Narrow', sans-serif;
	text-transform: uppercase;
	background-image: url('img/headline_underline.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #eeeeee;
}
h5 {
	font-size: 23px;
	font-family: 'GnuolaneRegular', 'Arial Narrow', sans-serif;
	text-transform: uppercase;
	color: #eeeeee;
}
.ribbon_img{
	margin-top: 10px;
	padding-bottom: 29px;
	background-image: url('img/img_ribbon.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}
.ribbon_img img {
	border: 1px solid #808080;
}
.ribbon_img .description{
	color: #494949;
	text-transform: italic;
	text-align: center;
	padding: 3px;
	margin-top: -3px;
	margin-bottom: 3px;
	background-color:#e5e5e5;
	font-style:italic;
	font-size: 10px;
}
.ribbon_img.left, .transparent_img.left {
	float: left;
	margin-right: 15px;
}
.ribbon_img.right, .transparent_img.right  {
	float: right;
	margin-left: 15px;
}
.transparent_img.left {
	margin-top: 15px;
	margin-bottom: 15px;
}

.content *, .sidebar * {
	text-align: justify;
}

.content.jp-columns * {
	text-align: left;
}
.jp-playlist li a { cursor: pointer; }

.gallery { width: 992px; } /* IE7 */
.gallery .innerContent { width: 960px; } /* IE7 */

.gallery h4 {
	margin: 32px 16px 0;
}
.gallery h4:first-child {
	margin-top: 0;
}
.innerContent,
.article {
	background-color: rgba(24,24,24,0.6);
	vertical-align: top;
	margin: 0 16px;
}
.innerContent {
	padding: 0;
}
.article {
	width: 928px;
	padding: 8px 16px;
	display: inline-block;

	/* IE7 */
	zoom: 1;
	*display:inline;
}
.offset > .article:first-child {
	width: 640px;
}
.offset > .article.sidebar {
	width: 240px;
	margin-left: 0;
}
.split > .article {
	width: 440px;
}
.split > .article:first-child {
	margin-right: 0;
}

.newscolumn .article {
	width: auto;
	padding: 12px 0 16px 0;
}

.article > p {
	margin: 5px 0 10px 0;
}

	p.answer {
		margin-bottom: 8px;
		color: #808080;
	}

	p.question {
		margin-top: 16px;
		font-family: 'GnuolaneRegular', 'Arial Narrow', sans-serif;
		font-size: 18px;
		color: #acadad;
		line-height: 21px;
	}

	.highlight {
		margin-top: 16px;
		font-family: 'GnuolaneRegular', 'Arial Narrow', sans-serif;
		font-size: 18px;
		color: white;
		line-height: 21px;
	}

.article > h3 {
	margin: 15px 0 5px;
}
.article > h4 {
	clear: left;
}
.reviews .article > h4 {
	clear: both;
}
.article > p + h4 {
	clear: left;
	margin-top: 20px;
}

.sidebar h3 { margin-top: 5px; }

.linkicon {
	display: inline-block;
	*display: inline; /* for IE7 */
	zoom:1; /* for IE7 */
	width:16px;
	height:16px;
	margin-right: 5px;
	vertical-align: top;
}
.osx {
	background-image:url('img/apple_icon.png');
}
.win {
	background-image:url('img/win_icon.png');
}
.pdf {
	background-image:url('img/pdf_icon.png');
}
.purchase {
	background-image:url('img/buy_icon.png');
}
.clearfix {
	visibility: hidden;
	clear:both;
	width:0px;
	height:0px;
	display:inline;
}
.addthis_toolbox { margin-top: 8px; }
.addthis_toolbox a { text-decoration: none; }

.submenu {
	position: absolute;
	top: 66px;
	background-color: white;
	z-index: 11;
	-webkit-box-shadow:0 0 15px #171717;
	-moz-box-shadow: 0 0 15px #171717;
	box-shadow:0 0 15px #171717;
	padding-top: 8px;
	display: none;

	/* 2-column layout */
	/* width: 630px; */
	/* left: -385px; */

	/* 1-column layout */
	width: 320px;
	left: -90px;
}
.submenu .menuRibbon {
	background-image:url('img/menuribbon.png');
	width: 291px;
	height: 46px;
	position:absolute;
	right:0px;
	top:-46px;

}
.menuproduct {
	position: relative;
	float: left;
	text-decoration: none !important;
	width: 304px;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
}
.menuproduct .thumb {
	float: left;
	width: 96px;
	height: 56px;
	margin-top: -8px;
	margin-right: 4px;
	background-repeat: no-repeat;
	background-position: left top;
}
	.menuproduct:hover .thumb {
		background-position: left -56px;
	}

/*
.submenu.products .menuproduct .thumb {
		height: 48px;
		margin-top: 0;
	}

		.submenu.products .menuproduct:hover .thumb {
			background-position: left -48px;
		}
*/

.menuproduct .name {
	font-family: 'GnuolaneBook', 'Arial Narrow', sans-serif;
	text-transform: uppercase;
	color: #202020;
	font-size: 21px;
	display: block;
	margin-bottom: -2px;
	line-height: 21px;
}
	.menuproduct:hover .name { color: #8b8b8b; }

.menuproduct .description {
	color: #8b8b8b;
	font-size: 9px;
}
	.menuproduct:hover .description { color: black; }


#videoPlayerContainer {
	text-align: center;
	display:none;
	width:480px;
	height:384px;
}

	#videoPlayer {
		color: #d4d4d4;
	}


#soundCloudContainer {

	display:none;
	width:340px;
	height:300px;
}

	.overlayContainer .prev,
	.overlayContainer .next {
		width: 17px;
		height:300px;
		line-height:300px;
		position:absolute;
		top:16px;
		font-size:20px;
		cursor:pointer;
		text-align: center;
		background-image: url("img/left_right.png");
		background-repeat: no-repeat;
		color: transparent;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

		.overlayContainer .prev { left:10px; background-position: left center; }
		.overlayContainer .next { right:10px; background-position: right center; }

	.overlayContainer #flowplayer-player {
		width:480px;
		height:384px;
		position:relative;
		display:block;
	}

	.overlayContainer #soundcloud-player {
		width: 300px;
		height:300px;
		margin: 0 20px;
		overflow:hidden;
		position:relative;
		-moz-box-shadow: 0 0 16px 4px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0 0 16px 4px rgba(0,0,0,0.4);
		box-shadow: 0 0 16px 4px rgba(0,0,0,0.4);
	}

		.overlayContainer #soundcloud-player .sc-player {
			position:absolute;
			left:0;
		}

		.overlayContainer #soundcloud-player .sc-player.prev-player {
			left:-300px;
		}

		.overlayContainer #soundcloud-player .sc-player.next-player {
			left:300px;
		}

	.overlayContainer .player#youtube-player {
		width: 512px;
		height:308px;
		margin: 0 20px;
		overflow:hidden;
		position:relative;
		-moz-box-shadow: 0 0 16px 4px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0 0 16px 4px rgba(0,0,0,0.4);
		box-shadow: 0 0 16px 4px rgba(0,0,0,0.4);
	}


/* for pop-up overlay articles */
#storyContainer {
	width:600px;
	height:483px;
}

	#story {
		width:580px;
		height:463px;
		margin: 5px;
		padding: 5px;
		overflow: auto;
		background-color: #171717;
	}

		#story p { margin-right: 10px; }

			#story p.question {
				font-style: italic;
				margin-top: 10px;
			}

			#story p.answer {
				color: white;
				margin-bottom: 15px;
			}

		#story h3 { margin-top: 15px; }


/* the overlayed element */
.apple_overlay {

	/* initially overlay is hidden */
	display:none;

	/* growing background image */
	background-image:url('flowplayer/overlay_black.png');

	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */
	font-size:11px;
}
 .apple_overlay.soundcloud { background-image:url('img/overlay_black_square.png'); }


/* default close button positioned on upper right corner */
.overlayContainer .close {
	background-image:url('flowplayer/overlay_close.png');
	position:absolute; right:-15px; top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}


label.error {
	display: block;
	font-style: italic;
	color: #5f5f5f;
}

a.button {
	border: 1px solid #626262;
	padding: 0 2px;
	cursor: pointer;
}
	a.button:hover {
		background-color: #333;
		border-color: #efefef;
		color: white;
	}

.mediaPlay { cursor: pointer; }

#contactForm label.heading {
	margin: 36px 0 12px 0;
	display: block;
	color: #c6c6c6;
}

	#contactForm label.heading:first-child {
		margin-top: 0;
	}

	#contactForm label.heading h5 {
		margin: 0 8px 0 0;
		display: inline;
		color: #c6c6c6;
	}

	#contactForm label.error[for=emailaddr] {
		/* margin-bottom: 36px; */
	}

	#contactForm label.error[for=subject] {
		margin-top: -8px;
		margin-bottom: 16px;
	}

#contactForm div.leftSide,
#contactForm div.rightSide {
	vertical-align: top;
}

#contactForm div.leftSide {
	width: 272px;
	display: inline-block;
	margin-right: 16px;
}

	#contactForm div.leftSide input[type=text] {
		margin: 0 0 0px 0;
		width: 254px;
		padding: 0 8px;
		height: 32px;
	}

	#contactForm div.leftSide label.radio {
		margin: 0 8px 8px 0;
		width: 240px;
		display: inline-block;
		background-color: rgba(255,255,255,0.0625);
		padding-right: 8px;
		height: 16px;
		vertical-align: middle;
		text-align: right;
		cursor: pointer;
		color: #808080;
	}

#contactForm div.rightSide {
	width: 640px;
	display: inline-block;
}
#contactForm div.content { padding-bottom: 0; }
#contactForm div.article { padding-bottom: 48px; }
#contactForm div.banner {
	position: relative;
	margin-top: 48px;
	margin-top: -104px;
	padding-top: 104px;
	height: 192px;
	text-align: right;
	background-image: url('img/captcha_bg.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}
	#contactForm div.banner label {
		font-family: 'GnuolaneRegular', 'Arial Narrow', sans-serif;
		font-size: 23px;
		color: #484848;
		text-transform: uppercase;
		line-height: 100px;
	}

#contactForm label.mailForm.captcha {
	vertical-align: bottom;
	padding-bottom: 12px;
}

#contactForm label.error {
	margin-left: 5px;
	color: red;
	/* display: inline-block; */
	vertical-align: top;
	text-align: left;
	margin-top: 10px;
}

#contactForm textarea {
	width: 622px;
	height: 462px;
	padding: 8px;
	resize: none;
}

#contactForm .button {
	position: absolute;
	right: 48px;
	bottom: 0;
	border: none;
	font-family: 'GnuolaneRegular', 'Arial Narrow', sans-serif;
	font-size: 23px;
	color: #484848;
	text-transform: uppercase;
	display: block;
	width: 128px;
	height: 30px;
	text-align: center;
	padding: 2px 0 0 0;
}

#contactForm .button:hover {
	color: #60a0a0;
}


/* reCaptcha */
#recaptcha_widget_div {
	display: block;
	padding: 10px;
	float: right;
}

#recaptcha_table {
	border: 1px solid #60a0a0 !important;
	margin: 0 !important;
	background-color: #efefef;
}
.recaptchatable .recaptcha_image_cell { background-color: transparent !important; }
.recaptchatable #recaptcha_image { margin-left: 6px !important; }
.recaptchatable #recaptcha_response_field {
	border: 1px solid #60a0a0 !important;
	font-size: 11px !important;
}

.overlayContainer {
	top:100px;
	padding:16px;
	background-color: #242424;
	z-index: 1000;
	position:fixed;
 	-moz-box-shadow: 0 0 12px 1px #000;
	-webkit-box-shadow: 0 0 12px 1px #000;
	box-shadow: 0 0 12px 1px #000;
}

	#slideOverlayContainer .image {
		width:100%;
		height:100%;
		-moz-box-shadow: 0 0 16px 4px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0 0 16px 4px rgba(0,0,0,0.4);
		box-shadow: 0 0 16px 4px rgba(0,0,0,0.4);
	}

#overlayShade {
	z-index:999;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:none;
	background-color:black;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.twitter .tweet {
	padding: 8px 0 8px 58px;
	clear: both;
	min-height: 48px;
	margin-bottom: 8px;
}

	.twitter.content {
		background-image: url("img/text_bg_twitterMore.png");
		background-repeat: repeat;
		/* border-top: 1px dotted #3d4f4d; */
	}

	.mediasection .divider {
		height: 1px;
		margin: 0 16px;
		clear: both;
		position: relative;
	}

		.ribbon_fold + .ribbon  + .divider { /* first occurance of this class */
			display: none;
		}

		.mediasection .divider div {
			position: relative;
			width: 440px;
			border-top: 1px dotted #3d4f4d;
			height: 0;
			margin: 0 16px 0 32px;
			display: block;
			float: left;
		}

			.mediasection .divider div:first-child {}

	.ribbon_fold + .ribbon  + .divider + .twitter.content { /* first occurance of this class */
		background-image: url("img/text_bg.png");
		/* border-top: none; */
	}

	.twitter .tweet:last-child { margin-bottom: 0; }

	.mediasection .twitter .tweet { height: 60px; }

		.mediasection .twitter .tweet .text {
			/*
			max-height: 30px;
			overflow: hidden;
			text-overflow: ellipsis;
			*/
			/* this only works with line wrapping disabled */
		}

	.newsitem.twitter .tweet:first-child {
		padding-top: 4px;
	}

	.twitter .tweet img {
		margin-left: -58px;
		float: left;
		border: 1px solid #808080;
	}

	.twitter .tweet .name { display: block; }

		.newsitem.twitter .tweet .name { display: none; }

	.twitter .tweet .name,
	.twitter .tweet .date {
		color: #808080;
	}

		.newsitem.twitter .tweet .date {
			font-family: 'Lucida Sans Unicode', sans-serif;
			font-size: 11px;
			margin-right: 0;
		}

	.twitter .tweet .text {
		text-align: left;
	}

	.twitter .twitterLink {
		color: #808080;
		text-align: right;
		float: right;
	}

		.twitter .twitterLink a {
			color: #808080;
		}

	.twitter .moreTweets {
		display: block;
		text-align: center;
		cursor: pointer;
		padding: 4px;
	}

#recorderFlashContainer {
	left: -256px !important;
	top: -256px !important;
	position: absolute !important;
	z-index: 0 !important;
	height:0 !important;
	width:0 !important;
}
