/*
 *    THE DUEL OBSERVER
 *    A Hamilton College Publication
 
 *    Author: Rae Arnold (rarnold (at) hamilton (dot) edu)	
 *	  Last Edited: Feb 13, 2007
 */

html {
	background-color: #8CDFEF;
	margin: 0;
	text-align: center;
	font-family: Caslon, Times, "Times New Roman", Serif;
}

body {
	float: none;
	display: block;
	width: 720px;
	margin: 5px auto 0 auto;
	font-size: 13px;
	line-height: 15px;
	color: #000000;	
	background-color: #ffffff;
	[]	background-color: #48ACEF;
	border: 2px #000000 solid;
	[	border: none;	
	]border: none;
}

#container {
	background-color: #ffffff;
	text-align: left;
	width: 720px;
	margin: 0px auto;
	[]border: 2px #000000 solid;
}

#header { 
	background: url("images/headline.gif") center no-repeat;
	width:720px;
	margin: 0 0 0 0;
	float:left;
	padding: 60px 0 0 0;
}

#header h1{
	visibility: hidden;
	font-size:0px;
}

#copyright {
	clear:both;
	display: block;
	width: 710px;
	padding: 5px;
	text-align: justify;
	font: .9em/1.1em;
	background-color: #000000;
	color: #8CDFEF;
	font-variant: small-caps;
	margin-top: 20px;
}	

#copyright a{
	color: #8CDFEF;
	text-decoration: underline;
}

#copyright a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.masthead {font-size:1.1em; text-align:center; border-bottom:6px #000000 double; padding: .4em 0;}

.masthead span.name {
	font-variant:small-caps;
	font-stretch:expanded;
	margin-right:1em;
}

.masthead span.pos {
	font-style:italic;
}

.masthead a { font-size:1em !important; }

a:link, a:visited {
	display: inline;
	font-size: 1em;
	line-height: 1em;
	color: #000000;
	text-decoration: none;
	font-variant: small-caps;
	border: none;
}

a:hover, a:active {
	text-decoration: underline;
	color: #48ACEF;

}

p {
	display: block;
	line-height: 1.2em;
	color: #000000;
	margin: 5px 25px 0 25px; 
}

.center p {
	margin: 5px 0 0 0;
}

strong {
	font-stretch: expanded;
	font-weight: bold;
}

strong a {
	font-stretch: expanded;
	font-weight: bold;
	font-size: 1.1em;
}

#edition {
	background-color: #FFFFFF;
	float: left;
	width: 720px;
	height: 25px;
	margin: 5px 0px;
	padding: 0px;
	border-bottom: 5px #000000 double;
}

div#edition span.volume {
	float: left;
	width: 175px;
	margin: 0 0 0 5px;
	border: 0px;
	text-align: left;
	font-size: 16px;
	font-weight: bolder;

}

div#edition span.quote {
	float: left;
	width: 360px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	font-style: italic;
	font-family: "Lucida Handwriting", Optima, Times, "Times New Roman", Serif;
	font-size: 1.5em;
}

div#edition span.date {
	float: left;
	width: 175px;
	margin: 0px;
	border: 0px;
	text-align: right;
	font-size: 16px;
	font-weight: bolder;
}

img {
	border: 0px;
}

h2 {    /*FOR HEADLINES*/
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 5px;
	border-bottom: 2px #8CDFEF solid;
	width: 300px;
	display: block;	
}

.center h2{
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 5px;
	width: 100%;
	border-bottom: none;	
}

h3 { 
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 25px 0 0 15px;
	padding: 0;
	border: none;
}

h2 + h3 {
	margin-top: 5px;
}

.center {
	text-align: center;
}

hr {
	width: 80%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

span.size { color: #666666;
	font-size:.9em;
	font-weight: lighter;
	margin-left: 1.2em;
}

span.size img { height: 1em; width:1em; }