/* society1.css
 * Style Sheet for Society for Ancient Languages on uah.edu
 * http://www.uah.edu/student_life/organizations/SAL/
 */

/*---------------------------------------------------------------------
 * GLOBAL ELEMENTAL DEFINITIONS
 *---------------------------------------------------------------------*/

 body {
	 background: url(images/marble.jpg);
 }

/*---------------------------------------------------------------------
 * GLOBAL CLASS DEFINITIONS
 *---------------------------------------------------------------------*/

.primus {
	font-family: "Times New Roman", serif;
	font-size: 300%;
	font-weight: normal;
}

.invisible { display: none }

.frontcenter {
	text-align: center;
	font-family: "Arial", sans-serif;
	font-weight: bold;
	padding-bottom: 2em;
}

.links {
	margin-left: 30%; margin-right: 30%;
	padding-bottom: 2em;
}

.links li {
	font-family: "Arial", sans-serif;
	font-weight: bold;
}

.linkspage .piclink img { border-width: 0; }
.linkspage .link { padding-bottom: 1em; }
.linkspage .link a { font-weight: bold }

.topheader {
	text-align: center;
	padding-bottom: 2em;
}

.featurehead {
	font-size: 150%;
}

.homesitelink {
	font-family: "Arial", sans-serif;
	font-weight: bold;
}

.announcehead {
	font-weight: bold;
	font-size: 150%;
	text-align: center;
}

.readingannounce {
	font-weight: bold;
	font-size: 120%;
	padding-top: 1em;
}

.footer {
	font-size: 75%;
}

.navfooter {
	text-align: center;
}

table.schedule td {
	vertical-align: top;
}

table.schedule tr.specialevent td {
	font-weight: bold;
}

table.reading td {
	vertical-align: top;
}

.articlepic {
	font-weight: bold;
	font-size: smaller;
}

.attrib {
	text-align: right;
	margin-right: 15%;
}

.legal { font-size: smaller }

/* Fall 2006 Readings */

.theme_header, .sem_header, .title_header, .reading_title, .translator {
	text-align: center;

}

td.latin, td.crib, td.english, td.anticrib { vertical-align: top; }

.english {
	font-style: italic;
}
.latin {
	font-weight: bold;
}

.translator {
	font-weight: bold;
}

.source_info {
	margin-left: 2em;
}
.source_label {
	font-weight: bold;
}

/*---------------------------------------------------------------------
 * LOCAL (object-specific) DEFINITIONS
 *---------------------------------------------------------------------*/

#logo {
    position: absolute;
    left: 0; top: 0;
    width: 102%; height: 5ex /* 50px; */;
    margin: 0; padding: 0;
    font-size: 36px;
    color: yellow;
    /* PURPLE background-color: rgb(107,61,115); */
    /* PORPHYRY */ /* background-color: rgb(180, 20, 60); (too bright) */
    	background-color: rgb(128, 0, 64);
}
#content {
	margin: 100px 0px 0 0px;
	padding-bottom: 40px; /* extended: 20px */
	padding-top: 15px;
}
#menulist {
	position: absolute;
	left: 0px; top: 50px;
	color: rgb(128, 0, 64); background-color: yellow;
	height: 3ex; width: 102%;
	margin: 0; padding: 0;
	display: inline; white-space: nowrap;
	clear: both;
}
#menulist li {
	display: inline;
	list-style: none; white-space: nowrap;
	padding-left: 20px; padding-right: 20px;
}
#menulist a {
	color: rgb(125, 14, 43); background-color: yellow;
	text-decoration: none;
	font-weight: bold;
}

#current_events h3 {
	margin-bottom: 0.5ex;
}
