/*** General elements ***/
p {
	margin: 0;
}
h1 {
	text-align: center;
	margin: 0.3em;
}
* {
	margin: 0;
	padding: 0;
	text-overflow:ellipsis;
	line-height: 17px;
}
img {
	border-style: none;
}
ul{
	margin: 5px 0;
}
html, body {
	height: 100%;
	width: 100%;
	min-width: 1000px;
}
body {
	font: Verdana, Arial, sans-serif; 
	font-size: 13px;
	background: #838890;
	text-align: center;
 /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the .wrapper selector */
	color: #000000;
	height: 100%;
}
article {
	text-align: left;
}
h1 {
	font-size: 125%;
	padding-bottom: 7px;
	padding-top: 3px;
	color: #881c1c;
	margin: 0px;
}
h2 {
	padding-bottom: 3px;
	font-size: 110%;
	color: #881c1c;
	line-height: 140%;
}
h2:first-letter {
	#font-size: 145%;
}
a h2 {
	color: #881c1c;
	text-decoration: none;
}
h2 a:hover {
	color: #881c1c;
	text-decoration: underline;
}
h2 a:first-letter:hover {
	text-decoration: none;
}
h3 {
	color: #881c1c;
	font-size: 100%;
	margin: 4px 0;
}
h4 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
}
h5 {
	color: #881c1c;
	font-size: 80%;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 10px;
}
a {
	color: #881c1c;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
}
a:hover {
	text-decoration: underline;
}
a h1 {
	color: #881c1c;
	text-decoration: none;
}
a:hover h1 {
	color: #881c1c;
	text-decoration: underline;
}
p {
	
}
a.tip:hover span {
	background-color: #fff;
	font-size: 4em;
}

.view-film-search td.odd {
	background-color: transparent;
}

/*** Base classes ***/
.visited {
	color: #666;
}
.unlink, div.view-header header h2 a{ /*** Hack for automatically linked titles ***/
	pointer-events: none;
	cursor: default;
}
.nolink{
	color: #FFF;
}
article.node-page{
	width: 99%;;
}
article h1{
	text-align: left;
}
div.clear {
	clear: both;
}
.autocomplete {
	font-size: 50%;
}
.form-item {
	margin: 0.5em 0;
}
span.inline-field {
	margin: 1px 3px;
}
span.file{
	display: inline-block;
	height: 23px;
	//margin-bottom: 10px;
}
.node p {
	margin: 1.5em 0;
}
.form-submit {
	padding: 0px 5px;
    margin: 0 5px;
}
.store-rights .form-submit{
    padding: 5px;
    margin: 10px auto;
    display: block;
    color: #eee;
    border-radius: 5px;
    border: solid 1px #881c1c;
    font-size: 100%;
    font-weight:500;
    background-color: #881c1c;
}
table.list-like, table.list-like tr, table.list-like tbody{
	padding-top: 0;
	margin-top: -2px;
	max-width: 100%;
	display: inline-block;
}
table.list-like td {
	padding: 4px 1px;
	min-width: 70px;
	text-align: left;
	vertical-align: top;
}


div.edit-link, .view-header .views-field-edit-node{
	width: 210px;
	margin: 10px 5px;
	background-color: #ece9d4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	padding: 5px;
	display: inline-block;
}



/***  Header Section ***/
#header {
	text-align: center;
	background-color: #881c1c;
	color: #EEEEEE;
	//width: 100%;
	//height: 151px;
	padding: 0px;
	overflow: hidden;
}
#header img {
	padding-bottom: 0;
}
#header .block {
	margin-bottom: 0px;
	display: inline-block;
	width: 100%;
}
#header .siteLogos {
	float: left;
}
#header .siteNames {
	width: 550px;
	float: left;
}
#header .sitePic {
	float: right;
}
#header #DEFAimage {
	height: 80px;
}
#header #siteName {
	text-align: center;
/*	margin: 15px auto 0px auto;*/
	font-size: 200%;
	color: #FFF;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 2px;
}
#header #siteNameSecondary {
	text-align: center;
/*	margin: 15px auto 0px auto;*/
	font-size: 125%;
	color: #FFF;
	font-style: italic;
	padding-top: 2px;
	padding-bottom: 10px;
}
#search {
	float: right;
	padding-right: 100px;
	background-color: #000;
}

/*** Navigation ***/
ul.nice-menu,
ul.nice-menu li,
ul.nice-menu ul {
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
ul.nice-menu li a,
ul.nice-menu ul li a,
ul.nice-menu li a:visited
ul.nice-menu ul li a:visited {
	text-decoration: none;
	color: #FFF;
	line-height: 1.3em;
}
ul.nice-menu {
	position: relative;
	z-index: 450;
	float: left;
	background: #881c1c;
	padding: 1px 0px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
ul.nice-menu li {
	float: left;
	line-height: 1.3em !important;
	vertical-align: middle;
	padding: 0px 12px;
}
ul.nice-menu #quickSearch {
	float: right;
	padding: 0px 5px 0px 0px;
}
ul.nice-menu li ul li a {
	color: #FFF;
}
ul.nice-menu li.activeNav ul li {
	float: none;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 599;
	cursor: default;
}
ul.nice-menu li ul li a:hover, ul.nice-menu ul li:hover {
	color: #881c1c !important;
	font-weight: bold;
	background: #ece9d4;
}
ul.nice-menu li a:hover {
	color: #ece9d4;
}
ul#nice-menu-1 li.active-trail>a, ul#nice-menu-2 li.active-trail>a {
	font-weight: 900 !important;
	color: #dcd9b4;
	font-size: 105%;
}
ul.nice-menu > li.last {
	float: right;
	margin-left: 3px;
}
ul#nice-menu-1 li.last ul {
	width: 110%;
	right: 3px;
}
ul#nice-menu-1 li.last ul li {
	text-align: right !important;
}
ul.nice-menu li ul {
	z-index: 598;
	//min-width: 240px;
	width: 240px;
	padding: 0px;
	margin-top: 1px;
	background-color: #881c1c;
	border: solid 1px #4b0c0c;
	border-top-width: 0px;
}
ul.nice-menu ul li {
	float: none;
	text-align: left;
	border: solid 0px #4b0c0c;
	border-top-width: 1px;
}
ul.nice-menu ul ul {
	left: 99%;
}
#navigation {
	padding: 0px;
	width: 100%;
	//height: 55px;
	//background-color: #ece9d4;
	border: 0px solid #4b0c0c;
	border-bottom-width: 1px;
	height: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#nice-menu-1{
	-webkit-border-top-left-radius: 0px;
	-moz-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
#nice-menu-3 {
	background-color: #ece9d4;
	margin: 5px;
	margin-top: 14px;
	padding: 7px 1px;
	width: 778px;
}
#nice-menu-3 a {
	color: #881c1c;
	font-weight: bold;
}
#nice-menu-3 a:hover {
	color: #111;
}
#nice-menu-3 li.active-trail>a {
	text-decoration: underline;
	color: #000;
}
#nice-menu-3 li.last {
	margin-right: 30px;
}

/*** Footer ***/
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 0;
}
#footer div.block {
	margin: 0 auto;
	position: relative;
	background-color: #881c1c;
	background-position: top left;
	color: #EEE;
	clear: both;
	width: 980px;
	padding: 0;
	border: 1px solid #5b1c1c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#footer #UMasslogo {
	float: right;
	padding-right: 7px;
}
#footer a {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #999;
}
#footer p {
	margin: 4px 0;
}
#footer .block {
	margin-bottom: 0px;
}

/***  Content: General ***/
#content {
	min-height: 100%;
	padding: 0;
}
#page {
	min-height: 100%;
	overflow: hidden;
	background-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}
#main {
	padding-top: 20px;
	width: 980px;
	padding-bottom: 50px;
}
#content{
	background-image: url("../images/white-bg.png");
	background-repeat: repeat-y;
}
/***  Content: by page ***/
/*** Front page ***/
body.front #main {
	padding-top: 0;
	padding-bottom: 30px;
}
div.front-projects {
	float: left;
	width: 70%;
	min-height: 450px;
	margin-top: 30px;
	padding: 10px;
	padding-bottom: 0px;
	text-align: center;
	background-color: #EEE;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
div.front-projects p{
	text-align: left;
	font-size: 11px;
}

div.front-projects {
	//height: 180px;
	overflow: hidden;
}
.front-projects table {
	margin-top: 0px;
	margin-bottom: 0px;
}
.front-projects table, .front-projects table tr, .front-projects table td {
	border: none;
	vertical-align: top;
}
.front-projects table td {
	width: 33%;
	padding: 0 3px;
}
.front-projects table td.views-field-body {
	padding: 3px 6px;
}
.front-projects table h2, .front-projects table h3 {
	margin: 0;
	padding: 0;
}
.front-projects img {
	margin: 8px 0;
}
.front-projects table .odd, .front-projects table .even {
	background-color: #EEE;
}
div.front-individual-project {
	float: left;
	width: 33%;
}
div.front-releases {
	float: left;
	width: 24%;
	background-color: #EEE;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	margin-left: 15px;
	margin-top: -450px;
	/**margin-bottom: 30px;**/
	font-size: 11px;
	height: 641px;
	position: relative;
}
div.front-releases h2 {
	margin-top: 0.1em;
	margin-bottom: 0.3em;
	padding: 0px;
}
div.front-releases h2 {
	margin-top: 25px;
	padding: 0px;
	font-size: 125%;
	text-align: center;
}

div.front-releases .newArrivals h2 {
	margin-top: 6px;
}

div.front-releases h3{
	margin-top: .1em;
	margin-bottom: .3em;
	padding: 0;
	font-size: 110%;
}

.front-releases .dvd_releases, .front-releases .film-rentals {
	min-height: 240px;
}

.front-releases .film-rentals{
	margin-top: -5px;
}
div.front-news {
	width: 70%;
	float: left;
	//background-color: #ece9d4;
	background-color: #EEE;
	//border-color:  #dcd9c4;
	padding: 15px 10px;
	margin: 20px 10px;
	margin-left: 0;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	text-align: left;
}
div.front-news h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.front-news .upcoming-events ul {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 15px;
}
div.front-news>div.view-content {
	width: 14%; 
	float: right;
	padding-left: 10px;
}
div.front-news>div.view-header {
	width: 23%;
	float: left;
	padding-right: 10px;
}
div.front-news>div.view-header img{
	float: left;
	padding-right: 10px;
}
.front-news-img {
	float: right;
}

.front-news-img img {
	height: 135px;
}

div.front-news-label{
   /* position: absolute;
    top: 57px;
    text-align: center;
    width: 100%;
    background-color: rgba(20,20,20,0.75);
    color: #ddd;
    pointer-events: none;
    box-shadow: 0px 0px 1px #222;
    transform: rotate(90deg);
    left: 55px;
    */
    display: none;
}

div.front-news-label:hover {
	visibility: visible;
}

div.front-news-wrapper{
    position: relative;
}
div.front-news>div.view-footer {
	width: 400px; 
	float: left;
	margin: 0 5px;
	font-size: 11px;
}
span.new-release-block-cover {
	float: right;
	margin: 6px 0px 8px 10px;
	width: 100px;
}
span.rental-block-cover {
	float: left;
	margin: 6px;
	width: 100px;
}

#DonateBTN a{
	color: #fff;
	font-size: 1.5em;
	background-color: #881c1c;
	padding: 10px 20px;
	border-radius: 12px;
}

#DonateBTN a:hover{
	background-color: #fff;
	color: #881c1c;
	border: 1px solid #881c1c;
	text-decoration: none;
}

#DonateBTN {
	position: absolute;
	left: 55px;
	bottom: 28px;
}
/*** Store front ***/
a.store-more-link{
	float: right;
}
div.view-new-releases {
	text-align: left;
	padding: 4px 6px;
}
div.view-new-releases div.view-footer {
	height: 20px;
}
div.new-releases-page tr {
	background-color: #fff;
	padding: 3px;
	border-style: none;
}
div.new-releases-page td {
	background-color: #fff;
	padding: 0 8px;
	border-style: none;
	font-size: 11px;
	width: 33%;
	vertical-align: top;
}
div.new-releases-page h2 {
	margin: 4px 12px;
}

div.new-releases-page table {
	margin-top: 4px;
	margin-bottom: 10px;
	width: 100%;
}
div.new-releases-page td h3, div.new-releases-page th {
	margin: 0;
	text-align: center;
	font-size: 110%;
}

div.new-releases-page h2 a{
	text-align: center;
}

/*** Film search (film-search and film-buy) ***/
div.film-search-alphabet {
	margin: 10px auto;
}
div.catalog-row, div.genre-list-all-link, div.genre-list-link {
	margin: 0;
	padding-right: -17px;
	border-style: solid;
	border-color: #DDD;
	border-width: 1px 0px;
	padding: 4px;
	text-align: left;
	position: relative;
	color: #444;
	display: inline-block;
	width: 100%
}
div.catalog-row:hover ,div.genre-list-all-link:hover, div.genre-list-link:hover {
	border-color: #999;
	background-color: #FBFBF4;
	color: #000;
}
div.film-search-view {
	margin-top: 14px;
}
.views-widget-filter-field_new_release_value, .views-widget-filter-field_coming_soon_value{
	visibility: hidden;
	display: none;
}
.fs-title {
	/*position: absolute;
	left: 80px;
	top: 1px;*/
	margin-top: 0.1em;
	width: 100%;
	line-height: 120%;
	display: inline-block;
}

.view-film-search .views-field-title {
	display:inline-block;
	vertical-align: top;
}

.fs-title i {
	font-weight: 500;
	size: 11pt;
}
.fs-synopsis {
	/*position: absolute;
	left: 80px;
	top: 36px;*/
	vertical-align: top;
	overflow: hidden;
	height: 50px;
	font-size: 90%;
}
div.fs-people {
	/*position: absolute;
	left: 80px;
	top: 20px;*/
	height: 20px;
	overflow: hidden;
	width: 75%;
}
div.fs-people span {
	float: left;
	max-width: 500px;
	padding-right: 4px;
}
.fs-people table {
	margin: 0px;
}

/*.views-field-field-cover-image{
	width: 80px;
	display: inline-block;
}*/

.leftFilmsSection {
	width: 535px;
	display: inline-block;
	vertical-align: top;
}
.leftFilmsSection h2 {
	margin-bottom: 0;
}

.view-film-display-view tr {
	background-color: #fff;
	border-bottom: none;
}

.CoODurColor{
	width: 125px;
	float: right;
}

	/*.fs-country {position: absolute;
	right: 5px;
	top: 1px;
}
.fs-color {
	position: absolute;
	right: 5px;
	top: 20px;
}
.fs-duration {
	position: absolute;
	right: 45px;
	top: 35px;
}*/

.film-search-view .views-field-field-cover-image, .film-buy-view .views-field-field-cover-image {
	width: 80px;
	display: inline-block;
}

/*** People search ***/
.ps-name {
	position: absolute;
	left: 95px;
	top: 0;
	margin-top: 0.1em;
	width: 600px;
	line-height: 100%;
}
.ps-bio {
	position: absolute;
	left: 95px;
	top: 22px;
	vertical-align: top;
	overflow: hidden;
	height: 80px;
}
.ps-image {
	text-align: center;
	width: 90px;
}

/*** Search exposed filters ***/
#block-views-exp-film-search-page-1 {
	background: #881c1c;
	background: -moz-linear-gradient(top, #881c1c 0%, #881c1c 18%, #881c1c 40%, #a83c3c 56%, #c85c5c 73%, #ffffff 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #881c1c), color-stop(18%, #881c1c), color-stop(40%, #881c1c), color-stop(56%, #a83c3c), color-stop(73%, #c85c5c), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #881c1c 0%, #881c1c 18%, #881c1c 40%, #a83c3c 56%, #c85c5c 73%, #ffffff 100%);
	background: -o-linear-gradient(top, #881c1c 0%, #881c1c 18%, #881c1c 40%, #a83c3c 56%, #c85c5c 73%, #ffffff 100%);
	background: -ms-linear-gradient(top, #881c1c 0%, #881c1c 18%, #881c1c 40%, #a83c3c 56%, #c85c5c 73%, #ffffff 100%);
	background: linear-gradient(to bottom, #881c1c 0%, #881c1c 18%, #881c1c 40%, #a83c3c 56%, #c85c5c 73%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#881c1c', endColorstr='#ffffff', GradientType=0 );
	color: #FFF;
	margin: 14px 0;
	margin-bottom: 30px;
	padding: 4px;
	border: 0px solid #5b1c1c;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	min-height: 730px;
	text-align: left;
}
#block-views-exp-film-search-page-1 h2 {
	color: #ece9d4;
	text-align: center;
}
#block-views-exp-film-search-page, #views-exposed-form-people-search-page , div.genre-list{
	background-color: #ece9d4;
	color: #000;
	margin: 14px 0;
	padding: 4px;
	border: 1px solid #ccc9b4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: left !important;
}
div.related-pdf strong{
	margin-top: 20px;
	display: block;
	margin-left: 4px;
}
div.related-pdf ul{
	list-style: none;
}
/*** Film page ***/
.view-film-display-view tr.odd {
	background-color: #fff;
	border-bottom: none;
}

div.film-page {
	margin: 0;
	text-align: left;
	position: relative;
	min-height: 100%;
}
div.film-page-left {
	position: relative;
	float: left;
	width: 265px;
	background-color: #EEE;
	padding: 7px;
	margin-bottom: -9939px;
	padding-bottom: 9999px;
	overflow: hidden;
}
div.film-page-middle {
	position: relative;
	float: left;
	width: 408px;
	padding: 2px 7px;
	margin-bottom: -9939px;
	padding-bottom: 9999px;
	overflow: hidden;
}
div.film-page-right {
	position: relative;
	float: left;
	width: 265px;
	background-color: #EEE;
	padding: 7px;
	margin-bottom: -9939px;
	padding-bottom: 9999px;
	overflow: hidden;
}
div.film-format {
	width: 140px;
	padding-right: 16px;
	padding-top: 8px;
	float: right;
}
div.img-copyright, .field-name-field-image-copyright{
	margin: 1px 0;
	margin-bottom: 9px;
	color: #444;
	text-align: center;
	font-size: 10px;
}
div.img-copyright p{
	line-height: 7px;
}
.fp-cover {
	width: 100%;
	text-align: center;
}
.fp-still {
	width: 100%;
	text-align: center;
	margin: 5px 0;
	margin-bottom: 0;
}
.fp-title {
	width: 95%;
	margin: 0;
	font-size: 140%;
	padding: 0;
}
.fp-otitle {
	width: 95%;
	color: rgba(107, 44, 44, 0.75);
	margin: 0;
	font-size: 110%;
}
.view-display-id-film_info{
	font-size: 11px;
}
.fp-subs {
	width: 100%;
}
.fp-spfeatures {
	width: 100%;
}
.fp-people {
	width: 100%;
}
.fp-people ul {
	margin: 0.5em 0;
}

div.fp-category {
	width: 100%;
	text-align: left;
	margin: 8px 0px;
}
div.fp-category ul {
	margin: 0;
	list-style: none;
}
div.fp-category li {
	padding 2px 0;
}

div.fp-related-view {
	width: 100%;
	display: inline-block;
	padding: 0;
}
div.fp-related-view .view-header {
	font-weight: 700;
	padding: 12px 0;
}
.fp-buy div, .rent-button{
	width: 30%;
	padding: 3%;
	//margin-top: 75px;
	//margin: 5px auto;
	background-color: #ece9d4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	float: left;
	border: solid 1px #dcd9c4;
}
.fp-buy div a:hover, .rent-button a:hover{
	text-decoration: none;
}

#views-exposed-form-film-search-page .views-exposed-widget .form-submit, #views-exposed-form-people-search-page .views-exposed-widget .form-submit{
	padding: 3%;
	background-color: #881c1c;
	color: #ece9d4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	float: right;
	border: solid 1px #dcd9c4;
}
#views-exposed-form-film-search-page .views-exposed-widget .form-submit:hover, #views-exposed-form-people-search-page .views-exposed-widget .form-submit:hover{
	background-color: #780c0c;
	color: #ece9d4;
	text-decoration: none;
}

#views-exposed-form-film-search-page-1 .views-exposed-widget .form-submit{
	padding: 3%;
	background-color: #ece9d4;
	color: #881c1c;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	float: right;
	border: solid 1px #dcd9c4;
}
#views-exposed-form-film-search-page-1 .views-exposed-widget .form-submit:hover{
	background-color: #dcd9c4;
	color: #780c0c;
	text-decoration: none;
}


.fp-buy img {
	width: 45%;
	padding: 0 4%;
	text-align: center;
	float: left;
}
.fp-buy, .rent-link {
	width: 100%;
	margin: 15px 0;
	display: inline-block;
}
div.fp-pdf span.file{
	display: block;
	margin: 3px;
}
div.fp-credits table {
	margin: 0;
	margin-left: 30px;
}
div.fp-credits caption{
	float: left;
	text-decoration: underline;
	padding-top: 6px;
	padding-bottom: 1px; 
}
div.rent-link table {
	margin: 0;
}
div.rent-link table tr {
	border: none;
}
div.film-page-block {
	margin: 0 4px;
	text-align: center;
	min-height: 120px;
	max-height: 190px;
	float: left;
	width: 78px;
	display: block;
	position: relative;
}
div.film-page-block .field-content {
	width: 100%;
}
div.film-page-block span {
	font-size: 75%;
}
div.film-buy-view {
	margin-top: 50px;
}

#edit-title-wrapper, #edit-field-original-title-value-wrapper, #edit-field-category-tid-wrapper {
	width: 100%;
}

/*** Film store page  ***/
body.page-store #content{
	width: 784px;
}
div.film-store-page {
	text-align: left;
	padding: 5px;
}
div.store-right {
	float: left;
	width: 260px;
	margin: 15px 0 5px 0;
	margin-left: 50px;
	padding-bottom: 55px;
}
div.store-rights header, div.store-rights div.field-label, .commerce-product-field-commerce-price .component-title {
	display: none;
	visibility: hidden;
}
div.store-rights{
	margin: 10px auto;
    height: 140px;
    font-size: 11px;
    background-color: #ece9d4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    padding: 5px 2px;
    display: block;
}
div.store-rights .field-type-commerce-product-reference > .field-items{
    width: 100%;
    display: block;
}
div.store-rights select{
    margin-top: 20px;
    font-size: inherit;
    margin: 28px auto 0px auto;
    display: block;
    padding: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#edit-submit--3{
	display: block;
	margin: 0 auto;
}
.commerce-product-field-commerce-price{
    font-size: 150%;
    font-weight: bold;
    position: absolute;
    top: -21px;
    width: 100%;
    height: 30px;
}
.commerce-product-field-commerce-price table{
    margin: 1.5em auto;  
}
.commerce-product-field-commerce-price tr{
	background: none;
	border: none;
}
.commerce-product-field-commerce-price td{
	padding: 2px 5px;
}
.purchase-notice{
	text-align: center;
	padding: 10px 2px;
}
div.store-rights-label{
	font-size: 12px;
	font-weight: bold;
}
div.store-info-link {
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
}
div.store-info{
	margin-top: -5px;
}
div.store-cover img{
	width: 75%;
	margin: 0 auto;
}
div.store-cover{
	margin-bottom: 15px;
	text-align: center;
}

div.store-left {
	float: left;
	padding-bottom: 55px;
	width: 460px;
}
div.store-directors-container {
	display: inline-block;
}
div.store-directors {
	width: 370px;
	margin-top: -5px;
}
strong.store-directors-label {
	float: left;
	width: 66px;
}
div.store-directors table {
	margin: 5px 0;
}
div.store-directors tr.odd, div.store-directors tr.even {
	border-style: none;
	background-color: #FFF;
}
div.store-synopsis {
	margin: 15px 0;
}
h1.store-title {
	text-align: left;
}

/*** People page ***/
div.people-page {
	margin: 0;
	text-align: left;
	position: relative;
	min-height: 100%;
}
div.people-page h2 {
	font-size: 125%;
}
div.people-page-img {
	width: 96%;
	margin: 0 auto;
	margin-top: 15px;
}
div.people-page-left {
	position: relative;
	float: left;
	width: 255px;
	background-color: #EEE;
	padding: 7px;
	padding-top: 5px;
	margin-bottom: -99939px;
	padding-bottom: 99999px;
	overflow: hidden;
}
div.people-page-middle {
	position: relative;
	float: left;
	width: 406px;
	padding: 18px;
	padding-top: 4px;
	margin-bottom: -99939px;
	padding-bottom: 99999px;
	overflow: hidden;
}
div.people-page-right {
	position: relative;
	float: left;
	width: 255px;
	background-color: #EEE;
	padding: 7px;
	margin-bottom: -99939px;
	padding-bottom: 99999px;
	overflow: hidden;
}
/*** Project pages (general) ***/
div.project-sponsors {
	margin: 4px;
	min-height: 1px;
	float: left;
	position: relative;
}
div.project-premiere{
	opacity: 0.9;
	color: #881c1c;
}
div.project-sponsors img {
	max-height: 70px;
	max-width: 280px;
	display: block;
	border: 1px solid #EBEBE4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FBFBF4;
}
div.project-sponsors span {
	display: inline-block;
	width: 300px;
}
div.project-associated {
	display: inline-block;
	width: 100%;
}
div.project-associated div.film-page-block {
	margin: 3px 4px;
}
.project-mtitle {
	margin: 6px;
	font-size: 140%;
}
.project-title {
	//margin: 0.3em;
	font-size: 140%;
	padding-bottom: 0;
}
.project-subtitle {
	margin: 0.1em;
	margin-bottom: 1.0em;
	opacity: 0.9;
	text-align: center;
}
div.project-img {
	text-align: center;
}
div.view-special-events-view div.project-img {
	padding-top: 15px;
}
#views-exposed-form-projects-page-with-page-title-3, #views-exposed-form-projects-page-with-page-title-1 {
	margin-left: -30px;
	margin-right: -10px;
}
div.view-projects {
	text-align: left;
}
.project-associated h1, .project-related h1{
	margin: 0.5em;
	font-size: 140%;
}
div.view-projects a {
	font-weight: bold;
}
div.view-projects div.view-header {
	width: 35%;
	float: left;
	padding: 17px 11px;
	background-color: #F0F0F0;
	margin-bottom: -8640px;
	padding-bottom: 8700px;
}
div.view-projects div.view-header img {
	margin: 0 auto;
	display: block;
	margin-bottom: 16px;
}
div.view-projects div.view-header h2 {
	margin-bottom: 6px;
	font-size: 135%;
	margin-top: 0;
}
#edit-field-fs-film-series-type-tid-4 {
	display: none;
	visibility: invisible;
}
div.view-projects > div.view-content, div.view-projects div.view-filters, div.view-projects div.view-empty {
	width: 61%;
	float: left;
	padding: 7px 5px;
	padding-bottom: 0;
}
.associated-films {
	margin-left: 18px;
}
div.related-people {
	width: 81px;
	margin: 5px;
	float: left;
	height: 161px;
	text-align: center;
	overflow: hidden;
}
div.related-people img{
	max-height: 107px; 
}
.project-associated h2 {
	margin-bottom: 1px;
}
.project-list {
	margin: 4px 0;
}
/*** Project (memories) ***/
div.memories-middle {
	position: relative;
	float: left;
	width: 623px;
	padding: 9px;
	padding-top: 12px;
	margin-bottom: -99984px;
	padding-bottom: 99999px;
}
div.memories-middle .project-title{
	margin-bottom: 10px;
}
/*** Project (SFI) ***/
div.sfi-left {
	position: relative;
	float: left;
	width: 299px;
	background-color: #EEE;
	padding: 20px;
	padding-top: 5px;
	margin-bottom: -99984px;
	padding-bottom: 99999px;
}
div.sfi-middle {
	position: relative;
	float: left;
	width: 328px;
	padding: 9px;
	padding-top: 12px;
	margin-bottom: -99984px;
	padding-bottom: 99999px;
}
div.sfi-right {
	position: relative;
	float: left;
	width: 281px;
	background-color: #EEE;
	padding: 7px;
	margin-bottom: -99984px;
	padding-bottom: 99999px;
}

/*** Project (Film Series) ***/
div.fs-left {
	position: relative;
	float: left;
	width: 293px;
	background-color: #EEE;
	padding: 20px;
	padding-top: 5px;
	margin-bottom: -99984px;
	padding-bottom: 99999px;
}
div.fs-middle {
	position: relative;
	float: left;
	width: 328px;
	padding: 9px;
	padding-top: 12px;
	margin-bottom: -99984px;
	padding-bottom: 99999px;
}
div.fs-right {
	position: relative;
	float: left;
	width: 287px;
	background-color: #EEE;
	padding: 7px;
	margin-bottom: -99984px;
	padding-bottom: 99999px;
}

/*** Genre page ***/
.view-genres.view-display-id-page>div.view-header {
	width: 35%;
	float: left;
	padding: 17px 11px;
	background-color: #F0F0F0;
	margin-bottom: -8640px;
	padding-bottom: 8700px;
}
.view-genres.view-display-id-page>div.view-header img {
	margin: 0 auto;
	display: block;
	margin-bottom: 16px;
}
.view-genres.view-display-id-page>div.view-header h2 {
	margin-bottom: 6px;
	font-size: 135%;
	margin-top: 0;
}
.view-genres.view-display-id-page > div.view-content{
	width: 61%;
	float: left;
	padding: 7px 5px;
}
.view-genres.view-display-id-page > div.view-content h3{
	margin: 0;
	margin-bottom: 6px;
}
div.genre-list-all-link, div.genre-list-link{
	text-align: left;
	padding: 2px 0;
}
div.genre-list{
	margin: 0 auto;
	width: 61%;
	padding: 5px;
}

.genre-picture{
	float: left;
	width: 100px;
	margin-right: 6px;
}
.genre-picture img{
	height: 140px;
}
.genre-name{
	margin: 4px 0;
}

div.genre-link {
	position: absolute;
	top: 5px;
	right: 9px;
	font-weight: 700;
}

/*** Print materials ***/
table.print-materials {
	border: solid 1px #000;
	width: 65%;
	margin: 3px auto;
	text-align: center;
}
table.print-materials td {
	border: solid 1px #888;
	vertical-align: top;
	margin: 1px;
	line-height: 1.6;
}

/*** Static layout  and legacy code***/
.triCol {
	float: left;
	width: 31%;
	padding: 1%;
	clear: none;
	height: 100%;
	text-align: left;
	background-color: transparent;
	padding-bottom: 10%;
	padding-top: 2px;
}
.triColWrapper {
	height: 100%;
	overflow: hidden;
}
.greyCol {
	background-color: #F0F0F0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000px;
	width: 33%;
	z-index: -1;
}
#rightColWide {
	float: right;
	width: 642px;
 /* since this element is floated, a width must be given */
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
 /* top and bottom padding create visual space within this div */
	bottom: 0px;
	clear: none;
	text-align: left;
}
#highlightBox {
	padding: 5px 10px;
	width: 200px;
	background-color: #ece9d4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 10px 7px;
	text-align: center;
	display: none;
}
#leftCol *, #rightCol *, #centerCol *, {
	margin-left: 5px;
 /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
}
#leftCol img {
	width: 90%;
/*	float:left;  */
	clear: both;
	padding-left: 3%;
}
.sidebar #block-block-3, .sidebar #block-block-4 {
	margin-top: 1px;
    	padding: 15px 3px 50px 3px;
    	background-color: #F0F0F0;
}

/*** Shopping cart styling ***/
.shopping-cart table {
	float: left;
	max-width: 75%;
	margin-left: 5px;
}
.shopping-cart form table th, .shopping-cart-summary form table th {
	text-align: center;
}
.shopping-cart .line-item-summary {
	float: right;
	margin: 20px;
	padding: 50px;
}
.shopping-cart .line-item-summary .line-item-total-raw {
	font-weight: bold;
	color: #881c1c;
}
.shopping-cart .form-actions {
	/** float: right;
	margin-top: -60px;
	margin-right: 20px; **/
	clear: left;
}
.shopping-cart tbody td, .shopping-cart-summary tbody td {
	padding: 5px;
}
.shopping-cart .form-actions input {
	padding: 0px 5px;
	margin: 0px 5px;
}
div.addressfield-container-inline > div.form-item {
	float: none;
}

/*** Fixes  (Drupal + Modules) ***/
div.views-exposed-widgets {
	//text-align: left;
	padding: 3px;
	width: 100%;
}
div.views-exposed-widgets div.views-exposed-widget{
	width: 97%;
}
#autocomplete {
	width: 400px;
	background-color: #444;
	font-size: 1em;
}
#views-exposed-form-projects-page-with-page-title-1 div.views-exposed-widgets div, #views-exposed-form-projects-page-with-page-title-3 div.views-exposed-widgets div{
	width: 180px;
	text-align: left;
	float: right;
	color: #881c1c; 
}
.ui-accordion {
	font-size: 13px;
}
.ui-accordion-icons .ui-accordion-header a {
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.ui-accordion-icons .ui-accordion-header h2 {
	padding-bottom: 0px;
	margin-bottom: 3px;
	margin-top: 3px;
}
#block-shib-auth-login-box {
	display: none;
}
body.page-user #block-shib-auth-login-box {
	display: block;
}
div.date-nav ul {
	list-style: none;
}
div.date-nav ul li {
	background-color: #881c1c !important;
	color: #ece9d4;
}
div.date-nav-wrapper {
	margin: 0;
	min-height: 1px;
}
div.date-nav-wrapper div.date-nav {
	padding: 0 !important;
	margin: 0 !important;
}
/*** Grey column fix ***/
div.film-page, div.people-page {
	overflow: hidden;
} 
div.people-page-right>div.view-content, div.people-page-middle>div.view-content, div.people-page-left>div.view-content, div.film-page-right>div.view-content, div.film-page-middle>div.view-content, div.film-page-left>div.view-content {
	padding-bottom: 50px;
	overflow: visible;
}
body.page-film #main, body.page-people #main, body.page-store #main {
	position: absolute;
	top: 91px;
	bottom: 0;
}
body.page-film.logged-in #main, body.page-people.logged-in #main, body.page-store.logged-in #main {
	position: absolute;
	top: 156px;
	bottom: -65px;
}
/** Chrome hack for columns that go all the way down **/
.chrome div.film-page, .chrome div.people-page,{
	overflow: visible;
}
.chrome #page{
	margin-bottom: -9939px;
	padding-bottom: 9999px;
}

.field-name-commerce-price .component-type-taxmassachusetts-sales-tax, .field-name-commerce-price .component-type-base-price{
	display: none;
}


/** testing section **/
ul li{
	line-height: 17px;
	padding: 4px 0;
}
.region-sidebar-first{
	padding: 0;
}

.view-display-id-block_1.view-film-display-view tr {
  background-color: transparent;
}
