@CHARSET "UTF-8";

/* Fonts */

@font-face {
    font-family: 'MuseoSans500';
    src: url('../fonts/MuseoSans_500-webfont.eot');
    src: url('../fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MuseoSans_500-webfont.woff') format('woff'),
         url('../fonts/MuseoSans_500-webfont.ttf') format('truetype'),
         url('../fonts/MuseoSans_500-webfont.svg#MuseoSans500') format('svg');
    font-weight: normal;
    font-style: normal;

}
/******************************************************************************
 * Element Styles
 *****************************************************************************/

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #fff;
}

p, blockquote {
	margin-bottom: 10px;
	line-height: 150%;
}

strong { font-weight: bold; line-height: inherit; font-family: inherit; }
em { font-style: italic; line-height: inherit; font-family: inherit; }
small { font-size: 85%; }
blockquote, cite { font-style: italic }
blockquote {padding: 10px; background: #eee; }

h1, h2, h3, h4, h5, h6 { font-family: "MuseoSans500", Trebuchet, sans-serif;  font-weight: normal; text-transform: uppercase;}
h1 { font-size: 20px; padding: 0 0 10px 0 }
h2 { font-size: 20px; padding: 0 0 15px 0; }
h3 { font-size: 14px; padding: 8px 0 4px 0 }

ol { list-style-type: decimal; }

/* LINK STYLES */

a:link, a:active, a:visited {
	color: #fff;
}

a:link {
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;	cursor: pointer;
}

a:hover {
	color: #ccc;
}

/* Button Styles Inspired by Bootstrap http://twitter.github.com/bootstrap/# */


.btn,
.button,
button,
form.content-form input[type="submit"],
form.content-form input[type="reset"] {
  	display: block;
	font-family: "MuseoSans500", Trebuchet, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	padding: 3px 20px;
	background: -moz-linear-gradient(
		top,
		#474747 0%,
		#202020 50%,
		#000000 50%,
		#000000 65%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#474747),
		color-stop(0.50, #202020),
		color-stop(0.50, #000000),
		color-stop(0.65, #000000),
		to(#000000));
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #707070;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 5px rgba(47,47,47,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 5px rgba(47,47,47,1);
	text-shadow:
		0px -2px 0px rgba(0,0,0,0),
		0px 1px 0px rgba(255,255,255,0);
  text-decoration: none;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  transition: 0.1s linear all;
  cursor: pointer;
}

.btn:hover,
.button:hover,
button:hover,
form.content-form input[type="submit"]:hover,
form.content-form input[type="reset"]:hover {
  color: #ccc;
}

.primary,
button.primary,
form.content-form input[type="submit"].primary,
form.content-form input[type="reset"].primary {
  background-color: #0f0f0f;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff9000), to(#0f0f0f));
  background-image: -moz-linear-gradient(top, #ff9000, #0f0f0f);
  background-image: -ms-linear-gradient(top, #ff9000, #0f0f0f);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9000), color-stop(100%, #0f0f0f));
  background-image: -webkit-linear-gradient(top, #ff9000, #0f0f0f);
  background-image: -o-linear-gradient(top, #ff9000, #0f0f0f);
  background-image: linear-gradient(top, #ff9000, #0f0f0f);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #0f0f0f;
  border-bottom-color: #eb5e00;
}

.btn.primary {
  color: #fff;
}

.btn.primary:hover {
  color: #fff;
}

.btn:active,
.button:active,
form.content-form input[type="submit"]:active,
form.content-form input[type="reset"]:active,
button:active 
{
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.5), 0 2px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.5), 0 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.5), 0 2px 3px rgba(0, 0, 0, 0.5);
}

/* End Button Styles */

a.link-more, a.link-external, 
a.link-email, a.link-back, 
a.link-internal {
	padding-left: 17px;	
	text-decoration: none;
	background: url("../images/link_internal.png") no-repeat left 2px transparent; 
}
a.link-external {
	background-image: url("../images/link_external.png") ; 
}
a.link-email {
	background-image: url("../images/link_email.png") ;
}
a.link-back {
	background-image: url("../images/link_back.png") ;
}

a.file {
	padding-left: 35px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/icons/file_div.png); 
}

a.pdf { background-image: url(../images/icons/file_pdf.png); }
a.jpg { background-image: url(../images/icons/file_jpg.png); }
a.doc { background-image: url(../images/icons/file_doc.png); }
a.txt { background-image: url(../images/icons/file_txt.png); }
a.gif { background-image: url(../images/icons/file_gif.png); }
a.ppt { background-image: url(../images/icons/file_ppt.png); }
a.xls { background-image: url(../images/icons/file_xls.png); }

/******************************************************************************
 * Class Styles
 *****************************************************************************/
 
/* TABLE STYLES */

table.content-table {
	width: 100%;
	background-color: #eee;
}

table.content-table h2 {
	font-size: 14px;
	margin: 5px 0;
}

table.content-table th {
	background-color: #0f0f0f;
	text-align: left;
}

table.content-table th, table.content-table td {
	padding: 4px 6px;
	border-bottom: 2px solid #1b1b1b;
	vertical-align: top;
}

/* FORM STYLES */

form.content-form fieldset {
	background: #eee;
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #ccc;
}

form.content-form fieldset legend {
	padding-left: 5px;
	border: 1px solid #ccc;
	padding: 3px 6px;
}

form.content-form dt {
	float: left;
	width: 150px;
	padding: 3px;
	font-weight: normal;
}

form.content-form dd {
	margin-left: 160px;
	padding-bottom: 10px;
}

form.content-form input[type="text"],
form.content-form input[type="email"], 
form.content-form input[type="url"],
form.content-form textarea,
select {
	padding: 5px;
	border: 1px solid #036;
	color: #666;
	width: 300px;
	margin-bottom: 10px;
	-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; 
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	border-radius: 3px;
}


form.content-form input[type="text"]:focus, 
form.content-form input[type="email"]:focus,
form.content-form input[type="url"]:focus,
form.content-form textarea:focus {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 0 5px #666;
	outline: medium none;
}


form.content-form input[type=text].error:focus,
form.content-form input[type=email].error:focus,
form.content-form input[type="url"].error:focus,
form.content-form textarea.error:focus {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 0 5px #F30 !important;
}


form.content-form input[type="radio"] {
	margin-right: 10px;
}

form.content-form input.small,
form.content-form select.small,
form.content-form textarea.small  {
	width: 100px;
}

form.content-form dd.prepend input {
	border-radius: 0 3px 3px 0;
}

form.content-form dd.prepend span {
	background: #eee;
	padding: 5px 5px 5px 6px;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	border-radius: 3px 0 0 3px;
	color: #036;
	display: block;
	float: left;
	min-width: 16px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	color: #666;
}

input.search {
	margin: 0 10px 0 0 !important;
	float: left;
}

#search input[type=submit] {
	width: 112px;
}

/* DESCRIPTION */

dl {
	margin-bottom: 18px;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin-left: 9px;
}

/* ERROR STYLES */

ul.nn6-messages {
	border: 1px solid #666;
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px;
}

ul.nn6-messages li {
	padding: 3px 0;
	margin-left: 10px;
}

.error,
input:invalid,
textarea:invalid {
	border: 1px solid #F30 !important;
}

/* LYTEBOX */

#lbHoverNav a {
	-webkit-transition: none; 
	-moz-transition: none; 
	-o-transition: none; 
	transition: none;
}

/* JPlayer */

div.js-jp-audio {
	width: 69px !important;
}

div.js-jp-inspector {
	display: none;
}

article.list-item div.js-jp-audio,
article.detail-item div.js-jp-audio {
	/*position: absolute;*/
	top: 120px;
	left: 20px;
}

article.detail-item div.js-jp-audio {
	top: 100px;
	left: 140px;
}

#soundsamples div.js-jp-audio {
	top: 0;
	left: 70px;
}

div.js-jp-interface {
	background: transparent !important;
}

div.js-jp-audio div.js-jp-type-single div.js-jp-interface {
	height: 30px !important;
}

div.js-jp-audio div.js-jp-type-single a.js-jp-play, 
div.js-jp-audio div.js-jp-type-single a.js-jp-pause {
	top: 0 !important;
	left: 0 !important;
}

div.js-jp-audio div.js-jp-type-single a.js-jp-stop {
	top: 0 !important;
	left: 40px !important;
}

div.js-jp-progress,
div.js-jp-duration,
div.js-jp-current-time,
div.js-jp-volume-bar,
a.js-jp-mute,
a.js-jp-unmute {
	display: none !important;
}

div.js-jp-jplayer {
	visibility: hidden;
	position: absolute;
}

a.js-jp-play {
	background: url('../images/player_sprite.png') !important;
}

a.js-jp-play:hover {
	background: url('../images/player_sprite.png') no-repeat -30px 0 !important;
}

a.js-jp-stop {
	background: url('../images/player_sprite.png') no-repeat 0 -60px !important;
}

a.js-jp-stop:hover {
	background: url('../images/player_sprite.png') no-repeat -30px -60px !important;
}

a.js-jp-pause {
	background: url('../images/player_sprite.png') no-repeat 0 -30px !important;
}

a.js-jp-pause:hover {
	background: url('../images/player_sprite.png') no-repeat -30px -30px !important;
}




/* ACCORDION STYLES */

.accordion h3, .accordion p {
	padding: 10px;
	line-height: 16px;
	outline: none;
}

.accordion h3 {
	background: #eee;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	font-family: arial, sans-serif;
}

.accordion span.ui-icon {
	background: url(../images/ui-icon.png) no-repeat 0 0 transparent;;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	width: 20px;
	position: absolute; 
	top: 8px;
	right: 10px;
}

.accordion span.ui-icon-minus {
	background-position: 0 -20px;
}

/* Mosaic */

#highlights .mosaic-block,
#news .mosaic-block {
	float: left;
	position: relative;
	overflow: hidden;
	width: 218px;
	height: 147px;
	background: #fe7316 url(../images/progress.gif) no-repeat center center;
	border: 1px solid #313131;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.article-inner {
	margin: 5px;
	position: relative;
}

.article-inner h2 {
	padding: 0;	
	font-size: 16px;
	color: black;
	width: 85%;
}



#highlights .mosaic-backdrop,
#news .mosaic-backdrop {
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: #111;
}

#highlights.js .mosaic-backdrop,
#news.js .mosaic-backdrop {
	display: none;
}
	
#highlights .mosaic-overlay,
#news .mosaic-overlay {
	display: block;
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fe7316;
}

#highlights.js .mosaic-overlay,
#news.js .mosaic-overlay { 
	display: block;
}

#highlights .mosaic-overlay:hover,
#news .mosaic-overlay:hover {
	cursor: pointer;
}

.article-inner .detaillink {
	position: absolute;
	right: 0;
	top: 5px;
	opacity: 0;
	filter: alpha(opacity=0);
}


	
/*** Custom Animation Styles (You can remove/add any styles below) ***/

#highlights .bar2 .mosaic-overlay,
#news .bar2 .mosaic-overlay {
	bottom: 0;
	height: 45px;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

#highlights.js .bar2 .mosaic-overlay,
#news.js .bar2 .mosaic-overlay {
	bottom: -18px;
}

#highlights .bar2 .mosaic-overlay:hover,
#news .bar2 .mosaic-overlay:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

#highlights .bar2 .mosaic-overlay:hover .detaillink,
#news .bar2 .mosaic-overlay:hover .detaillink {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* NON SEMANTIC HELPER CLASSES (HTML5 Boilerplate) */


/* Hide for both screenreaders and browsers: */
.hidden { 
	display: none; 
	visibility: hidden; 
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden; 
}

.offscreen {
	position: absolute; 
	left: -9999px;
}

.outline-heading {
	display: none;
}

.first {
	margin-left: 0 !important;
}

.last {
	margin-right: 0 !important;
}

.clearfix:before, .clearfix:after {
	content: "\0020"; display: block; height: 0; visibility: hidden;	
}
 
.clearfix:after { 
	clear: both; 
}

.clearfix { 
	zoom: 1; 
}
