@charset "UTF-8";
/* CSS Document */
.Social {
 	opacity:1.0;
	filter: alpha(opacity=100);
    text-decoration: none;
}
.Social a:link {
	opacity:1.0;
	filter: alpha(opacity=100);
    text-decoration: none;
}
.Social a:visited {
	opacity:1.00;
	filter: alpha(opacity=100);
    text-decoration: none;
}
.Social a:hover {
	opacity:0.90;
	filter: alpha(opacity=90);
    text-decoration: none;
}







.AboutImage {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 0px;
}
.thumb {
	position: relative;
    height: 175px;
	width: 175px;
	overflow: hidden;
}
.thumb img {
 	opacity:0.95;
	position: relative;
	height: 175px;
	width: 175px;
	right: 5px;
	bottom: 5px;
}
.thumb > div {
	background-color: rgba(0,0,0,0.75);
	opacity: 0;
	position: absolute;
	height: 175px;
	width: 175px;
	right: 5px;
	bottom: 5px;
	-webkit-transition: opacity 0.3s linear;
	color: #ccc;
}
.thumb:hover > div {
	display: block;
	opacity: 0.95;
	background-position: bottom;
}
.thumb Header {
	font-family: 'Josefin Slab', serif;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 1pt;
	text-transform: uppercase;
	padding-top: 72px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	}
.thumb BigImg {
	font-family: 'Open Sans', sans-serif;
	color: #CCCCCC;
	font-size: 9.5px;
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 1pt;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
.thumb BigImg a:link {
	font-family: 'Open Sans', sans-serif;
	color: #CCCCCC;
	font-size: 9.5px;
	text-decoration: none;
	font-weight: 400;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	}
.thumb BigImg a:visited {
	font-family: 'Open Sans', sans-serif;
	color: #CCCCCC;
	font-size: 9.5px;
	letter-spacing: 1pt;
	text-decoration: none;
	font-weight: 400;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	}
.thumb BigImg a:hover {
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	font-size: 9.5px;
	text-decoration: none;
	letter-spacing: 1pt;
	font-weight: 400;
	text-align: center;
	}
.latestthumb {
	position: relative;
    height: 223px;
	width: 145px;
	overflow: hidden;
}
.latestthumb img {
 	opacity:0.95;
	position: relative;
	height: 223px;
	width: 145px;
	right: 5px;
	bottom: 5px;
}
.latestthumb > div {
	background-color: rgba(0,0,0,0.75);
	opacity: 0;
	position: absolute;
	height: 223px;
	width: 145px;
	right: 5px;
	bottom: 5px;
	-webkit-transition: opacity 0.3s linear;
	color: #ccc;
}
.latestthumb:hover > div {
	display: block;
	opacity: 0.95;
	background-position: bottom;
}
.latestthumb Header {
	font-family: 'Josefin Slab', serif;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 1pt;
	text-transform: uppercase;
	padding-top: 95px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	}
.latestthumb BigImg {
	font-family: 'Open Sans', sans-serif;
	color: #CCCCCC;
	font-size: 9.5px;
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 1pt;
	text-align: center;
}
.latestthumb BigImg a:link {
	font-family: 'Open Sans', sans-serif;
	color: #CCCCCC;
	font-size: 9.5px;
	text-decoration: none;
	font-weight: 400;
	text-align: center;
	}
.latestthumb BigImg a:visited {
	font-family: 'Open Sans', sans-serif;
	color: #CCCCCC;
	font-size: 9.5px;
	letter-spacing: 1pt;
	text-decoration: none;
	font-weight: 400;
	text-align: center;
	}
.latestthumb BigImg a:hover {
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	font-size: 9.5px;
	text-decoration: none;
	letter-spacing: 1pt;
	font-weight: 400;
	text-align: center;
	}
.smalllinkthumb {
	text-decoration: none;
}