/* Silent Era website CSS definitions. */
/* Revised: 17 November 2023. */



/* Begin Global definitions. */

body {
	font-family : Georgia, Times Roman, serif;
}

hr {
	background-color: transparent;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid gray;
}

a:link {
	color: #A70000;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #A70000;
	background-color: transparent;
	text-decoration: none;
}

/* End Global definitions. */



/* Begin Modal definitions. */

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

/* End Modal definitions. */



/* Begin Dialog definitions. */

.modalDialog {
	position: fixed;
	font-family: Helvetica, Arial, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 0px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {
	background: #606061;
	color: #ffffff;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { 
	background: #00d9ff;
}

/* End Dialog definitions. */



/* Begin Still Frame definitions. */

.still-16x9Frame {
	height: 277px;
	width: 493px;
}

.still-4x3Frame {
	height: 370px;
	width: 493px;
}

/* End Still Frame definitions. */



/* Begin Table definitions. */

.bdCover {
	height: 200px;
	width: 162px;
	margin-top: 0;
	margin-left: 8px;
	margin-right: 0;
	margin-bottom: 0;
}

.bdCover-long { 
	height: 200px;
	width: 162px;
	margin-top: 0;
	margin-left: 8px;
	margin-right: 0;
	margin-bottom: 8px;
}

.bdCover-small {
	height: 126px;
	width: 100px;
	margin-top: 0;
	margin-left: 8px;
	margin-right: 0;
	margin-bottom: 0;
}

.bdCover-wide { 
	height: 162px;
	width: 200px;
	margin-top: 0;
	margin-left: 8px;
	margin-right: 0;
	margin-bottom: 8px;
}

.buyLink-button {
	height: 33px;
	text-align: right;
	vertical-align: top;
	width: 122px;
}

.cdCover-long { 
	height: 142px;
	width: 162px;
	margin-top: 0;
	margin-left: 8px;
	margin-right: 0;
	margin-bottom: 12px;
}

.cell-header  {
	background: white url(../img/silentera-bkgrd.jpg) repeat-x
}

.dvdCover { 
	height: 200px;
	width: 142px;
	margin-top: 0;
	margin-left: 8px;
	margin-right: 0;
	margin-bottom: 0;
}

.dvdCover-long { 
	height: 200px;
	width: 142px;
	margin-top: 0;
	margin-left: 8px;
	margin-right: 0;
	margin-bottom: 8px;
}

.dvdCover-small {
	height: 140px;
	width: 100px;
	margin-top: 0;
	margin-left: 8px;
	margin-right: 0;
	margin-bottom: 0;
}

.dvdCover-wide { 
	height: 142px;
	width: 200px;
	margin-top: 0;
	margin-left: 8px;
	margin-right: 0;
	margin-bottom: 0;
}

.dvdCover-wide-long { 
	height: 142px;
	width: 200px;
	margin-top: 0;
	margin-left: 8px;
	margin-right: 0;
	margin-bottom: 8px;
}

.video-cover { 
	margin-top: 0;
	margin-left: 8px;
	margin-right: 0;
	margin-bottom: 0;
}

.video-cover-long { 
	margin-top: 0;
	margin-left: 8px;
	margin-right: 0;
	margin-bottom: 8px;
}


/* End Table definitions. */



/* Begin Class Text definitions. */

.head-headline {
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	line-height: 24px;
	color: #776b2b;
}

.head-headlineRed {
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	line-height: 24px;
	color: #990000;
}

.head-headlineWhite {
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	line-height: 24px;
	color: white;
}

.head-headlineSmall {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	line-height: 20px;
	color: #776b2b;
}

.head-subhead {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: 18px;
	text-align: center;
}

.head-deck {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 14px;
	text-align: center;
}

.photo-caption {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: condensed;
	line-height: 14px;
	color: #6a6a6a;
	align: center;
}

.psfl-larger {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 19px;
}

.psfl-large {
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
}

.psfl-standard {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
}

.psfl-small {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 15px;
}

.psfl-title {
	font-size: 17px;
	font-weight: bold;
	font-style: normal;
	line-height: 20px;
}

.text-subhead {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	line-height: 20px;
}

.text-subheadColor {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	line-height: 20px;
	color: #776b2b;
}

.text-larger {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 19px;
}

.text-large {
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
}

.text-standard { 
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size-adjust: none;
	line-height: 16px;
	text-transform: none; 
}

.text-small {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 15px;
}

.text-smaller {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 13px;
}

.text-tiny {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 12px;
}

.video-edition {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: 18px;
}

/* End Class Text definitions. */



/* End Silent Era website CSS definitions. */































