div.rcfigure {
  width: 25%;
  border: none; 
  margin: 0.2em;
  padding: 0.2em;  
}

div.rcfigure p {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:95%;
    margin-top:3.5px;  
    font-size: 12px;  
    font-family: Arial, Helvetica, sans-serif; 
    text-align:left;
}

div.rcfigure h6 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:85%;
    margin-top:0.2em; 
    margin-bottom:0px; 
    font-size: 12px;  
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold; 
    text-align:center;
}

div.rcfigure img {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

.floatleft {
  float: left;
  margin-left:0px; margin-top:5px; display:inline; margin-right:8px;
}

.floatright {
  float: right;
  margin-left:8px; margin-top:5px; display:inline; margin-right:0px;
}


/* ----- CSS tabs start here ----- */

#nav ul {
  display: block; width:540px; height:24px;
  list-style: none outside;
  margin-top:20px; margin-left:24px; margin-right:0px;
  padding-left:0px;padding-right:0px;
  font-family: Ariel, Verdana, sans-serif;
  font-size: 12px; 
  float:left; 
  clear:both; 
}

#nav li {
  padding-left:0px;padding-right:0px;
  margin: 0px 0px 0px 0px;
  border-top: 1px solid #e8ae64;
  border-right: 1px solid #e8ae64;
  border-left: 1px solid #e8ae64;
  border-bottom: 1px solid #e8ae64;
  background-color: #ffffff;
  color: #ffffff; 
  font-weight: normal;
  /* hack */
  display: block;
  float: left;
  position: relative;
  top: -1.32em;
}

#nav a:link,
#nav a:visited {
  background-color: #e8ae64;
  color: #ffffff;
  text-decoration: none;
  padding-left: .75em;
  padding-right: .75em;
}


#nav a:hover {
  background-color: #88441e;
  color: #ffffff; 
}

#navclear {
  display: none;
}
html>body #navclear {
  display: block;
  clear: both;
}

/* ----- highlight active tab based on body @class attribute ----- */

body.index #nav li#nav-index a,
body.property #nav li#nav-property a,
body.renovations #nav li#nav-renovations a,
body.pets #nav li#nav-pets a,
body.animals #nav li#nav-animals a,
body.timeline #nav li#nav-timeline a,
body.moments #nav li#nav-moments a,
body.projects #nav li#nav-projects a,
body.pictures #nav li#nav-pictures a,
body.history #nav li#nav-history a,
body.tribute #nav li#nav-tribute a,
body.links #nav li#nav-links a {
     background-color: #96C97C;
     color: #000066;
}
/* ----- overrides gabriel.css ----- */

#all #center #topnav a {
	color: #000000; 
}


#all #center #topnav a:hover {
	color: #ffffff; 
}
/* ----- rows of images with caption ----- */

.gallery li {
        display: inline;
        list-style: none;
        width: 150px; width:auto;
        min-height: 175px;
        float: left;
        margin: 0 10px 10px 0;
        text-align: center;
}
