/*  
Author: Geof Banyard
Author URI: http://www.islandofdoctorgeof.co.uk/
Date: 22nd feb 2008
Notes: adapted from the style sheet used for the original islandofdoctorgeof
General Refs:
http://www.csszengarden.com
http://www.ibdhost.com/contact/
http://www.w3schools.com
http://www.glish.com/css/home.asp

http://validator.w3.org/
http://en.www.mozilla.com/en/firefox/
Specific Refs:
*/

/* MAIN SECTIONS */



	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		}

	#leftcontent {
		background: transparent url(weeteds2008.gif) no-repeat bottom right;
		position: absolute;
		left:10px;
		top:150px;
		width:140px;
		text-align:right;
		}

	#centercontent {
   		margin-left: 179px;
   		margin-right:0px;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.

		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.

		Read more at http://www.glish.com/css/hacks.asp
		*/

		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 181px;
   		margin-right:0px;
		}
	html>body #centercontent {
   		margin-left: 181px;
   		margin-right:0px;
		}

	#banner {
		height:140px;
		width: 140px;
		text-align:right;
		float:left;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:109px;
		}
	html>body #banner {
		height:139px;
		}

	#banner h1 {
		background: transparent url(illus-logo100px.gif) no-repeat top right;
		margin:0px 10px 10px 10px;
		width: 120px;
		height: 130px;
		}
	#banner h1 span {
		display:none;
		}


	p,h1,h2,pre {
		margin:0px 10px 10px 10px;
		}

	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#menulengthen{
		padding-bottom: 100px;
		}
		

	div.menu {
		float: left;
		padding: 0;
		border-top: 10px solid #ffffff;
		border-left: 10px solid #ffffff;
		position: relative;
		text-align: center;
		}

	div.textboxmulti {
		float:left;
		text-align: left;
		width: 500px;
		clear: both;
		}

	div.imgboxmulti {
		clear: both;
		}

	div.imgboxsingle {
		float: left;
		padding: 0;
		border-top: 10px solid #ffffff;
		border-left: 10px solid #ffffff;
		border-bottom: 10px solid #ffffff;
		border-right: 10px solid #ffffff;
		position: relative;
		}

	h1.menutext {
		width: 100px;
		height: 60px;
		padding-top:40px;
		text-align: center;
		background: transparent url(illus-menu100px.gif) no-repeat;
		}

	h1.menutext:hover {
		background-position: 0 -100px;
		}

	.imgboxmenu {
		float: right;
		padding: 0;
		border-top: 10px solid #ffffff;
		border-left: 10px solid #ffffff;
		text-align:center;
		}

	a.imganchor img{
		border: 0px;
		}



\* image shadow code *\
	br.clear {
	  clear: both;
	  height: 0;
	  line-height: 0px;
	}

	div.shadow {
	  float: left;
	  padding: 0 1px;
	  background: #bfbfbf;
	  border-left: 1px solid #eaeaea;
	  border-right: 1px solid #eaeaea;
	  position: relative;
	}

	div.shadow img {
	  padding: 5px 5px 9px 5px;
	  background: white url(shadows/shad_bottom.png) repeat-x bottom left;
	}

	div.shadow img:hover {
	  padding: 5px 5px 9px 5px;
	  background: #dddddd url(shadows/shad_bottom.png) repeat-x bottom left;
	}

	div.shadow div.topleft {
	  width: 2px;
	  height: 4px;
	  background: url(shadows/shad_tlcorner.png) no-repeat top left;
	  position: absolute;
	  top: 0px;
	  left: -1px;
	}

	div.shadow div.topright {
	  width: 2px;
	  height: 4px;
	  background: url(shadows/shad_trcorner.png) no-repeat top right;
	  position: absolute;
	  top: 0px;
	  right: -1px;
	}

	div.shadow div.bottomleft {
	  width: 4px;
	  height: 4px;
	  background: url(shadows/shad_blcorner.png) no-repeat bottom left;
	  position: absolute;
	  bottom: 0px;
	  left: -1px;
	}

	div.shadow div.bottomright {
	  width: 4px;
	  height: 4px;
	  background: url(shadows/shad_brcorner.png) no-repeat bottom right;
	  position: absolute;
	  bottom: 0px;
	  right: -1px;
	}




/* END */
