@charset "utf-8";
/* CSS Document */

/* Background page pix */
.mainPic{
     display: block;
     margin-left: auto; margin-right: auto;
     /*width: 67%;*/
     width: 50%;
     border-style: solid;
     border-width: thin;
     border-color: darkgray
}
.mainPic:hover{
     transform: scale(1.25);
	position: relative;
     top: -75px;
	left: 10px;
     border-style: solid;
     border-width: thin;
     border-color: darkgray  
}

.divBorder{
     margin-left: auto; margin-right:auto;
     border-style: solid;
     border-width: thin;
     border-color: darkgray;
     border-radius: 10px;
     background-color: white;
     width: 90%;
     padding: 20px;
     padding-bottom: 30px        
}

.galleryHolder{
     clear:both;
     margin-left:5%
}

/* Page slug line */
.pageSlug{     
     text-align: center;
     color: darkmagenta;
     font-size: x-large;
     font-family: "Myriad Pro","Gill Sans", "Gill Sans MT",  "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}

/* Gallery lug line */
.gallerySlug{
     color:black;
     font-size: 1.2em;
     font-family: "Myriad Pro","Gill Sans", "Gill Sans MT",  "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif" 
}

/* Photo format & zoom */

.photoFrameContainer{
     clear: both; 
     width: 70%;
     margin-left: auto; margin-right: auto;
     padding-left: 10%;
     margin-bottom: 10px
}

.linkImage{
     width: 90%;
     border-style: solid;
     border-width: thin;
     border-color: olivedrab
}

.collectionLink{
     float: left;
     padding-left: 0px;
     margin-left: 5%;
     margin-bottom: 3%;
     width: 25%
}

.clinkBorder{
     border-style: solid;
     border-width: thin;
     border-color: darkgray;
     border-radius: 5px;
     background-color: white
}

.casePhotoFrame{
	float: left;
	width: 30%
}

.casePhoto{
	width: 90%;
     margin: 5%
}
.casePhoto:hover{
	transform: scale(2.0);
	position: relative;
     top: -75px;
	left: 10px;
     border-style: solid;
     border-width: thin;
     border-color: darkgray
}

.photoThumb{
     width:25%; 
     margin-left: 5%;
     border-style: solid;
     border-width: thin;
     border-color: darkgray
}

.bigBox{
	width:50%;
	padding: 10px;
	border-style: solid;
	border-width: thick;
	border-color: firebrick;
	border-radius: 10px;
	background-color: lightgray;
	font-family: "Myriad Pro","Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
     font-size: 1.2em
}

