/********************/
/* WRAPPER AND WIREFRAME */
/********************/
.ez-content {
	font-family:arial,sans-serif;
	font-size:12px;
	line-height:16px;
	width:auto;
	margin:15px 6px;
	padding: 0 6px;
	text-align:left;
}
.ez-mainContent,
.ez-sideContent {	
	overflow:hidden;
}
.ez-sideContent-right {
	float:right;
	width:300px;
	margin-left: 8px;
	padding-left: 8px;
}
.ez-sideContent-left {
	float:left;
	width: 180px;
	margin-right: 8px;
	padding-right: 8px;
}
.ez-clearingDiv {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
	border:0 !important;
}
/********************/
/* TEXT */
/********************/
a,
.ez-itemMod-item .ez-highlight b {
	text-decoration:none;
	outline-style:none; 
	color: #36C;
}
a:hover {
}
img {
	border:0;
}
p, h1, h2, h3 {
	padding:0;
	margin:0;
}
form, input {
	/* display:inline; */
	padding:0;
	margin:0;
}
ul, ol {
	padding:0;
	margin:0;
	list-style:none;
}
.ez-content h1 {
	font-size:2em;
	line-height:1.3333em;
	margin-bottom:10px;
	font-weight: bold;
}
.ez-content h2 {
	font-size:1.3333em;
	line-height:1.25em;
	margin-bottom:10px;
	font-weight: normal;
}

.ez-content h3 {
	font-size:1.3333em;
	line-height:1.25em;
	margin-bottom:10px;
	font-weight: normal;
}
/********************/
/* GENERIC CLASSES */
/********************/
.ez-left {
	float:left;
	display:inline;
}
.ez-right {
	float:right;
	display:inline;
}
/* columns */
.ez-col  {
	margin: 0 0.5%;
	padding: 0 0.4%;
    overflow:hidden;
}
.ez-col-1 .ez-col {
	width:auto;
}
.ez-col-2 .ez-col {
	float:left;
	width:49%;
}
.ez-col-3 .ez-col {
	float:left;
	width:32%;
}
.ez-col-4 .ez-col {
	float:left;
	width:23.5%;
}
.ez-col-5 .ez-col {
	float:left;
	width:18.4%;
}
.ez-col-6 .ez-col {
    float:left;
    width:15%;
}
.ez-col-27 .ez-col {
    float:left;
    width:1.77%;
}
.ez-col-first {
	clear:left !important;
	margin-left:0;
	padding-left:0;
}
.ez-col-last {
	margin-right: 0;
	padding-right: 0;
}
/* Icons */
.ez-icon {
	background-image: url(../images/icon-sprite.png);
	background-repeat: no-repeat;
	background-color: transparent;
	padding-left: 16px;
}
.ez-date,
.ez-author,
.ez-source {
	background: none;
	padding-left: 0;
}
.ez-Text .ez-icon  {background-position: left 2px;}
.ez-Video .ez-icon {background-position: left -14px;}
.ez-Audio .ez-icon {background-position: left -30px; }
.ez-Image .ez-icon {background-position: left -46px; }
/********************/
/* MODULES */
/********************/
.ez-mod {
	width: auto;
}
.ez-mod p.ez-title {
	font-size:1.3333em;
	line-height:1.375em;
	margin-bottom:0.5em;
}
/* BREADCRUMB */
.ez-breadcrumb {
	margin-bottom:10px;
	font-size:0.9em;
}
.ez-breadcrumb .ez-sep {
	padding:0 5px;
}
.ez-breadcrumb .ez-current-page {
	font-weight:bold;
}
/* SEARCH BOX */
.ez-searchMod-searchBox {
	position: relative;
	left:0;
	background:transparent;
	margin-bottom:15px;
    z-index:1;
	width:75%;
}
.ez-searchMod-searchBox label {
	display:inline;
	padding:0 5px 0 0;
	vertical-align:baseline;
}
.ez-searchMod-searchBox form {
    margin:0;
}
.ez-searchMod-searchBox a.ez-trigger {
	margin-left: 0.5em;
	padding: 4px 0.5em 2px;
	border: 1px solid #9BC;
}
.ez-searchMod-searchBox img.ez-trigger {
	cursor:pointer;
}
/* typeahead and search box should have the same width */
.ez-searchMod-searchBox #ezsearch-string,
.ez-searchMod-searchBox #ezTypeAhead {
    width:300px;
    border:1px solid #336699;
    padding:2px 4px;
    font-size:14px;
    line-height:16px;
}
.ez-searchMod-searchBox #ezsearch-string {
}
.ez-searchMod-searchBox #ezTypeAhead {
    background:#fff;
    position:absolute;
    top:0;
    left: 0;
    display:none;
    height:auto;
    margin:-2px 0 0;
    z-index: 1;
}
.ez-searchMod-searchBox #ezTypeAhead a {
    background: transparent;
    display:block;
    width:100%;
    color:#000;
    text-decoration:none;
    padding:1px 1px;
    cursor:pointer;
}
.ez-searchMod-searchBox #ezTypeAhead a.selected {
    background:#d5e2ff;
}
.ez-searchMod-searchBox #ezTypeAhead a:hover {
	background:#a8a8a8;
}
/* SEARCH SORT/DETAILS/FILTERS */
.ez-search-sort {
	float:left;
	padding-right:15px;
}
.ez-search-sort .ez-label,
.ez-searchMod-filter .ez-label {
	padding-right:5px;
}
.ez-search-sort .ez-sep{
	padding:0 3px;
}
.ez-searchMod-filters a:hover {
	text-decoration:none;
}
.ez-search-details {
	padding-bottom:15px;
	border-bottom:1px solid #e7e7e7;
	margin:15px 0;
}
.ez-search-details b {
}
/* DROPDOWN CONTENT FILTERS */
/* these are media-specific and hopefully aren't needed anymore
#ez-mediaTypes.ez-dropdown {
	display: inline;
	overflow: hidden;
	position: relative;
}
#ez-mediaTypes.ez-dropdown .ez-label {
	float:left;
}
#ez-mediaTypes.ez-dropdown ol {
	position: absolute;
	top: 0; left: 80px;
	z-index: 10;
	background-color: white;
}
#ez-mediaTypes.ez-dropdown .ez-searchMod-filter-item {
	display: none;
	float: left;
	clear: left;
	width: 8em;
	border:1px solid #aaa;
	margin-top:1px;
}
#ez-mediaTypes.ez-dropdown ol:hover .ez-searchMod-filter-item {
	display: block;
}
#ez-mediaTypes.ez-dropdown .ez-searchMod-filter-item a {
	display: block;
	padding:0 2px;
	color:#999;
	width:auto;
	padding: 1px 0.5em 0;
}
#ez-mediaTypes.ez-dropdown .ez-searchMod-filter-item a:hover {
	background-color: #CCC;
	color: #FFF;
}
#ez-mediaTypes.ez-dropdown .ez-trigger {
	display: block;
	border: medium none;
	padding: 0; margin: 0;
	width: auto;
	white-space:nowrap;
}
#ez-mediaTypes.ez-dropdown .ez-trigger a {
	color: #999;
	padding-right: 12px;
	background:url(../images/filter-arrow-closed.png) right center no-repeat;
	width: auto;
}
#ez-mediaTypes.ez-dropdown .ez-trigger a:hover,
#ez-mediaTypes.ez-dropdown .ez-active a:hover {
	background-color: #FFF;
	cursor: default;
	color: #999;
}
#ez-mediaTypes.ez-dropdown ol:hover .ez-trigger a {
	background-image:url(../images/filter-arrow-expanded.png);
}
#ez-mediaTypes.ez-dropdown .ez-selected a,
#ez-mediaTypes.ez-dropdown .ez-selected a:hover {
	background-color: #EEE;
	color: #BCBCBC;
}
*/
/* HORIZONTAL CONTENT FILTERS */
#ez-mediaTypes.ez-horizontal {
	display:block;
	border:0;	
	overflow:visible;
    width: 100%;
	height: 1.5em;
}
#ez-mediaTypes.ez-horizontal .ez-display {
	display:none;
}
#ez-mediaTypes.ez-horizontal .ez-mod-content {
	border:1px solid #232323;
	border-width:1px 0 0 1px;
	float:left;
}
#ez-mediaTypes.ez-horizontal .ez-searchMod-filter-item {
	float:left;
	padding: 6px 0 3px;
	border-right:1px solid #232323;
	background:#494949;
}
#ez-mediaTypes.ez-horizontal a {
	font-size:1.1667em;
	padding:9px 1em 7px;
	color:#fff;
	line-height:1.6667em;
	letter-spacing:0.0111em;
	text-transform:uppercase;
}
#ez-mediaTypes.ez-horizontal a:hover {
	background:#ff5500;
}
#ez-mediaTypes.ez-horizontal .ez-trigger {
}
#ez-mediaTypes.ez-horizontal .ez-active a,
#ez-mediaTypes.ez-horizontal .ez-filter-all.ez-trigger a,
#ez-mediaTypes.ez-horizontal .ez-filter-all.ez-trigger a:hover {
	background:#ff5500;
	font-weight:bold;
	color:#fff;
	font-size:1.1667em;
}
#ez-mediaTypes.ez-horizontal .ez-active a:hover,
#ez-mediaTypes.ez-horizontal .ez-filter-all.ez-trigger a:hover {
	cursor:default;
}
#ez-mediaTypes.ez-horizontal .ez-first {
	padding-left: 0;
}
.ez-searchMod-filters a:hover {
	text-decoration:none;
}
/* DROPDOWN CONTENT FILTERS */
.ez-searchMod-filters .ez-dropdown {
	float:left;
	display:inline;
	position:relative;
	margin-right:30px;
	z-index:10;
}
.ez-searchMod-filters .ez-dropdown .ez-label {
	float:left;
}
.ez-searchMod-filters .ez-dropdown ol {
	position: absolute;
	top:0; 
	left:0;
	z-index:10;
	background:#fff;
}
.ez-searchMod-filters .ez-dropdown .ez-searchMod-filter-item {
	display:none;
	float:left;
	clear:left;
	width: 8em;
	border:1px solid #aaa;
	z-index:10;
	margin-top:1px;
}
.ez-searchMod-filters .ez-dropdown ol:hover .ez-searchMod-filter-item {
	display:block;
}
.ez-searchMod-filters .ez-dropdown .ez-searchMod-filter-item a {
	display:block;
	width:auto;
	color:#999;
	padding:1px 0.5em 0;
	background-color:#fff;
	z-index:10;
}
.ez-searchMod-filters .ez-dropdown .ez-searchMod-filter-item a:hover {
	background-color:#ccc;
	color:#fff;
}
.ez-searchMod-filters .ez-dropdown .ez-trigger {
	display:block;
	border:0;
	padding:0; 
	margin:0 0 1px 0;
	width:auto;
	white-space:nowrap;
	background-color:transparent;
}
.ez-searchMod-filters .ez-dropdown .ez-trigger a {
	background:url(../images/filter-arrow-closed.png) right center no-repeat;
	width:auto;
	padding:0 20px 0 5px;
	color:#999;
}
.ez-searchMod-filters .ez-dropdown .ez-trigger a:hover,
.ez-searchMod-filters .ez-dropdown ol:hover .ez-trigger a {
	background-image:url(../images/filter-arrow-expanded.png);
	cursor:default;
	border-color:#fff;
	background-color:#fff;
	color:#999;
}
.ez-searchMod-filters .ez-dropdown .ez-filter-active {
}
.ez-searchMod-filters .ez-dropdown .ez-filter-active a,
.ez-searchMod-filters .ez-dropdown .ez-filter-active a:hover {
	background-color:#ff5500;
	background-image:url(../images/active-filter-arrow-closed.gif);
}
.ez-searchMod-filters .ez-dropdown .ez-selected a,
.ez-searchMod-filters .ez-dropdown .ez-selected a:hover {
	background-color:#eee;
	color:#bcbcbc;
	cursor:default;
}
/* PAGINATION */
.ez-paginationMod {
	text-align:center;
	position:relative;
}
.ez-paginationMod h2 {
	text-align:left;
	margin-bottom:5px;
	display:none;
}
.ez-paginationMod a,
.ez-paginationMod span {
	padding:0 4px;
}
.ez-paginationMod a {
	border:1px solid #e0e0e0;
	margin:0 2px;
	text-decoration:none;
}
.ez-paginationMod a:hover {
	text-decoration:none;
	background:#249;
	color:#fff;
}
.ez-paginationMod-prev {
	float:left;
	display:inline;
	padding:0;
	border:0;
}
.ez-paginationMod-next {
	float:right;
	display:inline;
	padding:0;
	border:0;
}
.ez-paginationMod-currentPage {
	border:1px solid #000;
	background:#e0e0e0;
}
#ez-pagination-top {
	padding:1px 0;
	margin-bottom:10px;
}
/* SOCIAL LINKS */
.ez-socialLinks {
	float:right;
	display:inline;
}
.ez-socialLinks a {
	float:right;
	height:15px;
	text-transform:uppercase;
	font-size:10px;
	padding:0 2px 0 14px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ccc;
	margin-left:4px;
	color:#aaa !important;
}
.ez-socialLinks a.ez-add {
	background:#fff url(../images/add-icon.gif) 2px center no-repeat;
}
.ez-socialLinks a.ez-rss {
	background:#fff url(../images/rss-icon.gif) 2px center no-repeat;
}
/* RELATED ITEMS */
.ez-sideContent .ez-relatedItems {
	border-top:1px solid #e7e7e7;
	padding-top:15px;
}
.ez-relatedItems ul,
.ez-relatedItems ol {
	list-style:disc;
}
.ez-relatedItems li {
	margin:0 0 5px 15px;
}
.ez-relatedItemsHorizontal {
	margin-bottom:15px;
}
.ez-relatedItemsHorizontal li {
	float:left;
	display:inline;
	margin:0 15px 0 0;
}
.ez-relatedItemsHorizontal .ez-col-first {
	clear:none !important;
}
/********************/
/* COMPONENTS */
/********************/
/* SEARCH ITEMS */
.ez-itemMod {
	position:relative;
	margin-bottom:15px;
    width: 100%;
    overflow:hidden;
}
.ez-itemMod h3.ez-title {
	margin-bottom:10px;
	font-size:1.5em;
	line-height:20px;
	font-weight:normal;
}
.ez-itemMod-item {
	margin-bottom: 2.5em;
}
/* thumbnails */
.ez-itemMod-item .ez-thumbs {
	float:left;
	margin-right:10px;
}
.ez-itemMod-item .ez-thumbs a {
	display:block;
	background:#000;
	text-align:center;
	overflow:hidden;
}
.ez-itemMod-item .ez-thumbs img {
    width: 90px;
    height: auto;
}
/* main text */
.ez-itemMod-item .ez-main {
	overflow:hidden;
}
.ez-itemMod-item .ez-title {
	display:block;
	font-size: 1.1667em;
	margin-bottom: 0.1429em;
	line-height: 1.2857em;
}
.ez-itemMod-item .ez-title span {
	display:none;
}
.ez-itemMod-item .ez-desc {
}
.ez-itemMod-item .ez-desc span {
	display:none;
}
.ez-itemMod-item .ez-meta {}
.ez-itemMod-item .ez-meta .ez-icon { 
	display: inline;
	margin-right: 0.25em;
	padding-right: 0.25em;
}
.ez-itemMod-item .ez-type {}
.ez-itemMod-item .ez-date {}
.ez-itemMod-item .ez-author {}
.ez-itemMod-item .ez-source {}

/* VIDEO/AUDIO items */
.ez-Video .ez-thumbs,
.ez-Audio .ez-thumbs {
	width: 150px;
	height: 100px;
}
.ez-Video .ez-thumbs a,
.ez-Video .ez-thumbs img,
.ez-Audio .ez-thumbs a,
.ez-Audio .ez-thumbs img {
	height:90px;
}
.ez-Video .ez-thumbs a,
.ez-Audio .ez-thumbs a {
	width: 100%;
	text-align: center;
}
.ez-Video .ez-thumbs img,
.ez-Audio .ez-thumbs img {
	margin: 0 auto;
	width: auto;
}
/* generic snippets */
.ez-Video .ez-timestamps {
	height:1.3333em;
}
.ez-itemMod-item .ez-snippets .ez-timestampTerm {
	font-weight:bold;
}
/* snippet indicators */
.ez-snippetThumbIndicators {
	margin:2px 0 0 0;
	float:left;
}
.ez-snippetThumbIndicators .ez-primaryThumbIndicator,
.ez-snippetThumbIndicators .ez-snippetThumbIndicator {
    float:left;
    width:12px;
    height:8px;
    background:#cadfdc;
    margin:0 2px 0 0;
	overflow:hidden;
	cursor:pointer;
}
.ez-snippetThumbIndicators .ez-active {
    background:#91b1c6;
}
.ez-itemMod-item .ez-timelinestamp {
	z-index:2;
	position:relative;
}
.ez-itemMod-item .ez-highlight {
	border:1px solid #aaa;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:1px 10px 0;
	background:#fff url(../images/snippet-text-bg.png) left bottom repeat-x;
    height: 100%;
}
.ez-itemMod-item .ez-highlight b {
	cursor:pointer;
}
/* sticky snippets */
.ez-item-sticky-snippets .ez-primaryThumbIndicator {
	background:#c97d24;
}
.ez-item-sticky-snippets .ez-highlight {
	margin-top:6px;
}
.ez-item-sticky-snippets .ez-timelinestamp {
	padding-bottom:7px;
}
.ez-item-sticky-snippets .ez-timestamps .ez-active {
	background:url(../images/sticky-snippet-arrow.gif) center 15px no-repeat;
}
.ez-item-sticky-snippets .ez-highlights .ez-inactive {
	filter:alpha(opacity=40);
    opacity:0.4;
    -moz-opacity:0.4;
    height: 100%;
}
/* dynamic snippets */
.ez-item-dynamic-snippets .ez-desc {
	height: 2.6667em;
	overflow:hidden;
}
.ez-item-dynamic-snippets .ez-snippets {
	position:relative;
	width:100%;
	margin-top: 9px;
}
.ez-item-dynamic-snippets .ez-timelinestamp {
	padding-top:6px;
}
.ez-item-dynamic-snippets .ez-timestamps .ez-active {
	background:url(../images/dynamic-snippet-arrow.gif) center 1px no-repeat;
}
.ez-item-dynamic-snippets .ez-highlight {
	position:absolute;
	bottom:19px;
	height:2.6667em;
	width: auto;
	overflow:hidden;
	left:0;
	right:0;
}
/* related videos */
.ez-relatedVideos .ez-col {
	position:relative;
	overflow:hidden;
}
.ez-relatedVideos .ez-itemMod-item .ez-thumbs {
	float:none;
	margin:0 0 5px 0;
	overflow:hidden;
	width:100%;
	height: 90px;
	background: #000;
}
.ez-relatedVideos .ez-itemMod-item .ez-main {
	position: relative;
	overflow: visible;
}
.ez-relatedVideos .ez-itemMod-item .ez-desc {
	display: none;
	position:absolute;
	left:0;
	top: -95px;
	padding:57px 5px 5px;
	overflow:hidden;
	height:28px;
	text-align:left;
	background:#6b6b6b url(../images/item-play-overlay.png) center 10px no-repeat;
	color:#fff;
	cursor:pointer;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.ez-relatedVideos .ez-itemMod-item:hover .ez-desc {
	display:block;
}
.ez-relatedVideos .ez-itemMod-item .ez-title {
	height: 2.5714em;
	margin-bottom: 3px;
	overflow:hidden;
}
.ez-relatedVideos .ez-itemMod-item .ez-title a {
	display:block;
}
.ez-itemMod a.ez-more {
	position:absolute;
	right:0;
}
.ez-viewAll-results {
	top:4px;
}
.ez-viewMore-results {
	bottom:4px;
}
/* MEDIA DETAILS */
.ez-media-details {
	background:#e4edfa;
	padding:10px;
	margin:2px 0 20px 0;
	color:#000;
}
.ez-media-details .ez-details {
}
.ez-media-details .ez-details p {
	font-weight: bold;
	margin-bottom: 0.1667em;
}
.ez-media-details .ez-details .ez-sep {
	display:none;
	margin:0 0.3333em;
}
.ez-media-details .ez-details .ez-label {
	float: left;
	clear: left;
	font-weight: normal;
	margin: 0 0.3333em 0 0;
}
.ez-media-details .ez-details .ez-title {
}
.ez-media-details .ez-details .ez-date {
}
.ez-media-details .ez-details .ez-desc {
}
.ez-clip-details b {
	color:#000;
}
.ez-clip-details .ez-date {
	float:none;
	display:block;
	margin-bottom:10px;
}
.ez-clip-details .ez-full-video {
}
/* TRANSCRIPT */
.ez-transcriptMod {
	margin-top:10px;
}
.ez-transcript-btn {
	float:left;
	border:1px solid #666;
	border-top-color:#ccc;
	border-left-color:#ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#f5f5f5;
	margin-right:5px;
	text-decoration:none;
	font-size:14px;
	line-height:10px;
	width:12px;
	height:12px;
	text-align:center;
	font-family:arial,sans-serif;
	color:#111 !important;
}
.ez-transcript-btn:hover {
	text-decoration:none !important;
}
.ez-transcript-header {
	text-transform:uppercase;
	font-weight:bold;
}
.ez-transcript-header span {
	text-transform:none;
	font-weight:normal;
}
.ez-transcript-text {
    height:auto;
    max-height:360px;
    height:360px;
    overflow-y:auto;
	margin-top:5px;
}
.ez-transcript-text.ez-clipped {
	height:15px;
    overflow:hidden;
}
.ez-transcript-text p {
	margin-bottom:10px;
}
/* LIST */
.ez-listMod .ez-listMod-item {
    line-height: 1.4545em;
}
.ez-listMod .ez-listMod-folder {
    clear: left;
    padding-top: 1em;
    font-weight: bold;
    width: 100%;
    margin-left:1%;
    padding-left:1%;
}
.ez-listMod .ez-listMod-page {
    font-weight: normal;
}
.ez-listMod .ez-listMod-folder ul {
    padding: 0 1%;
}
.ez-listMod.ez-letter-index {
	margin-bottom:15px;
}
.ez-listMod.ez-letter-index li.ez-listMod-item {
	border:1px solid #aaa;
	text-align:center;
	margin:0 0.5% 4px 0;
	padding:0;
	width:auto;
    color: #999;
}
.ez-listMod.ez-letter-index li a,
.ez-listMod.ez-letter-index li span {
	padding:0 0.4em;
	display:block;
}
.ez-listMod.ez-letter-index li.ez-active {
    font-weight: bold;
    background: #ccc;
    color: #000;
}
.ez-listMod.ez-letter-index li.ez-col-last {
	width:auto;
	margin-right:0;
}
.ez-listMod.ez-letter-results {
}
/* ADS */
/********************/

/* TWITTER */
/********************/
.ez-feedMod-twitter .ez-tweet {
    margin:0 0 5px 0;
    cursor:pointer;
	border-bottom:1px dashed #333;
}
.ez-feedMod-twitter .ez-top {
	display:none;
}
.ez-feedMod-twitter .ez-bottom {
	display:none;
}
.ez-feedMod-twitter .ez-content {
    margin:0;
    padding:5px 0;
    min-height:0;
}
.ez-feedMod-twitter .ez-tweetText {
	font-weight:bold;
}
.ez-feedMod-twitter .ez-date {
}
/* TEMPLATES */
/********************/
.ez-search-page .ez-error p {
	margin-bottom: 1em;
	font-size: 1.1667em;
}
.ez-search-page .ez-error ul {
	padding-left: 0.5em;
}
.ez-search-page .ez-error li {
	margin-bottom: 0.25em;
}


/********************/
/* PROJECT SPECIFIC STYLES */
/********************/

/********************/
/* STYLE OVERRIDES */
/********************/
.ez-hidden {
	display:none;
}
.ez-noborder {
	border:0;
}
.ez-inactive {
    filter:alpha(opacity=40);
    -moz-opacity:.40;
    opacity:.40;
    height: 100%;
}

