﻿.ProductionEditTeamLabel {
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14pt;
    display: block;
}
.ProductionEditCheck {
    font-size: 16pt;
    background: darkgray;
    top: 10px;
    position: relative;
}
.ProductionEditButton {
    font-size: 16pt;
    margin-top: 10pt;
    margin-right: 10pt;
}
.ProductionEditLabel {
    font-size: 18pt;
    line-height: 25pt;
    width: 200px;
     vertical-align: top;
    display: inline-block;
}
.ProductionEditBox {
    background-color: lightgray;
    padding: 10px;
    width: 800px;
    margin-top: 10pt;
    margin-bottom: 10pt;
}
.ProductionDetailsCover {
    padding-bottom: 25px;
}
#MainContent_infoWrapper2
{
    padding-bottom: 25px;
}
.AppearanceProductionRole {
    left: 45px;
    position: relative;
}
.InfoBlockTitle  
{
    color: white;
    opacity: 0.8;
    vertical-align: top;
    float: left;

    font-size: 18pt;
    font-family: myFutura;
    line-height: 20pt;

    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: 10px;

}
.InfoBlockContents
{
 	padding-top:55px;
    padding-left:10px;
    margin-left: 25px;
    padding-bottom:10px;
 }

/* Colors */

.BodyColor, a.BodyColor, .LetterGuide a:hover, #HomeMenu ul li a:hover , #HomeMenu ul li a.selected {
	color: #231f20; /* Light Black */
}

.PrimaryColor, a.PrimaryColor
{
    color: #b99764;  /* Gold */
}
.PrimaryColorBackground
{
    background-color: #b99764;  /* Gold */
}
.ContrastColor, a.ContrastColor, a.ProductionThumbName 
{
	color: #1c3f94;  /* Blue */
}
.ContrastColorBackground
{
	background-color: #1c3f94;  /* Blue */

}
.FooterText, #FooterLinks a
{
    color:white
}

/*#endregion */

/* end Colors */


/*#region ListText control */

.LetterEntries {
    padding-top: 13px;
    margin-right: 10px;
    padding-left: 3px;
    padding-bottom: 20px;
    overflow: auto;
}

.LetterEntries a
{
	font-weight: normal;
} 
.LetterTitleHeader {
     font-size:26pt;
}

/*#endregion */

.LetterGuide {
    float: left;
    clear: both;
    padding-top: 27px;
    font-size: 9pt;
    font-weight:bold;
}
.LetterGuide a
{
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	 
}
.col:first-child { margin-left: 0; }

/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
    padding-right:15px;
    padding-bottom:15px;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_1_of_2, .span_2_of_2 {
		width: 100%; 
	}
}


@font-face 
{
     font-family: 'myShipley';
     font-weight: normal;
     font-style: normal;
     src: 
           url('shipri__1-webfont.ttf') format('truetype'),
           url('shipri__1-webfont.svg#shipleyroughitalicregular') format('svg'),
           url('shipri__1-webfont.woff') format('woff'),
           url('shipri__1-webfont.eot'),
           url('shipri__1-webfont.eot?#iefix') format('embedded-opentype');
     
}	

@font-face {
    font-family: 'myFutura';
    src:
	   url('FuturaStd-Condensed.ttf') format('embedded-opentype'),
	   url('FuturaStd-Condensed.ttf') format('truetype'),
	   url(FuturaStd-Condensed.otf),
	   url('FuturaStd-Condensed.woff') format('woff'),
	   url('FuturaStd-Condensed.eot');
}
/*#region  DEFAULTS AND GENERICS */
 
body
{
	background: #000000;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
a
{
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
  	cursor: pointer;
}

.clear
{
    clear: both;
}
/*#endregion  */


/*#region  TOP LINE NAVIGATION*/

#TopRightNav {
    margin-top: 10px;
    float: right;
}

#TopRightNav a {
	font-size: 13px;
	font-weight: normal;
}
#TopRightClose
{
	color:black;
	width: 120px;
	float: left;
	cursor: pointer;
}
/*#endregion */


/*#region  TOP MENU */
#HomeMenu
{
    padding-left: 68px;
    padding-top: 29px;
    float:left;
}

#HomeMenu ul
{
	list-style: none outside none;
	margin: 0 0 0 -10px;
	padding: 0;
}
#HomeMenu ul li a
{
	
	list-style: none outside none;
	font-size: 18pt;
    font-family:myFutura;
}

#HomeMenu ul li a, #HomeMenu ul li a:visited
{
	border: 0 solid #4e667d;
	display: block;
	line-height: 1.35em;
	padding: 4px 14px 4px 14px;
	white-space: nowrap;
	font-weight: normal;
}
 

.HomeMenuItem{
    position:relative;
    float:left;
}

/*#endregion */

/*#region  BASIC LAYOUT - WITH MEDIA TYPE */


#expandPoint{
visibility:hidden

}

#TopBar
{
	width: 100%;
	height:12px;
}

#PageBody 
{
    overflow:auto;
	min-height:900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
   	width: 940px;
	background-color:white;
	padding-left: 50px;
	padding-right: 50px;
	display: block;
}

#TopLogo
{
   	float:left;
    padding-top:0;
}
       

#NavigationMenu
{
    float: left;
}

#HomeYearStrip
{ 
	height: 52px;
    width: 100%;
    margin-left: -50px;
    padding-right: 100px;
}

.HomeSeasonNumberWidth {
	width: 170px;
}
 
#HomeSeasonNumber {
	margin-bottom:2px;
	padding-bottom:0;
	margin-top:60px;
	line-height:25px;
	text-align: right;
	font-size:30px;
	margin-left:  0;
}

#HomeSeasonInfo
{
	margin-left: 220px;
	margin-top: -30px;
    padding-bottom:50px;
	width: 740px;
}
.personNameColumn {
    display: inline-block;
	vertical-align: top;
	width:220px;
	padding-right: 5px;
}

@media only screen and (min-device-width : 300px) and (max-device-width : 767px) {
    .personNameColumn {
        width: 270px;
    }

    #expandPoint{
    visibility:visible;
    }

    #HomeIntro {
        width: 300px;
    }
    #HomeSeasonInfo {
	    margin-left: 100px;
    width: 300px;
    }

        #TopRightNav {
        margin-top: 10px;
        float: left;
        padding-bottom:10px;
    }

    #TopRightNavGroup 
    {
        margin-right:200px;
    }

/*  Start LetterGuide.ascx  ============================================================================= */

    .IntroLettersPlacement{
        float: left;
    }
/*  END LetterGuide.ascx  ============================================================================= */

    #HomeSpotlightProductionImageBlock{
        display:none;
    }

    #HomeYearStripTitle {
        margin-top:10px;
    }
    #HomeSeasonNumber
    {
        margin-top: 20px;
    }

    .HomeSeasonNumberWidth {
        width:70px;
    }
    #HomeMenu {
        padding-left: 0px;
        clear:both;
        padding-top:10px;
    }

    .HomeMenuItem 
    {
        float: none;
    }

    #TopLogo {
        padding-right: 0px;
    }
    ul#HomeProductionList li  {
     padding-top:10px;
     padding-bottom:10px;
    }

    #HomeEagles {
        display:none;
    }

    .HomeBrowseLink {
        padding-top: 10px;
    }

  #FooterMenu
    {
      display:none;
    }
    #FooterLine1{
        float:left;
    }

}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1080px) 
{ 
    #TopLogo {
        padding-right: 30px;
    }

    #expandPoint{
    visibility:visible;
    }

    #FooterMenu
    {
      display:none;
    }
    #FooterLine1{
        float:left;
    }

	#TopBar
	{
		padding-right:60px;
	}

	#PageBody
	{
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

    #HomeMenu {
        padding-left: 0;
        padding-top:10px;
    }

	#HomeYearStrip
	{
		width: 100%;
		padding-right: 80px;
	}
}
/*#endregion */

.listHeader {
	margin-top: 19px;
	margin-bottom: 14px;	
}

.fontHeader {
	font-family: myShipley;
	font-variant: normal;
	font-size: 24pt;
    line-height: 24pt;
}

/*#region  HOME PAGE*/
#HomeTopWrapper
{
	margin-top:20px;
}

#HomeEagles {
    top: 0;
    float: right;
    width: 270px;
    margin-bottom: 10px;
}

#HomeTitle 
{
     padding-bottom: 20px;
     padding-top: 10px;
}

#HomeYearStripTitle
{
    bottom: 0;
    left: 0;
    font-variant: small-caps;
    font-family: myFutura;
    color: white;
    font-size: 48px;
    padding-left: 20px;
    padding-top: 24px;
}

#HomeSeasonNumberBar {
	margin:0;
}

.HomeSeasonSpotlightInnerHeader {
	font-size: 20px;
	line-height: 21pt;
	font-weight: bold;
}

/*#endregion   */

/*#region  HOME SPOTLIGHT*/

 #HomeSpotlightProductionImageBlock 
{
	position:relative;
	top: 41px;
}

.SpotlightImage
{
    max-width:100%;
    max-height:100%;
}

#HomeSpotlightProduction {
    bottom: 40px;
    float: right;
    font-family: myFutura;
    font-weight: normal;
    position: absolute;
    width: 180px;
    right: -25px;
}

#HomeSpotlightProductionLine1 {
    opacity: 0.8;
    float: left;
    width: 100%;
}

#HomeSpotlightProductionLine1Text {
    color: white;
    font-size: 23pt;
    padding-left: 20px;
    padding-bottom: 2px;
    padding-right: 20px;
    line-height: 24pt;
}
#HomeSpotlightProductionLine2 {
    background: white;
    float: left;
    width: 100%;
}

#HomeSpotlightProductionLine2Inner {
    float: left;
    margin-top: 5px;
    position: relative;
}
#HomeSpotlightProductionLine2InnerText {
    color: white;
    font-size: 30pt;
    line-height: 23pt;
    padding-left: 20px;
    padding-top: 8px;
    width: 103px;
}

#HomeSpotlightIcon {
    bottom: 0;
    left: 128px;
     padding: 0px 8px 2px 9px;
    position: absolute;
    width: 35px;
}
#HomeSpotlightProductionIcon
{
    position:relative;
    top:3px;
}
/*#endregion  */

/*#region   Letter Guide*/

span#SubMenu_ucGuide_IntroLetters {
    font-size: 10pt;
}

/*#endregion   */

/*#region   List pages - Productions, Performers, Writers, Directors, Production Team */

#ProductionNameList{
    display:inline-block;
    vertical-align:top;  
	padding-right:5px;
    width:465px;
}

#PersonNameList
{
    display:inline-block;
    vertical-align:top;  
}

.akaName1 {
    padding-left: 5px;
}

.akaName2 {
     padding-left: 10px;
}

#ProductionDetailBlock{
    display:inline-block;  
    vertical-align:top;  
    padding-bottom: 20px;
}

#PersonDetailBlock{
    vertical-align:top;  
    width: 470px;
    float:right;
    padding-top:45px
}

.infoWrapper {
    width: 462px;
}

.PersonDetail
{
    padding-right: 30px;
    padding-left: 10px;
}


#AppearanceHistory hr {
	height: 1px;
	color: black;
}

#AppearanceHistory .ProductionDetailsCover
{
    padding-left:25px;
}

#AppearanceHistory .ProductionDetailTable
{
    margin-right: -30px;
}
.AppearanceNameDetail
{
	font-family: myFutura;
	font-size:18pt;
 
	color: white;
	padding: 5px;
	opacity: 0.8;
	margin-left: -60px;
}

.AppearanceYear {
	vertical-align: top;
 	font-weight: bold;
	padding-right:10px;
	padding-left:0;
}
.AppearanceProduction{
	 
	vertical-align: top;
    color:white;
}

.AppearanceProduction a
{
	font-weight: bold;
	color: white;
}

/*#endregion */

/*#region Production Details*/

.ProductionCover
{
	margin-top:30px;
	float: left;
	padding-right:40px;
}

.ProductionDetailTable
{
	width: 430px;
}

.ProductionDetailTable a
{
  color:white;
}

.ProductionDetailRowTitle
{
	font-weight: bold;
	width: 120px;
	padding: 0 5px 5px 5px;
	opacity: 0.8;
	margin-left: -60px;
	vertical-align: top;
}

.ProductionDetailRowContents {
    padding-right:20px;
}

.ProductionDetailsTitle
{
   font-weight:bold;
   font-size:32px;
	line-height: 34px;
}

tr.ProductionDetailGap td
{
	padding-bottom:15px;
}

.ProductionDetailsSection {
   padding-bottom:15px;
}

/*#endregion */



/*#region Seasons */
#SeasonPicker 
{
   width:100%;
}
#SeasonPicker td {
    height:21px;
    font-weight: normal;
}

tr.DecadeTitle
{
	font-size:13px;
	height:22px;
	font-weight: bold;
	vertical-align:middle;	
}

.SeasonPickHint
{
	font-variant: small-caps;
	font-weight: bold;
	font-size:15px;
	
}

.bar
{  padding-left:4px;
    
}

.decadeselected
{
	 color: black;
}
.decade
{
    cursor:pointer;
}

.yearselected
{
	 color: black;
}
 
.year:hover, .decade:hover
{
	color:black;
	text-decoration: underline;
}

.year
{
    cursor:pointer;
}
.SeasonsBar
{
	font-variant: small-caps;
	height: 130px;
	margin-left: -50px;
	margin-right: -50px;
}
#SeasonsBarTable
{
	padding-top: 10px;
	padding-left: 50px;
	text-align: right;
}
#SeasonsBarLabel
{
	font-size: 40px;
	line-height: 40px;
	color: white;
	font-family: myFutura;
}
#SeasonsBarProductions {
	font-size: 40px;
	color: white;
	font-family: myFutura;
}
 
#SeasonsBarImage {
	width:42px;
}

#ProductionsForYear {
	float: left;
	margin-left:170px;
	margin-top:-100px;
}

a.ProductionThumbName 
{
	font-weight:bold;	
}
.tblSeasonDetail td {
	vertical-align: top;
}

.SeasonDetailCover
{
	float: right;
	width: 460px;
}
.SeasonShowDetail
{
	margin-top:25px;
	padding-bottom:25px;
	display: none;
}

.ProductionThumbSet td
{
	vertical-align: top;
	width: 135px;
	padding-right:5px;
	line-height: 17px;
}
.ProductionThumbSetThin td
{
	vertical-align: top;
    width: 118px;
	line-height: 17px;
}
.ProductionSynopsis
{
    padding-top:10px;
    padding-right:10px;
    padding-bottom:10px;
}

.SeasonYear
{
	color:black;
	text-align: right;
 	font-size:28px;
}

.SeasonVenue
{
	color:black;
	font-size:25px;
}

/*#endregion */

/*#region Collaboration page (and link to) */

.CollabButton {
     position: relative;
}

.CollabImage {
     padding-left: 30px;
  	cursor: pointer;
}

.CollabLinkText {
     position: relative;
     top: -10px;
}

.CollaborationTable {
	margin-top: 30px;
}

.CollaborationTable tr {
	vertical-align:top;
}
.CollabHeader  {
	margin-top: -10px;
	margin-bottom:15px;
}

.CollabTargetPerson {
	font-family: myFutura;
	font-size: 18pt;
	padding-bottom: 10px;
}

.CollabPersonName 
{
  margin-top:5px;
  display:block;
  font-weight: bold;
}

.CollabFunctionTitle
{
	color: white;
	font-family: myFutura;
	font-size: 18pt;
	opacity: 0.8;
	font-weight: normal;
	top: 15px;
	left: -20px;
	display: block;
	width: 130px;
	position: relative;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
}

.CollabList
{
	padding-top: 50px;
	display: block;
	margin-top: -50px;
	padding-right: 5px;
	padding-left: 5px;
}

.CollabFunction {
	padding-right: 10px;
	 
	padding-bottom: 10px;
	width: 220px;
}
.CollabPlays {
	border-spacing: 0;
    border-collapse: collapse;
}    
.CollabPlays td{
    vertical-align:top;
    padding:5px;
	margin-left: 10px;
	color: white;
	font-weight: bold;
}
/*#endregion */

/* PRIVATE PAGES (EDITSHOWS, MISSINGDATA)  
----------------------------------------------------------*/

a.EditShowSeason
{
	color:black;
	padding: 3px;
}
.EditSelectedSeason
{
	background: gray;
	color:white;
	padding: 3px;
}

/*#region  FOOTER */

.Footer
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 1040px;
	padding-left: 0;
	padding-right: 0;
	font-size: 9.5pt;
}
#FooterLine1
{
 
	padding-left: 16px;
	padding-top: 10px;
}
#FooterLine1 ul {
     list-style: none outside none;
     margin: 0;
     padding: 0;
}
#FooterLine1 ul li a
{
	list-style: none outside none;
	text-decoration: none;
	display: block;
	padding: 4px 5px;
}

#FooterLine1 ul li a:hover {
	background-color: white;
	color: black;
}
 
#FooterCopyright
{
	float: right;
	margin-right: 20px;
}

#FooterLine2 {
	float: left; 
	padding-top:5px;
	padding-bottom:50px;
}
 
#FooterTickets
{
	float:left;
	margin-left: 20px;
	font-family:myFutura;
	font-size:16pt;
}
#FooterTickets a
{
 
	font-weight:normal;
}

#FooterAddress
{
	float:left;
	margin-left: 45px;
}

#FooterLinks 
{
	float:left;
	margin-left: 70px;
}
#FooterLinks a
{
	font-weight:normal;
}

.FooterMenuItem{
    position:relative;
    float:left;
}

/*#endregion  */
