/* ----- ELEMENT STYLES ------------------------- */

p
{
	margin-bottom: 0px;
}

/* ----- Headings ----- */

h1,h2,h3,h4,h5,h6
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1
{
	font-size: 220%;
	line-height: 1.2em;
	margin: 0 0 .5em;
}

h1.big
{
	font-size: 300%;
	line-height: 1.2em;
	margin: 0 0 .5em;
	font-weight: bold;
}

h2
{
	font-size: 190%;
	line-height: 1.2em;
	margin: 0 0 .5em;
}

h2.big
{
	font-size: 190%;
	line-height: 1.2em;
	margin: 0 0 .5em;
	font-weight: bold;
}

h3
{
	font-size: 170%;
	line-height: 1.3em;
	margin: 0 0 .5em;
}

h4,h5,h6
{
	font-size: 118%;
	line-height: 1.2em;
	margin: 0 0 .5em;
}

/* ----- Inline ----- */

abbr,
acronym
{
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	cursor: help;
}

code
{
	font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, mono;
	color: #000;
}

del
{
	color: #999;
	text-decoration: line-through;
}

em
{
	font-style: italic;
}

ins
{
	color: #000;
	text-decoration: underline;
}

strong
{
	font-weight: bold;
}

/* ----- Block ----- */

blockquote
{
	margin: 25px 40px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 10px;
	font-size: 90%;
}

ol,
ul
{
	list-style-display: outside;
	margin: 10px 50px;
}

pre code
{
	display: block;
	padding: 10px;
	background-color: #000;
	color: #0f0;
}

/* ----- DEFAULT LINKS ---------------------------------*/

a:link
{
	text-decoration : underline;
	color: #a5111d;
}

a:visited
{
	text-decoration : none;
	color: #a5111d;
}

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

a:active
{
	text-decoration : none;
	color: #b96400;
}

a.redlink:link,
a.admin:visited
{
	color: #f00;
	font: 100% "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

a.redlink:hover
{
	color: #fff;
	background: #f00;
}

a.graylink:link,
a.black:visited
{
	color: #333;
}

a.graylink:hover
{
	color: #fff;
	background: #333;
}

a.nav:link,
a.nav:visited
{
	text-decoration : none;
}

a.nav:hover
{
	color: #fff;
	background: #333;
	text-decoration : none;
}

/* ----- CLASSES --------------------------------- */

.mainhead {
	font-size:160%;
	font-weight:bold;
	margin-top: 0px;
}

.subhead
{
	font-size: 115%;
	font-weight: bold;
	margin-top: 0px;
}

.readout
{
	font-size: 110%;
	font-weight:normal;
	margin: 10px 0px;
}

.byline
{
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
	font-size: 180%;
	margin: 10px 0px;
}

.dateline
{
	color:#333;
	font-style: italic;
	text-transform: none;
}

.pullquote
{
	width: 160px;
	float: right;
	margin: 0 0 10px 20px;
	color: #8896a5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25em;
}

.entrypoint
{
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	text-transform: uppercase;
	margin-top: 10px;
	color: #383b45;
	padding: 3px 0 0 0;
	letter-spacing: 0.15em;
	word-spacing: 0.2em;
	border-top: 1px solid #4f5361;
	text-align: center;
}

.caps
{
	text-transform: uppercase;
	font-size: 90%;
	line-height: 140%;
}

.smallnote
{
	font-size: 95%;
	color: #333333;
	font-weight: normal;	
}

.footerside
{
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
	font-size: 95%;
	color: #70768a;
	font-weight: normal;	
	border-top: 1px solid #70768a;
}

/* ----- Mugs ----- */

.mug
{
	float: right;
	margin: 0 0 10px 25px;
}

.mug img
{
	padding: 0;
}

.mug p
{
	font-size: 80%;
	font-weight: bold;
	line-height: 1em;
	margin: 5px 0;
}

/* ----- BRIEF HEADLINES ----------------------------*/

#briefheds
{
	list-style-type: none;
	margin: 0;
	border-top: 1px dotted #ccc;
}

h2+#briefheds
{
	margin: -10px 0 25px;
}

#briefheds li a:link,
#briefheds li a:visited
{
	display: block;
	width: 505px;
	color: #000;
	font-size: 10px;
	line-height: 3em;
	text-transform: capitalize;
	text-decoration: none;
	padding: 0 5px;
	border-bottom: 1px dotted #cccccc;
}

#briefheds a:hover,
#briefheds a:active
{
	background-color: #fdffab;
	text-decoration: underline;
}
