/* **************************************************************************** */
/*	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/					*/
/*										*/
/* **************************************************************************** */

.reset { font-family: Arial, sans-serif; 
		font-weight: normal;
		font-size: 8pt; }

.pgtitle  { 	font-family: Arial Black, Verdana, Arial, sans-serif;
		font-weight: normal;
		margin-left: 15px;
		line-height: 90%;
		font-size: 18pt;
		color: #FF0000 }

/*	Background								*/
BODY {	
background-image: url(/img/background.gif);
background-repeat: repeat-y 
}

/*	Price Color									*/
.price {
color: #990000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Book Title									*/
.book {
font-size: 12pt;
font-weight: bold;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Small Class									*/
.small {
font-size: 8pt;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}


/*	Normal Class									*/
.normal {
font-size: 10pt;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Paragraph									*/
p {
margin-left: 10px;
font-size: 10pt;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Definition list									*/
dl {
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Menu									*/
small.menu {
font-size: 10pt;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}


/*	Links unordered lists							*/
ul {
margin-left: 10px;
list-style: disc;
color: #000000;
font-size: 10pt;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	The link description							*/
span.descript {
font-size: 8pt;
color: #333333;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	New links								*/
sup.new {
font-size: 8pt;
color: #FFFFFF;
background: #FF3300;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Popular links								*/
sup.pop {
font-size: 10pt;
color: #FFFFFF;
background: #00CCFF;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Links date and hits							*/
small.date {
font-size: 8pt;
color: #666666;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Number of links in categories						*/
small.numlinks {
font-size: 8pt;
color: #666666;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This class is for "Looking for something in particular?"		*/
strong.search {
font-size: 10pt;
color: #000000;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This class is for "More options"					*/
small.more {
font-size: 10pt;
color: #000000;
font-weight: normal;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is for main headers on all pages *apart* from the home page	*/
h1 {
margin-left: 10px;
font-size: 14pt;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This class is for the main header on the Links home page		*/
h1.home {
margin-left: 10px;
font-size: 14pt;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This class is for the error messages					*/
strong.error {
color: #FFFFFF;
background: #FF3300;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is used for the sub headers					*/
h2 {
margin-left: 10px;
font-size: 10pt;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is for the margin for the form elements				*/
div.margin {
margin-left: 10px;
}

/*	This is for page $title_linked						*/
strong.title {
font-size: 10pt;
font-weight: bold;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Table cells								*/
td {
font-size: 10pt;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is  for Category Listings table cells				*/
td.catlist {
font-size: 12pt;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Preformatted text							*/
pre {
margin-left: 10px;
font-size: 10pt;
font-weight: bold;
color: #000000;

}

/*	This is for the page last updated text					*/
small.update {
font-size: 8pt;
font-weight: bold;
color: #999999;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is for the total number of links					*/
p.grandtotal {
margin-left: 10px;
font-size: 8pt;
font-weight: bold;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}












