@charset "utf-8";
/* CSS Document */

.fb-like-box {
	width:550px;
	height:auto;
	margin: 0 auto;
	background-color: #333;
	overflow-y: auto;
	overflow-x: hidden;
}
.fb-post {
	display:block;
	width:550px;
	height:auto;
}
#otherMedia {
	width: 550px;
	height:auto;
	padding: 0 0;
	float:right;
	margin:15px 2px 0 0;
}
#otherMedia2 {
	width: 42%;
	height: auto;
	padding: 16px;
	float:left;
	margin:12px 0 0 1.4%;
	border: 4px double #cc0000;
	background-color:#222;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}
@media only screen and (min-width:1100px) and (max-width:1246px) {
#otherMedia2 {
	width: 34.8%;
}
}
@media only screen and (min-width:601px) and (max-width:1099px) {
#otherMedia {
	display:block;
	margin:0 auto;
	width:550px;
	float:none;
	clear:both;
}
#otherMedia2 {
	display:block;
	margin:15px auto;
	width:75%;
	float:none;
	padding: 15px;
	border-width: 6px;
	clear:both;
}
}
#gSearch {
	max-width: 750px;
	width: 95%;
	margin: 5px auto 0px auto;
}
@media only screen and (min-width:1px) and (max-width:1020px) {
#gSearch {
	max-width: 520px;
	width: 95%;
	margin: 5px auto 0px auto;
}
}
hr {
	height: 30px;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 0 0 0;
	border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
	display: block;
	content: "";
	height: 30px;
	margin-top: -31px;
	border-style: solid;
	border-color: #ccc;
	border-width: 0 0 1px 0;
	border-radius: 20px;
}
#splash{
	font-size:.8em;
	float:right;
}