/* Typography */

body {
	font-size:75%;
	color:#444;
	background:#fff;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;color:#be7e56;
	font-family: Georgia;
/* 	font-family:"Helvetica Neue", Arial, Verdana, sans-serif; */
	font-weight:normal;
}
input, textarea {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}

h1 {font-size:3em;line-height:1;margin-bottom:0.5em;letter-spacing: -.075em;}
h2 {font-size:2em;margin-bottom:0.7em;letter-spacing: -.075em; line-height: 1em; padding:0;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {font-size:1.1em; line-height:1.4em; margin:0 0 1.2em;}
p img {margin:1.5em 18px 1.5em 0;padding:0;}

a { color:#426e9d; text-decoration: none;}
a:focus, a:hover { color:#e7538d; border-bottom: 1px solid;}

.post p a { font-weight: bold; }
.post p a:focus, .post p a:hover { font-weight: bold;  }


blockquote {margin:1.5em 18px;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 18px;}
ul, ol {margin:0 18px 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:18px;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}

/* Jiva Overrides */

#commentform label.error { color:red; }
#commentform textarea.error_border { color:red; }

div.date_box {
	width:2.5em;
	float:left;
	font-family: Helvetica, Verdana, Arial, sans-serif;		
	font-size: 18px;
	font-weight: bold;
	margin:0.2em 1.25em 0.5em 0;
	color:#e8e8e8;
}

div.date_box span {
	display: block;
	text-transform: uppercase;
	color:#e8e8e8;
	padding: 0;
	margin: 0;
	line-height: 0.8em;
}

.date_box .day { text-align: center; font-size: 36px; letter-spacing: -2px; }
.date_box .month { text-align: center; font-size: 22px; letter-spacing: -2px; }
.date_box .year { text-align: center; font-size: 18px; letter-spacing: -1px; }

div span.day a, div span.month a, div span.year a { color: #e8e8e8; }
div span.day a:hover, div span.month a:hover, div span.year a:hover { border-bottom:0; color:#e7538d; }

.readmore:hover { border: 0; }

.post_meta {
	margin-bottom: 1.5em;
}
.post_meta p {
	margin: 0;
}

.post_meta ul {
	list-style: none;
	margin: 0 0 0 27px;
	padding: 0;
}

.post_meta p .meta_show {
	border: 0;
	display: block;
	width:21px;
	height:23px;
	margin-right: 6px;
	float: left;
	text-indent: -5000em;
	background: url(../images/btn_minisprite.jpg) -46px 0;
}

.post_meta p .meta_show:hover {
	background: url(../images/btn_minisprite.jpg) -46px -22px;
	border: 0;
}

.post_meta p .meta_show.selected {
	background: url(../images/btn_minisprite.jpg) -23px 0;
}

.post_meta p .meta_show.selected:hover {
	background: url(../images/btn_minisprite.jpg) -23px -22px;
}

.comment_blur {
	font-weight: bold;
	color: #aaa;
}

.wp-smiley {
	margin: 0;
	padding: 0;
	float: none;
}

dl dt {
	clear: left;
	float: left;
	width:130px;
	margin-bottom: 1.5em;
}

dl dd {
	float: left;
	width:334px;
	margin-bottom: 1.5em;
}

.role {
	font-size: 0.75em;
	color: #aaa;
}