/*
CSS for aileenmorrison.com
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 110%;
  padding: 0;
  margin: 0;
  background: #0ac80a url(pics/bg24.jpg) repeat;

}

h1, h2, h3, h4, h5 {
  font-family: "Courier New", Lucida Console, Courier, fixed-width;
}
h1 {
  font-size: 24pt;
  font-style: bold;
  color: white;
  padding-top: 120px;
  padding-bottom: 20px;
  padding-left: 100px;
  margin: 0;
  background: #0ac80a url(pics/green3-4-1.jpg) no-repeat top left;
}

h2 {
  font-size: 18pt;
  font-style: bold;
  color: ffffff;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  margin: 0 0 4px 0;
  background: #ffa8b4 url(pics/pink-flare.jpg) repeat-y top right;
}

h3 {
  font-size: 14pt;
  font-style: bold;
  color: #f01c18;
  padding-top: 20px;
  padding-bottom: 8px;
  padding-left: 60px;
  margin: 0 0 4px 0;
}

li {
  font-size: small;
  list-style-type: none;
}

p {
  font-size: small;
  color: #4b0082;
}

#content1 p {
  padding-left: 20px;
 padding-right: 20px;
}

.feature {
float: left;
margin: -100px 10px 10px -120px;
}

.featureright {
float: right;
margin: 10px 20px 10px 10px;
}

#rh_column {
position: absolute;
width: 220px;
left: 860px;
top: 26px;
padding: 10px 10px 10px 10px;
background: #0ac80a url(pics/bg24.jpg) repeat;



}

#rh_column p {
color: #000000;
}


.adbox {
padding: 0 10px 0 10px;
margin: 0 0 0 0;
border: none;
background-color: #c0c0c0;
}


/* ABSOLUTE POSITIONING OF DIVS */
/* need to know more about this and how they look*/

#header, #navigation, #content1 {
position: relative;
text-align: left;
}





#container {
position: absolute;
width: 700px;
left: 120px;
/* border: 1px solid #808080; */
/* background image needed this will be main pic for frontpage*/
background: #ffffff url(pics/tom10.jpg) no-repeat bottom left;
}

a {
  font-weight: bold;
  text-decoration: none;
}

a:link {
  color: #000000;
}

a:visited {
  color: #333333;
}

a:hover {
  text-decoration: none;
  color: #000000;
  background-color: #ffa8b4;
}



#navigation {
font-family: "Courier New", Lucida Console, Courier, fixed-width;
height: 26px;
background: #808080 url(pics/top-1.jpg) no-repeat top left;
}

#navigation ul {

  list-style: none;
  margin: 0;
  padding: 0.2em 0em 0.2em 0em; 
}

#navigation li {
  display: inline;
}

#navigation a:link, #navigation a:visited {
  padding: 0.1em 2.0em 0.1em 2.0em;
  color: #ffffff;
  background-color: #808080;
  text-decoration: none;
  font-size: medium;
  font-weight: bold;
}

#navigation a:hover {
  color: #ffffff;
  background-color: #ffa8b4;
  font-style: bold;
}


#rh_column a:link, #rh_column a:visited {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

#rh_column a:hover {
  color: #ffffff;
  background-color: #ffa8b4;
  font-style: bold;
}

* html #navigation a {
  width: 100%;
}

img {
border: none;
}



				/*  CSS for tables  */
table.results, table.results caption {
  border-collapse: collapse;
/* MARGIN REMOVED on all tables */
  margin-left: 10px;
  margin-right: 0px;

}

table.results th, table.results td {
  padding: 4px;
  border: 1px solid #333333;
}

table.results th {
  font-size: x-small;
  text-align: center;
  background: #f01c18;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.results td {
  font-size: small;
  background: #d0d0d0;

}

table.results caption {
  color: purple;
  font-size: small;
  text-align: left;
  padding-top: 2px;
  padding-bottom: 5px;
  font-weight: bold;
}
