/*Photos  */
/* Default images - don't display */
img.lab { float: right; margin: 5px 25px; width: 120px; box-shadow: 2px 2px 3px #4D4D4D;  display: none; }
img.LabStaffPhoto { float: right; margin: 5px 25px; width: 120px; box-shadow: 2px 2px 3px #4D4D4D;  }

/* Field  photos */
#agriphotos { margin-top: 40px; margin-left: 15px;  } 
.agriphoto { float: left; margin-right: 38px; margin-bottom: 15px; height: 160px; margin-bottom: 40px;  }
.agriphoto.portraitphoto { height: 275px; }
.staff { color: #193464; font-size: 1.2em; font-weight: bold; clear: both; }
.fancybox-title { text-align: center; font-weight: bold; font-size: 1.1em;}
/* CSS styles */

.red-text { color: #7E070A; }
.navy-text { color: #1C2A59; }


body {
    background: none repeat scroll 0 0 #E4E4E4;
    font-family: "Quattrocento Sans", Cantarell, Sans-serif; 
    font-size: 1em;
}
#head {
margin-bottom: 0px;
}
.node h2.title, .page-title, h1, h2, h3, h4 h5 { font-family: "Quattrocento Sans", Cantarell, Sans-serif;  }

.profile { margin-top: 15px; padding-top: 10px; border-top: 1px solid #214467;  margin-left: 10px;  margin-right: 40px; }
.ProfilePhotoL { float: left; width: 33%;  margin-right: 3%; }
.ProfilePhotoL img { float: left; }
.ProfileTextL { float: left; width: 60%; }
.ProfilePhotoR { float: right; width: 33%;  margin-left: 3%; }
.ProfileTextR { float: left; width: 60%; }
.ProfilePhotoR img { float: right; margin-right: 3%; }

.ProfileTextL p { margin-left: 0; }
#copyright {   background: none repeat scroll 0 0 #214467}

.region-content .node-page { padding: 10px 10px 10px 40px; }


@media screen and (max-width: 800px) {
.ProfilePhotoL, .ProfilePhotoL img, .ProfilePhotoR, .ProfilePhotoR img, .ProfileTextL { float: none; margin: auto; width: auto; } 
    
    }
    
