@charset "utf-8";
/* CSS Document */
    body  {
			/* Original: Verdana, Arial, Helvetica, sans-serif */
			font:1em 'Times New Roman', Serif, Helvetica;
			background:#858585;  /*#518951;  /* #145e14; /* Ampleforth green, main: lighter 518951  /*#666666;  dark grey*/
			margin: 0; /* it's good practice to zero the margin and padding of the body element 
					to account for differing browser defaults */
			padding: 0;
			text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left 
				aligned default in the #container selector */
			color: #000000;
		    }

/* greys
	#858585 
   #949494 
   #A3A3A3 
   #B2B2B2 
   #C2C2C2 
   #D1D1D1 
   */

     #container, #container-padded 
	 		{ 
			/* +++ WIDTH +++++++++++++++++++++++++++++++++++++++++++++ */
			/*width: 780px; */ /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
			width:990px;
			background:#cce8cc;  /*#FFFFFF;*/
			margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
			/*border: 1px solid #FF0000;  /* was black*/
			text-align: left; /* this overrides the text-align: center on the body element. */
			padding:0;
		    } 
	#container-padded p
			{
			padding: 0px 20px;	
			}

	#container h3 /*.panel*/
			{
			/*margin:0;*/
			margin:5px 0 5px -10px;
			padding: 2px 5px 2px 10px; /* padding keeps the content of the div away from the edges */
			border:thin solid #00ff00;
			background:#CFC;
			text-align:center;
			}	

	#container .panel
			{
			background:#edecea;
			text-align:center;
			padding: 10px;
			margin:20px auto;
			}

	#container .panel2
			{
			background:#dcf0ff;	
			text-align:center;
			padding: 10px;
			margin:30px auto;
			}

	#container .panel p
			{
			/*border:#C6F 1px solid;*/
			}

	#container .panel .panel-go
			{
			/*border:#C6F 1px solid;*/
			margin-top:30px;
			}
 
 	#header { 
			background: #518951;       /*  #518951 lighter end of Abbey site gradient /* #DDDD88; a sort of caramel */
			margin:0;
			padding:0;
			border-bottom: solid white 6px;
			/*padding: 0 10px 0 20px;*/  /* this padding matches the left alignment of the elements in the divs that 	
				appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
		    } 
	#header .outlinks	
			{text-align:right;
			font-size:12px;
			margin:0 10px;
			color:white;
			}
	#header .maintitle,  .submaintitle	
			{
			font-size:32px;
			color:white;		/* red; */
			text-align:left;
			margin-top:0px;
			margin-bottom:20px;
			/*border:dashed red 1px;*/
			padding-top:5px;
			/*margin: 10px 0 30px 20px;*/
			/*letter-spacing:10px;*/
			}				
	#header .submaintitle
			{
			margin-bottom:10px;	
			margin-left:20px;
			}
	#header img
			{
			float:left;
			margin-left:0;
			margin-right:20px
			}

	.addlinks
			{
			
			}

     #sidebar1 {
			/* +++ WIDTH +++++++++++++++++++++++++++++++++++++++++++++ */
			float: left; /* since this element is floated, a width must be given */
			width: 250px; /* (was 150) the actual width of this div, in standards-compliant browsers, or standards 
				mode in Internet Explorer will include the padding and border in addition to the width */
			background: #ccd3d4; /* the background color will be displayed for the length of the content in the column, but no further */
			padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
			border-right:solid white 6px;
		    }
	#sidebar1 p
			{
			margin: 0 0 15px 0;
			font-size:12px;
			/* border: solid blue 1px;  */
			}
	#sidebar1 .panel2
			{
			background:#cce6e6;
			text-align:left;
			padding: 10px;
			margin:20px auto;
			}



     #sidebar2 {
			/* +++ WIDTH +++++++++++++++++++++++++++++++++++++++++++++ */
			float: right; /* since this element is floated, a width must be given */
			width: 200px; /* was 160) the actual width of this div, in standards-compliant browsers, or standards mode 
				in Internet Explorer will include the padding and border in addition to the width */
			background: #ccd3d4; /* the background color will be displayed for the length of the content in the 
				column, but no further */
			padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
			border-left:solid white 6px;
		    }
	#sidebar2 p
			{
			margin: 0 0 15px 0;
			font-size:12px;
			/* border: solid blue 1px;  */
			}
			



    #mainContent { 
			margin: 0 230px 0 290px; /* the right and left margins on this div element creates the two outer columns 
				on the sides of the page. No matter how much content the sidebar divs contain, the column space 
				will remain. You can remove this margin if you want the #mainContent div's text to fill the 
				sidebar spaces when the content in each sidebar ends. */
			padding: 0 10px; /* padding is the space inside the div box and margin is the space outside the div box */
			background-color:#cce8cc;
		    } 

     #footer { 
			padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
			background:#518951;     /*#dddd88;     /* #d2bebe;  #DDDDDD;*/
			border-top:solid white 6px;
			/*border-bottom:solid white 6px;*/
			clear:both;
		    } 
     #footer p {
			margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility 
				of margin collapse - a space between divs */
				/*padding: 10px 0;*/ /* padding on this element will create space, just as the the margin would 
				have, without the margin collapse issue */
			text-align:center;
			font-size:12px;
			color:white;   /*blue; */
		    }
			
			
			
		.fltrt { /* this class can be used to float an element right in your page. The floated element 
			must precede the element it should be next to on the page. */
			float: right;
			margin-left: 8px;
		    }
    	.fltlft { /* this class can be used to float an element left in your page */
			float: left;
			margin-right: 8px;
		    }
		.clearfloat { /* this class should be placed on a div or break element and should be the 
			final element before the close of a container that should fully contain a float */
			clear:both;
			height:0;
			font-size: 1px;
			line-height: 0px;
		    }



/* ++++++++++++++++++++++++++++++++++++++  FROM CATH-HIST  +++++++++++++++   */
				#topmenu
					{
					text-align: left ;		/* right; */
					padding-right: 4em;
					font-family: Verdana, Arial, sans-serif;
					margin: 20px 5px 20px 5px;
					}
				
				#topmenu a
					{
					color:  #ffffff; 
					text-decoration: none;
					background-color: #145e14;   /*#000000; */
					border: 1px solid #333333;
					padding: 4px;
					margin:inherit;
					width: 120px;
					}
				
				/* #topmenu a:visited */
				
				#topmenu a:focus
					{
					color: #fff;  /* #000; */
					background-color: #518951;  /* #ccc;    ?518951 not different enough */
					border: 1px solid #333333;
					text-decoration: none;
					}
				
				#topmenu a:hover
					{
					color: #fff;  /* #000; */
					background-color: #518951;  /* #ccc;    ?518951 not different enough */
					border: 1px solid #333333;
					text-decoration: none;
					}
				
				
				
				
				
					#headline
					{
						text-align: left;
						/* margin: 0 auto; */
						background-color:#d2691e;  /* #E9C2A6; /* this is chs pink:   background: #D36832; */
						padding:4px 12px;
						margin: 0;
						display: block;
					}
					
					#headlarge 
					{
						color: red;				/* was white, error*/
						font-weight: bold;
						font-size: 32px;
						padding: 8px 0;
					}
					
					#headsmall
					{
						color: #00FF00;  /*  #FFFFFF; */
						font-weight: normal;
						font-size: 16px;
						margin-left: 22px;
					}
				
				/* Above from Cath-Hist */




		/* Special code for tooltip notes  +++++++++++++++++++++++++++++++++++++++++++++  */
		a.info{
			position:relative; /*this is the key*/
			z-index:24; 
			background-color:#cce6e6;  /*was #4682b4;*/	/* steelblue */
			color:#000;
			text-decoration:none;
			padding: 1px 3px;
			border:1px solid #000;
			font-size:11px;
			}
		
		a.info:hover{
			z-index:25; 
			background-color:#cfc;
			border:1px solid #000;
			}
		a.info span{display: none;
			}
		a.info:hover span{ /*the span will display just on :hover state*/
			display:block;
			position:absolute;
			top:2em; left:2em; width:15em;
			border:1px solid #00f;
			background-color:#dcf0ff;		/*#cfc;	light blue */	/*#edecea;  grey */		/*#cff; */
			color:#000;
			text-align: center;
			font-size:12px;
			padding:2px;
			}

		.checked {font-size:80%; color:white;}			/* Error: same a s background: so also 216*/
		/* End of Special code for tooltip notes  +++++++++++++++++++++++++++++++++++++++++++++  */

	.redx 	{color:red;}
	.bluex	{color:blue;}
