@CHARSET "UTF-8";
	body {
		text-align: center;
		font-size: 76%;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	h1,h2,h3,h4,h5,h6 {
		margin: 0;
		padding: 0;
	}
	
	p {
		font-size: 1em;
		line-height: 1.5;
	}
	
	#search-results {
		margin: 15px;
		padding: 10px;
		width: 40em;
		font-family: serif;
		text-align: left;
		min-height: 400px;
		border: 0px double #ccc;
	}
	
	#page-container {
		margin: 40px auto 0 auto;
		width: 960px;
	}
	
	#page-header {
		position: fixed;
        top: 0;
        left: 0;
        width: 100%;
		padding: 1em 0 0 0;
		text-align: right;
         
	}

    #page-header a {
		margin-right: 1em;
        color: #000;
        font-weight: bold;
        font-size: 1em;
        font-family: sans-serif;
        text-decoration: none;
	}

    #page-header a:hover {
		text-decoration: underline;
	}
		
	a img {
		border: none;
	}
	
	#page-logo a img {
		border: none;
	}
	
	#page-version {
		text-align: right;
	}
	
	h1 {
		text-indent: -999em;
		background: url("../images/philosophy-concordance.png") no-repeat top center;
		height: 20px;
		margin: 10px;
	}
	
	#page-container form fieldset {
		border: 0px solid white;
	}
	
	#search-container {
		width: 350px;
		margin: 0 auto;
	}
	
	#search-results .search-results-item {
		display: block;
		border: 1px solid #ddd;
		background-color: white;
		padding: 10px;
		margin: 15px 0; 
		text-align: left;
	}
	
	#search-results .search-results-item p {
		font-family: sans-serif;
	}
	
	#search-results .url {
		display: block;
	}
	
	#search-results .title {
		font-style: italic;
		line-height: 1.5;
	}
	
	#search-results .source-info {
		display: block;
		font-size: 1em; 
		text-align: left;
		padding-top: 0.5em;
		border-top: 1px solid #CCC;
	}
	
	#search-results .source-info a {
		text-decoration: none;
		color: #81abce;
	}
	
	#search-results .page-paginator li {
		list-style: none;
		float: left;
		padding: 0.5em;
	}
	
	#search-results .page-paginator li.paginator-current-page a {
		color: #aaa;
		
	}

    #word-cloud {
        position: fixed;
        bottom: 0;
        right: 0;
		width: 400px;
        text-align: left;
        background-color: grey;
		color: white;
        padding: 2em;
    }

    #word-cloud h3 {
        font-family: sans-serif;
        font-size: 1.2em;
        margin: 0.5em 0;
    }

    #word-cloud a {
	margin: 0 0.25em;
        color: black;
        font-size: 1em;
        font-family: sans-serif;
        text-decoration: none;
	}

    #word-cloud a:hover {
        color: white;
        text-decoration: underline;
	}
	
	

