
/* Default styles */

html, body
{ 
	FONT-FAMILY:    arial, helvetica, sans-serif;
	font-size: 90%;
}

body 
{
	margin: 0 auto;
	padding: 0;
}

div 
{
	margin: 0;
	padding: 0;
}


span.email{ cursor:pointer; }

a:link,a:visited,a:active,a:hover,span.email{
	color: #8BA0A2;
	text-decoration:underline;
}



#byline ul
{
	margin-top: 10px;
	color: #00668F;
}

#byline li {
	font-size: 110%;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../graphics/byline_arrow.gif) left center no-repeat;
	padding: 0 8px 0 13px;
	display: inline;
}

.home #comment_box {
	margin-bottom: 20px;
}

.home #comment_box img {
	margin: 20px 0 0 0;
	padding: 0;
}

.home #comment_box blockquote,
.home #comment_box div
{
	float: right;
	margin: 0;
	padding: 20px;
	display: block;
	width: 120px;
}

.home #comment_box div {
	padding-top: 0;
	color: #949F2E;
}

.home #comment_box div h3 {
	margin: 15px 0 0 0;
	font-size: 160%;
	font-weight: normal;
}

.home #comment_box div p {
	margin: 0;
}

.home #comment_box blockquote {
	position: relative;
	background: #9AA43A url(../graphics/comment_box_bg.gif) left top repeat-x;
}


#comment_box blockquote .dquote_left {
	position: absolute;
	background: url(../graphics/doublequote_left.gif) top left no-repeat;
	width: 22px;
	height: 16px;
	left: -6px;
	top: 18px;
}

#comment_box blockquote .dquote_right {
	position: absolute;
	background: url(../graphics/doublequote_right.gif) top left no-repeat;
	width: 22px;
	height: 16px;
	right: -6px;
	bottom: 18px;
}

#comment_box blockquote .comment_speech {
	position: absolute;
	background: url(../graphics/comment_speech.gif) top left no-repeat;
	width: 18px;
	height: 21px;
	top: 56px;
	left: -18px;
	z-index: 1000;
}


h1
{
	color: #00668F;
	font-size: 170%;
	margin-top: 0;
	font-weight: normal;
}

h2 {
	font-size: 120%;
	color: #63A0A6;
}
