/*


Stylesheet for Badgers and Fish


Copyright (c) 2002 by Codesmiths Softwrae Development Ltd.



Andy Dingley

March 2002

*/


body {
	margin: 1em 5% 1em 5%;
  padding: 0;


	background-color: #FFFFFF
	color: 0;
  background-image : none;  
}


/* Errors, warnings and messages */
.warning {
  color: rgb(128,0,0);
  font-style: oblique;
}

div.warning {
  background-color: #999999;
  padding: 1em;  
  border-style: inset;
  border-color: red;
  margin: 0.5em;  
}

.error {
  color: rgb(255,0,0);
}



/* "Under Construction" etc. */
.admin-note {
  color: #00007f;
	background-color: #3399cc;
  font-style: oblique;
}

p.admin-note, div.admin-note {
  margin: 0.5em 1em 0.6em;
	padding: 0.6em 1.2em ;
}



/* Generalised font choices */

p {  	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}

h1, h2, h3, h4 { 
	margin-bottom: 0;
  font-family: Trebuchet, Arial, Helvetica, helv, sans-serif;
}
	
	
	
	
img { 
  border : none; 
}

img.central-banner {
  clear: both;
	
  padding-left: 5%;	
  padding-right: 5%;	
	margin-left: auto;
	margin-right: auto;
}	


img.left-banner, img.page-banner {
  clear: both;
	
  padding-left: 0;	
  padding-right: 5%;	
	margin-left: 0%;
	margin-right: 15%;
	
	text-align: left;
}

img.right-banner {
  clear: both;

  padding-left: 5%;	
  padding-right: 0;	
	margin-left: 15%;
	margin-right: 0;
	
	text-align: right;
}


img.page-logo {
	margin-top: 0em;
	margin-bottom: 1em;
  margin-left : -4%;
	margin-right: 2em;
	
}




/* Footer for "powered by coffee" icons */
div.page-icon-footer {
  
  padding-top: 3em;
  padding-bottom: 1em;

	margin-bottom: 0;

  padding-left: 5%;
  padding-right: 5%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;

  font-size: 10px
}

.page-icon-footer img {
  vertical-align: center;
  margin-right: 1.5em;
  border: none;
}





blockquote { 
  margin-top: 0.5em;
	font-family: "book antiqua", perpetua, serif;
}


/* Links */

a:hover {
	color: #ff0000;

  filter: glow(color=FFFF00, strength=3); 
	/* doesn't actually work unless we set the width too */
} 

a.quiet-link { 
  color: black;
  text-decoration: none; 
}

a.quiet-link:hover { 
  color: blue;
  text-decoration: underline; 
}



/* Menu  */

/* Menu inline */

/* Menu sequence */

menu.menu-sequence {

}

menu.menu-sequence li {
  display: inline;
}

/* Menu footer */
menu#menu-footer, menu.menu-footer  {

	font-size: 0.9em;
	
  padding-top: 3em;
  padding-bottom: 1em;

	margin-bottom: 0;
	top: 90%;

  padding-left: 5%;
  padding-right: 5%;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

menu#menu-footer li, menu.menu-footer li {
  display: inline;
  margin-right: 0.2em	;
}

menu#menu-footer li a, menu.menu-footer li a {
  padding: 0.15em 1em 0.2em;
  background-color: #666666;
	color: #cccccc;
	text-decoration: none;
}

menu#menu-footer li a:link, menu.menu-footer li a:link {
	text-decoration: none;
}
menu#menu-footer li a:hover, menu.menu-footer li a:hover {
	background-color : #cccccc;
	color: #000000;
}


/* an image roll-over menu (expanding frogs), but done with CSS */
menu.rollover-frog li {
  list-style-image: none;
  list-style-type: none;

  padding-bottom: 16px; /* bit more space between lines, to allow room for the bigger frog */
} 

menu.rollover-frog li a {
  background-image : url(blt_toad_23.gif);
  background-repeat : no-repeat;

  padding-bottom: 2em; /* Frog expansion space (needs to be on the link, or the frog gets cropped) */
  padding-left: 34px; 
}

menu.rollover-frog a:hover {
  /* expando-frog */
  background-image : url(blt_toad_32.gif);
  background-repeat : no-repeat;

  color: inherit;
  background-color: transparent;
}


/* Nested menus are dull (no frogs) */
menu.rollover-frog menu {
  background-image : url(blt_toad_23.gif);
  background-repeat : no-repeat;
  margin-left: 0; 
  padding-left: 34px; 
}
menu.rollover-frog menu :hover {
  background-image : url(blt_toad_32.gif);
}

menu.rollover-frog menu li {
  list-style-image: none;
  list-style-type: circle;
  padding-left: 0; 
  padding-bottom: 0;
} 
menu.rollover-frog menu li a, menu.rollover-frog li menu li a:hover {
  background-image : none;
  background-color: transparent;
  padding-left: 0; 
  padding-bottom: 0;
}



/* Inline font settings */
 
.indent { 
  margin-left: 1em;
} 

.run-on-indent { 
  margin-left: 1em;
  margin-top: -1em;
} 







/* Print control, for use with the printonly.css stylesheet */

div.print-only {
  display: none; 
}


/* Don't need the print stylesheet - use an inline selector */
@media print {
	
	
body {
  background-color: #ffffff ! important; 
  background-image: none ! important; 
  color : black ! important; 
}




/* Mark up any small sections for non-printing */
.no-print {
  display: none ! important;
  visibility: hidden; 
}

div.print-only {
  display: block;
  display: block ! important;
  visibility: visible; 
}

span.print-only {
  display: inline ! important;
  visibility: visible;
}


div.print {
  display: block ! important;
  visibility: visible;
}

span.print {
  display: inline ! important;
  visibility: visible;
}

	
}
