/* **************************************************************************** */
/*	Style sheet for Links by Chris Croome (chris@atomism.demon.co.uk) of 	*/
/*	webarchitects (http://www.webarchitects.co.uk/)				*/
/*										*/
/*	For further information on CSS see these sites:				*/
/*	http://www.w3.org/Style/						*/
/*	http://www.css.nu/							*/
/*	Want answers to your CSS questions? try this usenet group:		*/
/*	comp.infosystems.www.authoring.stylesheets				*/
/*										*/
/*	If you want to check the validity of the style sheet you can use this:  */
/*	http://jigsaw.w3.org/css-validator/					*/
/*										*/
/* **************************************************************************** */


.navbar  { color: #ffffff; font-family: arial,helvetica,ms sans serif,sans-serif; text-decoration: none; font-size: 14px }
.navbari { color: #ff00ff; font-family: arial,helvetica,ms sans serif,sans-serif; text-decoration: none; font-size: 14px }
.anavbar { color: #ff44cc; font-family: arial,helvetica,ms sans serif,sans-serif; text-decoration: none; font-size: 14px }



/*	Blog author								*/
span.author {
font-style: italic;
}

/*	New links								*/
sup.new {
font-size: x-small;
color: #FFFFFF;
background: #FF3300;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}


/*	Popular links								*/
sup.pop {
font-size: x-small;
color: #FFFFFF;
background: #0000AA;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Edit link								*/
sup.mod {
font-size: x-small;
color: #FFFFFF;
background: #00AA00;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Edit link								*/
a.mod {
font-size: x-small;
color: #FFFFFF;
background: #00AA00;
text-decoration: none;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}


/*	Links date and hits							*/
small.date {
font-size: x-small;
color: #666666;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Number of links in categories						*/
small.numlinks {
font-size: x-small;
color: #666666;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}



h2.linksub {
font-size: medium;
font-weight: bold;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}
/*	This is for main headers on all pages *apart* from the home page	*/
h1.linktitle {
font-size: large;
font-weight: bold;
color: #550022;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This class is for the main header on the Links home page		*/
h1.home {
font-size: x-large;
font-weight: bold;
color: #550022;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Menu									*/
small.menu {
font-size: small;
color: #000000;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Menu unvisited links							*/
a.menulink:link {
color: #6633FF;
background: #FFFFFF;
}

/*	Menu visited links							*/
a.menulink:visited {
color: #993399;
background: #FFFFFF;
}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
color: #FF6666;
background: #FFFFFF;
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #FF6666;
background: #FFFFFF;
}

/*	This class is for the error messages					*/
strong.error {
color: #aa0000;
background: #FF3300;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}


