/*
 * type.css
 * 
 */

body {
	font-family: Georgia;
	font-size: medium;
}

a:hover {
	text-decoration: none;
}

.author {
	text-transform: uppercase;
}

.title {
	font-style: italic;
}

.blurb {
	font-size: 160%;
	line-height: 1.1em;
}

.justify {
	text-align: justify;
}

.editorsnote {
	font-size: 80%;
	font-style: italic;
}

.whowhatwherewhenwhy {
	letter-spacing: -0.1em;
	background-color: #cab39b;
	color: #385598;
}

.wwwwwh h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
}

.standard_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: blue;
}

.note {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 70%;
}
	
form .title {
	font-style: normal;
}

#logo img {
	text-align: left;
}

#nav {
	font-family: Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 80%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#nav a {
    text-decoration: none;
}

h1, h2, h3, dt {
	font-family: Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	letter-spacing: -.04em;
}

h1 {
	font-size: 210%;

}

h1.page_header {
	font-size: 150%;
	text-transform: uppercase;
}

h2 {
	font-size: 175%;
	line-height: 1.2em;
}

h3 {
	font-size: 125%;
}


dt {
	font-weight: normal;
}

dl.quote {
    font-size: 70%;
}

dl.quote dt {
    letter-spacing: 0.2em;
}

#issues h2 {
	font-size: 250%;
}

#issues h3 {
	font-size: 100%;
}

#issues p {
	font-size: 90%;
}

#issue_coverart p {
	font-size: 75%;
}

.available_online {
	font-size: 50%;
	background-color: #863c1c;
	padding: 3px;
	color: #fff;
	text-transform: uppercase;
	margin-left: 10px;
}

.coming_soon {
	font-size: 50%;
	background-color: #111111;
	padding: 3px;
	color: #fff;
	text-transform: uppercase;
	margin-left: 10px;	
}

#issue_online_content_promo .author {
	text-transform: none;
}

#issue_table_of_contents table th {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

#issue_table_of_contents table td .author {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 80%;
	letter-spacing: 0.1em;
}

#issue_table_of_contents table td .title {
	font-style: normal;
}

#issue_masthead #staff {
	font-size: 75%;
}

#breadcrumbs {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 70%;
	margin-top: 4px;
}

#piece_contributors_names {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top: 20px;
}

#piece_contributors_notes p {
	font-size: 75%;
}

#piece_content p + p {
  text-indent: 1.5em;
}

#grand_prize h6 {
	font-size: 110%;
}

#grand_prize ul li {
	font-size: 90%;
}

#top_prizes h6 {
	padding-left: 20px;
	font-size: 90%;
}

#top_prizes ul {
	padding-left: 25px;
}

#top_prizes ul li {
	font-size: 80%;
}

#footer-main {
    letter-spacing: -1.5px;
	font-family: Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
}

#footer-main p, #footer-main li, #footer-main dd {
	font-size: 80%;
}

#footer-main h3 {
	font-size: 90%;
    text-transform: uppercase;
}

#posts li span.date {
	font-size: 80%;
}

#footer .caption {
	font-weight: normal;
	font-size: 50%;
}

#issues h1 {
	font-size: 100%;
}

#issues h1 a {
	text-decoration: none;
}

#issues dt {
}

#issues dt a {
    text-decoration: none;
}

.tagline {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

/* Logged In Staff */
#logged-in-staff-actions, #admin-strip {
	font-family: Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
}

#logged-in-staff-actions h6 {
	font-size: 70%;
	text-transform: uppercase;
}

#logged-in-staff-actions, #admin-strip ul li {
	font-size: 80%;
}
