/*
Stylesheet for Divine Mind Fragment Theatre by Jim Andrews.
Christmas 2014, Burnaby BC Canada.
*/

body { 
			  background: url(../images/salome.jpg) no-repeat center center fixed; 
			 
			}

body {
	color:#ffffff;
	font-size: 100%;
	background-color:black;
}

#container {
	/* Contains all content. */
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	/*background-color:black;*/
}

#maintext {
	/* Contains the poem text and the bottom colophon image. */
	position: relative;
	top:5%;
	margin:auto;
	width:450px;
	max-width:90%;
	padding:10px;
	font-size:13pt;
	text-align: center;
}

@media (max-width: 450px) {
	/* For mobile phones. */
  .passage0, .passage1, .passage2, .passage3, .passage4 {
    font-size:70%;
  }
  #maintext {
  	top:5px;
  }
}
@font-face {
    font-family: "Typewriter - Remington RIVIERA";
    src: url(fonts/trebuc.ttf);
}
@font-face {
    font-family: "Palatino Linotype";
    src: url(fonts/pala.ttf);
}
@font-face {
    font-family: Verdana;
    src: url(fonts/verdana.ttf);
}

/* This particular stir fry has 3 texts. A style for each text
so we can tell the texts apart when stirred together. */
.passage0 {
	color:#B08040;
	font-family: "Trebuchet MS";
	text-shadow: 2px 2px #000;

}
.passage1 {
	color:#E5731D;
	font-family: "Palatino Linotype";
	text-shadow: 2px 2px #000;
}
.passage2 {
	color:#E33F00;
	font-family: Verdana;
	text-shadow: 2px 2px #000;
}
.passage3 {
	color:#F01101;
	font-family: Times, "Times New Roman";
	text-shadow: 2px 2px #000;
}
.passage4 {
	color:#C20000;
	text-shadow: 1px 0px #444;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px #000;
}

#title {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color:#FC3E03; /*#EC3011;  */
	text-shadow: 1px 0px #888;
	padding-left:10px;
	padding-top:10px;
}
#titleImg {
	/* The title image. */
	padding:10px;
}
#author {
	font-family: Arial;
	padding-left:10px;
	margin-top:0px;
	color:#aaa;
	font-size:14px;
}

#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: 1em;
	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;
}
#salomeLink {
	position:fixed;
	left:10px;
	bottom:5px;
}
