/* styles for literary magazines, Saint Ann's School
by Mike R., 2006 Mar 19 version "b" */
body { margin-left:3em; margin-right:3em; margin-top:2em; background-color:#FFFFE0; color:#000033; font-family:Georgia, 'Times New Roman', Times, serif; }

.photo { /* border-bottom: 1px solid blue; */ text-align:center; } 

.prose { text-indent: 3em; /* text-indent does just the first line of the paragraph! */
	max-width:500px; /* border-bottom: 1px solid green; */} /* shouldn't first para be outdented? */

.poem {  /* text-indent:2em;*/ margin-left:2em; font-size:1.0em; text-align:left; 
/* have to specify font to override the enclosing 'pre' */  
font-family:Georgia, 'Times New Roman', Times, serif; }


/* for the whole div of a poem, (including its text) */

	/* no, let's have ALL titles formatted same (below) ??? 
	.poemtitle { font-size:1.6em; font-weight:bold; margin-left:3em; margin-right:3em;   }
	*/
	
	/* .poemtext {  margin-left:2em; font-size:1.1em; text-align:left;  
		/* text-indent:2em;
		/* have to specify font to override the enclosing 'pre'   ??  
		  No: w3c says not to mess with "pre" so I'd better use manual br's ...  
		font-family:Georgia, 'Times New Roman', Times, serif; 
	} */
	
.title {  text-align:left;  margin-left:2em; font-weight:bold; font-size:1.1em;  }
.title-plain {  /* not fancy, but marked so it can be linking target */ }

.author { text-align:center; font-weight:bold; font-style:italic; font-size:0.8em; }
.artist { text-align:center; font-weight:bold; font-style:italic; font-size:0.8em; }
.photographer { text-align:center; font-weight:bold; font-style:italic; font-size:0.8em; }

/* "role" is for those "Staff" "Editors" etc headings in the litmagXX files */
.role { font-weight:bold; font-size:1.2em; }

.navigation { text-align:center; font-family:Georgia, 'Times New Roman', Times, serif;}
.navigation2 { text-align:center; font-family:Georgia, 'Times New Roman', Times, serif;}

	/* the following floats to the bottom our usual [main][info][calendar][e-mail] navbar:
	perhaps not so good looking on litmag pages... */
.sa_web_nav { position: fixed; bottom: 0;  width:640px; text-align:center; 
     font-family:Georgia, 'Times New Roman', Times, serif; 
     background-color:#ffffff;  color:#000000; }

:link { color:#000033; background-color:#ffffcc; }   /* was 003399 */
:visited { color:#003333; background-color:#ffffcc; } /* was #ffffcc; */
:active { color:#660099; background-color:#ffffcc; } /* was #ff0000; */