/*
* Artistech Media has made the contents of this file
* available under a CC-GNU-GPL license:
*
* http://creativecommons.org/licenses/GPL/2.0/
*
* A copy of the full license can be found as part of this
* distribution in the file LICENSE.TXT.
* 
* You may use dig.ccMixter software in accordance with the
* terms of that license. You agree that you are solely 
* responsible for your use of dig.ccMixter software and you
* represent and warrant to Artistech Media that your use
* of dig.ccMixter software will comply with the CC-GNU-GPL.
*
* $Id: site.css 111 2010-03-25 18:32:35Z mgee2005 $
*
*/

/* CSS Framework Import */
@import url("framework/core.css");
@import url("framework/plugins/helpers.css");

/*Site specific styles and structure begin here*/

body {
	background: #FFF url(../images/bg.jpg) top left repeat-x;
	margin: 0;
	font-size: .85em;
	font-family: "Helvetica", "Arial", sans-serif;
}
a {
	color: #3399CC;
}
h2, h3, #results-title {
	color: #3399CC;
}
#results-title {
    font-size: 2.0em;
    margin-top: 0.75em;
}
h3.subheading {
	margin-left: -.25em;
	margin-top: -1.25em;
	color: #777;
}
.clearer {
	clear: both;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.button-link {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #CCC;
	border: 1px solid #BBB;
	color: #333;
	padding: 0 .5em;
}
.round {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.round-top {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;	
	border-radius: 4px;
}
.round-bottom {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;	
	border-radius: 4px;
}
.warning {
	color: red;
}
.nowrap {
	white-space: nowrap;
}
.remove {
	display: block;
	float: left;
	width: 13px;
	height: 1.7em;
	margin-left: .25em;
	background: transparent url(../images/remove.png) center center no-repeat;
}
.remove span {
	display: none;
}


/** ------------------------------
    LAYOUT
    ------------------------------ */
.block {
	float: left;
	margin-left: 20px;
	width: 212px;
}
.wider {
	width: 445px;
}
.widest {
	width: 678px;
}
.first {
	margin-left: 0;
}


/** ------------------------------
    HEADER
    ------------------------------ */
#header {
	background: transparent url(../images/logo.png) left 20px no-repeat;
	height: 75px;
}
#header h1 {
	display: none;
}

/** ------------------------------
    NAV
    ------------------------------ */
#nav {
	background-color: #AAB0B6;
}
#nav ul {
	margin: 0;
}
#nav li {
	list-style: none;
	float: left;
}
#nav li a {
	display: block;
	padding: .5em 1em .25em 1em;
	color: #444;
	background-color: #B9BFC6;
	border-right: 1px solid #AAB0B6;
	text-decoration: none;
}
#nav li a.current {
	color: #FFF;
	background-color: #3399CC;
	border-right: none;
}
#nav li a:hover {
	background-color: #CBD2DA;
}
#nav li a.current:hover {
	background-color: #3399CC;
}


/** ------------------------------
    CONTENT
    ------------------------------ */
#content {
	background-color: #FFF;
	margin-bottom: 3em;
}
.page {
	float: left;
	width: 600px;
	height: 100%;
	margin-right: 10px;
	padding: 20px;
}
.full {
	width: 910px;
	margin: 0;
}


/** ------------------------------
    HOME
    ------------------------------ */
.home-heading {
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	padding-bottom: 0;
}
.home-description, .home-about, .help {
	padding-bottom: 0;
	background: transparent url('../images/column-bg.jpg') left top repeat-x;
}
.dig-entry {
	text-align: center;
	background-color: #D7D7D8;
	color: #464242;
	font-size: 1.25em;
	text-align: left;
	margin: .5em 0;
}
#entry-label {
	float: left;
	height: 31px;
	margin: 3px 10px;
	width: 100px;
}
.entry-input-container {
	float: left; 
	width: 244px;
	height: 34px;
	background-color: #FFF;
	margin: 3px 0 0 0;
}
.entry-button-container {
	position: relative;
	overflow: hidden;
	height: 40px;
}
.dig-entry #q {
	width: 231px;
	margin: 0;
	height: 26px;
	background-color: transparent;
	border: none;
	font-size: 1em;
	padding: 4px 6px;
}
#entry-search {
	position: absolute;
	overflow: hidden;
	width: 81px;
	border: 0;
	cursor: pointer;
	padding: 0;
	background-color: transparent;
}
#entry-search:hover {
	top: -40px;
}
#entry-search:active {
	top: -40px;
}
.badge-container {
	margin-top: 3.25em;
	background-color: #FFF;
}
.badge {
	padding: 10px;
}


/** ------------------------------
    ABOUT
    ------------------------------ */
.about-badge-container {
	margin-top: 0;
}
.about-badge-container .block {
	width: 192px;
	padding: 10px;
}
.home-about {
	border-bottom: 1px solid #CCC;
}
.help {
	text-align: center;
}
.help .video-container {
	margin: 0 auto;
	width: 500px;
	background-color: #FFF;
	padding: 10px;
}
.credits ul {
	margin: 0;
}
.credits li {
	list-style: none;
}

/** ------------------------------
    FOOTER
    ------------------------------ */
#footer {
	border-top: 1px solid #E9EAEB;
	padding: 0 20px;
	font-size: .85em;
	color: #777;
}
#footer h4 {
	margin: 2em 0 1em 0;
	font-size: 1em;
	font-weight: bold;
	color: #444;
}
#footer ul {
	margin: 0 0 1em 0;
}
#footer li {
	list-style: none;
}
.footer-column {
	float: left;
	width: 135px;
	padding: 0 10px;
}
.first-footer-column {
	padding-left: 0;
}
.last-footer-column {
	padding-right: 0;
}
p.site-license {
	margin-top: 2em;
	padding-bottom: 1em;
	vertical-align: middle; /* was 'center' */
}
.site-license img {
	vertical-align: text-bottom;
}


/** ------------------------------
    SEARCH UTILITY / RESULTS
    ------------------------------ */
.dig-heading {
	margin-top: .25em;
}
.search-utility {
	background-color: #FFF;
}
.search-utility {
	margin: 0 0 .5em 0;
}
.advanced-search-utility {
	margin: 0 0 .5em 0;
}

.advanced-search-utility {
	display: none;
}
.search-input-container {
	float: left; 
	width: 458px;
	height: 40px;
	background: transparent url(../images/search-input-bg.png) top left no-repeat;
}
#dig-query {
	width: 446px;
	margin: 3px 0 0 0;
	height: 26px;
	background-color: transparent;
	vertical-align: middle;
	border: 0;
	padding: 4px 6px;
	font-size: 1.25em;
}
.search-select-container {
	float: left;
	width: 371px;
	height: 40px;
	margin: 0;
	background: transparent url(../images/search-select-bg.png) top left repeat-x;
}

div.checklist {
}

ul.checklist {
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 90%;
}

ul.checklist label {
    font-size: 11px;
}

.search-select-container select {
	width: 176px;
	height: 22px;
	font-size: 11px;
	margin: 9px 3px;
}
.search-button-container {
	position: relative;
	overflow: hidden;
	height: 40px;
}
#search {
	position: absolute;
	overflow: hidden;
	width: 81px;
	border: 0;
	cursor: pointer;
}
#search:hover {
	top: -40px;
}
#search:active {
	top: -40px;
}
.advanced-search-utility {
	width: 904px;
	background-color: #D7D7D8;
	padding: 3px;
	color: #464242;
}
.advanced-search-utility input, .advanced-search-utility label {
	font-size: 1.25em;
}
.advanced-search-utility label, .advanced-search-utility input, .advanced-search-utility select {
	vertical-align: middle;
}
.advanced-search-utility label {
	font-weight: normal;
	padding: 0 10px;
}
.advanced-search-utility input {
	margin: 0;
	padding: 6px;
	background-color: #FFF;
	border: none;
}
.advanced-search-utility select {
	vertical-align: middle;
}
.advanced-search-row {
	position: relative;
	margin: 0 0 3px 0;
}
.advanced-search-row-last {
	padding-top: .25em;
	margin-bottom: 0;
}
#advanced-dig-query {
	width: 892px;
    display: none;

}
#dig-limit {
	width: 50px;
}
#advanced-search-start, #advanced-search-end {
	color: #AAA;
	width: 120px;
}
#dig-sort, #dig-ord {
	width: 120px;
}
#advanced-dig-lic {
	width: 150px;
}
.clear-button-container {
	float: left;
	position: relative;
}
#tags-label, #tags-container {
	float: left;
	line-height: 24px;
	vertical-align: middle;
}
#tags-label {
	width: 40px;
}
#tags-container {
	color: #3399CC;
	margin-right: 12px;
	max-width: 770px;
}
#tags-container .tag {
	float: left;
	padding: 0 .5em;
	background-color: #EEE;
	margin-right: .25em;
	margin-bottom: .25em;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#tags-container .tag_name {
	display: block;
	float: left;
}
#clear {
	display: none;
	float: left;
	position: absolute;
	overflow: hidden;
	width: 40px;
	border: 0;
	cursor: pointer;
	padding: .125em .5em;
	background-color: #777;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#clear:hover {
	background-color: #888;
}

.tag-select-label {
	display: block;
	padding: 0;
}
.tag-select-container {
	float: left;
	width: 294px;
	margin-right: 10px;
}
.tag-select {
	margin-top: .25em;
	background-color: #FFF;
	padding: 0 .5em;
/*	overflow: auto; */
}
.tag-select select {
	width: 100%;
	border: 0;
}
.tag-select-container-last, .tag-select-label-last {
	margin-left: 1px;
	margin-right: 0;
}
.advanced-search-button-container {
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 34px;
}
#advanced-search {
	position: absolute;
	overflow: hidden;
	width: 100px;
	border: 0;
	cursor: pointer;
	padding: 0;
	background-color: transparent;
}
#advanced-search:hover {
	top: -34px;
}
#advanced-search:active {
	top: -68px;
}
.advanced {
	font-size: .85em;
}
.basic-search-link {
	display: none;
}
#didumean {
	margin: 1em 0 0 0;
}
#didumean a {
	font-style: oblique;
}
#loading {
	margin-top: 2em;
	text-align: center;
}
#loading img {
	margin: 0 auto;
}
#results {
	padding: 1em 0;
}
#results h3 {
	color: #6B6C6E;
	text-align: right;
	font-size: 1.25em;
	margin: 0 0 .5em 0;
}
.result {
	padding: 12px;
	overflow: hidden;
	position: relative;;
}
.odd-result {
	background-color: #EEEFF0;
}
.avatar-container {
	float: left;
	margin-right: 6px;
}
.avatar-image {
	width: 75px;
	height: 75px;
	background-color: #CCC;
	background-position: center center;
	background-repeat: no-repeat;
	border: 0;
}
.podcast-meta {
	font-size: .85em;
}
.result h4 {
	white-space: nowrap;
	font-size: 1.25em;
	margin: 0 0 0 40px;
	color: #636466;
}
#podcasts h4 {
	margin: 0;
}
.result a {
	text-decoration: none;
}
.result a:hover {
	text-decoration: underline;
}
.result h4 a {
	color: #3399CC;
}
.result-creator {
	font-size: .75em;
}
.podcast-data-container {
	margin-left: 81px;
}
#featured .result-creator, .podcast-data-container .result-creator {
	font-size: 1em;
}
#podcasts .result-creator {
	color: #3399CC;
	padding-left: 0;
}
#podcastspage .result-creator {
	color: #3399CC;
	font-size: 1em;
}
.result-actions {
	float: left;
	margin: 0;
}
.result-actions li {
	position: relative;
	list-style: none;
	display: inline;
}
.download-link {
	background-image: url(../images/download-button.png);
	background-repeat: no-repeat;
}
.info-link {
	background-image: url(../images/info-button.png);
	background-repeat: no-repeat;
}
.download-link span, .info-link span {
	display: none;
}
a.download-link, a.info-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	width: 14px;
	height: 14px;
	margin: 3px 0 3px 0;
	background-position: 0 0;
}
a.info-link {
	left: 20px;
}
a:hover.download-link, a:hover.info-link {
	background-position: 0 -14px;
}
a:active.download-link, a:active.info-link {
	background-position: 0 -28px;
}
a.ymp-btn-page-play em.ymp-skin, a.ymp-btn-page-pause em.ymp-skin {
	top: 0 !important;
	margin: 2px 0 !important;
}
.result-actions, .license, .license-details, .note {
	font-size: .85em;
}
.license {
	display: inline;
	margin-left: 6px;
	color: #555;
}
.license a {
	color: #555;
}
.result h4 .result-creator a, .license-details a,
.result-info h6, .result-info h6 a, .length, .embed-snippet label {
	color: #6B6C6E;
}
.license a {
	font-weight: bold;
}
.license img {
	vertical-align: text-bottom;
}
.license-details {
	display: none;
	margin-left: 60px;
}
.info-header {
	padding-left: 105px;
	background: transparent url(../images/avatar.png) top left no-repeat;
	margin-bottom: 1em;
}
.result-info {
	display: none;
}
.result-info h5 a, .result-info h6 a, .result-info h5 a, .meta a {
	text-decoration: none;
}
.result-info h5 a:hover, .result-info h6 a:hover, .meta a:hover {
	text-decoration: underline;
}
.result-info h5 {
	font-size: 1.5em;
	font-weight: normal;
	color: #3399CC;
	margin: 0;
}
.result-info h6 {
	font-weight: normal;
	margin: 0 0 .5em 0;
}
.result-info h6 a {
	font-weight: bold;
}
.item-description {
	height: 125px;
	overflow: auto;
	padding-right: .25em;
}
.meta {
	margin: 0;
	font-size: .85em;
}
.meta li {
	list-style: none;
	display: inline;
	padding-right: 1em;
}
.tags, .length {
	font-size: .85em;
}
.tags {
	margin: 2em 0 .5em 0;
	text-align: right;
}
.tags li {
	float: right;
	list-style: none;
	padding-bottom: .5em;
}
.tags li a {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #3A87BA;
	margin-left: .5em;
	color: #FFF;
	background-color: #3399CC;
	padding: 0 .5em;
	text-decoration: none;
}
.tags li a:hover {
	text-decoration: underline;
}

.result-info .license {
	display: block;
}
.modal-nav-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 1.15em;
	background-color: #3399CC;
	color: #222;
}
.modal-nav-container a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
.modal-nav-container a:hover {
	text-decoration: underline;
}
.next-link-container, .result-info .license {
	text-align: right;
}
.prev-link-container {
	width: 15%;
}
.next-link-container {
	width: 85%;
}
.prev-link-container {
	float: left;
}
.next-link-container {
	float: right;
}
.pagination {
	margin: 1em 0;
	text-align: center;
}
.pagination ul {
	margin: 0 auto;
}
.pagination ul li {
	list-style: none;
	display: inline;
}
.pagination a {
	border: 1px solid #E1E2E5;
	padding: .5em;
	margin: 0 1px;
	color: #444;
	text-decoration: none;
}
.pagination a.current {
	color: #E1E2E5;
	cursor: default;
}
.pagination a:hover {
	border: 1px solid #3399CC;
	color: #000;
}
.pagination a.current:hover {
	color: #E1E2E5;
	border: 1px solid #E1E2E5;
}
.download-list-container {
	overflow: auto;
	height: 140px;
}
ol.download-list {
	margin-left: 2em;
}
.embed-snippet label {
	margin-right: 1em;
	vertical-align: middle;
}
.embed-snippet textarea {
	height: 1em;
	width: 585px;
	vertical-align: middle;
	padding: 5px 0;
	resize: none;
	overflow: hidden;
}
p.other_project_files {
    margin: 6px 0px 3px 3px;    
}
.attribution-snippet {
	height: 1em;
	width: 675px;
	padding: 5px 0;
	resize: none;
	overflow: hidden;
}
/** ------------------------------
    FEATURED
    ------------------------------ */
#featured #results h3 {
	text-align: left;
}
#edpicks, #popchart, #podcasts {
	margin-bottom: 2em;
}
#edpicks .result-creator, #popchart .result-creator {
	margin-left: 60px;
}


/** ------------------------------
    YMP CUSTOMIZATION
    ------------------------------ */
.ymp-skin {
	background-image: url(../images/ymp-ui.png) !important;
	background-repeat: no-repeat;
}
#ymp-tray ul li a.playing {
	background-color: #3399CC !important;
	color: #FFF;
}


/** ------------------------------
    MODAL
    ------------------------------ */
#basic-modal-content {
	display: none;
}
#simplemodal-overlay {
	background-color: #000;
	cursor: wait;
}
#simplemodal-container {
	height: 425px;
	width: 700px;
	background: #FFF url(../images/modal-bg.png) left bottom repeat-x;
	border: 4px solid #D7D7D8;
	padding: 12px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#simplemodal-container code {
	background: #141414;
	border-left: 3px solid #65B43D;
	display:block;
	margin-bottom: 12px;
	padding: 4px 6px 6px;
}
#simplemodal-container a.modalCloseImg {
	background: url(../images/x.png) no-repeat; 
	width: 25px; 
	height: 29px; 
	display: inline; 
	z-index: 3200; 
	position: absolute; 
	top: -10px; 
	right: -11px; 
	cursor: pointer;
}

.attribution-help p {
}

.attribution-example {
	margin-left: 50px;
	line-height: 1.35em;
    font-family: serif;
}

.attribution-snippet-fmt {
    font-size: small;
    background-color: white;
    padding: 6px;
}


/** ------------------------------
    SLIDEBOX
    ------------------------------ */
.slidebox {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.slidebox .item {
	overflow: hidden;
	text-align: left;
}

/** ------------------------------
    DEBUG
    ------------------------------ */
#debug {
	display: none;
}

/** ------------------------------
    SAFARI HACK. CAN YOU BELIEVE THAT WE STILL NEED TO USE HACKS???  :/
    ------------------------------ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	a.ymp-btn-page-play em.ymp-skin, a.ymp-btn-page-pause em.ymp-skin {
		top: 15% !important;
		margin: 0 !important;
	}
}

