@charset "utf-8";
/* CSS Document */
/*begin navigation stylings*/
#nav {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
#nav li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav a:link, #nav a:visited {
	background-image: url(images/tab_up.gif);
	height: 32px;
	width: 108px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	padding-top: 12px;
	float: left;
	display: block;
	font-weight: bold;
}
#nav a:hover, #nav a:active {
	color: #FFF;
	background-image: url(images/tab_over.gif);
}
#home #nav_home a, #thefestival #nav_thefestival a, #events #nav_events a, #visitingalliston #nav_visitingalliston a, #festivalgallery #nav_festivalgallery a, #forms #nav_forms a, #contact #nav_contact a, #festivalparade #nav_festivalparade a, #newattactions #nav_newattactions a {
	background-image: url(images/tab_down.gif);
}
#home #nav_home a:hover, #thefestival #nav_thefestival a:hover, #events #nav_events a:hover, #visitingalliston #nav_visitingalliston a:hover, #festivalgallery #nav_festivalgallery a:hover, #forms #nav_forms a:hover, #contact #nav_contact a:hover, #page1 #nav_page1 a:hover, #page2 #nav_page2 a:hover {
	background-image: url(images/tab_down.gif);
}

/*applies same stylings to topcontent as in col1*/
#home #col1 a:link,#home #col1 a:visited {
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#home #col1 a:hover, #home #col1 a:active {
	text-decoration: underline;
}

#topcontent a:link, #col1 a:link, #topcontent a:visited, #col1 a:visited {
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#topcontent a:hover, #col1 a:hover, #topcontent a:active, #col1 a:active {
	text-decoration: underline;
}


/*specialty stylings*/
#visitingalliston #col2 a:link, visitingalliston #col2 a:visited {
	color: #333;
	text-decoration: none;
}
#visitingalliston #col2 a:hover, #visitingalliston #col2 a:active {
	text-decoration: underline;
	color: #FFF;
}
#col2 a:link, #col2 a:visited {
	color: #333;
	text-decoration: none;
}
#col2 a:hover, #col2 a:active {
	text-decoration: underline;
	color: #333;
}



/*stylings for events page*/
#dayrow1 a:link, #dayrow2 a:link, #dayrow1 a:visited, #dayrow2 a:visited {
	font-size: medium;
	color: #333;
	text-decoration: none;
}
#dayrow1 a:hover, #dayrow2 a:hover, #dayrow1 a:active, #dayrow2 a:active {
	color: #FFF;
	text-decoration: underline;
}


/*footer stylings*/
#footer a:link, #footer a:visited {
	color: #333;
	text-decoration: none;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:hover, #footer a:active {
	color: #FFF;
}
