/*
Theme Name: Loreena
Theme URI: http://www.richardgreenwood.ca/
Description: Default 2010 PP theme
Version: 0.3
Author: Richard Greenwood
Author URI: http://www.richardgreenwood.ca/
*/

/* HTML 
------------------------------*/
html, body { height: 100%; margin: 0; padding: 0; }
body { background: white url(images/body-bg.jpg) no-repeat center top; font-family: Trebuchet MS1, Helvetica, sans-serif; }
h1 { font-size: 4em; letter-spacing: -.1em; margin-bottom: 0px; }
h2 { color: #8F72B1; font-size: 3.5em; letter-spacing: -.08em; }
h3 { font-size: 3em; letter-spacing: -.06em; }
h4 { font-size: 2em; letter-spacing: -.06em; }
h1, h2, h3, h4 { font-weight: normal; }
hr { clear: left; }
li { padding: .3em; }
fieldset { border: none; margin: 1em 0; }
legend { display: none; }
table { border-collapse: collapse; }
q { color: #555; }

/* STRUCTURE
------------------------------*/
#page { margin: 0 auto; min-height: 100%; position: relative; width: 960px; }
#header { padding: 10px 0; }
#nav { float: right; font-size: 1.125em; width: 230px; }
#text { margin-right: 240px; padding-bottom: 48px; }

#content { background-color: white; padding: 1em;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
#results { }

#footer { bottom: 0; color: #aaa; height: 48px; padding: 10px; position: absolute; text-align: center; width: 100%; }
.footer { clear: both; font-size: smaller; padding: 4em 0; text-align: center; }

/* NAVIGATION
------------------------------*/
#nav ul { margin: 0; padding: 0; }
#nav ul li { list-style-type: none; }
#nav ul ul { padding-left: 1em; }
#nav8 { margin-top: 3em; }
a:link, a:visited { color: #8984AA; text-decoration: none; }
a:hover, #nav li.active li.active a { color: #F25700; }

/* GENERAL
------------------------------*/
.subtitle { font-size: .8em; letter-spacing: -.08em; }
.articleList { list-style-type: none; padding: 0; }
.lighten { color: #aaa; }
.floatRight { float: right; }
.reviewCitation { color: #888; }
.aboutAuthor { border-top: 1px solid #CCC; color: #888; padding-top: 10px; }
.ditto_article p { margin: 0; }
.ditto_article p.articleAbstract { margin-top: .5em; }
.articleTitle { font-size: 1.2em; }
.articleSource { }
.articleAbstract { color: #696870; font-size: .9em; }

.bookSummary { background-color: #D2CFDF; clear: left; padding: 30px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px; 
 }
.bookSummary h3 { margin-top: 0; }


li.oddRow, tr.oddRow { background-color: #D2CFDF; }
fieldset.oddRow { background-color: #A69EC5; 
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px; 
}


