﻿/* CSS - enhances the main.css to cater for blog specific styles.
	Should be included after main.css
*/

h1 {
	font-size: 163%;
	margin-bottom: .8em;
	color: #039;
}

.srch-stats, .srch-Page
{
	background-color:transparent;
	color:#fff;
}

.srch-Page a:link,
.srch-Page a:active,
.srch-Page a:visited,
.srch-Page a:hover {
	color: #fff;
}

.pagingRow {
	background: #0089d7 url('../images/bg_featureBox.gif') repeat-x bottom; 
	padding: 6px 12px;
}

.srch-Icon {
	display: none;
}

.srch-Title a:link,
.srch-Title a:active,
.srch-Title a:visited,
.srch-Title a:hover {
	font-family: Verdana;
	font-size: 85%;
	font-weight: bold;
	line-height: 12pt;
	color: #008bda;
}

.srch-Description, .srch-description {
	font-family: Verdana;
	line-height: 12pt;
	color: #000;
}

.srch-Metadata {
	border-top-width: 0;
	margin-bottom: 20px;
	font-family: Verdana;
}

.srch-MiniIntro {
	font-family: Verdana;
	line-height: 12pt;
	color: #666;
}

.srch-URL a:link,
.srch-URL a:active,
.srch-URL a:visited,
.srch-URL a:hover {
	font-family: Verdana;
	line-height: 12pt;
	color: #008bda !important;
}

.searchForm input.button { 
    overflow: visible;
 margin: 0 10px 0 0;
 border: 1px solid #50aded;
 padding: 2px 5px 3px 5px;
 background: #068edc url('../images/bg_button.gif') repeat-x top;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: bold;
    color: #fff;
 cursor: pointer;}

#SRP_Next {
	border-left: 1px solid #98c6ea;
	padding-left: 5px;
}

#SRP_Prev {
	border-right: 1px solid #98c6ea;
	padding-right: 5px;
}

#bdContent .termInp label {
	position: absolute;
	left: -9999px;
}

.pageSearch {
	/*padding: 2px;
	font-size: 85%;*/
	color: #666;
}
