﻿html {
  margin:0;
  padding:0;
  height:100%; /* needed for container min-height */
}

body {
  margin: 0;
  padding: 0px;
  font-family: "Montserrat", Arial, sans-serif;
  /*font-family: 'Roboto Condensed', sans-serif;*/
  /*font-family: "Arial Black", Arial, sans-serif;
  font-size: 101%;
  background: url('../images/templates/bgBody.gif') repeat-x 50% top;*/
  background-color:black;
}

#container {
  position: relative;
  width:100%;	
  min-height: 100%;
  height:auto !important;
  height: 100%;
  margin:0 auto;
  padding: 0px;
  z-index:1;
}

#content{
  position:relative;
  width: 100%;
  color: white;
  /*font-size: 14pt;*/
  font-weight: 900;
  line-height:1.88;
}

.pageMain{
    position:relative;
	background: url('https://backstageculvercity.com/images/template/BG_Content.png') repeat;
	width: 100%;
	padding: 10px 0px;
}

.fullHorizBanner, .fullHorizBannerDark{
  position:relative;
  width: 100%;
  padding: 30px 0px;
  background-size:100%;
  /*background-repeat: no-repeat;*/
  color: white;
  text-align:center;
}

.fullHorizBanner{
  background: url('https://backstageculvercity.com/images/template/BG_RedWood.jpg') no-repeat center center;
}
.fullHorizBannerDark{
  background: url('https://backstageculvercity.com/images/template/BG_Dark.jpg') center center;
}


@media screen and (min-width:1000px){
  .pageWidth {
	width: 1000px;
	margin:0 auto;
	clear: left;
  }
  .slidePhotos{
	align:center;
	width:90%;
	margin:0 auto;
  }
  .eventPhoto{
	display:'';
	float: right;
	margin-left: 10px;
  }

  .eventVideo{
	display:'';
	float: right;
	margin-left: 10px;
  }
}
/* Start Phone 35em 695px*/
/* 768px */
@media handheld, only screen and (max-width: 999px){
  .slidePhotos{
	width:90%;
	align:center;
	margin-left: 20px;

  }
  .eventPhoto{
	/*display:none;*/
	display:block;
  }

  .eventVideo{
	/*display:none;*/
	display: inline-block;
  }

}
/* End Phone */

/* ========================= Text Start ============================= */

.pageMain a:active,
.pageMain a:focus,
.pageMain a:link,
.pageMain a:visited,
.pageMain a:active,
.pageMain a:active img,
.pageMain a:focus img,
.pageMain a:link img,
.pageMain a:visited img,
.pageMain a:active img {
      outline: 0;
	  border: none;
	  color: #e50000; /*red*/
}

.redBox a:active,
.redBox a:focus,
.redBox a:link,
.redBox a:visited,
.redBox a:active{
	  outline: 0;
	  border: none;
	  color: #e50000;

}

.btnRed{
  color: #FFFFF0; /* ivory*/
  background-color: #e50000;
  
  /*line-height: 25px;
  font-weight: bold;
  -moz-border-radius: 15px;
  border-radius: 15px;*/
}

.btnRed:hover, .btnRed:focus{
  color: #e50000; /* red*/
  background-color: #fedddd;
  
  /*line-height: 25px;
  font-weight: bold;
  -moz-border-radius: 15px;
  border-radius: 15px;*/
}

.redBox{
	border:double #C31A1E 3px;
	padding: 15px;
	margin: 10px 0px;
}
.greenBox{
	border:double #4dac3c 3px;
	padding: 15px;
	margin: 10px 0px;
	background-color: #061222;
}

.goldBox{
	border:#edbc24 1px  outset;
	padding: 15px;
	margin: 10px 0px;
	background:black;
	color: #edbc24;
	font-weight: 900;
	line-height:1.88;
	font-style:italic;
}
.whiteBox{
	border:white 1px  outset;
	padding: 5px;
	margin: 0px 0px;
	background:black;
	color: white ;
	font-weight: 900;
	line-height:1.88;
	font-style:italic;	
}

.title, titleRed{
  font-size: 20pt;
  font-family: "Arial Black", Arial, sans-serif;
  font-style:italic;
  font-weight: 900;
  text-transform: uppercase;
}
.title{
  color: #fffff0; /* Ivory */
}
.titleRed{
  color: #C31A1E;
}
.smTitle{
  font-size: 16pt;
  color: #fffff0;
  font-family: "Arial Black", Arial, sans-serif;
  font-style:italic;
  font-weight: 900;
  text-transform: uppercase;
}

.regOrange{
  font-size: 12pt;
  color: #f95001;
	font-family: "Arial Black", Arial, sans-serif;
  /*font-weight:bold;*/
  font-weight: 900;
  font-style:italic;
  text-transform: uppercase;
}
.titleOrange{
  font-size: 20pt;
  color: #f95001;
  font-family: "Arial Black", Arial, sans-serif;
  font-style:italic;
  font-weight: 900;
  text-transform: uppercase;
}

.reg{
  color: white;
  /*font-size: 14pt;*/
  font-weight: 900;
  line-height:1.88;

}
.regGreen{
  font-size: 12pt;
  color: #009B48;
	font-family: "Arial Black", Arial, sans-serif;
  /*font-weight:bold;*/
  font-weight: 900;
  font-style:italic;
  text-transform: uppercase;
}
.titleGreen{
  font-size: 20pt;
  color: #009B48;
  font-family: "Arial Black", Arial, sans-serif;
  font-style:italic;
  font-weight: 900;
  text-transform: uppercase;
}

/* ========================= Text End ============================= */

/* ========================= Images Start ============================= */

@media screen and (min-width:1000px){
  .mnuPic {
	margin: 1px;
	height: 400px;
  }
}  
/* Start Phone 35em 695px*/
/* 768px */
@media handheld, only screen and (max-width: 999px){
  .mnuPic{
	width: 90%;
	margin-bottom: 5px;
  }
}
/* End Phone */

/* ========================= Images End ============================= */


/* ========================= Button Start ============================= */


	.button, .buttonIndex{
	  text-decoration: none;	  
	  font-family:trebuchet MS,sans-serif;
	  -webkit-border-radius:3px;
	  -moz-border-radius:3px;
	  border-radius:3px;
	  text-shadow:-1px -1px 0 rgba(0,0,0,0.3);
	  color:#fff;
	  background-color:#20639f;
	  background-image:-webkit-gradient(linear,left top,left bottom,from(#a00000),to(#e50000));
	  background-image:-webkit-linear-gradient(top,#a00000,#e50000);
	  background-image:-moz-linear-gradient(top,#a00000,#e50000);
	  background-image:-ms-linear-gradient(top,#a00000,#e50000);
	  background-image:-o-linear-gradient(top,#a00000,#e50000);
	  background-image:linear-gradient(to bottom,#a00000,#e50000);

	  border-top:1px solid #770000;
	  border-right:1px solid #770000;
	  border-bottom:1px solid #770000;
	  border-left:1px solid #770000;
	  font-size:100%;
	  font-weight:bold;
	  padding:10px 10px 10px 10px;
	}
	.button{
	  text-align:center;
	}
	.buttonIndex{
	  width: 150px;
	  display: inline-block;
	}
	.button:hover, .buttonIndex:hover{
	  color:#fff;
	  background-color:#006f68;
	  background-image:-webkit-gradient(linear,left top,left bottom,from(#a00000),to(#fcecc0));
	  background-image:-webkit-linear-gradient(top,#a00000, #fcecc0);
	  background-image:-moz-linear-gradient(top,#a00000, #fcecc0);
	  background-image:-ms-linear-gradient(top,#a00000, #fcecc0);
	  background-image:-o-linear-gradient(top,#a00000, #fcecc0);
	  background-image:linear-gradient(to bottom,#a00000, #fcecc0);
	  border-top:1px solid #770000;
	  border-right:1px solid #647a9e;
	  border-bottom:1px solid #546685;
	  border-left:1px solid #647a9e;
	  -webkit-box-shadow:inset 0 1px 0 0 #a5b9d9;
	  -moz-box-shadow:inset 0 1px 0 0 #a5b9d9;
	  box-shadow:inset 0 1px 0 0 #a5b9d9;
	}

/* ========================= Button End ============================= */

/* ========================= Header Start ============================= */
.hdrTop #pageTitle, .hdrTopI #pageTitle{
  width: 100%;
  text-align:center;
  font-size: 24pt;
  color:white;
}
.hdrTop #pageTitle{
  padding: 30px 0px;
}

.hdrTopI #pageTitle{
  padding: 30px 0px 100px 0px;
  /*padding: 30px 0px 240px 0px;*/
  /*padding: 30px 0px 200px 0px;*/
}

.hdrTop #mastMenu, .hdrTopI #mastMenu{
  position: relative;
  top:0px;
}
.hdrTopFixed #mastMenu{
  position: relative;
  top:0px;
}

.hdrTop .hdrSocialMedia, .hdrTopI .hdrSocialMedia,{
  position: relative;
  top:0px;
}
.hdrTopFixed .hdrSocialMedia{
  position: relative;
  top: 0px;
}
.hdrSocialMedia img{
margin-left: 5px;
}
.hdrTop #imgOrgLogo, .hdrTopI #imgOrgLogo{
	height: 110px;
}
.hdrTopFixed #imgOrgLogo{
	height: 80px;
}

.hdrSocialMedia{
  position:relative;
  top: 0px;
  float:right;
  /*display:inline-block;*/
  z-index:100;
}

#imgOrgLogo{
	position: relative;
	border:0;
	top:0px;
}

.headerMain{
	/*background:  repeat;*/
}
#mastMenu{
  position:relative;
	left: 0px;
	/*top: -120px;*/
	
	/*width: 1000px;*/
	z-index:100;
}

.hdrHR{
	margin: 5px 0px 5px 0px;
	width: 100%;
	/*background-color:gray;*/
	background:rgba(136,136,136,0.2);
	height: 1px;	
}
  .hdrTop{
	width: 100%;
	/*position:fixed;*/
	position:relative;
	top:0;
	z-index:1000;
	padding:0 0 0 0;
	/*height: 250px;  top: 87  + slide:215 + gray: 60px */

	/*box-shadow: 0 0 9px #666;
	-webkit-box-shadow: 0 0 9px #666;*/
	background: black url('https://backstageculvercity.com/images/template/BG_Header.jpg') repeat;
  }
  .hdrTopI{
	width: 100%;
	/*position:fixed;*/
	position:relative;
	top:0;
	z-index:1000;
	padding:0 0 0 0;
	/*height: 250px;  top: 87  + slide:215 + gray: 60px */

	/*box-shadow: 0 0 9px #666;
	-webkit-box-shadow: 0 0 9px #666;*/
	background: black url('https://backstageculvercity.com/images/template/BackstageBackgroundBW.jpg') no-repeat fixed center center;
	background-size:100%;
	background-repeat: no-repeat;
	/*opacity: 0.8;
	background-color: rgba(0, 0, 0, 0.1);*/
  }

  .hdrTopFixed{
	/*height: 100px;*/ /* top: 87  + slide:215 + gray: 60px */
	background: black;

	/*position:absolute;*/
	width: 100%;
	position:fixed;
	top:0;
	z-index:1000;
	padding:0 0 0 0;
  }
  
.hdrTop #pageTitle, .hdrTop .hdrHR, .hdrTopI #pageTitle, .hdrTopI .hdrHR{
  display:'';
}

.hdrTopFixed #pageTitle, .hdrTopFixed .hdrHR {
  display: none;
}


@media screen and (min-width:1000px){
  #hdrRight{
	/*width: 724px;*/
	float: right;
	text-align: right;
  }
  #mobileBtn
  {
	display:none;
  }
  #hdrRight{
	/*width: 724px;*/
	float: right;
	text-align: right;
  }
  .hdrTopFixed #nav .mnuMain, .hdrTopFixed #nav a{
	color: #e50000; /* red*/
  }
  .mainPhoto{
	width:500px;
  }
  .hdrTopFixed{
	height: 100px; /* top: 87  + slide:215 + gray: 60px */
  }
  .HomeAlert{
	display: none;
  }
}
/* Start Phone 35em 695px*/
/* 768px */
@media handheld, only screen and (max-width: 999px){
  #mobileBtn
  {
	position:absolute;
	top: 0;
	right: 5px;
	display:'';
	
	float:right;
	/*height:100%;
	background-color:aqua;*/
  }
  
  .hdrRightPic{
	/*width: 140px;*/
	height:50px;
	border:0;
	float:right;
	/*outline:Background;*/
  }
  
  .mainPhoto{
	width:95%;
  }

  .hdrTop #pageTitle, .hdrTop .hdrHR, .hdrTopI #pageTitle, .hdrTopI .hdrHR{
	display:none;
  }

  .hdrTopFixed #pageTitle, .hdrTopFixed .hdrHR {
	display: '';
  }
  .DodgersScale{
	width: 75%;
  }
  .HomeAlert{
	display: '';
  }

}

/* ========================= Header End ============================= */

/* ========================= Footer Start ============================= */

.divBannerBottom{
	background-color:black;
	color: #888888; /* dk Gray*/
	padding: 10px 0px 10px 0px;
	line-height: 2;
	/*font-size: 1.3em;*/
}
.divBannerHighlight{
	color: #e50000; /*red*/
	text-align:center;
	line-height: 2;
	/*font-size: 1.3em;*/
}

.divBannerBottom a{
  	color: #888888; /* dk Gray*/
}
.divBannerBottom{
	/*margin-left:auto;
	margin-right:auto;*/
	width: 100%;
	z-index:0;
	clear: left;
	min-height: 40px;
    font-size: .8em;
}

@media screen and (min-width:1000px){
  .divBannerBottom,{
	position:relative;
  }
}  
/* Start Phone 35em 695px*/
/* 768px */
@media handheld, only screen and (max-width: 999px){
  .divBannerBottom{
	clear: left;
	position:relative;
	bottom: 0px;
	height:auto;
  }
}

/* ========================= Footer End ============================= */
