﻿/*
CSS for Morley Ramblers site
*/



body {
  font-family:  Helvetica, Verdana, Arial, sans-serif;
  background-color: #ffffff;
  color: darkgreen;
  line-height: 125%;
  margin: 0;
  text-align: justify;
  /* width: 70%; */
}
#fullcontent{width:70%;}
       
li {
  font-size: medium;
  list-style-type: none;
}

p {
  font-size: medium;
  color: darkgreen;
  width: 70%;
  padding-left: 2.5em;
 } 

#tagline p {
  font-size: 80%;
  font-style: normal;
  font-weight: bold;
  font-family: Helvetica, Georgia, Times, serif;
  background-color: lightgreen;
  padding-bottom: .2em;
  width:100%;
  text-indent:20em;
  margin: 0;
  border-bottom: 3px solid white;
  /* top:117px; */
 /* width: 622px; */
  color: navy;
}
 
h1, h2,  h3 {
  font-family: Tahoma, "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: xx-large;
  font-weight: normal;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .2em;
  margin: 0;
 /*  background: blue url(3bluebells.jpg); */
  /* background-repeat: no-repeat; */
  border-top: 5px solid navy;
  border-bottom: 5px solid navy;
  /* width: 871px; */
  /* width: 99%; */
}
  
 
h2 {
  color: navy;
  font-size: 130%;
  font-weight: normal;
  background: lightgreen;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  padding-left: 2.4em;
}
  
 a {
  font-weight: bold;
  color: black;
}

a:link {
 color: green;
}

a:visited {
  color: darkcyan;
}

a:hover {
  text-decoration: none;
  color: navy;
  background-color: ;
}

a:active {
  color: green;
  background-color: navy;
}

#navigation {
  padding-top: 0px;
  position: absolute;
  left: 19px;
  width: 181px;
  height: 338px;
  background-image: url(lavender-1.jpg);
  border-bottom:955px solid lightgreen;
  border-top: 81px solid lightgreen;
}
 
/*this section deals with the absolute positioning of items on the vscreen using x and y 

coordinates from top left, p. 156.
*/

#navigation, #bodycontent, #greenblock, #shortnavigation, #greenblock, #longrightblock, #longsideblock {
  position: absolute;
}

#navigation, #bodycontent, #shortnavigation {
  top: 128px;
}

#bodycontent {
  left: 222px;
  color: darkgreen;
  top: 230px;
  width: 70%;
}

#header {
  /* width: 871px; */
  width:100%; 
  background: blue url(3bluebells.jpg);
  border-top: 0px solid lightgreen;
}

.galleryphoto p {
  font-size: 85%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

#bodycontent li {
  list-style-type: disc;
  width: 90%;
}

#rightblock {
 position: absolute;
 width: 15px;
 height: 1387px;
 color: lightgreen;
 top: 123px;
 left: 203px;
 background-color: lightgreen;
}

#sideblock {
 position: absolute;
 width: 15px;
 height: 1387px;
 top: 123px;
 left: 1px;
 background-color: lightgreen;
}

#greenblock {
 position: absolute;
 width: 181px;
 height: 740px;
 top: 1293px;
 left: 19px;
 background-color: lightgreen;
}



h2 {
width: 276px;
top: 200px;
}

td {
  border: 1px solid darkcyan;
  padding-left: 8px;
  padding-right: 8px;
}

th {
  color:blue;
  border: 1px solid blue;
  padding-left: 8px;
  padding-right: 8px;
  background: aquamarine;
}


td {
  color:green;
}

#shortnavigation {
padding-top: 8px;
  position: absolute;
  left: 19px;
  width: 181px;
  height: 338px;
  background-image: url(lavender-1.jpg);
  border-bottom:250px solid lightgreen;
  border-top: 81px solid lightgreen;
}

#shortrightblock {
position: absolute;
 width: 15px;
 height: 683px;
 color: lightgreen;
 top: 123px;
 left: 203px;
 background-color: lightgreen;
}

#shortsideblock {
position: absolute;
 width: 15px;
 height: 683px;
 top: 123px;
 left: 1px;
 background-color: lightgreen;
}

#longrightblock {
position: absolute;
 width: 15px;
 height: 1911px;
 color: lightgreen;
 top: 123px;
 left: 203px;
 background-color: lightgreen;
}

#longsideblock {
position: absolute;
 width: 15px;
 height: 1911px;
 color: lightgreen;
 top: 123px;
 left: 1px;
 background-color: lightgreen;
}

h3 {
  color: green;
  font-size: 130%;
  font-weight: normal;
  position: absolute;
  top:300px;
  left:340px;
}

h4 {
  color: olive;
  font-size: normal;
  font-weight: normal;
  position: absolute;
  top:170px;
  left:50px;
}

h5 {
   color: navy;
  font-size: large;
  font-weight: normal;
  position: absolute;
  top:750px;
  left:300px;
}

ul {
  position: absolute;
  top:-8px;
}


 








  
  







 








  
  



