/* $Id$ */

/**
* @file
* art21 STYLES
*
* In this stylesheet, we have included all of the classes and IDs from this
* theme's tpl.php files. We have also included many of the useful Drupal core
* styles to make it easier for theme developers to see them.
*
* Many of these styles are over-riding Drupal's core stylesheets, so if you
* remove a declaration from here, the styles may still not be what you want
* since Drupal's core stylesheets are still styling the element. See the
* drupal6-reference.css file for a list of all Drupal 5.x core styles.
*
* In addition to the style declarations in this file, other Drupal styles that
* you might want to override or augment are those for:
*
*   Book Navigation  See line 74  of art21's drupal6-reference.css file
*   Forum            See line 197 of art21's drupal6-reference.css file
*   Menus            See line 667 of art21's drupal6-reference.css file
*   News Aggregator  See line 20  of art21's drupal6-reference.css file
*   Polls            See line 287 of art21's drupal6-reference.css file
*   Search           See line 320 of art21's drupal6-reference.css file
*   User Profiles    See line 945 of art21's drupal6-reference.css file
*/

/** body **/

body {
	margin: 0;
	padding: 0;
	background: #7f2121 url(img/bg.gif) repeat-x scroll left 54px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #444;
}

/** header **/

#header {
	height: 96px;
	overflow: hidden;
	position: relative;
}

#logo-title
/* Wrapper for logo, website name, and slogan */ {
	float: left;
}

#logo
/* Wrapper for logo */ {
	margin: 0 10px 0 -28px;
	padding: 0;
	position: absolute;
	bottom: -5px;
}

#logo img {
	margin-left: 4px;
}

.donate {
	position: absolute;
	top: 4px;
	right: 296px;
	width: 83px;
	height: 26px;
}

.donate a {
	display: block;
	background: url(img/button_donate.gif);
	height: 26px;
	width: 83px;
}

/** main (container for everything else) **/

#main {
	background-color: white;
	clear: both;
}

.sidebar-right #main-inner-inner,
.two-sidebars #main-inner-inner {
	background: url(img/bg_sidebar_right.png) top right repeat-y;
}

.help
/* Help text on a page */ {
	margin: 1em 0;
}

.more-help-link
/* Link to more help */ {
	font-size: 0.85em;
	text-align: right;
}

.pager
/* A list of page numbers when more than 1 page of content is available */ {
	clear: both;
	margin: 1em 0;
	text-align: center;
}

.pager a, .pager strong.pager-current {
	padding: 0.5em;
}

.feed-icons
/* The links to the RSS or Atom feeds for the current list of content */ {
	margin: 1em 0;
}

h1.title {
	margin-bottom: 0;
}

.breadcrumb {
	padding: 0;
	margin-bottom: 15px;
	font-size: .8em;
}

.breadcrumb a {
	color: #000;
}

#edit-search-theme-form-1-wrapper label
/* Label that says "Search this site:" */ {
	display: none;
}

#block-menu-menu-header {
	position: absolute;
	right: 0;
	bottom: 0;
}

#block-menu-menu-header ul.menu,
#block-menu-menu-header ul.menu li,
#block-menu-secondary-links ul.menu,
#block-menu-secondary-links ul.menu li,
.social-buttons ul.menu, 
.social-buttons ul.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#block-menu-menu-header ul.menu li {
	float: left;
}

#block-menu-menu-header ul.menu li a {
	background: url(img/sprite_nav.gif) 0 0;
	display: block;
	height: 41px;
	margin-right: 4px;
}

#block-menu-menu-header ul.menu li.films a {
	background-position: 0 0;
	width: 84px;
}

#block-menu-menu-header ul.menu li.films a:hover,
#block-menu-menu-header ul.menu li.films a.active,
#block-menu-menu-header ul.menu li.films.active-trail a {
	background-position: 0 -41px;
}

#block-menu-menu-header ul.menu li.artists a {
	background-position: -84px 0;
	width: 97px;
}

#block-menu-menu-header ul.menu li.artists a:hover,
#block-menu-menu-header ul.menu li.artists a.active,
#block-menu-menu-header ul.menu li.artists.active-trail a {
	background-position: -84px -41px;
}

#block-menu-menu-header ul.menu li.about a {
	background-position: -278px 0;
	width: 89px;
	margin-right: 0;
}

#block-menu-menu-header ul.menu li.about a:hover,
#block-menu-menu-header ul.menu li.about a.active,
#block-menu-menu-header ul.menu li.about.active-trail a,
.art21-book-toc-2597 #block-menu-menu-header ul.menu li.about a {
	background-position: -278px -41px;
}

#block-menu-menu-header ul.menu li.watchnow a {
	background-position: -367px 0;
	width: 119px;
}

#block-menu-menu-header ul.menu li.watchnow a:hover,
#block-menu-menu-header ul.menu li.watchnow a.active,
#block-menu-menu-header ul.menu li.watchnow.active-trail a {
	background-position: -367px -41px;
}

#block-menu-menu-header ul.menu li.learn a {
	background-position: -181px 0;
	width: 97px;
}

#block-menu-menu-header ul.menu li.learn a:hover,
#block-menu-menu-header ul.menu li.learn a.active,
#block-menu-menu-header ul.menu li.learn.active-trail a,
.art21-book-toc-2691 #block-menu-menu-header ul.menu li.learn a {
	background-position: -181px -41px;
}

#block-menu-secondary-links {
	position: absolute;
	right: 0;
	top: 14px;
	height: 20px;
	margin: 0;
	padding: 0;
}

#block-menu-secondary-links ul.menu li {
	float: left;
}

#block-menu-secondary-links ul.menu li a {
	background: url(img/sprite_sec_nav.gif) 0 0;
	display: block;
	height: 20px;
	width: 101px;
}

/*#block-menu-secondary-links ul.menu li.blog a {
	background-position: 0 0;
	width: 36px;
}*/

#block-menu-secondary-links ul.menu li.shop a {
	background-position: 0 0;
	margin-right: 3px;
}

#block-menu-secondary-links ul.menu li.tvschedules a {
	background-position: -106px 0;
}

/*#block-menu-secondary-links ul.menu li.pbs a {
	background-position: -153px 0;
	width: 37px;
}*/

.social-buttons {
	height: 20px;
	margin: 0;
	width: 120px;
}

#footer-inner .social-buttons {
	float: right;
	clear: both;
}

#header .social-buttons {
	position: absolute;
	left: 10px;
	bottom: 45px;
}

.social-buttons ul.menu {
	padding: 0;
}

.social-buttons ul.menu li {
	float: left;
	width: auto;
}


#block-menu-secondary-links ul.menu li.facebook a,
#block-menu-secondary-links ul.menu li.twitter a,
#block-menu-secondary-links ul.menu li.instagram a,
#block-menu-secondary-links ul.menu li.tumblr a,
#block-menu-secondary-links ul.menu li.newsletter a,
.social-buttons ul.menu li a {
	background: url(img/buttons_social_header.png) 0 0; 
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
	width: auto;
	text-decoration: none;
	width: 20px;
	margin: 0 4px 0 0;
}

#block-menu-secondary-links ul.menu li.newsletter a {
	margin-right: 12px;
}

#block-menu-secondary-links ul.menu li.facebook a,
.social-buttons ul.menu li.facebook a {
	background-position: 0 0;
	width: 20px
}

#block-menu-secondary-links ul.menu li.facebook a:hover,
#block-menu-secondary-links ul.menu li.facebook a:active,
.social-buttons ul.menu li.facebook a:hover,
.social-buttons ul.menu li.facebook a.active {
	background-position: 0 -20px;
}

#block-menu-secondary-links ul.menu li.twitter a,
.social-buttons ul.menu li.twitter a {
	background-position: -24px 0;
}

#block-menu-secondary-links ul.menu li.twitter a:hover,
#block-menu-secondary-links ul.menu li.twitter a:active,
.social-buttons ul.menu li.twitter a:hover,
.social-buttons ul.menu li.twitter a.active {
	background-position: -24px -20px;
}

#block-menu-secondary-links ul.menu li.instagram a,
.social-buttons ul.menu li.instagram a {
	background-position: -48px 0;
}

#block-menu-secondary-links ul.menu li.instagram a:hover,
#block-menu-secondary-links ul.menu li.instagram a:active,
.social-buttons ul.menu li.instagram a:hover,
.social-buttons ul.menu li.instagram a.active {
	background-position: -48px -20px;
}

#block-menu-secondary-links ul.menu li.tumblr a,
.social-buttons ul.menu li.tumblr a {
	background-position: -72px 0;
}

#block-menu-secondary-links ul.menu li.tumblr a:hover,
#block-menu-secondary-links ul.menu li.tumblr a:active,
.social-buttons ul.menu li.tumblr a:hover,
.social-buttons ul.menu li.tumblr a.active {
	background-position: -72px -20px;
}

#block-menu-secondary-links ul.menu li.newsletter a,
.social-buttons ul.menu li.newsletter a {
	background-position: -95px 0;
}

#block-menu-secondary-links ul.menu li.newsletter a:hover,
#block-menu-secondary-links ul.menu li.newsletter a:active,
.social-buttons ul.menu li.newsletter a:hover,
.social-buttons ul.menu li.newsletter a.active {
	background-position: -96px -20px;
}

/* content */

#content .content p,
.explore-about p {
	font-size: 1.2em;
	line-height: 1.48em;
}

#content .content p.img-caption, small {
	font-size: 0.9em;
	line-height: 1.4em;
}

#content .content p.img-caption {
	width: 460;
}

blockquote {
	border-left: 1px solid #999;
	padding-left: 15px;
	margin: 0 30px 0 20px;
}

.node-type-text .node-inner .content ul li,
.node-type-page .node-inner .content ul li,
.node-type-webform .node-inner .content ul li,
.node-type-text .node-inner .content ol li,
.node-type-page .node-inner .content ol li,
.node-type-webform .node-inner .content ol li {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1.4em;
}

.bottom-border {
	border-bottom: 1px solid #999;
}

.hr-body {
	border-bottom: 1px solid #999;
	display: block;
	margin: 15px 0;
}

.action-link-body-container {
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0 0;
}

#list-bar-centered {
	float: left;
	left: 50%;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#list-bar-centered li {
    float: left;
    position: relative;
    right: 50%;
}

#list-bar-centered a {
	background: none repeat scroll 0 0 #60D5EE;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	padding: 4px 16px;
	text-decoration: none;
	width: auto;
}

/** footer **/

#footer {
	background: #f1d6d6;
	color: #000;
	position: relative;
	border-top: 1px solid #bf1e2e;
}

#footer a {
	color: #bf1e2e;
}

#footer-inner {
	padding: 10px;
}

#footer-logo {
	background: url(img/logo_footer_art21.png) top left no-repeat;
	width: 117px;
	height: 75px;
	float: left;
	margin-right: 15px;
	cursor: pointer;
}

#footer-message
/* Wrapper for the footer message from Drupal's "Site information" and for any blocks placed in the footer region */ {
	margin-bottom: 10px;
}

#footer-message .copyright {
	float: right;
}

#footer .block-menu {
	float: left;
	margin-bottom: 0;
}

#footer .block-menu h2 {
	color: #000;
	font-size: 1em;
	display: inline;
	margin-right: 10px;
}

#footer .block-menu ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#footer #block-menu-menu-admin {
    clear: left;
    display: block;
    margin: 20px 0 0;
}

#footer #block-menu-menu-general-info {
	float: right;
}

#footer #block-menu-menu-general-info li {
	margin-right: 0;
	margin-left: 10px;
}

#footer .block-menu .content {
	display: inline;
}

#footer .block-menu ul.menu li,
#footer .block-menu ul.menu li.leaf {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin: 0 10px 0 0;
	padding: 0;
	display: inline;
	text-transform: capitalize;
}

.node-unpublished div.unpublished,
/* The word "Unpublished" displayed beneath the content. */
.comment-unpublished div.unpublished {
	height: 0;
	overflow: visible;
	color: #d8d8d8;
	font-size: 75px;
	line-height: 1;
	font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	word-wrap: break-word;
/* A very nice CSS3 property */
}

.marker
/* "New" or "Updated" marker for content that is new or updated for the current user */ {
	color: #c00;
}

.node.node-unpublished .picture,
.comment.comment-unpublished .picture {
	position: relative;
/* Otherwise floated pictures will appear below the "Unpublished" text. */
}

.node div.links
/* Wrapper for node links */ {
	margin: 1em 0;
}

ul.links
/* Taxonomy links, node links, comment links */ {
	margin: 0;
	padding: 0;
}

ul.links.inline {
	display: inline;
}

ul.links li {
	display: inline;
	list-style-type: none;
	padding: 0 1em 0 0;
}

/** Drupal comments **/

#comments
/* Wrapper for the list of comments and its title */ {
	margin: 1em 0;
	clear: both;
}

.comment
/* Wrapper for a single comment */ {
	margin-bottom: 15px;
}

#comments {
	border-top: 1px solid #666;
	margin: 10px 0 30px 0;
	padding-top: 10px;
}

#comments .inner {
	padding-right: 280px;
}

#comments h2.comments,
.comment_form h2.title {
	color: #000;
	font-size: 1.2em;
	margin-bottom: 8px;
}

.comment_form {
	border-left: 1px solid #C0C0C0;
	padding-left: 10px;
	float: right;
	width: 260px;
}

.comment_form .resizable-textarea textarea {
	height: 130px;
	border: 1px solid #666;
	padding: 5px;
	margin: 0;
	font-size: 1em;
	width: 250px;
}

html.js .comment_form .resizable-textarea textarea,
.comment_form textarea,
.comment_form .resizable-textarea {
	width: 250px;
}

#comment-form .form-item {
	display: none;
}

#comment-form fieldset .form-item {
	display: block;
}

#comment-form fieldset ul {
	list-style: none;
}

#comment-form fieldset ul li {
	margin-bottom: .7em;
}

#comment-form #edit-comment-wrapper {
	display: block;
}

#comment-form #edit-comment-wrapper label,
#comment-form #edit-preview {
	display: none;
}

#comments .submitted {
	font-weight: bold;
}

#comment-form #edit-subject-wrapper {
	display: none;
}

#comment-form #edit-submit {
	float: right;
}

.new
/* "New" marker for comments that are new for the current user */ {
	color: #c00;
}

.comment div.links
/* Wrapper for comment links. See also the ul.links declaration in the node section above. */ {
	margin: 1em 0;
}

.comment div.links ul.links li {
	padding: 0;
	margin: 0;
}

/** Drupal blocks **/

.block
/* Block wrapper */ {
	margin-bottom: 0;
}

#block-block-1
/* First administrator-defined block */ {
	clear: both;
}

#block-search-0
/* "Search form" block */ {
	width: 274px;
	height: 18px;
	background: #71cc1d;
	padding: 4px 4px 4px 11px;
	color: #fff;
	font-size: 1em;
	position: absolute;
	right: 0;
	top: 3px;
	overflow: hidden;
}

.logged-in .greeting {
	background:#71CC1D none repeat scroll 0 0;
	color:#FFFFFF;
	height:12px;
	line-height:12px;
	padding:4px 5px 4px 11px;
	position:absolute;
	right:0;
	text-align:right;
	top:32px;
	width:273px;
	font-size: .9em;
	overflow: hidden;
}

/*.logged-in #header {
	height: 119px;
}*/

#sidebar-right {
	background: #eee;
}

.more-link
/* Aggregator, blog, and forum more link */ {
	text-align: right;
}

#user-login-form
/* Drupal's default login form */ {
	text-align: left;
}

tr.even
/* Some tables have rows marked even or odd. */ {
/* background-color: #eee; */
/* Drupal core uses a #eee background */
    background: none;
	padding: 0;
	border-bottom: none;
}

tr.odd {
/* background-color: #eee; */
/* Drupal core uses a #eee background */
    background: none;
	padding: 0;
	border-bottom: none;
}

li a.active
/* The active item in a Drupal menu */ {
	color: #666;
}

/** Drupal forms **/

.form-item,
/* Wrapper for a form element (or group of form elements) and its label */
.form-checkboxes,
.form-radios {
	margin: 0 0 1em 0;
}

.form-item input.error,
/* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error {
	border: 2px solid #c00;
}

.form-item label
/* The label for a form element */ {
	display: block;
	font-weight: bold;
}

.form-item label.option
/* The label for a radio button or checkbox */ {
	display: inline;
	font-weight: normal;
}

.form-required
/* The part of the label that indicates a required field */ {
	color: #c00;
}

.form-item .description
/* The descriptive help text (separate from the label) */ {
	font-size: 0.85em;
}

.form-checkboxes .form-item,
/* Pack groups of checkboxes and radio buttons closer together */
.form-radios .form-item {
	margin: 0.4em 0;
}

.container-inline div,
.container-inline label
/* Inline labels and form divs */ {
	display: inline;
	float: left;
}

.tips
/* Tips for Drupal's input formats */ {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

.tips li {
	margin: 0 0 0.5em 1em;
}

/** OpenID **/

#user-login-form ul
/* OpenID creates a new ul above the login form's links. */ {
	margin-bottom: 0;
/* Position OpenID's ul next to the rest of the links. */
}

#user-login-form li.openid-link,
/* The "Log in using OpenID" links. */
#user-login li.openid-link {
	margin-top: 1em;
	margin-left: -20px;
	/* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
	background-position: left center;
}

#user-login-form li.user-link,
/* The "Cancel OpenID login" links. */
#user-login li.user-link {
	margin-top: 1em;
	list-style-type: disc;
	list-style-position: outside;
}

#user-login li.openid-link,
/* The OpenID links on the /user form. */
#user-login li.user-link {
	margin-left: 0;
/* Un-do all of the padding on the ul list. */
}

/** Drupal admin tables **/

/* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */

form tbody {
	border-top: 1px solid #ccc;
}

form th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}

form tbody th {
	border-bottom: 1px solid #ccc;
}

form thead th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}

/* @group Blocks */

#sidebar-left .block {
	background: #d6ecab;
	margin-bottom: 4px;
}

#sidebar-left .block h2.title {
	background: #a8d451;
	padding: 11px 12px;
	font-weight: bold;
	color: #000;
	margin: 0;
	font-size: 1em;
}

#sidebar-left .block h2.title a {
	color: #000;
	text-decoration: none;
}

#sidebar-left .block .content {
	padding: 10px 15px;
	font-size: 1em;
}

#sidebar-left .block ul {
	margin: 0;
	padding: 0 0 0 1em;
}

#sidebar-right .block {
	background: #d7d7d7;
	border-bottom: 4px solid #fff;
	padding: 9px 10px;
}

#sidebar-left #block-art21_blocks-social {
	background: #BAECF7;
}

#sidebar-left #block-art21_blocks-social .content {
	padding-left: 30px;
}

#sidebar-right .block h2.title {
	margin-bottom: 5px;
	font-size: 1.5em;
}

#sidebar-right .block a {
	color: #d83c3c;
}

#block-search-0 a,
.logged-in .greeting a {
	color: #fff;
	text-decoration: underline;
}

#block-search-0 a:hover,
.logged-in .greeting a:hover {
	color: #666;
	text-decoration: none;
}

#block-search-0 label {
	display: none;
}

#block-search-0 p {
	float:left;
	font-size:0.9em;
	margin:2px 0 0;
	padding:0;
}

#block-search-0 .form-item {
	margin: 0;
	float: left;
}

#block-search-0 .wrap_form {
	margin: 0;
	padding: 0;
	float: right;
	width: 175px;
}

#block-search-0 .form-text {
	color: #2a2a2a;
	height: 17px;
	width: 113px;
	padding: 1px 7px 0 7px;
	border-width: 0;
	background: url(img/bg_search_text_field.png);
}

#block-search-0 .form-submit {
	background: url(img/button_search_submit.png);
	width: 48px;
	height: 18px;
	margin: 0;
	padding: 0;
	border-width: 0;
	cursor: pointer;
	float: left;
}

#sidebar-right .block-title-support-for-pbs-org-provided-by {
	padding: 0;
}

#sidebar-right .block-title-support-for-pbs-org-provided-by object {
	display: block;
}

#sidebar-right .block-title-support-for-pbs-org-provided-by h2.title {
	display: none;
}

#sidebar-right .block-title-support-for-pbs-org-provided-by .provided_by {
    font-size: 0.8em;
    line-height: 1em;
    padding: 0 3px 3px;
}

#sidebar-right .block-title-support-for-pbs-org-provided-by .provided_by a {
	float: right;
	color: #2f8699;
}

#sidebar-right #block-art21_views-related_watch_now #art21-views-block-related-videos h2.title {
	color: #d4428a;
	font-size: 1em;
	margin-bottom: 6px;
}

#sidebar-right #block-views-related_videos-block_1 .views-row-first {
	float: left;
	width: 140px;
	margin-right: 6px;
}

#sidebar-right #block-views-related_videos-block_1 .views-row-last {
	float: left;
	width: 140px;
}

#sidebar-right #block-views-related_videos-block_1 .views-field-title {
	line-height: 1.1em;
}

#sidebar-right #block-views-related_videos-block_1 .views-field-title a {
	font-size: .9em;
	text-decoration: none;
	color: #000;
}

#sidebar-right #art21-views-block-related-videos {
	background: #f1d6d6;
	border: 1px solid #cd2175;
	padding: 6px 0 6px 6px;
}

#sidebar-right #block-art21_views-related_watch_now #art21-views-block-related-videos a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	font-size: .9em;
}

#sidebar-right #block-views-watch_now-block_1,
#sidebar-right #block-art21_views-related_watch_now {
	padding: 0 0 0 0;
	background: #fff;
}

#sidebar-right #block-views-watch_now-block_1 .content,
#sidebar-right #block-art21_views-related_watch_now .view {
	padding: 6px 6px 8px 6px;
	border: 1px solid #cd2175;
	background: #f1d6d6;
}

#sidebar-right #block-views-watch_now-block_1 a,
#sidebar-right #block-art21_views-related_watch_now a {
	color: #cd2175;
	font-weight: bold;
}

#sidebar-right #block-views-watch_now-block_1 h2.title,
#sidebar-right #block-art21_views-related_watch_now h2.title {
	margin-bottom: 0;
}

#sidebar-right #block-views-watch_now-block_1 h2.title a,
#sidebar-right #block-art21_views-related_watch_now h2.title a {
	background: url(img/bg_watch_now_header.png) top left no-repeat;
	height: 30px;
}

#sidebar-right #block-views-watch_now-block_1 .views-row div,
#sidebar-right #block-art21_views-related_watch_now .views-row div {
	padding-left: 150px;
}

#sidebar-right #block-art21_views-related_watch_now {
	border-bottom: 4px solid #fff;
	padding: 0;
}

#sidebar-right #block-art21_views-related_watch_now .art21-views-related-watch-now-row {
	width: 140px;
	float: left;
	line-height: 1em;
	margin-right: 6px;
}

#sidebar-right #block-views-watch_now-block_1 .views-row div.views-field-field-video-embed,
#sidebar-right #block-art21_views-related_watch_now .views-row div.views-field-field-video-embed {
	float: left;
	padding-left: 0;
}

#sidebar-right #block-views-watch_now-block_1 .views-field-teaser,
#sidebar-right #block-art21_views-related_watch_now .views-field-teaser {
	margin-bottom: 5px;
}

#sidebar-right #block-views-watch_now-block_1 .more-link,
#sidebar-right #block-art21_views-related_watch_now .more-link {
	text-align: center;
}

#sidebar-right .block #join_us ul {
	padding: 0 0 0 60px;
}

#sidebar-right .block #join_us ul li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

#sidebar-left .block #link_more_on_art21 a {
    background: none repeat scroll 0 0 #F64645;
    color: #FFFFFF;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin: -10px -15px;
    padding-left: 12px;
    text-decoration: none;
    width: 148px;
}

/* @end */

/* @group Front page */

.front .panel-2col .panel-col-last .inside,
.front .panel-2col .panel-col-first .inside {
	margin: 0;
}

.front #content-inner {
	padding: 0;
}

#art21-front-rotator img {
	float: left;
	margin-bottom: 10px;
}

.front .panel-col-last .panel-pane {
	border-bottom: #666 1px solid;
}

.front .panel-col-last .panel-pane a:link {
	color: #71cc1d;
	font-weight: bold;
}

.front .panel-col-last .panel-pane a:hover {
	color: #666;
}

.front .panel-col-last .panel-pane .views-field-teaser {
	margin-top: 5px;
}

.front .panel-col-last #keep_informed,
.front .panel-col-last #newsletter {
	border-bottom: none;
}

.front .view-blog {
	position: relative;
}

.front .view-blog .view-header {
	position: absolute;
	right: 0;
	top: -27px;
}

.front #why_support {
	padding-bottom: 0;
}

#newsletter .form-submit {
	height: 21px;
	line-height: 21px;
	padding: 0 3px;
	cursor: pointer;
}

#newsletter .form-text {
	border: 1px solid #bfbfbf;
	background: #fff;
	width: 110px;
	height: 16px;
}

.art21-front-block {
	width: 180px;
	float: left;
	margin: 0 30px 10px 0;
}

#art21-front-block-read,
#art21-front-block-shop {
	margin-right: 0;
}

#art21-front-block-download,
#art21-front-block-teach,
#art21-front-block-shop {
	margin-bottom: 0;
}

.art21-front-block .views-field-title {
	padding: 5px;
	text-align: center;
	clear: both;
}

.art21-front-block .views-field-teaser {
	height: 24px;
}

.art21-front-block .views-field-teaser p {
	line-height: 14px;
	margin: 0;
}

#art21-front-block-watch .views-field-title,
#art21-front-block-see .views-field-title,
#art21-front-block-read .views-field-title {
	background: #1cc7cc;
}

#art21-front-block-watch .views-field-teaser,
#art21-front-block-see .views-field-teaser,
#art21-front-block-read .views-field-teaser {
	border: 1px solid #1cc7cc;
	padding: 10px;
}

#art21-front-block-download .views-field-title,
#art21-front-block-teach .views-field-title,
#art21-front-block-shop .views-field-title {
	background: #71cc1d;
}

#art21-front-block-download .views-field-teaser,
#art21-front-block-teach .views-field-teaser,
#art21-front-block-shop .views-field-teaser {
	border: 1px solid #71cc1d;
	padding: 10px;
}

.art21-front-block .views-field-title a {
	font-size: 1.3em;
	color: #fff;
	text-decoration: none;
}

.art21-front-block .views-field-title a:hover {
	text-decoration: underline;
	color: #666;
}

.art21-front-block .views-field-field-image-fid img {
	float: left;
}

.view-featured-content {
	position: relative;
	z-index: 1;
	margin-bottom: 4px;
}

/*.view-featured-content .views-field-field-image-fid {
	height: 398px;
	overflow: hidden;
}*/

.view-featured-content .views-field-title {
    background: url("img/bg_front_rotator_title.png") repeat scroll left top transparent;
    bottom: 4px;
    color: #FFFFFF;
    height: 13px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: right;
    width: 630px;
    z-index: 2;
}

.view-featured-content .views-field-title a {
	color: #fff;
	text-decoration: none;
}

.views_slideshow_singleframe_pager {
    bottom: 27px;
    left: 24px;
    position: absolute;
    z-index: 999;
}

.views_slideshow_singleframe_pager div.pager-item {
	float: left;
	padding: 0;
	margin-right: 9px;
}

.views_slideshow_singleframe_pager a {
	color: #fff;
	height: 12px;
	width: 12px;
	display: block;
	background: url(img/button_slideshow.gif) 0 0 no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

.views_slideshow_singleframe_pager .activeSlide a {
	background-position: -12px 0;
}

.front .view-featured-content {
	padding: 13px;
	background: #d7d7d7;
}

.front .panels-flexible-column-1-7 .panel-pane h2.pane-title {
    background: none repeat scroll 0 0 #F64645;
    color: #FFFFFF;
    font-size: 1.1em;
    line-height: 22px;
    text-align: center;
    margin: 0;
}

.front .panels-flexible-column-1-9 .panel-pane h2.pane-title {
    background: none repeat scroll 0 0 #a1410e;
    color: #FFFFFF;
    font-size: 1.1em;
    line-height: 22px;
    text-align: center;
    margin: 0;
}

.front .panels-flexible-column-1-7 .panel-pane .pane-content {
	background: #eee;
	padding: 11px 10px;
}

.front .view-recent .view-content {
	padding: 15px 10px;
}

.front .view-recent .views-row {
	padding-left: 153px;
	position: relative;
	margin-bottom: 20px;
}

.front .view-recent .views-field-field-image-fid,
.front .view-recent .views-field-field-video-embed {
	float: left;
	margin-left: -153px;
}

.front .view-recent .views-field-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}

/* @end */

/* @group Explore */

#block-panels_mini-explore_films_header {
	border-bottom: 1px solid #b7b7b7;
	margin-bottom: 15px;
}

.explore-tabs {
	clear: both;
}

.explore-tabs .item-list ul {
	/* general settings */
	text-align: left;
	/* set to left, right or center */
	margin: 10px 0;
	/* set margins as desired */
	border-bottom: 1px solid #000;
	/* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px;
	font-size: 1.2em;
	height: 20px;
}

.explore-tabs .item-list ul li {
/* do not change */
	display: block;
	float: left;
	height: 22px;
}

body.node-type-explore li#info,
body.explore-videos li#videos,
body.node-type-video li#videos,
body.explore-images li#images,
body.explore-texts li#texts,
body.explore-activities li#activities {
	/* settings for selected tab */
	border-bottom: 1px solid #fff;
	/* set border color to page background color */
	background-color: #fff;
	/* set background color to match above border color */
}

.explore-tabs .item-list ul li a {
	/* settings for all tab links */
	padding: 3px 6px;
	background-color: #9b9a9a;
	/* set unselected tab background color as desired */
	color: #000;
	/* set unselected tab link color as desired */
	margin-right: 8px;
	/* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
	height: 17px;
	display: block;
	float: left;
}

.explore-tabs .item-list ul a:hover {
	/* settings for hover effect */
	background: #9b9a9a;
	/* set desired hover color */
}

.explore-tabs .item-list ul li a.active,
body.node-type-video .explore-tabs .item-list ul li.videos a,
body.node-type-image .explore-tabs .item-list ul li.images a,
body.text-text .explore-tabs .item-list ul li.texts a,
body.text-blog .explore-tabs .item-list ul li.texts a,
body.text-essay .explore-tabs .item-list ul li.texts a,
body.text-interview .explore-tabs .item-list ul li.texts a,
body.explore-activities .explore-tabs .item-list ul li.activities a,
body.text-activity .node-type-text .explore-tabs .item-list ul li.activities a {
	/* settings for selected tab link */
	background-color: #fff;
	/* set selected tab background color as desired */
	color: #000;
	/* set selected tab link color as desired */
	position: relative;
	border-left: 1px solid #000;
	/* set border COLOR as desired; usually matches border color specified in #tabnav */
	border-right: 1px solid #000;
	/* set border COLOR as desired; usually matches border color specified in #tabnav */
	border-top: 1px solid #000;
	/* set border COLOR as desired; usually matches border color specified in #tabnav */
	padding-top: 2px;
	padding-bottom: 4px;

}

.view-tabs .view-display-id-page_1 .view-content {
	margin: 7px 0;
}

.explore-count {
	border: 1px solid #999999;
	padding: 5px 3px 5px 10px;
	background: #dddddd;
	margin-bottom: 15px;
	clear: both;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}

.explore-artists .explore-count-top,
.all-images .explore-count-top,
.all-slideshows .explore-count-top,
.section-watch-now .explore-count-top,
.node-type-slideshow .explore-count-top {
	margin-bottom: 0;
	border-bottom: none;
}

.explore-count em {
	font-style: normal;
}

.explore-count .jump-quickly {
	position: relative;
	top: -2px;
}

.explore-count div.pager {
	float: right;
	width: auto;
	margin: 0;
	text-align: left;
	font-weight: bold;
	line-height: 1.2em;
	clear: none;
}

.explore-count div.pager span {
	float: left;
}

.explore-count .item-list {
	float: right;
	margin-right: 3px;
	margin-left: 3px;
}

.explore-count ul.pager {
	margin: 0;
	padding: 0;
}

.explore-count .item-list .pager li {
	display: block;
	float: left;
	margin: 1px 3px 0;
	padding: 0;
}

.explore-count .item-list .pager li.pager-next a,
.explore-count .item-list .pager li.pager-previous a {
	width: 7px;
	height: 8px;
	display: block;
	float: left;
	margin-top: 3px;
}

.explore-count .item-list .pager li.pager-next a {
	background: url(img/pager_next.gif);
}

.explore-count .item-list .pager li.pager-previous a {
	background: url(img/pager_prev.gif);
}

.explore-count .pager a,
.explore-count .pager strong.pager-current {
	padding: 0;
}

.view-explore .views-field-field-image-fid,
.view-tabs .views-field-field-video-embed,
.view-films-tabs .views-field-field-video-embed,
.view-watch-now .views-field-field-video-embed {
	float: left;
	margin-right: 10px;
}

.view-explore .views-field-field-image-fid *,
.view-tabs .views-field-field-video-embed *,
.view-films-tabs .views-field-field-video-embed *,
.view-watch-now .views-field-field-video-embed * {
	margin: 0;
	padding: 0;
	float: left;
}

.view-explore .views-row,
#content .view-watch-now .views-row {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(img/bg_listing_row.png) bottom left repeat-x;
}

.view-explore .views-row .views-field-nothing,
#content .view-watch-now .views-row .views-field-view-node {
	float: right;
	margin-bottom: 8px;
	margin-left: 15px;
}

.view-explore .views-row .views-field-nothing a,
#content .view-watch-now .views-row .views-field-view-node a {
	background: url(img/button_watch_now.png) top left no-repeat;
	width: 100px;
	height: 24px;
}

.view-explore .views-row .views-field-nothing-1 {
	float: right;
	clear: right;
}

.view-explore .views-row .views-field-nothing-1 a {
	background: url(img/button_learn_more.png) bottom left repeat-x;
	width: 100px;
	height: 35px;
}

.page-explore-artists .view-explore .views-row,
#content .view-watch-now .views-row,
#content .view-tabs .views-row,
#content .view-films-tabs .views-row,
#content .view-slideshow .views-row,
#content .view-films-slideshow .views-row {
	margin-bottom: 15px;
}

.all-images #content .view-tabs .views-row,
.all-images #content .view-films-tabs .views-row,
.all-slideshows #content .view-slideshow .views-row,
.all-slideshows #content .view-films-slideshow .views-row,
.node-type-slideshow #content .view-slideshow .views-row {
    float: left;
    margin-left: 12px;
    margin-right: 7px;
    width: 140px;
}

.all-slideshows #content .view-slideshow .row-first,
.all-slideshows #content .view-films-slideshow .row-first {
	clear: left;
}

.view-explore .views-field-title,
.view-explore .views-field-teaser,
.view-explore .views-field-field-subtitle-value,
.view-explore .views-field-tid,
#content .view-watch-now div.views-field-title,
#content .view-watch-now div.views-field-teaser,
#content .view-watch-now div.views-field-field-release-date-value,
#content .view-watch-now div.views-field-field-video-duration,
#content .view-watch-now div.views-field-field-ref-nid {
	margin-right: 10px;
	padding-left: 150px;
	width: 360px;
}

#content .view-tabs .views-field-title,
#content .view-tabs .views-field-teaser,
#content .view-films-tabs .views-field-title,
#content .view-films-tabs .views-field-teaser {
	margin-right: 10px;
	padding-left: 150px;
	width: 225px;
}

.view-tabs .views-field-created,
.view-tabs .views-field-field-video-duration,
.view-films-tabs .views-field-field-release-date-value,
.view-films-tabs .views-field-field-video-duration {
	float: right;
	clear: right;
	width: 80px;
	margin-bottom: 6px;
}

.view-tabs .views-field-created label,
.view-tabs .views-field-field-video-duration label,
.view-tabs .views-field-field-release-date-value label,
.view-tabs .views-field-field-video-duration label,
.view-films-tabs .views-field-created label,
.view-films-tabs .views-field-field-video-duration label,
.view-films-tabs .views-field-field-release-date-value label,
.view-films-tabs .views-field-field-video-duration label {
	display: block;
	font-weight: bold;
}

.view-explore .views-field-tid a,
.view-tabs .views-row .views-field-title a,
.view-films-tabs .views-row .views-field-title a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.view-explore .views-field-title a,
#content .view-watch-now div.views-field-title a {
	font-size: 1.2em;
	color: #2F8699;
	font-weight: bold;
}

.page-explore-artists .view-explore .views-field-title a,
#content .view-watch-now div.views-field-title a {
	font-style: normal;
}

.view-explore .views-field-title a:hover,
.view-watch-now div.views-field-title a:hover {
	color: #666;
}

.view-explore .views-field-field-subtitle-value,
.view-watch-now .views-field-field-release-date-value label,
.view-watch-now .views-field-field-video-duration label,
.view-watch-now .views-field-field-ref-nid label {
	font-weight: bold;
}

.view-watch-now .views-field-field-release-date-value {
	margin-bottom: 10px;
}

#content .view-watch-now div.views-field-field-ref-nid a {
	color: #000;
}

.view-explore .explore-media-links {
	border-left: 1px solid #ccc;
	float: right;
	width: 159px;
	padding-left: 10px;
	font-size: .9em;
}

.page-explore-films .view-explore .explore-media-links {
	padding-bottom: 20px;
}

.explore-recent-updates {
	margin-bottom: 10px;
}

.node-type-explore .explore-recent-updates {
	float: right;
	width: 140px;
	padding: 10px;
	margin-bottom: 10px;
	background: #eeeeee;
}

.explore-recent-updates h4 {
	padding-top: 3px;
}

.node-type-explore .explore-recent-updates h4 {
	padding-top: 0;
	margin-bottom: 7px;
}

.explore-recent-updates .view-explore-recent-updates .views-row {
	margin-bottom: 2px;
}

.node-type-explore .explore-recent-updates .views-row {
	font-size: .9em;
}

.explore-recent-updates .feed-icon {
	float: right;
	margin-right: 56px;
}

.node-type-explore .explore-recent-updates .feed-icon {
	margin-right: 0;
}

.explore-recent-updates .views-field-type {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 5px;
	clear: left;
	line-height: 1.2em;
}

.explore-recent-updates .views-field-title {
	float: left;
	margin: 0;
	width: 70%;
	line-height: 1.2em;
}

.node-type-explore .explore-recent-updates .views-field-title {
	width: 60%;
	margin-bottom: 2px;
}

.explore-recent-updates .views-field-title a {
	color: #000;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.explore-media-links h4,
.explore-recent-updates h4 {
	font-weight: bold;
	color: #000;
	margin-bottom: 0;
	font-size: 1em;
	clear: left;
}

.explore-media-links .item-list ul {
	padding: 0;
	margin: 0;
}

.explore-media-links .item-list ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	border-right: 1px solid #404040;
	margin-right: 2px;
	padding-right: 6px;
}

.explore-media-links .item-list ul li.last {
	border-right: none;
	margin-right: 0;
}

.section-explore .node-type-page {
	width: 540px;
}

.section-explore .node-type-page p {
	margin: 0 0 15px 0;
}

#explore-about-full,
#video-underwriting-full {
	display: none;
}

#block-block-1 p {
	margin-bottom: 20px;
	color: #666;
	font-size: 1.2em;
}

#block-block-1 p .meta {
	font-size: .9em;
}

#block-block-1 .content a {
	display: block;
	height: 80px;
	margin-bottom: 10px;
}

#block-block-1 a.dvds {
	background: url(img/button_dvd.jpg);
}

#block-block-1 a.guides {
	background: url(img/button_guides.jpg);
}

#block-block-1 a.support {
	background: url(img/button_support.jpg);
}

/* @end */

/* @group Explore Detail */

.node-type-explore h1.title,
.node-type-video h1.title {
	line-height: 1.2em;
}

#sidebar-left #block-views-tabs-block_1 .block-inner {
	background: #60d5ee;
	padding: 10px 10px 5px 10px;
	font-size: .85em;
	line-height: 1.1em;
}

#sidebar-left #block-views-tabs-block_1 .content {
	font-size: 1em;
	padding: 0;
}

#sidebar-left #block-views-tabs-block_1 .views-field-title {
	margin-bottom: 5px;
}

#sidebar-left #block-views-tabs-block_1 a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#sidebar-left #block-views-tabs-block_1 .views-field-tid a {
	font-weight: normal;
}

#sidebar-left #block-views-tabs-block_1 .views-field-tid {
	margin-bottom: 5px;
}

#sidebar-left #block-views-tabs-block_1 .views-field-view-node a {
	font-weight: normal;
	text-decoration: underline;
}

#sidebar-left #block-views-tabs-block_1 p {
	margin-bottom: 0;
}

#sidebar-left #block-views-tabs-block_1 img {
	margin-bottom: 3px;
}

#sidebar-left #block-views-artist-block_1 .block-inner,
#sidebar-left #block-views-artist-block_2 .block-inner,
#sidebar-left #block-views-artist-block_3 .block-inner,
#sidebar-left #block-views-film-block_1 .block-inner,
#sidebar-left #block-views-film-block_2 .block-inner, 
#sidebar-left #block-views-film-block_3 .block-inner {
	background: #b9ecf7;
}

#sidebar-left #block-views-artist-block_1 h2.title,
#sidebar-left #block-views-artist-block_2 h2.title,
#sidebar-left #block-views-artist-block_3 h2.title,
#sidebar-left #block-views-film-block_1 h2.title,
#sidebar-left #block-views-film-block_2 h2.title, 
#sidebar-left #block-views-film-block_3 h2.title {
	background: #60d5ee;
}

#sidebar-left #block-views-artist-block_1 .views-row,
#sidebar-left #block-views-artist-block_2 .views-row,
#sidebar-left #block-views-artist-block_3 .views-row,
#sidebar-left #block-views-film-block_1 .views-row,
#sidebar-left #block-views-film-block_2 .views-row,
#sidebar-left #block-views-film-block_3 .views-row {
	margin-bottom: 10px;
}

#sidebar-left #block-views-artist-block_1 .views-row-last,
#sidebar-left #block-views-artist-block_2 .views-row-last,
#sidebar-left #block-views-artist-block_3 .views-row-last,
#sidebar-left #block-views-film-block_1 .views-row-last,
#sidebar-left #block-views-film-block_2 .views-row-last,
#sidebar-left #block-views-film-block_3 .views-row-last {
	margin-bottom: 0;
}

.explore-about {
	margin-bottom: 15px;
}

.explore-about h3 {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1em;
}

.explore-about p {
/*    display: inline; */
    font-size: 1.1em;
    line-height: 1.3em;
    padding-right: 16px;
}

.explore-now-playing {
	padding: 10px;
	background: #eee;
	margin-bottom: 10px;
	clear: both;
}

.explore-now-playing .views-field-field-video-embed {
	margin-bottom: 4px;
}

.explore-now-playing .views-field-title {
	font-weight: bold;
}

.explore-now-playing .more-link {
	text-align: left;
}

.explore-boxes {
	clear: both;
}

.explore_box {
    background: none repeat scroll 0 0 #D7D7D7;
    float: left;
    height: 98px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px 5px 10px;
    width: 225px;
}

.explore-3 {
	margin-bottom: 0;
}

.explore-2,
.explore-4 {
	margin-right: 0;
	margin-bottom: 0;
}

.explore_box .create-link {
	clear: left;
	font-size: 0.9em;
	line-height: 1em;
	position: relative;
	top: -7px;
}

.explore_box .views-field-title {
	display: none;
}

.explore_box h4 {
	margin-bottom: 0;
	float: right;
	width: 120px;
}

.explore_box h4 a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.explore_box .highlight-thumbnail {
	float: left;
}

.explore_box .highlight-description {
	padding-left: 105px;
	line-height: 1.2em;
}

.explore_box img {
	width: 100px;
	height: auto;
}

/* @end */

/* @group Listing Pages */

.jump-quickly .form-submit {
	display: none;
}

.view-id-tabs table {
	margin-bottom: 0;
}

.view-id-tabs table.sticky-header {
	z-index: 1000;
}

.view-id-tabs .sticky-header thead,
.view-id-tabs .views-table thead {
	background: url(img/bg_listing_header.png) top left repeat-x;
	height: 35px;
	color: #000;
	font-size: .95em;
}

.view-id-tabs .sticky-header thead a,
.view-id-tabs .views-table thead a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.view-id-tabs thead th {
	padding: 3px 0 3px 10px;
	font-weight: bold;
	border-bottom: none;
}

.view-id-tabs thead th.views-field-created,
.view-id-tabs .views-table td.views-field-created,
.view-id-tabs thead th.views-field-title,
.view-id-tabs .views-table td.views-field-title,
.view-id-tabs thead th.views-field-field-video-embed-1,
.view-id-tabs .views-table td.views-field-field-video-embed-1,
.view-id-tabs thead th.views-field-field-video-duration,
.view-id-tabs .views-table td.views-field-field-video-duration {
	padding-left: 20px;
}

.view-id-tabs thead th.views-field-created a ,
.view-id-tabs thead th.views-field-title a,
.view-id-tabs thead th.views-field-field-video-embed-1 a,
.view-id-tabs thead th.views-field-field-video-duration a {
	position: relative;
	display: block;
}

.view-id-tabs thead th.views-field-created img,
.view-id-tabs thead th.views-field-title img,
.view-id-tabs thead th.views-field-field-video-embed-1 img,
.view-id-tabs thead th.views-field-field-video-duration img {
	left: -10px;
	position: absolute;
	top: 3px;
}

.view-id-tabs .views-table td {
	padding: 10px 0 10px 10px;
}

.view-id-tabs .views-table tr.even {
	background: #d7d7d7;
}

.view-id-tabs .views-table tr.even td.active {
	background-color: #d7d7d7;
}

.view-id-tabs td.active {
	background: none;
}

.view-id-tabs td {
	vertical-align: top;
}

.view-id-tabs .emvideo-thumbnail-replacement span {
	display: none;
}

.explore-images .view-display-id-page_2 .views-row {
	float: left;
	margin: 0 10px 10px 0
}

.explore-images .view-display-id-page_2 .row-last {
	margin: 0 0 10px 0;
}

.explore-images .view-display-id-page_2 .views-row a,
.explore-images .view-display-id-page_2 .views-row img {
	float: left;
}

.explore-texts .view-display-id-page_3 .views-row,
.explore-activities .view-display-id-page_4 .views-row {
	clear: both;
	margin-bottom: 15px;
}

.explore-texts .view-display-id-page_3 .views-field-field-image-fid,
.explore-activities .view-display-id-page_4 .views-field-field-image-fid,
.all-texts .view-tabs .views-field-field-image-fid {
	float: left;
	margin-right: 10px;
}

.explore-texts .view-display-id-page_3 .views-field-field-image-fid *,
.explore-activities .view-display-id-page_4 .views-field-field-image-fid *,
.all-texts .view-tabs .views-field-field-image-fid * {
	float: left;
	margin: 0;
	padding: 0;
}

.explore-texts .view-display-id-page_3 .views-field-title,
.explore-activities .view-display-id-page_4 .views-field-title,
.all-texts #content .view-tabs .views-field-title {
	font-size: 1.2em;
	width: auto;
	margin: 0;
	padding: 0;
}

.explore-texts .view-display-id-page_3 .views-field-teaser,
.explore-activities .view-display-id-page_4 .views-field-teaser,
.all-texts #content .view-tabs .views-field-teaser {
	margin-bottom: 5px;
	margin-right: 0;
	width: auto;
}

.explore-texts .view-display-id-page_3 .views-field-created,
.explore-activities .view-display-id-page_4 .views-field-created,
.all-texts .view-tabs .views-field-created {
	clear: none;
    float: none;
    margin: 0;
    padding-left: 150px;
    width: auto;
}

.explore-texts .view-display-id-page_3 .views-field-tid,
.explore-activities .view-display-id-page_4 .views-field-tid,
.all-texts .view-tabs .views-field-tid {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 5px;
}

.all-texts .view-tabs .views-field-created label {
	display: inline;
	font-weight: normal;
}

.all-slideshows .view-slideshow .views-row a,
.all-slideshows .view-films-slideshow .views-row a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

/* @end */

/* @group Video/Image/Text Player */

h2.subtitle {
	color: #000;
	font-size: 1.4em;
	font-weight: normal;
}

/*#sidebar-left .block-panels_mini {
	background: #FFFFFF;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-top: -10px;
	padding-bottom: 10px;
	width: 220px;
}

#sidebar-left .block-panels_mini .block-inner {
	background: #D7D7D7;
	padding: 10px 7px;
}

#sidebar-left .block-panels_mini .prev {
	width: 100px;
	float: left;
}

#sidebar-left .block-panels_mini .next {
	width: 100px;
	float: right;
}

#sidebar-left .block-panels_mini .prev .views-field-view-node a {
	background: url(img/sidebar_prev.gif) center left no-repeat;
	padding-left: 9px;
	margin-left: 3px;
	float: left;
}

#sidebar-left .block-panels_mini .next .views-field-view-node a {
	background: url(img/sidebar_next.gif) center right no-repeat;
	padding-right: 9px;
	margin-right: 3px;
	float: right;
}

#sidebar-left .block-panels_mini .views-field-field-video-embed-1 label,
#sidebar-left .block-panels_mini .views-field-field-video-embed-1 span {
	float: left;
}

#sidebar-left .block-panels_mini .views-field-field-video-embed-1 label {
	margin-right: 5px;
}

#sidebar-left .block-panels_mini .views-field-value {
	clear: left;
}*/

.explore-full {
	margin: 0 0 10px 0;
	clear: both;
}

/*.node-type-text .explore-full,
.node-type-page .explore-full {
	width: 500px;
}*/

.explore-full h3.subtitle {
	font-size: 1.1em;
	margin: 0;
	font-weight: bold;
}

.explore-full p.subtitle {
	margin: 0;
	font-weight: bold;
	color: #666;
}

.explore-full p.description {
	margin: 0 auto;
	color: #000;
	font-weight: bold;
	width: 460px;
}

.explore-full img {
/*	margin: 0 auto;
	display: block; */
}

.node-type-image .explore-full #body-media {
	width: 460px;
	text-align: center;
	margin: 50px auto 25px;
}

.explore-full embed {
	margin-bottom: 3px;
}

.explore-full #image-artist-name-line {
/*	margin: 0 0 8px; */
}

.button_buy {
	background: url(img/button_buy.png) top left no-repeat;
	width: 42px;
	height: 25px;
	display: block;
	float: right;
}

.explore-full .comments_link {
	float: left;
	margin-right: 8px;
	font-style: italic;
}

.explore-full .fivestar-widget {
	float: left;
	clear: none;
}

.explore-full p.subtitle,
.explore-full .image-caption {
	margin: 0;
	clear: left;
	color: #000;
}

.explore-full .image-caption {
	width: 480px;
}

.explore-full #image-title-year-line {
	margin: 0 0 12px;
}

.explore-full #image-title-year-line #image-title {
	font-weight: bold;
	font-size: 1.4em;
}

.explore-full #image-title-year-line #image-series {
	font-style: italic;
}

.explore-full #image-artist-name-line {
	margin: 0 0 8px;
}

.explore-full #image-artist-name-line #artist-name {
	font-size: 1.08em;
}

#prev-next-links {
	float: right;
	margin-bottom: 10px;
}

#prev-next-links .wrapper {
	float: left;
	margin-left: 27px;
}

#prev-next-links .prev a {
	padding-left: 11px;
	line-height: 9px;
	background: url(img/pager_prev_green.png) no-repeat 0 3px;
	color: #1c6466;
	text-decoration: none;
}

#prev-next-links .next a {
	padding-right: 11px;
	line-height: 9px;
	background: url(img/pager_next_green.png) no-repeat right 3px;
	color: #1c6466;
	text-decoration: none;
}

/* @end */

/* @group Watch Now */

.section-watch-now .view-display-id-page_1 .view-filters {
	margin-bottom: 15px;
}

.watch-full {
    background: url("img/bg_watch_full.png") repeat-x scroll left top #999999;
    font-weight: bold;
    margin: 0 -16px 4px -19px;
    padding: 12px 68px;
}

.video-meta {
	margin: 0 -13px 7px -15px;
    padding: 0 0 10px 15px;
    background: url("img/bg_listing_row.png") repeat-x scroll left bottom transparent;
}

.explore-about h3,
.video-artists h3 {
	font-weight: bold;
	margin: 0;
	font-size: 1em;
}

.art21-blocks-social {
    background: none repeat scroll 0 0 #EEEEEE;
    margin-bottom: 4px;
    margin-left: -19px;
    padding: 7px 30px 3px;
}

.art21-blocks-social .addthis_button {
	position: relative;
	top: -2px;
}

.video-underwriting {
    background: none repeat scroll 0 0 #EEEEEE;
    border-left: 4px solid #FFFFFF;
    float: right;
    font-size: 0.9em;
    margin-bottom: 20px;
    margin-right: -3px;
    padding: 11px 12px;
    width: 226px;
}

.video-underwriting h3 {
	color: #666;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#video-additional-videos h3 {
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 0 5px 0;
}

#video-additional-videos .view .view-filters {
	margin-bottom: 7px;
}

#video-additional-videos table {
	width: 100%;
	font-size: .95em;
	border: 1px solid #999999;
}

.view-watch-now .views-table thead {
	background: url(img/bg_listing_header.png) top left repeat-x;
	height: 35px;
	color: #000;
	font-size: .95em;
}

.view-watch-now .views-table thead a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#video-additional-videos table th {
	font-weight: bold;
}

.view-watch-now .views-table td {
	padding: 3px 0 3px 5px;
}

.view-watch-now thead th {
	padding: 3px 0 3px 5px;
	font-weight: bold;
	border-bottom: none !important;
	border-width: 0;
}

.view-watch-now thead th a {
	position: relative;
	display: block;
}

html.js .view-watch-now a.views-throbbing,
html.js .view-watch-now span.views-throbbing {
  	background:none;
  	padding-right:0;
}

.view-watch-now thead th img {
	left: -10px;
	position: absolute;
	top: 3px;
}

.view-watch-now thead th.views-field-field-episode-number-value,
.view-watch-now .views-table td.views-field-field-episode-number-value,
.view-watch-now thead th.views-field-title-1,
.view-watch-now .views-table td.views-field-title-1,
.view-watch-now thead th.views-field-field-video-duration,
.view-watch-now .views-table td.views-field-field-video-duration,
.view-watch-now thead th.views-field-field-release-date-value,
.view-watch-now .views-table td.views-field-field-release-date-value {
	padding-left: 20px;
}

.view-watch-now thead th.views-field-field-release-date-value,
.view-watch-now .views-table td.views-field-field-release-date-value {
	padding-right: 5px;
}

.view-watch-now thead th.views-field-title-1,
.view-watch-now .views-table td.views-field-title-1 {
	padding-right: 5px;
}

.view-watch-now thead th.views-field-tid-1,
.view-watch-now .views-table td.views-field-tid-1 {
	width: 50px;
}

.view-watch-now thead th.views-field-field-ref-nid,
.view-watch-now .views-table td.views-field-field-ref-nid {
	width: 240px;
}

.view-watch-now thead th.views-field-field-episode-number-value,
.view-watch-now .views-table td.views-field-field-episode-number-value {
	width: 94px;
}

.view-watch-now thead th.views-field-title-1,
.view-watch-now .views-table td.views-field-title-1,
.view-watch-now thead th.views-field-field-episode-number-value,
.view-watch-now .views-table td.views-field-field-episode-number-value {
	width: 60px;
}

.view-watch-now thead th.views-field-title-1 {
	word-spacing: 10px;
}

.view-watch-now tbody tr {
	cursor: pointer;
}

.view-watch-now tbody td {
	border-bottom: 1px solid #9a9a9a;
}

.view-watch-now tbody tr td.active {
	background: transparent;
}

.view-watch-now tbody tr.active,
.view-watch-now tbody tr.active td.active {
	background: #cb99a6;
}

/* @end */

/* @group Free Text */

#sidebar-left #block-book-0 ul {
	padding: 0;
	margin: 0;
}

#sidebar-left #block-book-0 ul ul {
	margin-top: 8px;
}

#sidebar-left #block-book-0 ul li {
	list-style-image: none;
	list-style-position: inherit;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#sidebar-left #block-book-0 ul li li {
	margin: 0 0 10px 7px;
	padding: 0 0 0 8px;
/*	background: url(img/bullet_book_block.gif) left center no-repeat; */
}

/* @end */

/* @group Season */

.node-type-season .video-meta {
	margin-right: 0;
	background: none;
}

/* @end */

/* @group Fivestar */

div.fivestar-widget .cancel,
div.fivestar-widget .star {
	width: 11px;
	height: 11px;
}

div.fivestar-widget .star,
div.fivestar-widget .star a {
	background: transparent url(img/sprite_fivestar.gif) no-repeat scroll 0 0;
}

div.fivestar-widget div.on a {
	background-position: 0 -11px;
	/* RTL */
}

div.fivestar-widget div.hover a,
div.rating div a:hover {
	background-position: 0 -11px;
	/* RTL */
}

#sidebar-left div.fivestar-widget-static .star {
	width: 11px;
	height: 11px;
	background: transparent url(img/sprite_fivestar.gif) no-repeat scroll -11px 0;
}

#sidebar-left div.fivestar-widget-static .star span.on {
	background: transparent url(img/sprite_fivestar.gif) no-repeat scroll -11px -11px;
}

#sidebar-left div.fivestar-widget-static .star span.off {
	background: transparent url(img/sprite_fivestar.gif) no-repeat scroll -11px 0;
}

/* @end */

/* @group Share/Print */

.block-addthis {
	float: right;
	margin: 7px -11px 1em 2em;
}

.share a {
	float: right;
	clear: right;
}


/* @end */

/* @group User Login / Register */

.page-user-register form legend {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:1em;
}

#user-login ul {
	padding: 0;
}

#user-login li.openid-link,
#user-login li.user-link {
	padding: 0;
}

#user-login-form li.openid-link a, #user-login li.openid-link a {
	background-position: left center;
}

/* @end */

/* @group Search / Search Results */

.section-search .box,
.section-search .search-advanced {
	clear: both;
}

/* @end */

/* @group VIEWS CSS */

.view .view-filters,
.view .extra-links {
	border: #999 1px solid;
	padding: 5px 10px;
	background: #ddd;
	margin-bottom: 15px;
    line-height: 16px;
}

.view-workflow-admin .views-exposed-form .views-exposed-widget {
	margin-bottom: 5px;
}

.view-filters #art21-views-explore-artists-sort-form,
.view-filters #art21-views-watch-now-sort-form {
	float: right;
}

.view-filters form .form-item {
	margin: 0;
}

.view-filters form select {
	float: left;
	margin-right: 7px;
	margin-top: -2px;
}

.view .extra-links label {
	font-weight: bold;
}

.view .extra-links a:active {
	font-weight: bold;
}

.views-exposed-widgets {
	margin: 0;
}

.views-exposed-form .views-exposed-widget {
	padding: 0;
	margin-right: 5px;
}

.view-filters form label {
	margin-right: 5px;
}

.view-filters form label,
.views-exposed-form .views-exposed-widget .views-widget {
	float: left;
}

.views-exposed-form .views-exposed-widget select {
	width: 175px;
}

.views-exposed-form .views-exposed-widget .form-submit {
	margin: 0;
}

/* @end */

/* @group SEARCH RESULTS CSS Overrides */

.search-results .search-results-row {
	margin-bottom: 20px;
}

.search-title {
	margin-bottom: 10px;
}

.search-title .search-info {
	display: block;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.search-thumb {
	float: left;
	margin: 0 20px 20px 0;
}

.search-link {
	font-size: 1.2em;
	line-height: 1.3em;
}

#content .content .search-results p.search-snippet {
	font-size: 1.0em;
}

.section-search .item-list {
	width: 100%;
	height: 50px;
	float: left;
}

.section-search .item-list .pager {
	float: left;
	position: absolute;
	left: 50%;
	margin: 0;
	padding: 0;
}

.section-search .item-list .pager li {
	display: block;
	float: left;
}

/* content: column grids */

.three-col-container {
	margin: 0 0 15px;
}

.content-row,
.content-row-shaded {
	margin-bottom: 15px;
}

.content-row-shaded {
	padding: 15px;
	background-color: #eee;
	border: 1px solid #ddd;
}

.three-col-container .one-col,
.two-col-row .one-col {
	display: block;
	float: left;
}

.three-col-container .one-col {
	margin: 0 30px 0 0;
}

.three-col-container .right-col {
	margin: 0;
}

.two-col-row .one-col {
	margin: 0 5% 0 0;
	width: 45%;
}

.three-col-container .one-col,
.two-col-row .row-thumb {
	width: 200px;
}

.checkout-form-row {
	border-bottom: 1px dashed #ccc;
}

.checkout-form-row .one-col {
	margin: 0 5% 0 0;
}

.checkout-form-row .left-col {
	width: 50%;
}

.checkout-form-row .right-col {
	width: 25%;
}

.checkout-form-row .mid-col {
	width: 10%;
}

.checkout-form-row .colspan-two {
	width: 65%;
}

.two-col-row .row-thumb {
	margin: 0 15px 0 0;
}

.two-col-row .row-text {
	margin: 0;
/*	width: 66%; */
}

.section-nav-grid .one-col {
	background-color: #39c;
}

#content .content .section-nav-grid .one-col p {
	width: 180px;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 1.4em;
	margin: 0;
}

.section-nav-grid .one-col p a,
.section-nav-grid .one-col p a:link,
.section-nav-grid .one-col p a:visited {
	color: #fff;
	text-decoration: none;
}

.section-nav-grid .one-col p a:hover {
	color: #fff;
	text-decoration: underline;
}

.logo-row {
	line-height: 5em;
}

.logo-row img,
.logo-row .no-logo {
	margin-right: 30px;
	vertical-align: middle;
}

.logo-row .no-logo {
	font-size: 1.6em;
}

.logo-row .no-logo a,
.logo-row .no-logo a:link,
.logo-row .no-logo a:visited,
.logo-row .no-logo a:hover {
	text-decoration: none;
}


/* @end */

/* @group Image Replacement */

.explore-count .item-list .pager li.next a,
#block-menu-menu-header ul.menu li a,
#block-menu-secondary-links ul.menu li a,
#block-search-0 .form-submit,
.explore-count .item-list .pager li.pager-next a,
.explore-count .item-list .pager li.pager-previous a,
#block-block-1 .content a,
.button_buy,
#footer-logo,
.view-explore .views-row .views-field-nothing a,
.view-watch-now .views-row .views-field-view-node a,
.view-explore .views-row .views-field-nothing-1 a,
#sidebar-right #block-views-watch_now-block_1 h2.title a,
#sidebar-right #block-art21_views-related_watch_now h2.title a,
.social-buttons ul.menu li a {
	line-height: 1000px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
}

/* @end */

/* @group Third party widgets */

.fb_like_toolbox {
  width: 100px;
  height: 20px;
}

.twitter-share-button {
	margin-right: 7px;
}

.gigya-button {
  cursor: pointer;
}

#block-art21_blocks-gigya .gigya-button {
  float: right;
}

/* @end */
