/*

This program is a free software; you can redistribute it and/or modify it under 
the terms of the GNU General Public License as published by the Free Software 
Foundation; either version 3.0 of the License, or (at your option) any later 
version.
 
This program is distributed in the hope that it will be useful, but WITHOUT ANY 
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You can receive a copy of GNU General Public License at the World Wide Web 
address <http://www.gnu.org/licenses/gpl.html>.

--------------------------------------------------------
 Product Name		QueryCatcher
 Product URL		http://www.jasonclark.info/files.php
 Product Description	A PHP/MySQL search term recorder module - collect queries logged into system, presents terms as browseable links
 
 Latest Version		1.0
 Release Date 		2008/06/16

 Author's Name		Jason Clark 
 Author's Email		jaclark@montana.edu
 Author's URL		http://jasonclark.info
 License			GNU's Public License (GPL)
--------------------------------------------------------

The code from this application is also available in the Code4Lib Journal (http://journal.code4lib.org).
The article that explains the "QueryCatcher" application is titled: "Making Patron Data Work Harder: User Search Terms as Access Points?"
It can be retrieved at http://journal.code4lib.org/articles/78.

*/


/* Master styles for QueryCatcher prototype - Version 1.0, June 2008 */

/* =global default settings
----------------------------------------------- */
html, body, form, fieldset {margin:0;padding:0;font:small Verdana, Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {margin:1em 0;padding:0;}
li, dd, blockquote {margin-left:1em;}
/* =element-specific settings
----------------------------------------------- */
h3.results strong {padding:2px 5px;background-color:#ffff66} /*highlights search terms and number of results*/
li {margin:0;padding:0 0 5px 15px;font-size:.95em;list-style:none;}
/* =links
----------------------------------------------- */
a, a:visited {color:#001155;text-decoration:none;}
a:hover, a:active {color:#001155;text-decoration:underline;}
a img {border:0 none;}
/* =forms
----------------------------------------------- */
form.search {margin:0;padding:0 10px;border:1px solid #ccc;background:#F2F2F2;text-align:center;}
form.search label {font:bold 1.2em arial,verdana,sans-serif;color:#213C69;vertical-align:middle;cursor:pointer;}
form.search input, select{vertical-align:middle;}
form.search input:focus, textarea:focus {background:#ffc;}
form.search input.text, textarea, select {width:23em;font:1.0em verdana,arial,sans-serif;padding:3px;margin:1px 0;border:1px solid #ccc; }
form.search input.submit {padding:2px 5px;font:bold .95em verdana,arial,sans-serif;background:#6A7389;color:#fff;padding:1px 2px;border-right:1px solid #283043;border-bottom:1px solid #283043;border-top:1px solid #9097A2;border-left:1px solid #9097A2;}
/* =miscellaneous and special global settings
----------------------------------------------- */
.toggle {text-align:right;padding:0 5px 0 0;}
.expand {line-height:12px;background:url("./img/expand.gif") 0 50% no-repeat;padding-left:16px;}
.warn {width:75%;color:red;font-weight:bold;background-color:#ffff66;}
ul#block {float:left;width:100%;margin:0;padding:0;list-style:none;text-align:left;}
ul#block li {position:relative;float:left;width:25em;margin:0;padding:15px 0 15px 15px;}
ul#block li h2 {font:1.1em georgia,times,serif;color:#444;margin:0 0 15px 0;}
p.functions {position:absolute;left:-1000em;width:20em;}
p.utilities {clear:left;text-align:right;margin-top:85px;padding-top:3px;border-top:1px dotted #333;}
p.nav a.bck {background:url("./img/bck-arrow.gif") 0 .20em no-repeat;margin:0 0 0 15px;padding:0 0 0 16px;}
p.nav a.fwd {background:url("./img/fwd-arrow.gif") 0 .20em no-repeat;margin:0 0 0 15px;padding:0 0 0 16px;}
p#tagCloud {padding:25px 0;}
p#tagCloud a.size1 {font-size:.95em;}
p#tagCloud a.size2 {font-size:1.1em;font-weight:bold;}
p#tagCloud a.size3 {font-size:1.2em;font-weight:bold;}
p#tagCloud a.size4 {font-size:1.3em;font-weight:bold;}
p#tagCloud a.size5 {font-size:1.5em;font-weight:bold;}
p#tagCloud a.size6 {font-size:1.6em;font-weight:bold;}
p#tagCloud a.size7 {font-size:1.7em;font-weight:bold;}
p#tagCloud a.size8 {font-size:1.8em;font-weight:bold;}
p#tagCloud a.size9 {font-size:2.5em;font-weight:bold;}
