/* story.css - the printer layout article stylesheet.
 * Wil Mahan <wtm2@duke.edu>, June 2001
 */

/* A headline. */
.headline {
        font-size: 160%;
        font-family: helvetica, arial, sans-serif;
        font-weight: bold;
        color: #000099;
        background: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}
 
/* A subheadline. */
.subheader {
	font-size: 120%;
	font-family: "times new roman", serif;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Authors' names. */
.authors {
	font-weight: bold;
	font-family: "times new roman", serif;
	font-size: 100%;
	color: #000099;
}	

/* The story text. */
.storytext {
        font-family: "times new roman", serif;
        color: #000000;
	font-size: 100%;
        background: #ffffff;
	margin-top: .5em;
}

/* A left-aligned image. */
.leftimage {
	padding-right: 10px;
	margin-bottom: 7px;
}

/* A right-aligned image. */
.rightimage {
	padding-left: 10px;
	margin-bottom: 5px;
}

/* An image credit. */
.imageauthor {
	font-size: 60%;
	font-weight: bold;
	font-family: trebuchet, helvetica, arial, sans-serif;
	text-align: right;
	margin-bottom: 5px;
	text-transform: uppercase;
}

/* The first few words of an image caption. */
.caption1 {
	font-family: "times new roman", serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 75%;
}

/* An image caption, except for the first few words. */
.caption2 {
	font-family: "times new roman", serif;
	font-size: 75%;
}

/*
 * $Log: story.css,v $
 * Revision 1.11  2002/04/18 20:32:44  prod
 * *** PROMOTION TO PROD ***
 *
 * Revision 1.24  2002/04/18 20:17:43  qa
 * *** PROMOTION TO QA ***
 *
 * Revision 1.1  2001/07/26 04:51:01  wtm2
 * Add printer-friendly layout.
 *
 * Revision 1.1  2001/07/02 23:27:30  wtm2
 * The Chronicle Online, version 2.0.  Adds a new layout, plus the
 * ability for users to select among multiple layouts.
 *
 */

