/* Default font settings.
The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
	color:#333;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:75%;
}
/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	color:#b9362d;
	font-weight:bold;
	line-height:1em;
}
h1 {
	font-size:3em;
	margin-bottom:0.45em;
}
h2 {
	font-size:2.1em;
	margin-bottom:0.4em;
}
h3 {
	font-size:1.667em;
	margin-bottom:0.4em;
}
h4 {
	font-size:1.5em;
	margin-bottom:0.2em;
}
h5 {
	font-size:1.2em;
}
h6 {
	font-size:1em;
}

/* Text elements
-------------------------------------------------------------- */
p {
	margin:0 0 1.5em;
}
a {
	color:#b9362d;
	text-decoration:none;
}
a:focus, a:hover {
	text-decoration:underline;
}
blockquote {
	color:#666;
	font-style:italic;
	margin:1.5em;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}

/* Lists
-------------------------------------------------------------- */
#content ul {
	list-style-type:disc;
	margin:0 0 1.5em 2.0em;
}
ol {
	list-style-type:decimal;
}

/* Misc classes
-------------------------------------------------------------- */
.small {
	font-size:.8em;
	line-height:1.875em;
	margin-bottom:1.875em;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	border:0 none !important;
	margin:0 !important;
	padding:0 !important;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.alignnone {
	float:none;
	display:block;
}
.no_results {
	margin:0 !important;
}
#searchform label {
	display:none;
}