
#logo {
	width: 100%;
}

#logo img {
	height: 250px;
	margin: auto;
	display: block;
}

#social {
	width: 100%;
	margin-top: 5px auto;
	text-align: center;
}

#social img {
	width: 15px;
	margin: auto;
	display: inline;
}

div.blurb {
	min-width: 500px;
	max-width: 900px;
}

div.fs_sec{
	/* border: solid 2px gray; */
}

div.fs_item{
	width: 400px;
	display:inline-block;
	background-color: rgb(82, 119, 178, 0.5);
	-moz-border-radius: 5%;
	-webkit-border-radius: 5%;
	border-radius: 5%;
	margin: 5px;
	padding: 5px;
}

p.thmb_t{
	width: 325px;
	word-wrap: break-word;
	margin: 5px;
}

div.thmb_d{
	width: 350px;
	word-wrap: break-word;
	margin: 5px;
}

div.lbthmb {
	display:inline-block;
	width:200px;
	height:200px;
	overflow:hidden;
	-moz-border-radius: 5%;
	-webkit-border-radius: 5%;
	border-radius: 5%;
	border: solid 2px gray;
}

div.lbthmb img {
	width: 100%;
	height: 100%;
}

div.pre {
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 0px;
	width: 0px;		
}

/* CSS Specifics for general types*/
a {
	border: none;
	color: black;
}

a:hover {
	color:#d9a901;
	cursor: pointer;
}

a:visited {
	/*color: #9A3334;	*/
}

h1 {
	height: 45px;
	margin: 5px 0px;
	font-size: 2.5em;
	font-family: 'Great Vibes', serif;
}
