@charset "UTF-8";
/* CSS Document */

/* HTML RESET */

* {
	margin:0;
	padding:0;
}

html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}

body {
	background: #cccccc url(/images/bg.jpg) repeat-x;
	text-align: center;
	font: 12px Helvetica, Arial, sans-serif;
	color: #333;
}

a {
    text-decoration:none !important;
}

h1 {
    font-size: 21px;
    font-weight: lighter;    
    line-height: 1em;
    color: #666;
	margin: 0px;
	padding: 0px;
}

h2 {
    font-size: 16px;
    font-weight:lighter;    
    line-height:1em;
    color:#666;
	margin: 0px;
	padding: 0px;
}

h3 {
    font-size:14px;
    font-weight:lighter;    
    line-height:1em;
    color:#666;
	margin: 0px;
	padding: 0px;
}

h4 {
    font-size:13px;
    font-weight:lighter;
    line-height:0.7em;
    color:#666;
	margin: 0px;
	padding: 0px;
}


/* GLOBAL STYLES */

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.center{
	text-align:center;
}

.alert {
	margin: 0px;
	text-align: center;
}

.alert button {
	margin-top: -5px;
}
/* MAIN CONTENT STYLES */

.container {
	padding: 0px;
    text-align: left;
	width: 860px;
}

.header {
	width: 100%;
    position: relative;
    margin: 13px 0px;
}

.header img {
	width: 180px;
	margin-left: 15px;
}

.header .nav {
    //margin-right:13px;
}

.header .nav .dropdown-menu {
	margin-top: 0px;
}

.header .nav-pills>li {
    margin: 3px 0px 0px 0px;
}

.header .nav-pills>li>a {
    color: #666;
    font-size: 11px;
    padding: 11px 15px;
}

.header .nav-pills>li.plain>a {
	padding: 10px 15px 0px;
}

.header .nav-pills img {
    margin: -8px 0 0 0;
}

.content {
	width: 100%;
}

.footer {
	float:left;
	width: 100%;
	font-size:12px;
	margin-top:50px;
	text-align:center;
	height:80px;
}

.footer a {
	color:#35573f;
}

.footer a:hover {
	color:#428bca;
}

/* HOMEPAGE STYLES */

.carousel {
	margin-top: 23px;
	background-color: #FFF;
	position: relative;
	height: 317px;
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-inner>.item>a>img {
	height: 317px;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-fade .item img {
	margin: 0 auto;
}

.carousel-caption a {
	color: #FFF;
    font-style: italic; 
    font-weight: bold; 
	font-size: 1em;
    z-index: 10;
	text-align: left;
}

.carousel .carousel-caption { 
	visibility: hidden; 
}

.carousel:hover .carousel-caption { 
	visibility: visible; 
}

.carousel .carousel-caption {
	opacity: .5;
	width: 100%; 
	overflow: hidden; 
	position: absolute; 
	bottom: 0px; 
	background-color: rgb(0, 0, 0); 
	padding: 4px; 
	left: 0px; 
	display: block;
}

.carousel-indicators {
	position: absolute;
	left: 20px;
	top: 20px;
	margin-left: 0px;
	width: inherit;
	height: inherit;
}

.carousel-indicators li {
	display: inherit;
	margin: 1px;
	margin-bottom: 8px;
	border: none;
	border-radius:0;
	background-color: #666;
}

.carousel-indicators li.active {
	background-color: rgb(156, 203, 67);
	border: none;
	width: 10px;
	height: 10px;
	margin: 1px;
	margin-bottom: 8px;
}

.tile-container{
	margin: 0px;
    height: 176px;
}

.tile-container>div{
	position: relative;
    height:176px;
    color: #333;
    padding:0;
    margin:0;
	width: 25%;
	float: left;
}

.tile-container img{
    margin:6.5px 8px;
	max-height: 133px;
	max-width: 200px;
}

.tile-container a{
	color:#FFF;
}

.tile-container xh6 {
	position:absolute;
	top:0;
	margin:0;
	padding:12px 8px 3px 15px;
	font-size: 14px;
}

.tile-container h6{
	position:absolute;
	bottom:0;
	margin:0;
	padding: 6px;
	text-align:center;
	width:100%;
	font-size: 14px;
}

.tile-container .Exhibition, 
.tile-container .Exhibition h6, 
.tile-container .Exhibition p{
	background:#5e7750;
}

.tile-container .Film, 
.tile-container .Film h6, 
.tile-container .Film p {
	background:#577887;
}

.tile-container .Event, 
.tile-container .Event h6, 
.tile-container .Event p {
	background:#a26725;
}

.tile-container .Collection, 
.tile-container .Collection h6, 
.tile-container .Collection p {
	background:#303c78;
}


.tile-container .Performance, 
.tile-container .Performance h6, 
.tile-container .Performance p {
	background:#a26725;
}

.tile-container .Program, 
.tile-container .Program h6, 
.tile-container .Program p {
	background:#303c78;
}

/* TWO COLUMN STYLES */

.left-column-outer {
	float:left;
	/*width:605px;*/
	width: 640px;
	margin: 0px;
}

.left-column-inner {
	background:#FFF;
	min-height:630px;
}

.right-column {
	width: 200px;
	margin: 0px;
	float:right;
}

#category-nav a{
	color:#FFF;
}

#category-nav ul{
	height:20px;
	list-style:none;
}

#category-nav li {
	float: left;
	width: 25%;
	height: 30px;
	text-align: center;
	padding: 10px 0 0 0;
	color: #FFF;
	background: rgba(135,135,136,.7);
	border-right: #FFF solid 1px;
}

#category-nav li:last-child {
	border-right: none;
}

#category-nav li a {
	display: block;
	text-decoration: none;
}

#category-nav li.exhibitions:hover {
	background:#5e7750;
}

#category-nav li.films:hover {
	background:#577887;
}

#category-nav li.events:hover {
	background:#a26725;
}

#category-nav li.collections:hover {
	background:#303c78;
}

.color-bar {
	height:6px;
	background:#626262;
}

.content-detail {
	padding: 13px;
	overflow: hidden;
}

.content-detail td {
	vertical-align: top;
}

.content-detail td:first-child {
	xwidth: 50%;
}

.content-detail p, .content-detail div {
	color:#666;
	line-height:1.5em;
	margin: 0px;
	font-size: 13px;
}

.content-detail .credit-line {
	color: #888;
	font-size: 12px;
	line-height: 1.3em;
}

/*
.content-detail .table {
	margin-bottom: 0px;
}
*/

.masonry {
/*	padding: 30px;*/
}

.masonry .item {
	margin: 5px;
}

.masonry .item img {
	width: 150px;
	height: auto;
}

#feature {
	/*margin-bottom: 23px;*/
}

#feature img {
	/*width: 605px;*/
	width: 100%;
	border:#a9a9a9 solid 1px;
}

.content-detail span.buy-ticket, 
.record-data span.buy-ticket {
border-radius: 10px; 
display: inline-block; 
cursor: pointer; 
color: rgb(255, 255, 255); 
font-family: Arial; 
font-size: 13px; 
padding: 5px 13px;
text-decoration: none;
text-shadow: rgb(0, 0, 0) 0px 1px 0px; 
background: linear-gradient(rgb(87, 120, 135) 5%, rgb(95, 148, 172) 100%) rgb(87, 120, 135);	
float: right;	
}

.content-detail span.buy-ticket a,
.record-data span.buy-ticket a {
	color: #FFF;
}

/*
a.buy-ticket img {
	margin-top: -5px;
	border: none !important;
}
*/

.content-detail span.reserve-ticket,
.record-data span.reserve-ticket {
border-radius: 10px; 
display: inline-block; 
cursor: pointer; 
color: rgb(255, 255, 255); 
font-family: Arial; 
font-size: 13px; 
padding: 5px 13px;
text-decoration: none;
text-shadow: rgb(0, 0, 0) 0px 1px 0px; 
background: linear-gradient(rgb(87, 120, 135) 5%, rgb(95, 148, 172) 100%) rgb(87, 120, 135);	
float: right;	
}

.content-detail span.reserve-ticket a,
.record-data span.reserve-ticket a {
	color: #FFF;
}

.content-detail span.reserve-ticket a:hover,
.record-data span.reserve-ticket a:hover {
	color: #FFF;
}

/*
span a.reserve-ticket img {
	border: none !important;
}
*/

.record-module:first-child {
	padding: 0px;
	min-height: 167px;
}

.record-module {
    padding: 13px 0;
	min-height: 180px;
	line-height: 1em !important;
	clear: both;
}

.record-module p, .record-module div {
	line-height: 1em;
}

.record-image {
	float: left;
}

.record-image>a img {
	/*max-width: 150px;*/
	max-width: 225px;
	max-height: 167px;
	border: #333 solid 1px;
}

.record-data {
	/*padding-left: 170px;*/
	padding-left: 238px;
	padding-bottom: 20px;
}

.record-data h1 {
    font-size:18px;
	margin: 0px;
	padding: 0px;
}

.record-data h2 {
    font-size:14px;
	margin: 0px;
	padding: 0px;
}

.record-data h3 {
    font-size:12px;
	margin: 0px;
	padding: 0px;
}

.record-data td {
	vertical-align: top;
}

.record-data td:first-child {
	width: 50%;
}

.record-data div.summary {
	line-height: 1.5em;
    white-space: pre-line;
}

/*
.record-data .table {
	margin-bottom: 2px;
}
*/

.record-data span.announcement {
    font-size:12px;
	margin: 1px 0px;
	padding: 0px;
	font-style: italic;
}

#links {
	width:323px;
	background:#b5b5b5;
	margin: 50px -13px -13px 0px;
	float:right;
	clear:both;
	line-height: normal;
}

#links img {
	margin:-42px 0 0 28px;
}

#links ul {
	margin:0px 0 10px 60px;
	font-size:14px;
}

#links li {
	list-style-image:url(//artsblock.ucr.edu/images/bullet-w.png);
	padding:5px 0;
}

#links a {
	color:#FFF;
}

#links a:hover {
	text-decoration:underline;
}

/* SIDE COLUMN STYLES */

#search-form{
	margin:0 0 13px 0;
}

#search-form input{
	border:none;
	color: #000;
	height:23px;
	padding:0 5px;
}

#search-form input.search-go {
	background:url(/images/btn-search.png) no-repeat;
	width:21px;
	position: relative;
	top: 10px;
	left: 2px;
	cursor:pointer;
}

.give-now {
	text-align: center;
	color: #555;
}

.give-now div {
	margin-top: 10px;
}

.infocus {
	background: rgba(135,135,135,.7);
	color:#FFF;
	min-height:404px;
	padding: 5px 18px;
	/*margin:13px 0px 10px 0;*/
	margin-bottom: 10px;
}

.infocus ul {
	list-style: none;
	xmargin-top: 23px;
}

.infocus li {
	font-size: 14px;
	min-height: 23px;
	border-left: #FFF solid 5px;
	border-top: #FFF solid 1px;
	padding: 5px;
	margin-bottom: 23px;
	font-weight: lighter;
}

.infocus li a {
	color: #FFF;
}

.infocus li.Exhibition  {
	border-color: #5e7750;
}

.infocus li.Film  {
	border-color: #577887;
}

.infocus li.Performance  {
	border-color: #a26725;
}

.infocus li.Program  {
	border-color: #303c78;
}


.infocus #title {
        xwidth:202px;
        clear:both;
        border-top:#FFF solid 1px;
        color:#FFF;
        font-size:18px;
        padding:33px 0 18px 0;
}

/* EXHIBITIONS STYLES */

.Exhibition .color-bar,
.Exhibition #category-nav li.exhibitions {
	background: #5e7750;
}

.Exhibition .content-detail h1,
.Exhibition .content-detail h2,
.Exhibition .content-detail a {
	color: #5e7750;
}

.Exhibition .content-detail a:hover{
	color: #a5bb99;
}

.Exhibition #feature img {
	border: #5e7750 solid 1px;
}

.Exhibition .record-module:first-child {
	border-top: none;
}

.Exhibition .record-module{
	border-top: #5e7750 solid 1px;
}

.Exhibition .block_title {
	background-color: #a6bb9a;
}


/* FILM STYLES */

.Film .color-bar,
.Film #category-nav li.films {
	background: #577887;
}

.Film .content-detail h1,
.Film .content-detail h2,
.Film .content-detail a{
	color: #577887;
}

.Film .content-detail a:hover {
	color: #a9cbda;
}

.Film #feature img{
	border:#577887 solid 1px;
}

.Film .record-module:first-child {
	border-top: none;
}

.Film .record-module {
	border-top:#577887 solid 1px;
}

.Film #links{
	background:#a9cbda;
}

.Film .block_title {
	background-color: #aacbda;
}


/* EVENTS STYLES */

.Event .color-bar,
.Event #category-nav li.events {
	background:#a26725;
}

.Event .content-detail h1,
.Event .content-detail h2,
.Event .content-detail a{
	color:#a26725;
}

.Event .content-detail a:hover{
	color:#c3985b;
}

.Event #feature img{
	border:#a26725 solid 1px;
}

.Event .record-module:first-child {
	border-top: none;
}

.Event .record-module{
	border-top:#a26725 solid 1px;
}

.Event #links{
	background:#c3985b;
}

.Event .block_title {
    background-color: #c4985b;
}

/* COLLECTIONS STYLES */

#Collections .color-bar,
#Collections #category-nav li.collections {
	background: #303c78;
}

#Collections .content-detail h1,
#Collections .content-detail h2,
#Collections .content-detail a{
	color:#303c78;
}

#Collections .content-detail a:hover{
	color:#303c78;
}

#Collections #feature img{
	border:#303c78 solid 1px;
}

#Collections .record-module:first-child {
	border-top: none;
}

#Collections .record-module {
	border-top:#303c78 solid 1px;
}

#Collections #links{
	background:#303c78;
}

#Collections .block_title {
	background-color: #5b689f;
}

/* PERFORMANCES STYLES */

.Performance .color-bar,
.Performance #category-nav li.performances {
	background:#a26725;
}

.Performance .content-detail h1,
.Performance .content-detail h2,
.Performance .content-detail a{
	color:#a26725;
}

.Performance .content-detail a:hover{
	color:#c3985b;
}

.Performance #feature img{
	border:#a26725 solid 1px;
}

.Performance .record-module:first-child {
	border-top: none;
}

.Performance .record-module{
	border-top:#a26725 solid 1px;
}

.Performance #links{
	background:#c3985b;
}


/* PROGRAMS STYLES */

.Program .color-bar,
.Program #category-nav li.programs {
	background:#303c78;
}

.Program .content-detail h1,
.Program .content-detail h2,
.Program .content-detail a{
	color:#303c78;
}

.Program .content-detail a:hover{
	color:#5a679f;
}

.Program #feature img{
	border:#303c78 solid 1px;
}

.Program .record-module:first-child {
	border-top: none;
}

.Program .record-module {
	border-top:#303c78 solid 1px;
}

.Program #links{
	background:#5a679f;
}

/* Page Styles */

.Page .block_title {
	background-color: rgba(135,135,136,.7); /*#626262;*/
}

.Page .content-detail h2{
	margin:15px 0 0 0;
}

.Page #map {
	margin:0 30px 0 0;
}

.Page .content-detail ul {
	margin:0 0 0 20px;
}

.Page .content-detail ul li{
	margin:0 10px 10px 10px;
	color:#333;
	line-height:1.3em;
	list-style-image:url(//artsblock.ucr.edu/images/bullet-g.png)
}

.Page .content-detail p {
	margin-bottom: 1.5em;
}

/*
.Page .content-detail p {
    line-height: 18px;
}

.Page .content-detail div {
    line-height: 1.4em;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
*/

body.email {
	text-align:left;
	width:551px;
	margin:33px 0 33px 0;
	padding:0 0 0 23px;
	background: none; //#cccccc url(//artsblock.ucr.edu/images/bg.jpg) repeat-x;
}

.block_title {
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    padding-right: 10px;
    line-height: 70%;
    height: 46px;
    /*width: 322px;*/
    width: 301px;
    color: white;
    letter-spacing: 2px;
    font-family: "Arial Narrow", Arial, sans-serif;
    overflow: hidden;
}

.block_title span.lastWord {
    font-size: 40px;
    position: relative;
    letter-spacing: 3px;
    top: 25px;
}

.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.grid {
	width: 100%;
}

.grid .col-2 {
	width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding: 0px 15px;
}

#contact .content-detail h1, 
#contact .content-detail h2 {
	color: #666;
	font-size: 13.3333px;
    font-weight: 700;
}

#facility-rental .content-detail > div {
	border-bottom: black solid 1px;
	margin: 20px 20px 10px;
}

#facility-rental .facility:first-child img {
	width: 100%;
}

#facility-rental .facility img {
	width: 80%;
}

#facility-rental .facility > div {
	padding: 10px 0px 20px;
}

#facility-rental .info {
	padding-top: 10px;
}

#facility-rental .name {
	font-weight: bold;
}

#facility-rental h1, #facility-rental h2 {
	font-weight: bold;
}

/* PODCAST STYLES */


.Podcast .record img {
	width: 140px;
}

.Podcast .color-bar,
.Podcast #category-nav li.episodes {
	background: #626262;
}

.Podcast .block_title {
	background: rgba(135,135,136,.7); 
}

.Podcast .content-detail h1,
.Podcast .content-detail h2 {
	font-weight: normal;
	color: black;
}

.Podcast .content-detail a {
	color: black;
}

.Podcast .content-detail a:hover {
	color: #a9cbda;
}

.Podcast #feature img{
	border:#577887 solid 1px;}


.Podcast #links{
	background:#a9cbda;
}

.Podcast .record-module:first-child {
	padding: 0px;
	/*min-height: 130px;*/
	min-height: 140px;
	/*line-height: 1em !important;*/
	border-top: none;
}

.Podcast .record-module {
	border-top: #626262 solid 1px;
    padding: 13px 0;
	/*min-height: 153px;*/
	min-height: 153px;
	line-height: 1em !important;
	clear: both;
}