@charset "utf-8";

/* DESIGN NOTES - Navigation Stylesheet

Website: PerthNostalgiaFestival.org
Style Author: Nik Peran, http://PerthNostalgiaFestival.org
Layout: Left sidebar with submenus

_________________________________________________________________*/


/* Define styles for SIDE MENU-----------------------------------*/

#blank, #home, #classes, #events, #news, #contact {
}

#menuSide {
	position: absolute;
	left: 12px;
	top: 354px;
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menuSide li {
	list-style-type: none;
	font-weight: bold;
	font-size: 1.4em;
}

#menuSide a {
	display: block;
	height: 30px;
	text-decoration: none;
	padding-left: 15px;
	background-repeat: no-repeat;
	line-height: 30px;
}

#menuSide a:link, #menuSide a:visited {
	color: #222;
	background: url(../images/bg-menulink.jpg) no-repeat left top;
}
#menuSide a:hover, #menuSide a:active {
	color: #FFFFFF;
	background: #f9d16d url(../images/bg-menulink-hover.jpg) no-repeat;
}

#home a#homeLink,
#classes a#classesLink,
#events a#eventsLink,
#news a#newsLink,
#contact a#contactLink {
	color: #AB8F65;
	background: url(../images/bg-menulink.jpg) no-repeat left top;
}
#classes a#classesLink:hover,
#events a#eventsLink:hover,
#news a#newsLink:hover {
	color: #FFFFFF;
	background: #f9d16d url(../images/bg-menulink-hover.jpg) no-repeat;
}


a#homeLink:hover, #home a#homeLink:hover, 
a#contactLink:hover, #contact a#contactLink:hover {
    color: #FFFFFF;
	background: #f9d16d url(../images/bg-link-no-arrow.jpg) no-repeat;
}


/* Define styles for SUB MENUs------------------------------------------*/

#subMenus {
	font: bold 1.25em Georgia, "Times New Roman", Times, serif;
}
#subMenus  ul {
	list-style-type: none;
	padding: 2px 2px 2px 0;
}
#subMenus a:link, #subMenus a:visited {
	color: #E9AB07;
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #DCCAE8;
	line-height: 26px;
	padding-left: 10px;
	border-left: 1px solid #EEECDD;
}
#subMenus a:hover {
	color: #FFFFFF;
	background: #F8CA50 url(../images/bg-menulink-hover.jpg);
}


#submenuClasses, #submenuEvents, #submenuNews {
	width: 160px;
	position: absolute;
	z-index: 5;
	text-align: left;
	background: #FFFFFF;
	left: 211px;
	border-top: 1px dotted #DADADA;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left-style: none;
}

#submenuClasses {
	visibility: hidden;
	top: 382px;
}
#submenuEvents {
	visibility: hidden;
	top: 412px;
}
#submenuNews {
	visibility: hidden;
	top: 442px;
}

/* Define FOOTER & TOPLINK Styles------------------------------------------*/

#topLinks a:link, #topLinks a:visited,
#footer a:link, #footer a:visited {
	color: #0C4550;
	padding: 1px 4px;
	text-decoration: underline;
}
#topLinks a:hover, #topLinks a:active,
#footer a:hover, #footer a:active {
	color: #FFF9EC;
	text-decoration: none;
	background: #126A7A;
}

#btmLinks a:link, #btmLinks a:visited  {
	color: #666666;
}
#btmLinks a:hover, #btmLinks a:active {
	color: #FF9C05;
	text-decoration: none;
	background: none;
}
a.editLink:link, a.editLink:visited {
	text-decoration:none !important;
	cursor:default;
}
a.editLink:hover,a.editLink:active {
	text-decoration:none;
	background: none !important;
	color: #0C4550 !important;
}
