/* SEARCH RESULTS */
div.search-keywords { text-align: center; }

div.search-keywords strong { color: #DD8631; }

div.search-results h3
{
	margin-bottom: 9px;
}

div.search-results .desc
{
	color: #111111;
	margin-bottom: 0;
	
}

.meta
{
	color: #4F4F4F;
	margin-bottom: 18px;
}

/* PAGINATION */
.paginate
{
	margin-bottom: 9px;
}

.paginate .page-count
{
	float: left;
	padding: .2em 0;
}

.paginate .page-links
{
	float: right;
	text-align: right;
	margin-right: 0;
	padding: 0;
}

.page-links strong, .page-links a
{
	display: inline-block;
	padding: .2em .5em;
	margin-left: .2em;
	border: 1px solid #D4C8BF;
}

.page-links strong
{
	background-color: #F2EEEA;
}

.page-links a:hover
{
	background-color: #F2EEEA;
	text-decoration: none;
}

/* ADVANCED SEARCH */

div#advanced-search
{
	border-top: 1px #D4C8BF solid;
	text-align: left;
}

a#advanced-button
{
	width: 10em;
	text-align: center;
	padding: .25em;
	background-color: #F2EEEA;
	display: inline-block;
	color: #DD8631;
	font-weight: bold;
	border-top: 1px #D4C8BF none;
	border-right: 1px #D4C8BF solid;
	border-bottom: 1px #D4C8BF solid;
	border-left: 1px #D4C8BF solid;
	margin-top: -1px;
}

form#advanced-form
{
	border-top: 1px #D4C8BF none;
	border-right: 1px #D4C8BF solid;
	border-bottom: 1px #9E8B84 solid;
	border-left: 1px #D4C8BF solid;
	padding: 1em;
	background-color: #F2EEEA;
}

form#advanced-form fieldset
{
	padding: 0 9px 0 9px;
	border-color: #F2EEEA;
}

/* SPONSORED SEARCH */
.sponsored-search
{
	border: 1px #D4C8BF solid;
	padding: 3px 1em .5em 1em;
}

.sponsored-search p
{
	margin-bottom: 0;
}

.sponsored-search .small
{ line-height: 13px; }

.sponsored-search .ss-result
{
	margin-bottom: 12px;
}

/* WEB RESULTS */
#web-results .related
{
	text-align: center;
	padding: .25em;
	background-color: #F2EEEA;
	border-top: 1px #D4C8BF solid;
	border-right: none;
	border-bottom: 1px #D4C8BF solid;
	border-left: none;
	margin-bottom: 9px;
}

#web-results .related a
{
	font-weight: bold;
}

/* ADVANCED SEARCH  */
div.search-results table th, td { vertical-align: middle; }

div.search_home fieldset
{
	width: 42%;
	float: left;
	border: 1px solid #D4C8BF;
	outline: none;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}

div.search_home_sections div { width: 42%; }
div.search_home_sections div strong { color: #DD8631; }

div.search_home_sections div select
{
	border: 1px solid #D4C8BF;
	outline: none;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	width: 285px;
}

div.search_home legend { color: #DD8631; }

div.search_home input[type='text']
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px #9E8B84 solid;
	width: 94%;
	padding: 1px 9px;
	font-size: 12px;
	color: #CCCCCC;
	margin-bottom: 0px;
}

div.search_home input[type='text']:focus
{
	color: #1F1F1F;
	border: 1px solid #546BB5;
	outline: 0 none;
}

div.searchSubmit input
{
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background-image: url(http://cdn.grandjunctionmedia.com/images/site-images-20100422.gif);
	background-position: -37px -277px;
	background-repeat: no-repeat;
	background-color: transparent;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	margin-right: 3px;
	margin-left: 3px;
	width: 105px;
	height: 20px;
	text-align: center;
	padding-top: 1px;
	border: none;
}

div.searchSubmit input:hover {background-position: -37px -298px; }
