/*Pages stylesheet for www.kingslynnmarina.com
valid CSS ??-??-??.  Written by David Cooper*/ 



body {
    font-family: verdana, sans-serif;
		/*Georgia, "Times New Roman",
          Times, serif;*/
    color: purple;
	font-size: 100%;  /* Enables font size scaling in MSIE */
    background-color: #FFFFFF;}

img {
		margin-right: 2%;
		margin-left: 2%;
		}	
	
p.indent{ 
	text-indent: 1.5em; 
}

div.indent10em{
   padding:0;
   position: relative;
   left:10em;
}  

div.indent20em{
   padding:0;
   position: relative;
   left:20em;   
}  
div.print_only{
 visibility: hidden;
}

 ul.navbar {
 list-style-type: none;
    padding: 0;
    margin: 0;

    float:left;
		clear: top;
    margin-top: 0em;
    margin-left: 0em;
		margin-right: 1em;
    
    width: 20%;    
}


 ul.navbar li {
    background: aqua;
    margin: 0.5em 0;
    padding: 0.3em;
    border: thin solid #D0D0D0;
}

 ul.navbar a {
    text-decoration: none }

ul {
	 margin-top: 0px;
margin-right: 2px;
margin-bottom: 13px;
margin-left: 21px; 
	 }

.header {
	width: 98%; 
  color: #FFFFFF;
  background-color: #D0D0D0;
  margin-top: 0;
  margin-bottom: 2em;
  padding:  1ex 3mm;
  border-bottom: 2px solid #8D8D8D;
	float: left;
	clear: both;
}

.headerTitle {
  margin: 0;
  padding: 0;
}

.headerTitle a {
  color: rgb(205,219,205);
  background-color: transparent;
  text-decoration: none;
  font-size: 83%;
  font-weight: bold;
  font-style: italic;
}

.headerLinks {
  font-size: 89%;
  position: absolute;
  right: 2px;
  top: 2.25em;
}
  h1 {
    font-family: "tahoma", sans-serif;
    font-size: 110%;
	position:
	relative; 
	left: 1em
}
  h2 {
    font-family: Helvetica, Geneva, Arial,
  SunSans-Regular, sans-serif;
	position:
	relative; 
	left: 2em
   
}
  h3  {
text-align: center;
}
img.inline_lt{
 float:left;
 padding-right: 2%;
}
img.inline_rt{
 float:right;
 padding-left: 2%;
}

 div.main-copy {
 width: 85%;
  background: #FFFFFF;
	color: #000000;
  text-align: left;
  line-height: 1.5em;
  margin: 1em 3em 1em 3em;
  padding: 0 1em 1ex 1em;
	float: left;
	}
	
	a:link {color: blue;} 
	a:hover {color: #DAA520; }
	a:visited {color: purple;}


 div.bigger-text {
  background: #00FF99;
  font-size: 125%;
  text-align: left;
  line-height: 1.1em;
  margin: 1em 3em 1em 3em;
  padding: 0 1em 1ex 1em;
}

div.box {
  margin-top: 2em;  
  margin-right: 2em;  
  margin-left: 2em;  
  margin-bottom: 2em;    
	padding: 1em; 
	border: solid; 
	border-width: thin;
	width: 90%;
}
div.pink-box {
	background-color: pink;
  margin-top: 2em;  
  margin-right: 2em;  
  margin-left: 2em;  
  margin-bottom: 2em;    
	padding: 1em; 
	border: solid; 
	border-width: thin;
	width: 90%;
}
td.adpic{

	width: 45%; 
}

div.adtext{
	text-align: center;
	font-size: 125%;
	font: verdana;
	line-height: 1.5;
	width: 45%;	
}

  table {
   margin: 1em 1em 1em 1em;
	 border-collapse: collapse; 
   background: #FFFFFF;
}
  table.halfleft {
   margin-left: 10em;
}
  tr.silver {
    background-color: silver;
    font-weight: bold;
}
  tr.green {
    background-color: lightgreen;
    font-weight: bold;
}
  tr.pink {
    background-color: pink;
    font-weight: bold;
}
  tr.ltgrey {
    background-color: #DFDFDF;
}
  tr.racetable {
    background-color: #DFDFDF; 
}
  td.bold {
    font-weight: bold;
    padding:  2px 5px 2px 5px ;
}

  td {
	  margin-left: 10px;
    padding:  2px 5px 2px 5px ;
		border-width: 1px;
		border-color: #DFDFDF;
		border-style: solid;
		border-width: 2px;
	  padding: 0px;

	/*border-color: #808080;*/
	background-color: inherit;

}
  th {
    background-color: silver;
    font-weight: bold;
}

 span.photocredit {
	font-family: inherit;
  font-style: inherit;
  font-size: 70%;
}
  span.highlighter {
	background-color: #00FF00;
	}
	
  span.racename {
	color: blue;
	font-size: large;
}
  span.right {
	position:
	absolute;
	right: 5px;
}
  span.strong {
    font-weight: bold;
}
 span.ital {
   font-style: italic;
}
 span.center {
   text-align: center;
}

  address {
	position:
	absolute; 
	bottom: 20px;
    margin-bottom: 1em;
    padding-top: 1em;
    border-top: thin dotted }

.footer {
  color: white;
  background-color: #D0D0D0;
  font-size: 100%;
  margin-top: 1em;
  margin-bottom: 0;
  padding: 1.25ex 4mm;
  clear: both;
  border-top: 2px solid #8D8D8D;
}

#footer .right {
  text-align: right;
}

#footer .center {
  text-align: center;
}
 
#footer .left {
  text-align: left;
}
.future {
	background-color: aqua;
	color: inherit;
}
.past {
	background-color: #E0E0E0;/*very light grey*/
	color: #909090;
}