@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;
    color:#000;
    font-weight:lighter;    
    line-height:1em;
	margin: 0px;
	padding: 0px;
}

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

h3 {
    font-size:14px;
    xcolor:#000;
    font-weight:lighter;    
    xline-height:1.2em;
    color:#666;
	margin: 0px;
	padding: 0px;
}

h4 {
    font-size:13px;
    xcolor:#000;
    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: 23px 0px;
    text-align: left;
	width: 860px;
}

.header {
	width: 100%;
    position: relative;
}

.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: #333;
    padding: 10px 15px;
}

.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;
	padding:0 0 13px 0;
	zmargin:23px 0 10px -13px;
	margin:13px 0 10px 0px;
}

.left-column-inner {
	background:#FFF;
	width:605px;
	margin:0;
	overflow-y:auto;
	overflow-x:hidden;
	min-height:630px;
	padding-bottom: 23px;
}

.right-column {
	width: 228px;
	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.performances:hover {
	background:#a26725;
}

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

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

#content-detail {
	margin:11px 0 33px 0;
	padding:0 23px 0 23px;
}

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

#content-detail td:first-child {
	width: 50%;
}

#content-detail p {
	color:#666;
	line-height:1.3em;
	margin: 0px;
}

.masonry {
	padding: 30px;
}

.masonry .item {
	margin: 5px;
}

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

#feature {
	margin-bottom: 23px;
}

#feature img {
	width: 605px;
	border:#a9a9a9 solid 1px;
}

a.buy-ticket {
	float: right;	
}

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

.record-module:first-child {
	xmargin-top: 25px;
}

.record-module {
	xposition: relative;
    padding: 23px 0;
    xmargin:0 0 25px 0;
	min-height: 153px;
}

.record-image>a img {
	float: left;
	max-width: 150px;
	max-height: 101px;
	border: #333 solid 1px;
}

.record-data {
	width: 100%;
	padding-left: 170px;
	xmin-height: 110px;
}

.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: 45%;
	xpadding-right: 20px;
}

#links {
	width:323px;
	background:#b5b5b5;
	margin: 0;
	float:right;
	clear:both;
	margin-bottom: -23px;
}

#links img {
	margin:-35px 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;
}

.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{
	border-bottom: #5e7750 solid 1px;
}

.Exhibition .list_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 {
	border-bottom:#577887 solid 1px;
}

.Film #links{
	background:#a9cbda;
}

.Film .list_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{
	border-bottom:#a26725 solid 1px;
}

.Event #links{
	background:#c3985b;
}

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

/* COLLECTIONS STYLES */

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

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

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

.Colleciton #feature img{
	border:#303c78 solid 1px;
}
.Colleciton .record-module {
	border-bottom:#303c78 solid 1px;
}

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


/* 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{
	border-bottom:#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 {
	border-bottom:#303c78 solid 1px;
}

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

/* Page Styles */

.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 {
    line-height: 18px;
}

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;
}

.list_title {
    font-size: 40px;
    font-weight: 700;
    text-align: right;
    padding-top: 15px;
    padding-right: 15px;
    line-height: 70%;
    width: 322px;
    color: white;
    letter-spacing: 3px;
    font-family: "Arial Narrow", Arial, sans-serif;
}
