/**************************************************

		Style1.css 
		Author		Steve Saunders
		Date		4th Jan 08
		
		Defines classes and layout properties of 
		Candy Canvas public and backend 
		administration web sites.



**************************************************/


/* Defining Classes */

.month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bolder;
	color: #336633;
	clip:   rect(auto auto auto auto);
	top: 20px;
}


.event {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url((URL));
}


/* Greyed out text for hidden events */
.event_hide {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url((URL));
}




/* Navigation Text and update details */
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #336633;
	top: 20px;
}



/* Define Layers */

#title {
	position:absolute;
	top:10px;
	left:350px;
	
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24;
	font-weight:bold;
	font-style:italic;
	color:#003300;
	}


#content {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16;
	font-weight:600;
	font-style:none;
	color:#003399;
	position:relative;
	top:-50px;
	left:20px;
	width:650px;
	
	
	}
	

	
#footer {
	position:relative;
	top:250px;
	left:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12;
	font-weight:600;
	font-style:none;
	color:#003300;
	
	
	}

a:link {
	color:#030;
	text-decoration:none;
	}
	
a:hover {
	color:#030;
	text-decoration:underline;
	}
	
a:visited {
	color:#030;
	}



/**   Hover link??       **

a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336633;
	text-decoration: underline;
	text-align: left;
}

a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #336633;
		color: #336633;
	top: 20px;
	text-decoration: none;
}

a.nav:hover {text-decoration:underline}


**/
