/* Stylesheet for www.ljw.me.uk */

#menu {
 float: left;
 background: #ccf none;
 margin: 1em 2.5em 1em 0em;
 padding: 0.5em 1.5em 0.5em 0.5em;
 }

#menu ul {
 margin: 0em 0em 0em 0.5em;
 padding: 0em 0em 0em 0.5em;
 list-style-type: none;

 }

#menu li.active {
 background: #ff0 none; /* Yellow */
 }

#menu li.active li {
 background: #ccf none; /* Blue */
 }

#main {
 padding: 0em 2em 0em 2em;
 }

body {
 background: #ccc none; /* Grey */
 font-family: sans-serif;
 }

h1 {
 text-align: center;
 font-size: x-large;
}

h2 {
 font-size: large;
 }

h2 abbr {
 font-size: large;
 }

h2 a {
 font-size: large;
 }

h3 {
 font-size: medium;
 }

#footer P {
  text-align:center; 
  font-size: small;
  clear: both;
  }

.surname {
    text-decoration:underline;
    }

.preview,.last-preview {
    float : left;
    margin: 15px 15px 15px 15px;
    padding: 10px 0;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    }

div.gallerySection { clear:left; padding: 1em 1em 1em 1em}
.galleryPicture { display:inline; float:left; text-align:center}
.galleryPicture img { margin: 0 10px 10px 10px}
.galleryPicture a { display:block}

