<strong></strong>/* march 13, 2012  Main2.css*/
/* revised to improve cellphone viewin 4/4/2016 */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }





body {background-image: url(../images/justletters_light.jpg);
background-repeat:repeat;
font-family: "Times New Roman", Times, serif;
}


#whole_page {
margin: 0 auto ;
background-color:#FFFFFF;
padding: 0;
/* width: 1024px; april 1016 */
width: 95%; 
border:thin;
border-color:#660000;
}


h1 { font-weight:bold; font-size:2.7em; font-style:normal;
margin:10px 5px 10px 5px; 
letter-spacing: -1px;
}

h2 { font-weight: bold; font-size:2em; font-style:normal;
margin: 10px 5px 5px 5px;
}

blockquote {margin:inherit;
padding: 10px 10px 0 10px;
}

p {font-size:1.3em;
line-height:130%;
color:#000000;
margin:inherit;
padding:10px 10px 0 0;

}

.arialy { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:medium;
}

.bionotes {font-size:1.1em;
margin-left: 50px; text-indent:3em;
}

.p_smaller {
font-size: 1.2em;
margin: auto;
line-height:150%;
}

.p_1em {
font-size: 1em;
margin: auto;
line-height:150%;
}

.p_big_indent {
margin-left: 30px; margin-top: 20px;
}
/*
 4/4/2016   had to reduce the margin left from 120 to 30px in p_big_indent (for poems) so it would use the screen of 
the cell phone more reasonably and not break so many poem lines    
 4/23/16 the prose margins-left  were harder to decide, but have changed them from 50px to 
30px same as poetry  It makes it easier for the pics and line.gif to fit  The names of the styles will be wrong
but it is the lesser evil
9/18/2020 adding a top margin to the paragraph so the stanzas will have more separation.
*/

.prose_indent50 {
margin-left: 30px;
margin-right: 10px;
text-indent: 3em;

}
.prose_margin50 {
margin-left: 30px;
margin-right:10px;
}


.pagetitle { font-weight:bold; font-size:3em; font-style:normal; padding: 10px 0 10px 0; color:	#660000;
}

.centered { text-align:center;
}

.on_right { text-align:right;
}

.colored_head {color:#660000; 
}
.deeper {margin:auto; padding-left:20px;
}

.top_logo {
float:left;
margin: 0 0 15px 0;
}

.ric_pic  {
float:right;
margin-left: 10px;
border:#660000 medium inset;
}

.like_ric_pic {
margin-left: 10px;
border:#660000 medium inset;
}

.test_pic { float:right;
border:#00FF66 medium inset;
margin-left: 15px;
}

.pic1 { border:groove; padding: 5px;  border-color:#996600;  margin: 25px; }

.stop_float {clear:both;}

.float_right {float:right;}

.float_left {float:left;}

/*the following  are used for the author pages*/

ul.nav {
text-align:center; 
list-style-type:none; 
padding-left:0; 
margin-left:0;
padding-top:6px;
padding-bottom:5px;
}

ul.nav li {
display:inline;
}

ul.nav a {
border:1px  groove #660000;
padding:5px 15px 5px 15px;
margin-right:5px;
background-color:#eaeaea;
color:#333l;
text-decoration:none;
}

/*end of author pages navigation bar mods */