/*
Stylesheet for Divine Mind Fragment Theatre by Jim Andrews.
Christmas 2014, Burnaby BC Canada.
*/

html, body {
	/* In iOS, this helps make the browser window not draggable.  */
	overflow:hidden;
}

body {
	color:#ffffff;
	font-size: 100%;
	background-color:black;
}

#fullscreen {
	position:absolute;
	top:10px;
	right:10px;
	cursor: pointer;
	z-index: 999999999;
}

#container {
	/* Contains all content. */
	position: fixed; /* Keeps the container from moving around on iOS drags */
	box-sizing: border-box;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	padding-top:10px;
	padding-left:10px;
}

#maintext {
	/* Contains the poem text and the bottom colophon image. */
	/* position: relative; */
	top:25%;
	margin:auto;
	width:450px;
	max-width:95%;
	padding:10px;
	font-size:13pt;
}

/* #controls1, #controls2, #ord0, #ord1, #ord2, #ord3 {
	z-index: 3000;
}
#controls1 {
	position:absolute;
} */

@media (max-width: 450px) {
	/* For mobile phones. */
  .passage0, .passage1, .passage2, .passage3 {
    font-size:11pt;
  }
  #maintext {
  	top:10%;
  }
}

.B, .L, .U, .E      {
   font-size : 14pt;
   font-family : Arial;
   text-decoration : none;
   font-weight : bold;
   color :#0033FF;
}

.L {
   color :#99CCFF;
}

.U {
   color :#6699CC;
}

.E {
   color :#3366CC;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color:silver;
}

.c  {
	 font-size : 16pt;
	 font-family : Arial;
	 text-decoration : none;
	 font-weight : bold;
	 color : Silver;
	 line-height: 0.9;
	 margin-left:5px;
}

.vsmall    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C0C0C0;
	text-decoration: none;
}

/* This particular stir fry has 3 texts. A style for each text
so we can tell the texts apart when stirred together. */
.passage0 {
	padding:0px;
	color:#0033FF;
}
.passage1 {
	padding:0px;
	color:#3366CC;
}
.passage2 {
	padding:0px;
	color:#6699CC;
}
.passage3 {
	padding:0px;
	color:#99CCFF;
}

#titleImg {
	/* The title image. */
	padding:10px;
}


#links {
	/* The div that contains the bottom left links to the Stir Fry
	home page and to vispo.com */
	position:fixed;
	right:5px;
	bottom:5px;
	text-align:center;
}

a.stir:link, a.stir:visited {
	/* Link to Stir Fry home page. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: gray;
	text-decoration: none;
	margin:0 auto;
}
a.stir:hover {  
	color: #14c878;
}


a.logo:link, a.logo:visited {
	/* Logo link to vispo.com */
	font-family: "Times New Roman";
	font-weight: normal;
	text-decoration:none;
}
a.logo:hover {
	font-weight:bold;
}
#v {
	font-size:1em;
	color:#FF0000;
}
#i {
	font-size:0.8em;
	color:#FFFF00;
}
#s {
	font-size:0.6em;
	color:#00FF00;
}
#p {
	font-size:0.8em;
	color:#83AEF5;
}
#o {
	font-size:1em;
	color:#FF80FF;
}
