/* Leeds meed chi: style sheet b 

Filername: 	leedsmedchi_b.css
Date:		6x10

*/

			#bodypage {	
			margin: 4em auto;
			width: 40em;
			height: 50em;
			padding: 2em;
			background-color: white
			}

			body 	{
			background-color: #ffcc66;
			background-image: url("../images/owl_04b.jpg");
			background-repeat: repeat-x;
			font-size: large;
			}

			h1, h2, h3, h4, p, li{
			font-family: "Verdana", sans-serif;
			color: #000000;
			background-color: #ffffff; 
			}

			h1 {
			font-size: 150%;
			}
			
			p.small {
			font-size: 75%;
			}
			
	/* this class uses a smaller font for text */		
			 .smaller_text {
			 font-size: 70%;
			 }
			
	/* this class centres the block */
			.blocktext {
			margin-left: auto;
		    	margin-right: auto;
			}

	/* width is for the main heading at top of page */
			h1.blocktext {
			width: 22em
			}

	/* this class centres the block, and uses a smaller font */

			.small_blocktext {
			
			 /* 3 lines below centres the element */
			 display: block;
			 margin-left: auto;
			 margin-right: auto;
			 /* line below centres the text within the element */ 
			 text-align:center;
			    /* was width: 36em; but  alteration to 24em  aligns caption under pic */
			    width: 36em;
			    font-size: 80%;

			}


			img.float_left {
			display: block;
			float: left;
			margin:20px auto;
			padding: 10 px;
			}

	/* this class centres the form */
			form.mid
				{
				text-align:center;
				}

	/* this is a spacer */
	p.block_thin {
		display: block;
		float: left;
		margin:3em auto;
		padding: 1.5 em ;
		
		width: 5%;
		height: 30em;
		 }

	
	/* this id is for the main content*/
	#content_block	{
		text-align:justify;
		margin:	20px auto;
		width: 400px;
	 	padding: 10 px;
		background-color: white;
		display: block;
		float: left;
	
	}
	
/* this id is for the main content, when whole screen width is available*/
	#content_block_wide	{
		text-align:justify;
		margin:	20px auto;
		width:640px;
	 	padding: 10 px;
		background-color: white;
		display: block;
		float: left;
	
	}
	
	#no_blobs ul
	  {
	  list-style: none;
	  padding: 0;
	  margin: 0;
 	 
  	}
	


/* 
The css from here to **** enables the nav menu list to display the buttons in line

thanks to   http://www.webcredible.co.uk/user-friendly-resources/css/css-navigation-menu.shtml 

*/

  #list_nav_menu ul
  {
  list-style: none;
  padding: 0;
  margin: 0;
  }

  #list_nav_menu li
  {
  /* float: none; */
  float: left;
  margin: 0 0.25em;
  }

  #list_nav_menu li a
  {
  background: url(../images/css_nav.gif) #fff bottom left repeat-x;
  height: 2em;
  line-height: 2em;
  /* float: none; */
   float: left;
  width: 6em;
  display: block;
  border: 0.1em solid #dcdce9;
  /*
  color: #0d2474;
  */
  color: #0000ff;
  font-family: "Verdana", sans-serif;
  text-decoration: none;
  text-align: center;
  font-size: 80%;

  }

  #list_nav_menu li a:link, #list_nav_menu li a:visited
  {color: #444da4;
  text-decoration: none}

  #list_nav_menu li a:hover
  {color: #44614d;
  /*text-shadow: none; */
  text-shadow: #44614d 0.3em 0.3em 0.3em}
  text-decoration: bold;
  }

  /* Hide from IE5-Mac \*/
  #list_nav_menu li a
  {
  float: none
  }
  /* End hide */

  #list_nav_menu
  {
  width:60em
}
/* 

****

*/
