/* 3SF Media Search */

body {
	background-color: #CCCCCC;
	border: none;
	color:#111111;
	margin: 0;
	padding: 20px 0 0;
	width: auto;
	}

h1 {
	margin-top: 0;
	text-align:left;
	}

input { padding: 6px !important; }

a, a:visited { 
	color: #660099;
	text-decoration: none;
	}

a:active, a:hover { 
	color: #CC33CC;
	text-decoration: underline;
	}

a:link .title, a:visited .title {
	color: #660099;
	text-decoration:none;
	}

a:hover .title, a:active .title {
	color: #CC33CC;
	text-decoration:underline;
	}

.title {
	font-size:18px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	}

.top {
	background-color: #999999;
	background-image:url(images/top.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height: 120px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #660066;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	}

.middle {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 20px;
	text-align: center;
	}

.footer {
	color:#333333;
	background-color: #999999;
	background-image:url(images/bottom.gif);
	background-position:inherit;
	background-repeat:repeat-x;
	height: 160px;
	width: auto;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #660066;
	}

.quotes {
	color:#222222;
	font-size:16px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	}

.copy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	}

.copy a:link, .copy a:visited {
	color: #660099;
	text-decoration:none;
	}

.copy a:hover, .copy a:active {
	color: #CC33CC;
	text-decoration:underline;
	}


/* Mobile Fixes */
@media only screen and (min-width: 768px) {
.logo img {
	float: left;
	height: 121px;
	margin: 0px;
	padding-right: 30px;
	width: 148px;
	}

.content {
	margin: 20px auto;
	width: 640px;
}

.search {
	margin: 20px auto;
	text-align: left;
	}
}

@media only screen and (max-width: 768px) {
input[type=text] { width: 80%; }

.logo img {
	padding: 20px;
	float: none;
	}

.content {
	margin: 0 auto;
	width: 100%;
	}

.search {
	margin: 20px auto;
	text-align: left;
	}
}


