@charset "UTF-8";

/* --------- H   ---------- */

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: normal;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
}

.CopyRight {
	padding-top:30px;
	text-align:center;
    font-size: 80%;
	color:rgba(153,153,153,1);
    line-height:150%;
}


/* --------- TOP NAVIGATION BUTTONS BGs ---------- */

.BgBaby, .BgBoy, .BgCap, .BgGirl, .BgBedhead, .BgBow {
	background-position: top;
	background-repeat: repeat-x;
}

.BgBaby{ background-image: url(../imglib/bg-baby.gif); }

.BgBoy { background-image: url(../imglib/bg-boy.gif); }

.BgCap { background-image: url(../imglib/bg-cap.gif); }

.BgGirl { background-image: url(../imglib/bg-girl.gif); }

.BgBedhead { background-image: url(../imglib/bg-bedhead.gif); }

.BgBow { background-image: url(../imglib/bg-bow.gif); }



.Facebook:link, .Facebook:visited { 
	 display: inline-block;
	 height:30px;
	 width:30px;
	 text-indent: -99999px;
	 background:url(../images/Facebook.png) bottom;
}
.Facebook:hover { 
	background-position: 0 0;
}

.Twitter:link, .Twitter:visited {
	 display: inline-block;
	 height:30px;
	 width:30px;
	 text-indent: -99999px;
	 background:url(../images/Twitter.png) bottom;
	 margin-left:10px;
}
.Twitter:hover { 
	background-position: 0 0;
}

.Linkedin:link, .Linkedin:visited { 
	 display: inline-block;
	 height:30px;
	 width:30px;
	 text-indent: -99999px;
	 background:url(../images/Linkedin.png) bottom;
	 margin-left:10px;
}
.Linkedin:hover{ 
	background-position: 0 0;
}

.Instagram:link, .Instagram:visited { 
	 display: inline-block;
	 height:30px;
	 width:30px;
	 text-indent: -99999px;
	 background:url(../images/Instagram.png) bottom;
	 margin-left:10px;
}
.Instagram:hover{ 
	background-position: 0 0;
}



/* --------- DIVs Layout ---------- */

.BoardPhotoL { float:left; width:48%; margin-bottom:15px; text-align:center;}
.BoardPhotoR { float:right; width:48%; margin-bottom:15px; text-align:center;}
.Gutter5 { float:left; width:4%; }

.BoardName { margin-top:8px; line-height:1em; text-align:center; }


.Clear { clear:both; }




