/** ------------------------------------------------- **/
body  { background-image: url(../images/thinker_bg.jpg);/*relative to the CSS file!*/
}


/** ------------------------------------------------- **/

/** ------------------------------------------------- **/

h1, h2, h3 { text-align: center; }

/** ------------------------------------------------- **/

em {font-style:normal; font-weight:bold;}

/**- ------------------------------------------------- **/


/**-class designed to simulate blockquote**/
div.blockquoteClass {font-family: "Helvetica", Helvetica, sans-serif; margin-left: 10%;}
blockquote {font-family: "Helvetica", Helvetica, sans-serif; }


/**class designed to simulate inline quote <q> **/
span.qClass {font-family: "Helvetica", Helvetica, sans-serif;}
q {font-family:  "Helvetica", Helvetica, sans-serif; }


/*** do the citation all in one **/
span.citeClass {font-family:"New Century Schoolbook", Times, serif ; font-size:smaller;}
small {font-family:"New Century Schoolbook", Times, serif ; font-size:smaller;}


/*** do the citation all in bits **/
span.authorClass {font-family:"New Century Schoolbook", Times, serif ; font-size:smaller;}
span.authorClass:after { content: ","; }

span.collectionClass{font-family:"New Century Schoolbook", Times, serif ; font-size:smaller; text-decoration: underline}
span.collectionClass:after { content: ","; }

span.titleClass{font-family:"New Century Schoolbook", Times, serif ; font-size:smaller; font-style: italic}
span.titleClass:after { content: ","; }

span.authorClass {font-family:"New Century Schoolbook", Times, serif ; font-size:smaller;}
span.authorClass:after { content: ","; }

span.pageClass {font-family:"New Century Schoolbook", Times, serif ; font-size:smaller;}
span.pageClass:after { content: ","; }

span.publisherClass {font-family:"New Century Schoolbook", Times, serif ; font-size:smaller;}
span.publisherClass:after { content: ","; }

span.yearClass {font-family:"New Century Schoolbook", Times, serif ; font-size:smaller;}
span.yearClass:after { content: "."; }


/**- ------------------------------------------------- **/


