/*
CSS for urbanforestry.me.uk site
*/



body {
font-family: verdana, helvetica, arial, sans-serif;
background-color:  blue;
line-height: 125%;
padding: 0;
margin: 0;

}

 


h1 {
  font-family: "trebuchet ms", arial, helvetica, sans-serif;
font-size: x-large;
padding-top: 2em;
padding-bottom: .2em;
padding-left: .4em;
margin: 0;

}

h2 {
color: black;
font-size: medium;
font-weight: normal;
padding-top: 15px;
}


h1,h2,h3 {
font-family: "trebuchet ms", helvetica, arial, sans-serif;
background-color: yellow; 
}

h4 {
font-family:  helvetica, arial, sans-serif;
font-weight: bold;
color: white;
}

li {
font-size: small;
list-style-type: none;
}

h2,ul {
  margin-top: 15px;
}

P {
font-size: small;
  color: white;
}

/*
Link color
*/
a {
font-weight:normal;
color: black;
} 

/*
a:visited {
  color: red;
}
*/

/*
hover color
*/
a:hover {
font-weight: bold; 
color: yellow;
}

#tagline p{
font-style: italic;
font-family: verdana, geargia, times, serif;
background-color:#008B8B;
padding-top: .2em;
padding-bottom: .2em;
padding-left: .8em;
margin: 0;



}


.whitelink {
          color: white
}

#navigation {
width: 180px;
background-color: #008B8B;
}

/*this section deals with positioning of items on screen.
It uses absolute positioning- fixed x and y coordinates measured from the top left corner of the browsers content display.
*/

#navigation, #bodycontent, #header {
  position: absolute;
}
#navigation, #bodycontent {
  top: 6.54em;
}

#bodycontent {
  left: 200px;
}

#bodycontent {
  right: 5px;
  width:620px;
}




#tick {
position: absolute; left: 1px; bottom: 0px; 
}

#tick2 {
position: absolute; left: 150px; bottom: 0px; 
}

#header {
  border-top: 3px solid #008B8B ;
width: 820px;
}

.feature{
float: right;
margin: 10px;
}



.galleryphoto p {
font-size: 65%;
font-weight: bold;
margin-top: 0;
width: 430px;
line-height: 1.4em;
}

.climber {
font-weight: normal;
color: gray;
}

.galleryphoto img {
  border: 15px solid white;
}

.galleryphoto {
padding-bottom: 20px;
border-bottom: 1px solid yellow;
margin-bottom: 10px;
}

form.contact fieldset {
border: 2px solid yellow;
padding: 10px;
}

form.contact legend {
font-weight: bold;
font-size: small;
color: white;
padding: 5px;
}

form.contact {
padding: 0;
margin: 0;
margin-top: -15px;
line-height: 150%;
}

form.contact label {
font-weight: bold;
font-size: small;
color: white;
}

form.contact label.fixedwidth {
display: block;
width: 240px;
float: left;
}

.submit {margin-left: 190px;} 

#searchBox  {
width: 180px;  position: absolute; top: 27.54em;
}

#footer  {
  border-bottom: 2px solid #008B8B ;
width: 820%; position:absolute;top:650px;
}
