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


@font-face {
	font-family: 'UniversCondensed';
	src: url('univers-webfont.eot');
	src: local('☺'), url('univers-webfont.woff') format('woff'), url('univers-webfont.ttf') format('truetype'), url('univers-webfont.svg#webfontmw25RjXm') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueRegular';
	src: url('helveticaneue-webfont.eot');
	src: local('☺'), url('helveticaneue-webfont.woff') format('woff'), url('helveticaneue-webfont.ttf') format('truetype'), url('helveticaneue-webfont.svg#webfontBqddqF6n') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
 font-family: 'LeagueGothicRegular';
 src: url('thework/resources/fonts/league_gothic-webfont.eot');
 src: url('thework/resources/fonts/league_gothic-webfont.eot?#iefix') format('embedded-opentype'),  url('thework/resources/fonts/league_gothic-webfont.woff') format('woff'),  url('thework/resources/fonts/league_gothic-webfont.ttf') format('truetype'),  url('thework/resources/fonts/league_gothic-webfont.svg#LeagueGothicRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}



/* Base */
html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #484848;
	font-family: Times, serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding: 0px;
	line-height: 135% 	
}

a {
	text-decoration:none;
	color: #375764;
}

a:hover {
	text-decoration:underline;
}




#hr {
	margin: 50px 30px 50px 160px;
	background: #CCCCCC;
	color: #CCCCCC;
	height: 1px;
}

#hr hr {
	display: none;
}


#container {
	position:relative;
	background: #FFFFFF;
	padding:10px;
	width: 760px;
	margin: 10px auto;
}


#topBar {
	width:760px;
	height:116px;
	border:none;
	background:#375764;
}

#topBar a {
	margin:0px;
	border:none;
}

#topBar img {
	margin:0px;
	border:none;
}

#topBar p {
	margin:0px;
}


#topNav {
	background: url(imgs/bg_top-nav.jpg) 0 0 no-repeat;
	position:relative;
	width:760px;
	height:116px;
	background-color: #375764;
}

#topNav a {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:none;	
}

#topNav img {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:none;
}

#topNav .interface1 {
	position:absolute;
	top:0px;
	left:0px;	
}

#topNav .interface2 {
	position:absolute;
	top:0px;
	left:238px;	
}

#topNav .interface3 {
	position:absolute;
	top:0px;
	left:597px;	
}

#topNav .interface4 {
	position:absolute;
	top:87px;
	left:238px;	
}

#topNav .interface5 {
	position:absolute;
	top:87px;
	left:294px;
}

#topNav .interface6 {
	position:absolute;
	top:87px;
	left:380px;
}

#topNav .interface7 {
	position:absolute;
	top:87px;
	left:434px;
}

#topNav .interface8 {
	position:absolute;
	top:87px;
	left:500px;
}



.title {
	position:relative;
	left:70px;
}

.logo {
	position:relative;
	left:40px;
}

.year {
	position:relative;
	left:660px;
	top:-90px;
}


#content {
	float:left;
	width:620px;
	margin:10px 0px 80px;	
/*
	margin:10px 0px 80px;
	width:640px;
	float:left;
*/
}

#content p {
	margin: 0px 30px 20px 160px;
}

#content p.indent {
	margin: 0px 30px 20px 220px;
}


#content table {
	margin: 0px 30px 10px 160px;
	padding:0px;
	width:460px;
}

#content td {
	padding:2px;	
}

#content td.column1 {
	width:17%;
	text-align:right;
}

#content td.column2 {
	width:32%;
	text-align:left;
}

#content td.column3 {
	width:2%;
}

#content td.column4 {
	width:17%;
	text-align:right;
}

#content td.column5 {
	width:32%;
	text-align:left;
}


#content table h3 {
	margin:0px;	
}


#content h2 {
	margin: 10px 30px 30px 30px;
	font-weight:normal;
	font-style:italic;
	font-size:26px;
	color:#375764;
}

#content h3 {
	margin: 40px 10px 10px 160px;
}

#content h4 {
	margin: 40px 10px 10px 160px;
}

#content ul {
	margin: 30px 10px 30px 160px;
}

#content .categories {
	margin: 0;
}
#content .categories a {
	margin: 0 10px 0 0;
	background: url(imgs/bg_categories.png) 0 0 no-repeat;
	text-indent: -999999px;
	display: block;
	width: 114px;
	height: 248px;
	float: left;
}
#content .categories a.dance {
	background-position: 0 0;	
}
#content .categories a.dance:hover {
	background-position: 0 -248px;	
}
#content .categories a.film {
	background-position: -123px 0;	
}
#content .categories a.film:hover {
	background-position: -123px -248px;	
}
#content .categories a.music {
	background-position: -246px 0;	
}
#content .categories a.music:hover {
	background-position: -246px -248px;	
}
#content .categories a.theatre {
	background-position: -369px 0;	
}
#content .categories a.theatre:hover {
	background-position: -369px -248px;	
}
#content .categories a.visual {
	background-position: -492px 0;	
}
#content .categories a.visual:hover {
	background-position: -492px -248px;	
}


#content .categories img {
	margin: 0px 6px 0px 0px;
	border:0px;
}

#content .home {
	margin: 30px 30px 0px 60px;
	text-align:justify;
	font-style:italic;
	font-size:14px;
}

#content .home img {
	border:none;	
}

#content a.work-btn {
	background: url(imgs/b_explore-work.gif) 0 0 no-repeat;
	text-indent: -99999px;
	display: block;
	width: 196px;
	height: 33px;
}
#content a.work-btn:hover {
	background-position: 0 -33px;
}




#content .singleSpace {
	margin: 0px 30px 0px 160px;
}

#content .firstparagraph {
	margin: 0px 30px 50px 160px;		
}

#content .single {
	margin: 0px 30px 0px 0px;	
}

#dance {
	background:#09F;
	position:relative;
	left:160px;
	width:94px;
}

#filmvideo {
	background:#0FF;
	position:relative;
	left:262px;
	top:-419px;
	width:95px;
}

#music {
	background:#C60;
	position:relative;
	left:364px;
	top:-838px;
	width:140px;
}

#theatre {
	background:#C9F;
	position:relative;
	left:512px;
	top:-1257px;
	width:116px;
}



#dance p, #dance h3, #filmvideo p, #filmvideo h3, #music p, #music h3, #theatre p, #theatre h3, #visualarts p, #visualarts h3 {
	margin:10px 0px;
}



#leftColumn {
	float:left;
	position:relative;
	left:160px;
	width:225px;
/*	background:#09F;*/
}

#leftColumn .top {
	margin: 0px 30px 10px 0px;	
}

#rightColumn .top {
	margin: 0px 30px 10px 0px;	
}


#leftColumn p {
	margin: 0px 30px 0px 0px;
}

#leftColumn h3 {
	margin: 60px 30px 10px 0px;
}

#leftColumn h4 {
	margin: 30px 30px 0px 0px;
}



#rightColumn {
	float:right;
	position:relative;
	left:-10px;
	width:225px;
/*	background:#0CF;*/
}

#rightColumn p {
	margin: 0px 30px 0px 0px;
}

#rightColumn h3 {
	margin: 60px 30px 10px 0px;
}

#rightColumn h4 {
	margin: 30px 30px 0px 0px;
}




#navBar {
	float:right;
	width:140px;
	margin:10px 0px;
}

#navBar p {
	width:140px;
	margin:0px;
	font-style: italic;
}

#navBar a.current {
	padding:2px 0px 2px 6px;
	background: #cecece;
	color:#595959;
	display:block;
	text-decoration:none;
}

#navBar a:hover.current {
	padding:2px 0px 2px 6px;
	background: #cecece;
	color:#595959;
	display:block;
	text-decoration:none;
}


#navBar a {
	padding:2px 0px 2px 6px;
	background:#b3b3b3;
	color:#fff;
	display:block;
	text-decoration:none;
}

#navBar a:hover {
	padding:2px 0px 2px 6px;
	background: #375764;
	color:#fff;
	display:block;
	text-decoration:none;
}


#navBar .thework a {
	padding:2px 0px 2px 6px;
	background: #6a6a6a;
	color:#fff;
	display:block;
	text-decoration:none;
}

#navBar .thework a:hover {
	padding:2px 0px 2px 6px;
	background: #375764;
	color:#fff;
	display:block;
	text-decoration:none;
}




#footer {
	clear:both;	
}

#footer p {
	font-family:Arial, sans-serif;
	color:#4c4c4c;	
}

#footer a {
	margin: 0px 20px 0px 0px;	
	text-decoration:none;
	color: #4c4c4c;
}

#footer a:hover {
	text-decoration:underline;
	color: #375764;
}

#footer span.rightAlign {
	float:right;
	color:#666;
}


#bottomBar {
	width:760px;
	height:271px;
}


.alpertMacDowellImg {
	padding-top:108px;	
}

.buffer1 {
	padding-top:20px;
}

.buffer2 {
	padding-top:76px;
}


#artistText {
	margin-top:10px;
	margin-left:30px;
	margin-right:20px;
}

#artistText .artistImage {
	float:left;	
	margin-right:20px;
	margin-bottom:150px;
}

#artistText h1 {
	font-weight:normal;
	margin:0px;
	margin-bottom:12px;
	color:#375764;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-transform:uppercase;
	padding:0px;
}

#artistText h2 {
	font-weight:normal;
	margin:0px;
	margin-bottom:10px;
	color:#bbbbbb;
	font-size:32px;
	font-style:normal;
	font-weight:normal;
	text-transform:uppercase;
	padding:0px;
}
#artistText h2.marc {
	font-size: 29px;
}

#artistText h3 {
	font-weight:normal;
	margin:0px;
	margin-bottom:10px;
	color:#6e6e6e;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	text-transform:uppercase;
	padding:0px;
}

#artistText img {
	border:none;	
}

#artistText p {
	padding-top:20px;
	margin:0px;	
}

#artistText .shortQuote {
	font-style: italic;
	font-size:14px;
	line-height:17px;
}

#bioData {
	clear:left;	
}
#artistText .work-btn {
	margin: 0 0 0 213px;	
}



/* featured video */

.video {
	margin: 0 0 20px 160px;
	width: 430px;
	position: relative;
}
.video .video-player {
	width: 430px;
	height: 243px;
	display: block;
}
.video .pane {
	width: 430px;
	height: 243px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 1;
}
.video .pane span {
	width: 430px;
	height: 243px;
	display: block;
	cursor: pointer;
}
.video .title {
	margin: 14px 0 0 0;
	position: relative !important;
	background: #000;
	left: 0;
}
.video .title p {
	background: #000;
	margin: -10px 0 0 0 !important;
	padding: 5px 0 3px 10px !important;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'LeagueGothicRegular', sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	color: #FFF;
}
.video .title p img {
	margin-right: 5px;
}
.video .title p a {
	margin: 0 10px 0 0;
	color: #FFF;
	float: right;
	position: relative;
	z-index: 2;
}
.video .title p a:hover {
	color: #000;
}
.video:hover .title p {
	background: #75c0cd;
}



