/* Set the style for the calendar and its position */
.calendar{
	padding-left:30px;
	margin-top:40px;

}

 
.entryYear {
	color:#000000; 
	font-family: Georgia, Arial, sans-serif;
	font-size: 16pt;
	font-weight: normal; 
	padding-top: 0px;
	padding-bottom: 0px;
	margin:0;
	padding:0; 
} 

.entryOtherYear {
	color:#000000; 
	font-family: Verdana, Roman, serif;
	font-size: 8pt;
	font-weight: normal; 
	padding-top: 0px;
	padding-bottom: 0px;
	margin:0;
	padding:0; 
}

.entryTitle { 
	color:#FF2020; 
	font-family: Verdana, Roman, serif;
	font-size: 12pt;
	font-weight: bold; 
	padding-top: 0px;
	padding-bottom: 0px;
	margin:0;
	padding:0; 
} 

.entryInfo { 
	font-family: Verdana, Roman, serif;
	font-size: 10pt;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin:0;
	
} 

.entry {

	padding-top: 0px;
	padding-bottom: 0px;
	margin:0;
	
	text-indent: -50px;
	padding-left: 50px;
}	

.entryImg {

	margin-top:0px; 
	margin-bottom:20pt; 
	margin-left:50px; 
	margin-right:6px; 
	float:left;
	position:relative; 
	top:20pt;
	border: none;
}

/* make bold show in dark red */
b {
	color:#FF2020;
	font-weight: normal; 

}

p {

	padding-top: 0px;
	padding-bottom: 0px;
	margin:0;
}

/* heading for trivia items */
h2 {
	font-family: Georgia, Arial, sans-serif;
	font-size: 16pt;
	font-weight: normal; 
	padding-top: 0px;
	padding-bottom: 0px;
/*	display: inline; */
	margin:0;
	padding:0; 
}

/* principal image that links to a larger version of itself */
/* Only the large image is provided.  
/* The generator will will create the small version and add the link  */
/* borders, align, and sizes are ignored and we be changed to fit the current style  */
/* For example:											    */	
/* <img class="img_bigsmall" src="content/monopoly.gif">     */
/* becomes the equivalent of                                */
/* <a href="content/monopoly.gif"><img src="content/monopoly_small.gif" width="60" height="60" align="left"></a> */
.img_bigsmall {
}

/* principal image that links to nothing                    */
/* The generator will will create the small version         */
/* borders, align, and sizes are ignored and we be changed to fit the current style  */
/* For example:											    */	
/* <img class="img_solo" src="content/monopoly.gif">         */
/* becomes the equivalent of                                */
/* <img src="content/monopoly_small.gif" width="60" height="60" align="left"> */
.img_solo {
}


/* principal image that links to another page */
.img_outlink {
}

/* general link within the body of the entry */
.outlink {
}

/* goto a website */
/* if in a link, will generate an img for the link */
.gotoweb {
}
