/* CSS1 style sheet for www.stanthony-carnation.org */

BODY 
{
	background:white;
	color:black;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}

BODY.WATERMARK
{
	background: url(watermark.gif) white;
	background-repeat: no-repeat;
}

A:link
{
	color:blue;
}

A:visited
{
	color:maroon;
}

A:active
{
	color:red;
}

SPAN.LARGE
{
	font-size:36pt;
}

SPAN.MEDIUM
{
	font-size:24pt;
}

TABLE.CALENDAR
{
	text-align:center;
	background:#ffffcc;
}

TR.CALENDAR
{
	text-align:center;
}

TD.LABEL
{
	font-size:18pt;
	font-weight:bold;
	background:#ffffcc;
}

TD.DATA
{
	font-size:14pt;
	font-weight:normal;
	background:#ffeecc;
}

TD.EVENT
{
	background:#99ccff
}

TD.EVENTDESC
{
	background:#66ccff
}

TD.CLASS
{
	background:#ccffcc
}

TD.CLASSDESC
{
	background:#99ff99
}

TD.SACRAMENT
{
	background:#ffcccc
}

TD.SACRAMENTDESC
{
	background:#ff9999
}

.specialEvent
{
	background:	#f8f8c0;
	padding:	20px;
	width:		635px;
}

.specialEventTitle
{
	font:		24pt;
	color:		#8000f8;
}

.specialeventSubtitle
{
	font:		18pt;
}


.eventHeader
{
	text-align:	left;
	font:		bold 24pt;
        width:		635px;
}

.eventMonthHeader
{
	display:	block;
	text-align:	left;
	font:		bold 16pt;
	width:		635px;
	margin:		15px 0px 5px;
	background:	#ffffff;
}

.eventContainer0
{
	display:	block;
	font:		12pt;
	width:		635px;
	margin:		0px 0px 0px 0px;
        padding:        3px 0px 3px 0px;
	background:	#f0f0f0;
}

.eventContainer1
{
	display:	block;
	font:		12pt;
	width:		635px;
	margin:		0px 0px 0px 0px;
        padding:        3px 0px 3px 0px;
	background:	#ffffff;
}

.eventDate
{
	display:	inline;
	width:		25px;
	font-weight:	bold;
	text-align:	right;
	vertical-align:	top;
	margin-right:	10px;
}

.eventDay
{
	display:	inline;
	width:		100px;
	text-align:	left;
	vertical-align:	top;
}

.eventTime
{
	display:	inline;
	width:		100px;
	text-align:	left;
	vertical-align:	top;
}

.eventTitle
{
	display:	inline;
	width:		400px;
	font-weight:	bold;
	text-align:	left;
	vertical-align:	top;
}

.eventDesc
{
	display:	inline;
	width:		400px;		
	text-align:	left;
	margin-left:	235px;
	vertical-align:	top;
}

.moreEventsLink
{
	width:		635px;
	font:		10pt;
	text-align:	left;
}
