﻿/*
CSS for Christian Orphan Outreach Site
*/

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
background-image: url(images/background.jpg);
text-align: center;
line-height: 110%;
padding-left: 0px;
padding-right: 0px;
border: none;
}

#container {
margin: 0 auto;
width: 900px;
text-align: left;
border: none;
}

#sitebranding img {
border: none;
background-color: none;
margin-right: 300px;
margin-left: auto ;
width: 523px;
height: 300px;
}

#header-image img {
border: 1px solid black;
margin-right: auto;
margin-left: 523px;
width: 375px;
height: 298px;
vertical-align: top;
position: absolute;
top: 16px;
}

#navigation img {
background-color: black;
border-top: none;
border-bottom: none;
border-left: 1px solid black;
border-right: 1px solid black;
margin-left: auto;
margin-right: auto;
height: 25px;
width: 110px;
}

#tagline p {
font-style: italic;
font-family: georgia, times, serif;
background: none;
}

a {
font-weight: bold;
color: light blue;
}

h1, h2, h3, h4 {
font-family: "trebuchet MS", helvetica, arial, sans-serif;
background-color: none;
color: Yellow;
}

h1 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: x-large;
}

li {
font-size: small;
}

h2 { 
font-size: large;
font-weight: strong;
margin-top: 30px;
}

p {
font-size: small;
color: white;
}

.box {
border: 1px solid black;
}

a:link {
color: none;
text-decoration: none;
border: none;
}

a:visited {
color: black;
decoration: none;
border: none;
}

a:hover {
text-decoration: none;
color: light blue;
background-color: white;
border: none;
}

a:active {
color: navy;
background-color: none;
decoration:  none;
border: none;
}


#quotes  {
font-family: verdana, Helvetica, Arial;
color: red;
font-size: small;
font-weight: bold;
font-style: italic;
text-align: center;
border-top: 2px solid black;
border-bottom: 2px solid black;
}

#footer p {
font-family: verdana, helvetica, arial;
color: red;
font-size: small;
font-weight: normal;
font-style: none;
text-align: center;
border-top:5px solid black;
border-bottom: none;
margin-top: 100px;
}

.gallery p {
border: 2px solid orange;
padding-top: 5px;
padding-bottom:  5px;
padding-right: 5px;
padding-left: 5px;
width: 225px;
align: center;
}

.photo img {
border: 2px solid yellow;
margin-top: 7px;
}
