/* Default font settings.
The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
	color: #666;
	font: 12px/1.5em "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.copy {
	font: 14px/1.5em Georgia,Times,serif
}
/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	color: #111;
	font-weight: normal;
}
h1 {
	color: #9a0a09;
	font-size: 36px;
	letter-spacing: -1px;
	margin-bottom: 18px;
}
.page h1 {
	border-bottom: 1px solid #ccc;
	padding: 0 0 9px 0;
}
h2 {
	font-size: 24px;
	margin-bottom: 0.75em;
}
h3 {
	color: #333;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 20px;
	line-height: normal;
}
h4 {
	color: #5074a5;
	font-size: 18px;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 16px;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img,h2 img,h3 img,
h4 img,h5 img,h6 img {
	margin: 0;
}
/* Text elements
-------------------------------------------------------------- */
p {
	margin: 0 0 1.5em;
}
img.alignleft {
	float: left;
	margin: 0 1.5em 1.5em 0;
	padding: 0;
}
img.alignright {
	float: right;
	margin: 0 0 1.5em 1.5em;
}
a:focus,
a:hover {
	border-bottom: 1px dotted #5074a5;
	color: #5074a5;
}
a {
	color: #5074a5;
	text-decoration: none;
}
#social_media a, #header a, #masthead a {
	border: 0 none;
}
blockquote {
	color: #666;
	font-style: italic;
	margin: 1.5em;
}
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;
}
/* Lists
-------------------------------------------------------------- */
li ul,
li ol {
	margin: 0 1.5em;
}
ul,ol {
	margin: 0 1.5em 1.5em 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: 1.5em;
}
/* Tables
-------------------------------------------------------------- */
table {
	margin-bottom: 1.4em;
	width: 100%;
}
th {
	background: #c3d9ff;
	font-weight: bold;
}
th,td {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
/* Misc classes
-------------------------------------------------------------- */
.small {
	font-size: 11px;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #ccc;
}
.loud {
	color: #000;
}
.highlight {
	background: #ff0;
}
.added {
	background: #060;
	color: #fff;
}
.removed {
	background: #900;
	color: #fff;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}
dl.article dt {
	color: #0c325c;
	font-size: 2.25em;
	font-weight: normal;
}
.date {
	color: #8a181d;
}
.author {
	color: #9cb6de;
	font-size: 0.917em;
}
.more {
	color: #1c3967;
	font-size: 0.917em;
	text-decoration: none;
}
.month {
	font-size: 0.909em;
	height: 14px;
	text-transform: uppercase;
}
.day {
	font-size: 1.636em;
	height: 29px;
	line-height: 29px;
}
.year {
	color: #5074a5;
}
.byline {
	color: #000;
}
.byline strong {
	text-transform: uppercase;
}
p.byline {
	border-bottom: 1px solid #ccc;
	padding: 0 0 18px 0;
}
label {
	color: #000;
	font: 0.857em/1.5em "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.floridians_support_content {
	color: #333;
	font-weight: normal;
	text-align: left;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}