/* CSS layout designed by Josiah Cochran */

/* Following is for social plug-ins */

#social_top {
	width: 400px;
	height: 25px;
	float: left; 
	margin-top: 5px;}

#social_bottom {
	max-width: 700px;
	min-width: 300px;
	height: 75px;
	background-color: #d3d3d3;
	margin:auto;
	margin-top: 5px;
	padding: 5px;
	border-style: ridge ridge none;
	border-color: blue;
	border-width:5px }

#fb-stuff {
	max-width: 700px;
	min-width: 300px;
	background-color: #d3d3d3;
	margin: auto;
	margin-bottom: 10px;
	padding: 5px;
	border-style: none ridge ridge ridge;
	border-color: blue;
	border-width:5px }
	
@media screen and (max-width: 480px) {
#social_top {
	width: 300px;
	margin-bottom: 20px;
	float: none; }
}