/*
CSS for aileenmorrison.com
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 110%;
  padding: 0;
  margin: 0;
  background-color: #000000;

}

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: 42px;
  padding-bottom: 20px;
  padding-left: 16px;
  margin:0;
  background: black url(pics/logo4.jpg) no-repeat top right;
}
h2 {
  font-size: 18pt;
  font-style: bold;
  color: black ;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 1em;
  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: 0.2em;
  padding-bottom: 0.4em;
  padding-left: 2em;
}

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: 10px 20px 10px 10px;
}

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

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

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


#container-fp {
width: 800px;
height: 550px;
margin-right: auto;
margin-left: auto;
/* border: 1px solid gray; */
/* background image needed this will be main pic for frontpage*/
background: #ffffff url(pics/bottom10.jpg) no-repeat bottom left;
/* background: #e2edff; */
}

#container {
width: 800px;
margin-right: auto;
margin-left: auto;
/* border: 1px solid gray; */
/* background image needed this will be main pic for frontpage*/
background: #ffffff url(pics/bottom10.jpg) no-repeat bottom left;
/* background: #e2edff; */
}

a {
  font-weight: bold;
}

a:link {
  color: black;
}

a:visited {
  color: #333333;
}

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



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

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 0.4em;
  padding-bottom: 0.5em;
}

#navigation li {
  display: inline;
}

#navigation a:link, #navigation a:visited {
  padding: 0.2em 1.0em 0.2em 1.0em;
  color: #ffffff;
  background-color: #f01c18;
  text-decoration: none;
  font-size: medium;
  font-weight: bold;

}

#navigation a:hover {
  color: black;
  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: 20px;
  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: #e2edff url(pics/logo11111.jpg) repeat-x top;

}

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