
/* CSS Document for universal use */

/* Definition of default font begin */

body,td,th {
	font-family: gill-sans-nova, Arial, sans-serif;
	font-size: 1.2em;
    font-style: normal;
    font-weight: 500;
	color: #0D0D0D;
}

/* Definition of default font end */



.Total_Cell {
	border-top-style: none;
	border-bottom-style: none;
	text-decoration: underline overline;
	border-right-style: none;
	border-left-style: none;
	}
	
.RomanItalic {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}


.Intro-para {
	color:#00F;
	}


div.SiteIDBox {
	width:22em;
	float:left;
	padding:10px;
	}



div.RSSbox {
	width:8em;
	background-color: #ffffbf;
	border-radius:30px;
	font-weight:bold;	
	float:right;
	padding:20px;
	}







.Motto {
	font-weight:bold;
	color: #00F;
}




.BlueText {
	color:#00F;
}

.RedText {
	color:#F00;
}

div.navigationbox {
	background-color: #ffffbf;
	border-radius:30px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:20px;
	margin-bottom:20px;
	}


#mailinglist {
	background: #ffffbf;
	border: 2px;
	border-radius:30px;
	background-color: #FC0;
	}



.Roman {
	font-family:"Times New Roman", Times, serif;
}


.Arial {
	font-family:Helvetica, Arial, sans-serif;
	font-size:medium;
	font-style:normal;
}
	


.SmallTableNote {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:small;
}


.AttentionGrab {
	font-family: Helvetica, Arial, sans-serif;
	color: #d53e4f;
	font-size: medium;
}

/* This item makes the text in the footer a bit smaller for desktops and stops it floating*/

#footertext {
	font-size: 0.6em;
	clear: both;

}



/* To stop images floating up over summary box */

.nofloat {
	clear:both
}

/* To float something to the left */

.floatleft {
	float:left;
	margin: 10px;
}

.floatright {
	float:right;
	margin: 10px;
}
	

/* The items below are used to caption the photo on the "About Me" page */

.thumbnail img{
	border: 1px solid#666;
	padding: 10px;
}

div.thumbnail {
	float:right;
	width: 152px;
	margin: 5px 5px 5px 5px;
}

.thumbnail p {
	font:Arial, Helvetica, sans-serif;
	text-align:left;
	background-color:#e6f598;
	border: 1px dashed #666;
	padding:5px;
	margin:0 0 0 0;
	}

/* End of items used to caption the photo on the "About Me" page */

/* The items below are used for the Alert box */

div.alert {
	margin-left:0px;
	margin-bottom:30px;
	margin-right:10px;
	font: gill-sans-nova, sans-serif;
	color: #000;
	text-align:left;
	background-color:#ffffbf;
	padding:5px;
	border: solid black 1px;
	vertical-align: top;
}


/* End Alect box */

/* The items below are used for the Slide box */

div.slide {
	margin-left:0px;
	margin-bottom:10px;
	margin-right:0px;
	font:Arial, Helvetica, sans-serif;
	text-align:left;
	background-color:#ffffbf;
	padding:5px;
	border: solid black 1px;
	vertical-align: top;
	}


/* End Slide box */



.StrikeThrough {
    text-decoration: line-through wavy red;
}


.Larger-text {
	font-size: 2.0em;
}

.Small_heading {
	font-size: 9px;
}


/* Formatting controls for definition lists used for lists of pages and their contents */

dt {
	font-size: 1.2em;
	padding-top: 10px;
}

dd {
	padding-left: 1px;
	padding-bottom: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	}

/* End of formatting controls for definition lists used for lists of pages and their contents */

/* Formatting of ordered and unordered lists*/



li {
	margin-top:15px;
	margin-bottom:15px;
	line-height:1.3em;
	font-size: 1.1em;
	}
	
/* End of formatting of ordered and unordered lists*/

/* BEGIN Format of all header cateogries in logical order */

h1 {
	color:#00F;
	font-family: "tablet-gothic", Verdana, sans-serif;
}



/* End format of h2 header with wide blue box */
h2 {
	border: solid 1px black;
	width: 99.5%;
	color:#00F;
	background-color: #e6f598;
	margin-bottom: 10px;
	margin-bottom: 10px;
	font-family:"tablet-gothic", Verdana, sans-serif;
}

h3 {
	font-size:1.3em;
	color: #00F;
	font-family:"tablet-gothic", Verdana, sans-serif;
	text-decoration: underline;
	}

h4 {
	color:#00F;
	font-family:"tablet-gothic", Verdana, sans-serif;
	font-size: 1.1em;
}

h5 {
	color:#00F;
	font-family:"tablet-gothic", Verdana, sans-serif;
}

h6 {
	color:#00F;
	font-family:"tablet-gothic", Verdana, sans-serif;
	font-size:0.8em;
}

/* END format of all header cateogories in logical order */


/* Format text to go on right of add this buttons */

.addthisbuttonbar {
	border: solid 1px black;
	background-color: #CFF;
	float:left;
	margin-bottom:20px;
}

/* END format text to go on right of add this buttons */

/* Format blockquote to be in Times Roman */

blockquote {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.1em;
}

/* End format of blockquote */

/* Formatting for left and right columns on home page and possibly others */

#column1 {
	float:left;
	width: 49%;
	border: solid 1px black;
	background-color: #ffffbf;
	}

#column2 {
	float:right;
	width: 49%;
}

#column1 h2 {margin-top:0px;
}



#column2 h2 {margin-top:0px;
}

/* End Formatting for left and right columns on home page and possibly others */

/* Formatting for clear left column */

#clearcolumn1 {
	float:left;
	width: 49%;
	}

/* Formatting left clear box */

div.clearleftbox {
	float:left;
	width: 48%;
	margin-right:1em;
}

/* Formatting right clear box */

div.clearrightbox {
	float:right;
	width: 48%;
	margin-left:1em;
}

/* Formatting right clear box with border */

div.clearrightboxwithborder {
	float:right;
	width: 48%;
	margin-left:1em;
	border: solid 1px black;
}

/* Formatting left coloured box */

div.colouredleftbox {
	float:left;
	width: 49%;
	border: solid 1px black;
	background-color: #ffffbf;
	margin-right:2em;
}


/* Formatting right coloured box */

div.colouredrightbox {
	float:right;
	width: 49%;
	border: solid 1px black;
	background-color: #ffffbf;
	margin-left:2em;
	padding-left:1em;
}



/* Put more whitespace betweeen paragraphs etc */

p {
	padding-top: 10px;
	line-height: 1.3em;
	padding-bottom: 10px;
	font-size: 1.1em;
}

/* End putting more whitespace between paragraphs etc */

/* Definition for mouseover text */

span.dropt {border-bottom: thin dotted; background: #ffeedd;}
span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; }
span.dropt span {position: absolute; left: -9999px;
  margin: 20px 0 0 0px; padding: 3px 3px 3px 3px;
  border-style:solid; border-color:black; border-width:1px; z-index: 6;}
span.dropt:hover span {left: 2%; background: #ffffff;} 
span.dropt span {position: absolute; left: -9999px;
  margin: 4px 0 0 0px; padding: 3px 3px 3px 3px; 
  border-style:solid; border-color:black; border-width:1px;}
span.dropt:hover span {margin: 20px 0 0 170px; background: #ffffff; z-index:6;} 

/* End definition for mouseover text */

/* Embed Google maps responsively */

  .google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

/* End embed Google maps responsively */



/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* Add dots under the hoverable text */
  cursor: pointer;
}

/* Tooltip text */
.tooltiptext {
  visibility: hidden; /* Hidden by default */
  width: 130px;
  background-color: black;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1; /* Ensure tooltip is displayed above content */
}

/* Show the tooltip text on hover */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

