/* @override 
	http://localhost:8888/health_news_florida/_styles/base
	http://healthnewsflorida.local/index.php/_styles/base
	http://healthnewsflorida.local/_styles/base
	http://healthnews.ehclients.com/_styles/base
*/

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	color: #000;
	background-color: #C2E8DC;
	min-height: 100%;
	overflow-y: scroll;
	text-align: center;
	font: 13px/1.6 Verdana, "Lucida Grande", Lucida, sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */


/* ----------------------------------------------------------------------------
BEGIN basic text styles CSS
---------------------------------------------------------------------------- */

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/
	Licensed under GPL and MIT.
*/

/* Basic HTML */

body {
	font: 13px/1.3 Arial, Helvetica,sans-serif;
	color: #000;
}

div.aside {
	font-size: 12px;
}

a:focus {
	outline: 1px dotted;
}

a:link, 
a:visited  {
	-webkit-transition-property:color; 
	-webkit-transition-duration: .25s, .15s; 
	-webkit-transition-timing-function: linear, ease-in;
    color:#238B77;
    text-decoration:none;
}

a:hover,
a:active {
    color: #ad0309;
	text-decoration: underline;
}

/* Headings */

h1 {
    color: #ad0309;
	font: bold 22px "Times New Roman", Times, serif;
	margin-bottom: 12px;
}

/* This is the Top Stories/More Stories/National News headers */
h2 { 
    font-weight:bold;
    font-size:12px;
    text-transform: uppercase;
    color: #ad0309;
    margin-bottom: 6px;
}

h3 {
    color:#238b77;
	font: bold 16px "Times New Roman", Times, serif;
	margin-bottom: 8px;
}

h1 a:hover, h1 a:active,
h2 a:hover, h2 a:active,
h3 a:hover, h3 a:active,
h4 a:hover, h4 a:active,
h5 a:hover, h5 a:active,
h6 a:hover, h6 a:active {
    color: #ad0309;
}

h4 {
    font-weight:bold;
    font-size:12px;
    color:#be1e2d;
    text-transform:uppercase;
}
h5 { 
    font-weight:bold;
    font-size:11px;
    color:#be1e2d;
    text-transform:uppercase;
}
h6 {
    font-weight:bold;
    font-size:10px;
    color:#be1e2d;
    text-transform:uppercase;
}


h1.no_margin,
h2.no_margin,
h3.no_margin,
h4.no_margin,
h5.no_margin,
h6.no_margin {
	margin: 0;
}

/* Lists */

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

ul li {
	margin: 0;
	/*background: transparent url(/assets/images/layout/dark_blue_bullet.gif) no-repeat 0 6px;
	padding: 0 0 0 12px;*/
	list-style-image: url(/assets/images/layout/dark_blue_bullet.gif);
}

ul.no_bullet li {
	list-style-image: none;
	margin: 0 0 6px;
}

ol li {
	margin: 0 45px;
}

/* Spacing */

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin: 0 0 16px;
}

blockquote {
	margin: 0 30px;
	border-left: 1px dotted #999;
	padding: 0 0 0 15px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
	color: #2b2522;
}

.last {
	margin-bottom: 0;
}

/* @group Main Structure DIVs */

#outer_wrapper {

}

#page_wrapper {
	width: 965px;
	margin: 0 auto;
}

#home_page_content_wrapper {
    text-align: left;
	background: transparent url(/assets/images/layout/home_page_faux_col.jpg) repeat-y center top;
}
#content_wrapper {
text-align: left;
	background: transparent url(/assets/images/layout/content_page_faux_col.jpg) repeat-y center top;
}

#content_wrapper input{
	float: left;
	clear: left;
}
#content_wrapper label{
	clear: right;
	float: left; 
	white-space: nowrap;
	display: inline-block;

	
}

/* @group Home Columns */

#home_col_1{
	display: block;
	float: left;
	width: 375px;
	height: 100%;
	margin-right: 4px;
	padding: 0;
}

#home_col_2{
	display: block;
	float: left;
	width: 375px;
	height: 100%;
	margin-right: 5px;
}

#home_col_3 {
	display: block;
	float: left;
	width: 206px;
	height: 100%;
}

/* @end */

/* @group Content Columns */

#content_col_1 {
	display: block;
	float: left;
	width: 275px;
	height: 100%;
	min-height: 20px;
	margin-right: 4px;
	padding: 0;
	overflow: hidden;
}

div.page_content {
	padding: 24px 18px;
}

#content_col_2 {
	display: block;
	float: left;
	width: 475px;
	height: 100%;
	margin-right: 5px;
}

#content_col_3 {
	display: block;
	float: left;
	width: 205px;
	height: 100%;
}

div.content_block {
	display: block;
	margin-bottom: 18px;
}

/* @end */

/* @end */

/* @group Header */

#header_wrapper {
	background-color: #fff;
	text-align: left;
	margin: 5px 0 12px;
}


#header_wrapper #masthead {
	width: 965px;
	height: 100px;
	text-align:center;
	margin-bottom: 5px;
}

#header_resources {
	width: 284px;
	display: block;
	margin: 20px 20px 10px 0;
	float: right;
	text-align: right;
}

a#header_logo {
	float: left;
}

ul#main_nav {
	clear: both;
	background-color: #329A8B;
	width: 965px;
	margin: 0;
	padding: 6px 0;
	list-style-type: none;
	text-align: center;
	border-top: 3px solid #BE1E2D;
}

#header_resources #current_date {
	padding-top: 3px;
	width: 80px;
	display: block;
	float: left;
}

a:link#e-alert_signup,
a:visited#e-alert_signup {
	text-align: left;
	text-indent: -9999em;
	width: 232px;
	height: 36px;
	float: right;
	display: block;
	background: transparent url(../../assets/images/layout/signUpAlert.gif) center top;
	margin-bottom: 12px;
}


a:hover#e-alert_signup,
a:active#e-alert_signup {
	background-position: center bottom;
}

a#rss {
	text-align: left;
	text-indent: -9999em;
	width: 42px;
	height: 24px;
	float: left;
	display: block;
	background: transparent url(../../assets/images/layout/rss_logo.gif) center top;
	margin-bottom: 6px;
	margin-top: 6px;
}


div#header_search {
	float: right;
	display: block;
	margin-left: 10px;
}

#header_search_submit {
}

input#keywords {
	width: 120px;
}

div.search_result {
	display: block;
	margin: 0 0 36px;
}

div.featured_cartoon {
	display: block;
	margin: 0 0 18px;
	text-align: right;
}

div.cartoon_gallery_image {
	float: left;
	display: block;
	margin: 0 12px 0 0;
}


ul#main_nav li {
	display: inline;
	margin: 0 6px;
	padding: 0;
	background: none;
}

ul#main_nav li a:link,
ul#main_nav li a:visited {
	-webkit-transition-property:color; 
	-webkit-transition-duration: .25s, .15s; 
	-webkit-transition-timing-function: linear, ease-in;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

ul#main_nav li a:hover {
	color: #F7CE3E;
}

#main_nav li.current_page a:link,
#main_nav li.current_page a:visited {
	color: #F7CE3E;
	cursor: default;
}

/* @end */

/* @group Story Styles */

div.top_stories {
	padding: 12px 0 0px 0;
	border-bottom: 5px solid #c2e8dc;
}

.more_stories {
	padding: 12px 0 0;
}

div.top_stories h2,
div.more_stories h2 {
	padding:12px 18px 0;
}

.page_content div.story {
	padding-left: 0;
}

div.story {
	clear: both;
	padding: 0px 18px 0;
}

div.top_story {
	padding: 0px 18px 0;
	border-bottom: 1px solid #c2e8dc;
	margin-bottom: 12px;
}

div.top_story h3 {
	font-size: 22px;
}

.story a.story_title {
	font-weight: bold;
}

/* @end */

/* @group At the Capitol */

p.archive_links a {
	display: block;
}

span.year_heading {
	padding: 0;
	display: block;
	margin-top: 12px;
    color:#238b77;
	font: bold 16px "Times New Roman", Times, serif;
	margin-bottom: 8px;
}

/* @end */



/* @group Home Page Specific */

div.featured_slider {
	line-height: 1;
	margin: 0;
	padding: 0 0 5px;
	background-color: #53c1b1;
}

div.hnf_articles {
	background-color: #f0ffe6;
	padding: 18px 18px 12px;
	border-bottom: 5px solid #c2e8dc;
}

.hnf_articles ul {
	margin: 6px 0;
}

a#more_stories_link {
	padding-left: 18px;
}

div.hnf_articles ul li a {
	color: #000;	
}

div.hnf_articles ul li {
	margin: 0 0 3px 12px;
}

div.khn_feed ul li a {
	color: #000;	
}

div.khn_feed ul li {
	margin: 0 0 3px 12px;
}

div.khn_feed {
	padding: 18px 18px 12px;
}

div.khn_feed h2 a img {
display: block;
float: right;	
}

/* @end */

/* @group HNF Stories Page */



p.author_details {
	margin: 0;
}

#share_script {
	margin-bottom: 12px;
}

/* @end */

/* @group Editor's Desk */

div.editors_desk {
	background: url(../../assets/images/layout/editorsDesk.jpg) no-repeat center top;
	background-color: #FAFFEB;
	padding: 70px 18px 4px;
	border-bottom: 5px solid #c2e8dc;
}

div.editors_desk p {
	font-style: italic;	
	font-size: 12px;
}

/* @end */

/* @group Consumer Corner Page */

div.consumer_corner_resources {
	padding: 24px 18px;
	border-bottom: 5px solid #c2e8dc;
}

.consumer_corner_resource_item {
	margin-bottom: 18px;
}

.consumer_corner_resource_item p{
	margin: 0 0 6px;
}

div#consumer_recalls.content_block {
	margin: 0 0 0 12px;
}

div#food_safety {
	margin: 0 0 0 12px;	
}

.close_look_link{
	position: relative;
	top: -13px;
}



/* @end */


/* @group Sponsor Sidebar */

div.sponsors_wrapper {
	text-align: center;
	border-bottom: 5px solid #c2e8dc;
	padding-top: 20px;
}

div.sponsor {
	margin: 0 auto 6px;
}

/* @end */


/* @group Footer */

div.social {
	text-align: center;
	padding: 12px 0 6px;
}

/* @end */


/* @group Footer */

#footer_wrapper {
	clear: both;
	text-align: right;
	padding-top: 18px;
}

#footer_links {
	float: left;
}
ul#footer_links li {
	display: inline;
	margin: 0 12px 0 0;
	padding: 0;
	background: none;
}


ul#footer_links li a:link,
ul#footer_links li a:visited {
	text-decoration: none;
	color: #5F5F5F;
	font-size: 12px;
}

ul#footer_links li a:hover {
	text-decoration: underline;
}

#copyright {
	color: #969696;
}

/* @end */



/* @group Clearing Floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}

/* @end */


h2 a:link,
h2 a:visited {color:#238B77;}

/* @group Week In Review Page
 */

div.week_in_review_item {
	display: block;
	clear: both;
	margin: 0 0 18px;
}

div.week_in_review_item h3 {
	margin-bottom: 0;
}



/* @end */

/* @group About & Staff Pages */

div.featured_slider {
	text-align: center;	
}

div.image.left img {
	float: left;
	margin: 4px 18px 6px 0;
}



/* @end */

