/* 
   CSS for NOWW site
*/

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

h1, h2, h3 {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 400%;
    background-color: navy;
    color: white;
    padding-top: 2em;
    padding-bottom: 1em;
    padding-left: .4em;
    margin: 0;
}

h2, ul {
    margin-top: 15px;
}

h2{
    color: navy;
    font-size: 150%;
    font-weight: normal;
    padding-top: 15px;
}

li {
    font-size: large;
    line-height: 200%;
}

p {
    font-size: medium;
    color: black;
}

em {
    font-style: normal;
    text-transform: uppercase;
}

a {
    font-weight: bold;
}

a:link {
    color: black;
}

a:visited {
    color: navy;
}

a:hover {
    text-decoration: none;
    color: white;
    background-color: navy;
}

a:active {    
    color: aqua;
    background-color: navy;
}

#mainNavigation {
    background-color: #7da5d8;
    color: navy;
    font-weight: bold;
    width: 300px;
}

#issueNavigation, #ourNeighborhoodNavigation, #calendar {
    font-size: 150%;
    color: black;
    font-weitght: bold;
    width: 300px;
    top: 245px;
    left: 500px;
}

#homeHeader, #refsHeader, #imagesHeader, #contactHeader, #bauchmanHeader, #issuesHeader, #outNeighborhoodHeader, #mainNavigation, #issueNavigation, #ourNeighborhoodNavigation, #calendar, #homeContent, #bauchmanContent, #contractors, #contact, #images, #memberHeader, #member, #NCFHeader, #NCFContent, #homeNewsContent, #homeNewsHeader, #rossEndorsement, #comDevTax, #beerTasting {
/*
    border: 1px solid red;
*/
    padding: 2x;
    margin-bottom: 2px;
    position: absolute;
}

#mainNavigation, #contractors, #homeContent, #bauchmanContent, #contact, #images, #member, #NCFContent {
    top: 300px;
 }

#homeNewsHeader {
    left:425px;
    top: 800px;
    color: darkred;
    font-weight: bold;
    font-size: 200%;
}

#homeNewsContent {
    top: 850px;
    color: darkred;
}
	

#homeHeader, #refsHeader, #imagesHeader, #contactHeader, #bauchmanHeader, #issuesHeader, #memberHeader, #NCFHeader, ourNeighborhoodHeader {
    width: 100%;
    border-top: 3px solid #7da5d8
}

#homeContent, #contractors, #bauchmanContent, #images, #contact, #member, #NCFContent, #homeNewsContent, #rossEndorsement, #comDevTax {
    left: 310px;
    font-weight: bold;
    margin: 20px;
}

#beerTasting {
    left: 450px;
    font-weight: bold;
    margin: 20px;
}

#homeTagLine p, #refsTagLine p, #issuesTagLine p, #memberTagLine p, #towTagLine p, #NCFTagLine p, #imagesTagLine p, #contactTagLine p, #ourNeighborhoodTagLine p, #calTagLine p {
    font-style: italic;
    font-family: Georgia, Times, serif;
    background-color: #bed8f3;
    border-top: 3px solid #7da5d8;
    border-bottom: 3px solid #7da5d8;    
    padding-top: .2em;
    padding-bottom: .2em;
    padding-left: .8em;
    margin: 0;
    font-size: large;
}

img {
    border: 15px solid white;
}

.galleryPhoto p {
    font-size: 65%;
    font-weight: bold;
    margin-top: 0;
    width: 430px;
    line-height: 1.4em;
    padding-bottom: 20px;
    border-bottom: 1px solid navy;
    margin-bottom: 10px;
}

#NCFContentReasons {
    border: 1px solid red;
    padding: 2x;
    margin-bottom: 2px;
    position: absolute;
    top: 100px;
    left: 100px;
    color: navy;
    font-weight: bold;
    background-color: #7da5d8;
}

#NCFContentInfo {
    padding: 2x;
    margin-bottom: 2px;
    position: absolute;
    top: 550px;
    left: 75px;
}

#contractorDisclaim {
    font-style: italic;
    font-size: 80%;
}

#rossEndorsement {
    top: 600px;
    font-size: 150%;
}

#comDevTax {
    top: 500px;
    font-size: 150%;
}

#beerTasting {
    top: 500px;
    font-size: 150%;
    color: darkred;
}