/* $Id: basic.css,v 1.4 2011/04/06 12:03:06 benm Exp $
   $Log: basic.css,v $
   Revision 1.4  2011/04/06 12:03:06  benm
   Slogan colour change.

   Revision 1.3  2011/04/06 11:58:14  benm
   Font size adjust.

   Revision 1.2  2011/04/06 11:48:53  benm
   Styling update.

   Revision 1.1  2009/05/04 15:22:09  benm
   Baseline.
*/

/* The basic page is made as:
   body = body % ( wordmatter.page_head + mainpage + glyph + links + footer )
 */

/* See Fluid p.55 */
body {
    font: normal 74%/3 Corbel, Calibri, Sans-Serif;
    /*    font-size: 62.5%; *//* Resets 1em to 10px */
    /*    font-family: Geneva, Verdana, Arial, Sans-Serif;*/
    text-align: left;
    line-height: 1.2;
    color: black;
    margin: 0em 1em 0em 3em;
}

blockquote {
	font-size: smaller; 
	line-height: 1.2;
}

/* Links */
a {
    text-decoration: none;
    border-bottom: 2px solid #999;
}

a:link {
    color: #666;
}

a:active {
    color: #666;
}

a:visited {
    color: #666;
}

/* Mainitem is the top level container */
.mainitem {
    background-color: white;
    text-align: left;
    min-width: 200px;
    max-width: 800px;
    padding: 0 1em 1em 0;
    /*margin: 10px auto;*/
    font-size: 1.2em;
    color: #333;
    margin: 1em 1em 1em 0em;
    border-bottom: solid thin lightgray;
    margin-bottom: 1em;
}

.subitem {
	 margin: 1em 1em 1em 0em;
	 border-top: solid thin #cc33cc;
}

.quoteoftheweek {
	border-top: solid thin lightgray;
	border-bottom: solid thin lightgray;
	font-size: small;
	letter-spacing: 0.07em;
	margin-right: 2em;
	padding: 0em 0em 1em 1em;
}

.quoteoftheweek cite {
	font-size: smaller;
	letter-spacing: 0.09em;
	padding: 8em;
}

.quoteoftheweek blockquote {
	background: #ccff66
	font-size: smaller;
	letter-spacing: 0.09em;
}

.web {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

.valid {
    text-align: center;
    color: #333;
}

.valid a {
    text-decoration: none;
    border-bottom: none;
}

.footer {
    margin-top: .5em;
    text-align: center;
}

.legal {
    background: lightgray;
}

#slogan {
    margin-top: 1em;
    font-style: italic;
    color: #815; /* Wine */
    text-align: center;
}



