/* basic elements */

body {
	background: #E8E8E8;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: auto;
	min-height: 800px;
	}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	}

a {
	text-decoration:none;
	color: #006600;
	font-weight:bold;
	}

a:visited {
	color: #009900;
	}

a:hover {
	color: #CC6600;
	}

a:active {
	border: 0;
	}

a.menu {
	text-decoration: none;
	color: #006600;
	font-weight: normal;
	}

hr {
	border: 0;
	width: 80%;
	color: #E8E8E8;
	background-color: #E8E8E8;

	}

table th {
	border-bottom: thin solid #000000;
	text-align: left;
	}

td {
	vertical-align: text-top;
	}

td.name { /* in the html, only the first td for author name needs to be defined as class="name" to force column width */
	width: 150px;
	}

td.title { /* as in job title, for staff list */
	width: 180px;
	}

img {
	border: 0;
	}

img.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/* span class properties - special areas of text */

.date {
	color:#990000;
	font-weight:bold;
      }

.blue {
	color:#3333CC;
	font-weight:bold;
      }

.small {
	font-size: 80%;
	line-height: 110%;
	}

/* div class properties - site architecture */

.container {
	width:700px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	}

.content { /* This is the center column */
      float: right;
	width: 548px;
      min-height:300px;
      height: auto !important;
      height: 300px;
      }

.cover { /* This defines the cover image div for each issue's TOC*/
	float: right;
	text-align: right;
	}

.sidebar { /* This is the left column */
      float: left;
      width: 140px;
      margin-top: 20px;
	font-size: 90%;
	text-align: right;
      }

.sidebar ul {
      margin: 0;
	list-style-type: none;
      list-style-image: none;
      }

.sidebar ul li {
      padding: 3px 0 3px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 90%;
	text-align: right;
      }

.issues { /* This is the "current issue" thumbnail link in the sidebar. */
      font-size:70%;
      font-family:Arial, sans serif;
      line-height: 80%;
}

.issues a {
      font-weight: normal;
}

.announcements { /* This div goes inside the post on the front page. */
	border: 1px solid;
	padding: 0 3% 0 3%;
	line-height: 150%;
      }

.post { /* Main div for content. Anachronistic name from Wordpress. */
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 2%;
	margin-right: 5%;
	padding: 10px;
	line-height: 175%;
	font-size: 80%;
      }

.post ol {
      margin-left: 0;
      padding-left: 10px;
      }

.post ol li {
      padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 110%;
	text-align: left;
      }

.poem { /* Div for poems - shifted right. */
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 10%;
	margin-right: 5%;
	line-height: 175%;
	font-size: 80%;
      }

.thumbnail {
	float: right;
	padding-left: 5px;
      height: 80px;
	width: 50px;
      }

.clear {
      clear: both;
}

.footer {
      width:680px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, sans serif;
      font-size: 65%;
      text-align: center;
      }

.footer a {
      font-weight: normal;
      }
