/* Fonts names will have no space in them
   when used as classname */

/* default font declaration */
/* will be vitally important when no javascript */

body {
	font-family: georgia, 'bitstream charter';
	font-size: 13.5px;
	letter-spacing: 0.2px;
	line-height: 165%;
	word-spacing: 2px;
}
#pagecontent a {
	font-weight:bold;
}
#pagecontent a:hover {
	color:#5b5b5b;
}
#pagecontent h4 {
	color:#5b5b5b;
	font-size:20px;
	margin-bottom:10px;
}
/* Serif fonts */

.tp-bitstreamcharter {
	font-family:'bitstream charter';
	font-size:11pt;
	letter-spacing:0.3px;
	line-height:1.5;
	word-spacing:1px;
}
.tp-norasi {
	font-family:norasi;
	font-size:15.5px;
	letter-spacing:0.3px;
	line-height:140%;
	word-spacing:-1px;
}
.tp-cambria { /* Windows Vista or Office 2007 */
	font-family:cambria;
	font-size:11pt;
	letter-spacing:0.2px;
	line-height:151%;
	word-spacing:2px;
}
.tp-constantia {
	font-family:constantia;
	font-size:14.5px;
	letter-spacing:0.2px;
	line-height:160%;
	word-spacing:1px;
}
.tp-palatinolinotype { /* Windows */
	font-family:'palatino linotype';
	font-size:10pt;
	letter-spacing:0.4px;
	line-height:164%;
	word-spacing:1px;
}
.tp-palatino { /* Mac */
	font-family:palatino;
	font-size:10pt;
	letter-spacing:0.2px;
	line-height:146%;
	word-spacing:3px;
}
.tp-baskerville { /* Mac */
	font-family:baskerville;
	font-size:15.1px;
	letter-spacing:0.2px;
	line-height:158%;
	word-spacing:1px;
}
.tp-chaparralpro { /* Mac only, source? */
	font-family: 'chaparral pro';
	font-size: 15.5px;
	letter-spacing: 0.2px;
	line-height: 138%;
	word-spacing: 1px;
}
.tp-garamondpremierpro { /* Mac only, source? */
	font-family: 'garamond premier pro';
	font-size: 16.2px;
	letter-spacing: 0.2px;
	line-height: 134%;
	word-spacing: 1px;
}

/* the next two are the exact same point size */
.tp-liberationserif {
	font-family:'liberation serif';
	font-size:14.5px;
	letter-spacing:0.3px;
	line-height:162%;
	word-spacing:1px;
}
.tp-timesnewroman { /* Windows, Mac( Times instead? ) */
	font-family:'times new roman';
	font-size:14.5px;
	letter-spacing:0.3px;
	line-height:162%;
	word-spacing:1px;
}
/* floatLeftBlock */
.floatLeftBlock {
	width: 385px; /*358px; */
	height: 195px; /*180px; */
	float: right;
}
/* link colors */
.content a {
	text-decoration: none;
}
.nm_currentPage_biography a {
	color: rgb(90,99,173); 
}
.nm_currentPage_schedule a {
	color: rgb(100,173,100); 
}
.nm_currentPage_contact a {
	font-weight:bold; 
/*	background-color:#AD231C; */
	color: #AD231C;
}
.nm_currentPage_contact strong {
/*	text-transform:uppercase; */
}
/* Resume Table */
.ny-resume-container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px
}
.ny-upcoming {
	border-bottom: 2px solid rgb(238,247,200);
	display: inline;
}
.ny-roles {
	display: table;
	margin-bottom: 2em;
	width: 100%;
}
.ny-roles .ny-type {
	display: table-caption;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	padding-bottom: .5em; /* use padding on captions for ie */
	font-size: 125%;
}
.ny-tbody {
	display: table-row-group;
}
.ny-stint {
	display: table-row;
}
	/* you'd do this for css3 browsers, forget for now */
	/*.ny-stint:nth-child(2n+1) li {
		background-color: rgb(212,236,117);
	}*/

	/* first part for css table display, second for IE6,7 dynamic table node creation */
	.operatic ul.odd .ny-desc, .operatic tr.odd .ny-desc { /* non css3 browsers */
		background-color: rgb(212,236,118);
	}
	.conora ul.odd .ny-desc, .conora tr.odd .ny-desc { /* non css3 browsers */
		background-color: rgb(212,236,118);
	}
	.competitions ul.odd .ny-desc, .competitions tr.odd .ny-desc { /* non css3 browsers */
		background-color: rgb(212,236,118);
	}
	.education ul.odd .ny-desc, .education tr.odd .ny-desc { /* non css3 browsers */
		background-color: rgb(212,236,118);
	}
.ny-desc  {
	display: table-cell;
	text-align: left;
	padding-top: 1px;
}
	.ny-character {
		-moz-border-radius-topleft: 4px;
		-webkit-border-top-left-radius: 4px;
		border-radius-topleft: 4px;
		-moz-border-radius-bottomleft: 4px;
		-webkit-border-bottom-left-radius: 4px;
		border-radius-bottomleft: 4px;
		padding-left: 1em;
	}
	.ny-production {
		font-style: italic;
	}
	.ny-company {
	}
	.ny-year {
		-moz-border-radius-topright: 4px;
		-webkit-border-top-right-radius: 4px;
		border-radius-topright: 4px;
		-moz-border-radius-bottomright: 4px;
		-webkit-border-bottom-right-radius: 4px;
		border-radius-bottomright: 4px;
		padding-right: 1em;
	}
/* make padding, border no styling in ie */
.ny-roles td, .ny-roles th {
	padding: 0;
	border: none;
}

.ny-education dt {
	font-weight: bold;
}

/* media page */
.content h3.audio {
	background-position: -9px -269px;
	background-image:url(images/niceTitles.png);
	display: block;
	width: 78px;
	height: 19px;
	text-indent: -5000px;
	margin-left: 12px;
}
.content h3.photos {
	clear:right;
	background-position: -233px -615px;
	background-image:url(images/niceTitles.png);
	display: block;
	width: 96px;
	height: 24px;
	text-indent: -5000px;
}
.content h3.video {
	margin-top:390px;
	background-position: -162px -616px;
	background-image:url(images/niceTitles.png);
	display: block;
	width: 67px;
	height: 19px;
	text-indent: -5000px;
	margin-left: 12px;
}
.nm_currentPage_media a {
	color: rgb(164,139,163); 
}
.nm_currentPage_media #photogallery {
    margin-top:250px;
}
.nm_currentPage_media #mediaplayer {
	margin-top:10px;
	margin-bottom:20px;
}
/* banner stuff */
#rotatingpics {
	position:relative;
}
.rotatingpicset {
        position:absolute;
        top:0px;
		left:0;
    /*    left:50px; */
        z-index:1;
}
.rotatingpicset img {
	border:2px #dbdbdb solid;
}
#bannernav {
	width:100px;
	height:20px;
	/*margin-left:50px; */
	margin-bottom:5px;
	text-align:center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding:2px;
	border:2px #dbdbdb solid;
	background-color:#fff;
}
#bannernav img {
	padding:0;
	margin:0;
	margin-left:2px;
	margin-right:2px;
}
#bannernav img:hover {
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80)
}
.photodescription {
	margin-top:-3px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	color: rgb(164,139,163); 
}
/* Press kit */
.nm_currentPage_presskit a {
	color: rgb(157,115,34);
}
.nm_currentPage_presskit small {
	font-size:12px;
}
/* Contact */
.nm_currentPage_contact h3 {
	font-weight:bold;
	font-size:20px;
}

.nm_currentPage_contact #contactninablock {
	margin-top:40px;
}

/* Contact Modal Box */
#MB_content form {
	margin-top: 1em;
}
#MB_content input {
	margin-bottom: .5em;
	width: 60%;
}
#MB_content textarea {
	width: 524px;
	height: 140px;
}
#MB_content #contactbutton {
	margin-top: 1em;
	text-align: right;
}
#MB_content #contactbutton input {
	width:125px;
}
