/* Base Styles for content pages at the Catweazle Site */
/* Steal all these styles as you need */
/* Dont bother telling me - I'm happy if you use them :) */
/* David Wheaton@propaganda - Stawell Victoria Australia */
/* davo@propaganda.com.au */
/* November 2002 */
/* W3C Valid CSS */



/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Styles for exisitng XHTML 1.0 Elements */
/* User Defined Elements appear further down the sheet */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */


/* ------------------------------------------------------- */
/* [HTML] Body Element  */

body {
   	background : #291808 0% 0%; 
   	margin : 0;
	color : #000000;
}

/* ------------------------------------------------------- */


/* ------------------------------------------------------- */
/* [HTML] Heading & Paragraph Elements */


h2 {
   font : bold 11px/100% verdana, arial, helvetica, sans-serif; 
   color : #000000; 
   background-color : #DAA520;
   background: transparent; 
   margin-top : 10px; 
   margin-bottom : 5px; 
}

p {


   font : 10px/12px verdana, arial, helvetica, sans-serif;
   color: #333333;
   background: transparent; 
   margin-top : 0;
   margin-bottom : 1px;
}

/* ------------------------------------------------------- */


/* ------------------------------------------------------- */
/* [HTML] List Elements */

ol {
   	font : 11px/125% verdana, arial, helvetica, sans-serif; 
  	margin-top : 0; 
}

li {
   	font : 11px/125% verdana, arial, helvetica, sans-serif; 
   	margin-top : 0; 
}


/* ------------------------------------------------------- */


/* ------------------------------------------------------- */
/* [HTML] Character Elements */

strong {
   font-weight : bold; 
}

em {
   font-style : italic; 
}

/* ------------------------------------------------------- */


/* ------------------------------------------------------- */
/* [HTML] Link Elements */


a.whitelink:link {
   font-weight : normal;
   color : #ffffff;
   text-decoration : none;
   background: transparent; 
}

a.whitelink:visited {
   font-weight : normal;
   color : #ffffff;
   text-decoration : none;
   background: transparent; 
}

a.whitelink:active {
   font-weight : normal;
   color : #ffffff;
   text-decoration : none;
   background: transparent; 
}

a:link {
   font-weight : normal;
   color : #999900;
   text-decoration : none;
   background: transparent; 
}

a:visited {
   font-weight : normal;
   color : #999900;
   text-decoration : none;
   background: transparent; 
}

a:active {
   font-weight : normal;
   color : #999900;
   text-decoration : none;
   background: transparent; 
}

a:hover {
   font-weight : normal; 
   color : #999900;
   text-decoration : underline;
   background: transparent; 
}


/* NOTE: a.whitelink:hover is specified in each page according to color */

/* ------------------------------------------------------- */


/* ------------------------------------------------------- */
/* [HTML] Image in Table Fix*/
/* XHTML DTD Inserts space around images as it treats them as 'in-line' */
/* This can be annoying in a table if you want the cell to wrap to the image size */
/* Line below tells the browser to display images wihin a table as block elements */

td img { 
	display: block;
} 

/* ------------------------------------------------------- */












/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Styles for User Defined Classes */
/* Existing XHTML 1.0 elements are further up this sheet */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */


/* ------------------------------------------------------- */
/* [DEFINED] Classes */


.whitetext { /* this class for paragraphs in colored table cells */
	color: #ffffff;
   	background: transparent; 
}


#yellowblocks { /* this id for cell with image beside info */

	background-image: url(../media/cellbg_yellowblocks.gif);
}

#greyblocks { /* this id for cell with image beside info */

	background-image: url(../media/cellbg_greyblocks.gif);
}

.transimg { /* this id for cell with image beside info */

	background-image: url(../media/cellbg_greyblocks.gif);
}


/* ------------------------------------------------------- */








