/* CSS Document */

body,  #content,  #content2 {
  float: none !important;
  width: 70% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#subnav,#Topnav,#sidebar-a,#sidebar-b,#sidebar-c,#footer,#searcharea,#goldbar {display:none;}

#content {padding: 0px; margin-left: 10px;  margin-right: 10px;}

body {font-family: Times New Roman; color: #000000;}

h1 {font-size: 1.1e,}


/*search*/

/* header containing result count etc. */
#searchheader { 
   /* background: #def1eb; 
    border-top: 2px solid #4e917b; 
    margin: 0 0 0.5em 0; */
    padding: 0 0.25em; 
    font-size: 0.8em; 
    text-align: right;
} 

/* the container for the information regarding relevance/date sorting */
#sort { font-size: 0.8em; text-align: right; margin: 0 1em;}
#sort a { color: blue; }

/* search results container */

#searchresults { /*clear: both; */ padding: 0 1em; }
#searchresults p { margin: 0; /*font-family: Verdana, Arial, Helvetica, sans-serif;*/ }
#searchresults .result { margin-top: 1em; margin-bottom: 1em; }
#searchresults .title { font-size: 1.1em; }
#searchresults .snippet { font-size: 1em; }
#searchresults .about { color: green; font-size: 1em; }
#searchresults .filetype { font-weight: normal; font-size: 1em;}

/* navigation allowing jump to various pages of results */
#searchnav { text-align: center; font-size: 1em; margin: 2em; font-weight: normal;}
#searchnav span { padding: 0.1em 0.5em; /*border: 1px solid #4e917b; background: #4e917b; */color: green; font-weight: bold;}
#searchnav a { padding: 0.1em 0.5em; /*border: 1px solid #4e917b; background: #def1eb;*/ text-decoration: none; color: black; }
a.resultsnav { font-weight: bold; }

/* container for spelling suggestions */
.spellingsuggestion { font-weight: bold; margin: 0 0.1em; padding: 0.1em; }	   	

		  