/* base */
html body {}

/* Some heavy-handed type styling for sans-serif */

/* font-family */
body, select, input, textarea {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* headings */
h1, h2, h3 {
	letter-spacing: -1px;
	word-spacing: 1px;
	}
h1 {
	font-size: 45px;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 50px;
	margin: 0 0 9px;
	}
h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	margin: 9px 0;
	}
h3 {
	font-size: 21px;
	font-weight: 300;
	line-height: 26px;
	margin: 3px 0 9px;
	}
h4 {
	font-size: 16px;
	line-height: 21px;
	margin: 3px 0 9px;
	}
h5 {
	font-size: 14px;
	line-height: 21px;
	}
h6 {
	font-size: 14px;
	line-height: 21px;
	}

/* text blocks */
p, ul, ol, dl {
	font-weight: 300;
	line-height: 21px;
	margin-top: 0;
	margin-bottom: 20px;
	}
p.lead {
	font-size: 21px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 26px;
	margin: 0 0 18px;
	word-spacing: 1px;
	}

/* quotes */
q { 
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	display: inline-block; 
	}
q:before { content: "\201C"; }
q:after { content: "\201D"; }

blockquote {
	background: url("images/quote.png") no-repeat scroll 0 8px transparent;
	display: block;
	font-style: normal;
	margin: 1em 0;
	min-height: 42px;
	padding: 0 0 0 20px;
	quotes: "" "";
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	}
cite {
	font-size: 12px;
	}

/* type styles */
b, strong, caption, th, thead, dt, legend {
	font-weight: 700;
	}
cite, dfn, em, i {
	font-style: italic;
	}
del {
	text-decoration: line-through;
	}
mark {
	padding: 0 .25em;
	}
ins {
	color: #f00;
	padding: 0 .25em;
	}
small, sup, sub {
	font-size: 90%;
	}
big {
	font-size: 120%;
	line-height: 120%;
	}

abbr, acronym { 
	border: none;
	font-size: 90%;
	text-transform: uppercase; 
	letter-spacing: .1em; 
	}
abbr {
	letter-spacing: -.01em;
	text-transform: none;
	font-size: 100%;
}
a abbr, a acronym { 
	border: none; 
	}
abbr[title], acronym[title], dfn[title] { 
	cursor: help; 
	border-bottom: 1px solid #bbb; 
	}
address {
	line-height: 21px;
	margin: 0 0 1em;
	}
sup, sub {
	bottom: 0.33em;
	font-size: 10px;
	font-weight: normal;
	line-height: 0;
	padding-left: 1px;
	position: relative;
	vertical-align: baseline;
}
sub {
	vertical-align: sub;
}
small {
	font-size: 90%;
	font-weight: 300;
	line-height: 1.3em;
}
/*** TEXT CLASSES ***/
.fancy { color: #666; font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; font-style: italic; font-weight: normal; }/*** FANCY SERIF ***/
.caps { font-variant: small-caps; letter-spacing: 1px; text-transform: lowercase; font-weight:bold; padding:0 2px; }/*** SMALL CAPS ***/

.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.highlight {background:#ff0; text-shadow: none; color: #222; padding: 0 0.2em;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.thin {font-weight: lighter;}
.center {text-align: center;}


.error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;text-shadow: none; }
.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}


/* code */
code, kbd, samp, pre, tt, var {
	font-family: Monaco, "Lucida Console", "Courier New", Courier, monospace, sans-serif;
	font-size: 95%;
}
code, samp, kbd, pre {
	padding: 0;
	text-align: left;
	white-space: pre;
}
pre {
	width: auto;
	font-size: 100%;
}
code {
	padding: 1px 4px;
	background-color: #fbfad9;
	color: #333;
	text-shadow: none;
	overflow: auto;
	text-transform: none;
	white-space: nowrap;
}
pre code {
	margin: 1em 0;
	padding: 0.6em 0.5em 0.6em 0.8em;
	display: block;
	border-style: solid;
	border-color: #fc6;
	border-width: 1px 1px 1px 11px;
	line-height: 1.5em;
	white-space: pre;
}
code strong, code b {
	color: #af2500;
	font-weight: normal;
}
code em, code i {
	color: #777;
	font-style: normal;
}