@import url('http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800');

/* 
Open Sans
	Light 300
	Light 300 Italic
	Normal 400
	Normal 400 Italic
	Semi-Bold 600
	Semi-Bold 600 Italic
	Bold 700
	Bold 700 Italic
	Extra-Bold 800
	Extra-Bold 800 Italic
 */

/* Document fade in */
@keyframes fadein { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadein { from { opacity:0; } to { opacity:1; } }
@-webkit-keyframes fadein { from { opacity:0; }to { opacity:1; } }
@-o-keyframes fadein { from { opacity:0; } to { opacity: 1; } }

* { /* border: 1px #FFDB01 solid; */ }





/* background image only works in CSS3 compatable browsers */
html
{
	background: url(../pix/joyItsNinaBkgnd.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #B20001;
}

		
body 
{
	color: #000;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	max-height: 100%;
}
	

#basefont, body
{
	color: #ffffff;
	font-family: "Open Sans", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 170%;
}

#document a:link, .sitenavigation a:link
{
	color: #EAC100;
	text-decoration: none;
	background-color: transparent;
}

#document a:active, .sitenavigation a:active
{
	color:#FF580A;
	text-decoration: none;
	background-color: transparent;
}

#document a:visited, .sitenavigation a:visited
{
	color: #EAC8A1;
	text-decoration: none;
	/* activating this causes IMG to be padded at bottom with text line height values! */
	/*
	background-color: transparent;
	border-bottom: 1px #3C0 dotted;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
	*/
}

#texthover, P A:hover, OL A:hover, UL A:hover, DL A:hover, .nb A:hover, .warn A:hover, .fig A:hover, .tip A:hover, .new A:hover, .ok A:hover, .more A:hover, .index A:hover, .sitenavigation A:hover, .pix P A:hover
{
	text-decoration: none;
	background-color: transparent !important;
	border-bottom: 1px #FFB545 dotted !important;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
}


/* stop Firefox putting border round links*/
a { outline: none; }
	
	


/* document block */

#document {
	width: 750px;
	display: block;
	height: 100%;
	left: 0%;
	right: 0%;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	
	animation: fadein 2s;
	-moz-animation: fadein 2s;
	-webkit-animation: fadein 2s;
	-o-animation: fadein 2s;
}

#document .laurel
{
	display: inline-block;
	width: 90px;
	height: 90px;
	float: left;
	clear: right;
}

#document ::selection
{
	background: red;
	color: white;
	text-shadow: none;
}

#document ::-moz-selection
{
	background: red;
	color: white;
	text-shadow: none;
}


#document blockquote div.quote
{
	position: relative;
	font-weight: 600;
	text-align: justify;
}
#document blockquote .quote:before
{
	content: url(../pix/squote.png);
	margin: 0px 0px 0px -30px;
	height: 32px;
	width: 32px;
	display: block;
	clear: both;
}
#document blockquote .quote:after
{
	content: url(../pix/equote.png);
	margin: 0px 0px 0px -30px;
	height: 32px;
	width: 32px;
	display: block;
	clear: both;
}
#document blockquote div.sig { position:relative; top: -40px; font-weight: 300; text-align: right; }


/* 	sitenavigation block */
#navtop { padding: 12px 0 0 0; }
#navbottom { padding: 32px 0 0 0; }

.sitenavigation
{
	margin: 0px auto 0px auto;
	display: block;
	padding: 0 0 0 0;
}

.sitenavigation UL
{
	list-style-type: none;
	font-size: 1.3em !important;
	display: inline-block;
	width: 100%;
	padding: 0;
	border: 0;
	text-align: center;
	color: #999;
}

.sitenavigation LI
{
	display: inline-block;
	padding: 0 0.1em 0 0.1em;
	text-shadow: 0px 0px 12px black;
}


/* dvd info block */
#dvdinfo
{
	margin: 0px auto 0px auto;
	display: block;
	padding: 32px 0 80px 0;
}

#dvdinfo UL
{
	list-style-type: none;
	font-size: 1.5em !important;
	display: inline-block;
	width: 100%;
	padding: 0;
	border: 0;
	text-align: center;
	color: #999;
}

#dvdinfo LI
{
	display: inline-block;
	padding: 0 0.5em 0 0.5em;
	text-shadow: 0px 0px 12px black;
	vertical-align: top;
}



/* plaudits page */
ul#plaudits
{
	list-style-type: none;
	font-size: 1.2em !important;
	width: 90%;
	padding: 0px;
	border: 0px;
	margin: 38px auto 0px auto;
	text-align: center;
	color: #FFFFFF;
}

ul#plaudits>li
{
	background-color: #A90911;
	width: inherit;
	padding: 1em 2em 1.2em 2em;
	border: 1px #8F1103 solid;
	text-align: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 6px 6px -5px black;
	margin: 0 0 1.5em 0;
}

ul#plaudits>li>p.sig
{
	text-align: right;
	font-style: italic;
}




/* Preview gallery */

table#preview
{
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	margin: 32px 0 0 0; 
	width: 750px;
	position: relative;
}

table#preview td
{
	/* border: 1px #FFDB01 solid; */
	vertical-align: top;
	text-align: center;
	background-color: transparent;
	width: 150px;
	height: 150px;
	padding: 0px;
	margin: 0px;
}


table#preview td figure
{
	padding: 0px 0px 18px 0px;
	margin: 0px;
}


table#preview td figure img
{
	-webkit-box-shadow: 0 1px 8px #000000;
	box-shadow: 0 1px 8px #000000;
	opacity: 0.8;
	background-color: #ff0000;
}

table#preview td figure img:hover
{
	-webkit-box-shadow: 0 1px 8px #F9DC26;
	box-shadow: 0 1px 8px #F9DC26;
	opacity: 1;
}

table#preview td figure img:active
{
	-webkit-box-shadow: 0 1px 8px #fff;
	box-shadow: 0 1px 8px #fff;
	opacity: 0.5;
}

table#preview td figcaption
{
	font-size: 0.75em;
	text-align: center;
	padding: 3px;
	overflow: hidden;
	line-height: 1em;
}




/* preview large image  */

#pixpreview
{
background-color:transparent;
position: absolute;
/* width: 90%; */
width: 550px;
display: block;
height: auto;
left: 0%;
right: 0%;
margin: 0px auto 0px auto;
padding: 0px 0px 2500px 0px; /* add padding to bottom to make sure scroll bar is visible to bkgnd sizes the same as main page */
top: 5%;
-webkit-animation: supersize .3s cubic-bezier(0,0,0,1);
-moz-animation: supersize .3s cubic-bezier(0,0,0,1);
-ms-animation: supersize .3s cubic-bezier(0,0,0,1);
/* animation: supersize .3s cubic-bezier(0,0,0,1); */
}

@-webkit-keyframes supersize { 0% { -webkit-transform:scale(.7); }  100% { -webkit-transform:scale(1); } }
@-moz-keyframes supersize { 0% { -moz-transform:scale(.7); } 100% { -moz-transform:scale(1); } }
@-ms-keyframes supersize { 0% { -ms-transform:scale(.7); }100% { -ms-transform:scale(1); } }
/* @keyframes supersize { 0% { -ms-transform:scale(.7); }100% { -ms-transform:scale(1); } } */

#pixpreview img
{
	width: 100%;
	display: block;
	height: auto;
	left: 0%;
	right: 0%;
	margin: 0px auto 0px auto;
	z-index: 5;
	border: 6px solid #FFFFFF !important;
	border-radius: 3px;
	box-shadow: 0 1px 8px #000000;
}

#pixpreview figcaption
{
	color: #ffffff;
	padding: 1em;
	font-size: 1.2em;
	border: 6px solid transparent !important;
	text-shadow: 0px 0px 12px black;
}


#pixpreview img:hover { opacity: .95; }

#pixpreview a:before
{
	content: url(../pix/close.png);
	position: absolute;
	top: -18px;
	left: -18px;
	opacity: 0;
	z-index: 10;
}

#pixpreview a:hover:before { opacity: 1; }







/* copyright block */
#copyright
{
	margin: 0px auto 0px auto;
	display: block;
	font-size: .75em !important;
	width: 100%;
	padding: 0 0 200px 0;
	border: 0;
	text-align: center;
	color: #CCC;
}


/* play pause button */

#playpause
{
	visibility: hidden;
	background-color: brown;
	border: 0;
	width: 3em;
	color: #CCC;
	font-weight: 700;
	position: fixed;
	top: 3px;
	left: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 6px 6px -5px black;
	-webkit-box-shadow: 0 6px 6px -5px black;
	font-size: 1.1em;
	font-family: Arial;
}



/* hide qr code on screen */
@media print { #qr { padding: 28px; display: block; } }
@media screen { #qr { padding: 450px; display: block; } }



/* News slide */

@-webkit-keyframes slide {
0%   { -webkit-transform: translate(120%) skewX(-30deg) ; }
70%  { -webkit-transform: translate(0%)   skewX(-30deg) ; }
80%  { -webkit-transform: translate(0%)   skewX(20deg)  ; }
95%  { -webkit-transform: translate(0%)   skewX(-10deg) ; }
100% { -webkit-transform: translate(0%)   skewX(0deg)   ; }
}

#news
{
	list-style-type: none;
	width: 100%;
	 
/* 
	height: 2rem !important;
	max-height: 2rem !important; 
	min-height: 2rem !important;
 */
	padding: 0;
	margin: 12px 0 12px 0px;
	position: static;
	/* 
	border-top: 1px #eee solid !important;
	border-bottom: .1px #ccc solid !important;
 */
	display: block !important;
	color: white !important;
	font-size: 1.1rem !important;
	font-weight: bold !important;
	text-indent: 0px !important;
	text-align: left !important;
	line-height: 1.6rem !important;
	/* 	box-shadow: 0em 0em .5em #eee; */
	overflow: hidden;
	letter-spacing: -.05em;
}

#news:before
{
	content: attr(title) ": ";
	position:relative;
	color:#AAA4A3;
	/* text-shadow: 0px 0px 24px #FCE9C6; */
}

#news div.noshownews
{ 
	overflow: auto;
	position: static;
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	opacity: 0;
}

#news div.shownews
{
	display: block;
	opacity: 1;
	position: static;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
	-webkit-animation-duration        : 0.5s;
	-webkit-animation-fill-mode       : both;
	-webkit-animation-iteration-count : 1;
	-webkit-animation-name            : slide;
	-webkit-animation-timing-function : linear;
	-webkit-transform-origin          : bottom;    


	-webkit-transition: opacity .5s cubic-bezier(0.42, 0, 0.58, 1.0);
	-moz-transition: opacity .5s cubic-bezier(0.42, 0, 0.58, 1.0);
	-ms-transition: opacity .5s cubic-bezier(0.42, 0, 0.58, 1.0);
	transition: opacity .5s cubic-bezier(0.42, 0, 0.58, 1.0);
	
}


