
/* "Let's Get Engaged!" */

/* -------------------------------------------------------------------------------------------------
BASE styles  */

html, body, form, input, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dd, dt, table, thead, tbody, tfoot, th, tr, td, pre, p, blockquote, fieldset {}

body {
	background: #ccc;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 62.5%;
	color: #303030;
	}

a { 
	color:#8ea1b4;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	/*color: #000;*/
	}

.title a:hover {
	text-decoration: none;
	}

img,
a img {
	font-size: .9em;
	border: none;
	}

.left {
	float: left;
	margin-right: 3px;
	}

.right {
	float: right;
	margin-left: 3px;
	}

.none {
	display: none;
	}

.clear {
	clear: both;
	}

.center { 
	text-align: center;
	}

.strong {
	font-weight: bold;
	}

.site_title {
	font-size: 3em;
	text-align: center;
	}

#content_match, 
#yahooContentMatch {
	margin: 8px 0; 
	text-align: center;
	}


h1 {
	font-size: 1.8em;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.4em;
	}

h4 {
	font-size: 1.2em;
	}

h5 {
	font-size: 1.1em;
	}

h6 {
	font-size: 1em;
	}

ul, ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}


li, dl, dd, dt, td, pre, p, blockquote, fieldset {
	}

li {}

code,
xmp,
blockquote {
	font-size: 1.2em;
	}


/* --------------------------------------------------------------------------------------------------
hack for floated elements in freeforms containers - makes the box expand for fit content in firefox */

.story:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.story,
.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .story,
* html .clearfix { height: 1%; }

.story,
.clearfix { display: block; }
/* End hide from IE-mac */

/* END clearfix hack
------------------------------------------------------------------------------------------------- */


.clearing {
	clear:both;
	height:1px;
	margin-top:-1px;
	overflow:hidden;
	}


/* END BASE styles 
------------------------------------------------------------------------------------------------- */




/*Page Header*/
h1#mi_heading {
	font-size: 2.0em;
	padding: 0 10px 0 0;
	margin-bottom: 1em;
	font-weight: normal;
	color: #cb6c18;
	}


.advertisement {
	text-align: center;
	vertical-align: middle;
	}


/* ---------- HEADLINES */
.mi_headlines {
	margin-bottom: 15px;
	}

.mi_headlines li {
	margin-bottom: .5em;
	}

.mi_headlines .story {
	margin: 0;
	padding: 0;
	border: none;
	}

.mi_headlines .story_header h4,
.mi_headlines .story_body {
	display: none;
	}

.mi_headlines .headline {
	}

.mi_headlines .more {
	font-size: 1.2em;
	text-transform: capitalize;
	}

.mi_headlines .stack {}

.mi_headlines .stack .story {
	border: 0;
	}

/* ---------- end HEADLINES */



/* ---------- TOP STORIES */
.top_stories {
	clear: both;
	}

.top_stories .title a {
	}

.top_stories .story .headline {
	text-align: left;
	}
/* ---------- end TOP STORIES */






.title {
	font: normal 1.4em georgia,serif;
	color: #889296;
	text-transform: uppercase;
	padding: 0 18px 5px 0;
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;
	position: relative;
	}

*html .title {
	height: 1%;
	}

.title a {
	color: #889296;
	}

.mi_rss_link {
	position: absolute;
	width: 12px;
	height: 12px;
	right: 2px;
	top: 2px;
	}

.mi_rss_link img {
	height: auto;
	width: auto;
	}

/* ---------- story/headline STACK */
.stack {}

.stack li {
	background: url(../images/bltSprite.gif) 0 0 no-repeat;
	padding-left: 12px;
	margin-bottom: 5px;
	line-height: 1.4em;
	}

.stack .story {}

.stack .story .headline {
	font-size: 1.2em;
	}
/*  ----------  end STACK */



/* ---------- STORY styles */
.story {
	clear: both;
	color: #272727;
	}

.story .story_header {
	margin-bottom: 5px;
	}

.story .section_name {
	color: #B0B0B0;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:1.1em;
	margin-bottom:0.5em;
	padding-bottom:0.1em;
	text-transform:uppercase;
	}

/* headline (NOTE: sometimes an h3 sometimes a div) */
.story .headline {
	margin-bottom: .3em;
	padding: 0;
	}

.story .headline a {
	}

/* subheadline */
.story h2 {
	font-size: 1.3em;
	} 

/* overline */
.story h3 {
	font-weight: normal;
	}

.story h3 a {}

/* dates */
.story h4.date {
	color: #666;
	font-size: .8em;
	margin-top: 5px;
	} 

.story h4.byline {
	margin-bottom: .3em;
	color: #a5a5a5;
	display: inline;
	font-weight: normal;
	font-size: 1.1em;
	margin-right: .5em;
	padding-right: .5em;
	border-right: 1px solid #a5a5a5;
	}

.story h4.creditline {
	margin-bottom: .3em;
	color: #a5a5a5;
	font-size: 1.1em;
	display: inline;
	font-weight: normal;
	}

/* kicker/shirttail */
.story h6 {
	font-size: .8em;
	}

.story p {
	font-size: 1.1em;
	margin-bottom: 10px;
	line-height: 1.3em;
	}

.story .dateline {
	font-weight: bold;
	padding-right: 5px;
	}

.story .dateline:after {
	content: " --";
	}

.story a.more {
	padding: 0 10px 0 0px;
	display: block;
	}

.story a.more:hover {
	text-decoration: underline;
	}


/* Story Image Container */
.story .image {
	/*width: 120px;*/
	text-align: center;
	margin-bottom: 10px;
	}

.story .image img {
	/*width: 120px;*/
	height: auto;
	}

.story_body {
	margin-top: 5px;
	}


/* caption */
.story .image p {
	text-align: left;
	font-size: 1.1em;
	} 

/* byline and/or creditline */
.story .image h4,
.story .image h5 {
	text-align: right;
	color: #666;
	font-size: .9em;
	margin-bottom: .25em;
	font-weight: normal;
	}

/* byline and/or creditline - left image */
.story .left h4,
.story .left h5 {
	text-align: left;
	}


/*story - summary extension*/
.summary {}

.summary .headline {
	text-transform: uppercase;
	margin: 0 0 .25em 0;
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	}

.summary .headline a {
	color: #939645;
	}


/* story ASSETS */
.story_assets {
	margin-bottom: 10px;
	}

.story_assets h3 {
	text-transform: none;
	color: #000;
	font-weight: bold;
	margin-top: 0;
	color: #444;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: .5em;
	}

.story_assets li {
	font-size: 1.2em;
	line-height: 1.4em;
	}

.story_assets a:hover {
	text-decoration: none;
	}

.story_assets a span {
	color: #444;
	float: left;
	margin-left: -20px;
	display: inline;
	}

.story_assets li {
	margin-bottom: 5px;
	padding-left: 22px !important;
	}

.story_assets a span {
	text-transform: uppercase;
	margin-right: 5px;
	display: inline;
	color: #444;
	}

.story_assets a span.asset {
	padding-left: 20px;
	font-size: 1em;
	background-image: url(../images/iconSprite.gif) !important;
	background-repeat: no-repeat;
	background-position: 0 0;
	}

.story_assets a span.asset_photo,
.story_assets a span.asset_gallery {
	background-position: 0 -4px;
	}

.story_assets a span.asset_mobile {
	background-position: 0 -44px;
	}

.story_assets a span.asset_ap_video_link {
	background-position: 0 -82px;
	}

.story_assets a span.asset_mp3,
.story_assets a span.asset_audio {
	background-position: 0 -124px;
	}

.story_assets a span.asset_comments {
	background-position: 0 -162px;
	}

.story_assets a span.asset_user {
	background-position: 0 -202px;
	}

.story_assets a span.asset_doc {
	background-position: 0 -242px;
	}

.story_assets a span.asset_blog {
	background-position: 0 -282px;
	}

.story_assets a span.asset_cal {
	background-position: 0 -322px;
	}

.story_assets a span.asset_print {
	background-position: 0 -363px;
	}

.story_assets a span.asset_email {
	background-position: 0 -402px;
	}

.story_assets a span.asset_subscribe {
	background-position: 0 -443px;
	}

.story_assets a span.asset_rss {
	background-position: 0 -483px;
	}

.story_assets a span.asset_podcast {
	background-position: 0 -523px;
	}

.story_assets a span.asset_link {
	background-position: 0 -563px;
	}

/* end story ASSETS */

/* ---------- end STORY styles */



.more_stories {
	font: normal 1.1em georgia,serif;
	text-transform: uppercase;
	color: #444;
	padding: 1em 0;
	border-top: 1px solid #efefef;
	}



/* BREAKING-NEWS */
#mi_breaking {
	padding-bottom: 5px;
	margin-bottom: 10px;
	}

#mi_breaking li {
	font-size: 1.3em;
	margin-bottom: 1em;
	line-height: 1.1em;
	height: 1%;
	}

#mi_breaking li a {
	}

#mi_breaking .timestamp {
	color: #c31;
	font-size: .9em;
	}

#mi_breaking .stack {
	padding: 0 10px 0 0;
	
	}
/* end  BREAKING-NEWS */




/*  PHOTO OF THE DAY */
#photo_of_the_day {
	/*background: pink;*/
	}

#photo_of_the_day h1 {
	font: normal 1.4em georgia,serif;
	color: #444;
	text-transform: uppercase;
	padding: 0 18px 5px 0;
	position: relative;
	}

#photo_of_the_day h4 {
	text-align: right;
	font-size: .9em;
	font-weight: normal;
	margin-bottom: 5px;
	color: #444;
	}

#photo_of_the_day p {
	font-size:1.1em;
	line-height: 1.3em;
	color: #272727;
	}

#photo_of_the_day .image {
	padding: 10px;
	border: 1px solid #efefef;
	}

#photo_of_the_day .image img {
	width: 278px;
	}
/*  end PHOTO OF THE DAY */










/* -------------------- SITE MAP & FOOTER --------------------*/

#sitemap {
	color: #889296;
	padding-bottom: 20px;
	background-color: #fff;
	border-top: 1px solid #efefef;
	font-family: Georgia,"Times New Roman",Times,serif;
	}

#sitemap .title {
	color: #444;
	font-size: 1.8em;
	padding: 10px 0px 0px 10px;
	border: none;
	}

#sitemap .column {
	margin: 10px 0px 0px 10px;
	display: inline;
	float: left;
	width: 108px;
	}

#sitemap .column_title {
	border-bottom: 1px solid #e90;
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-size: 1.4em;
	}

#sitemap .column_list_item {
	color: #ccc;
	}

#sitemap .column_list_square {
	list-style:square;
	padding-left: 15px;
	font-size: 1.2em;
	}





/* -------------------- Page Specific styles */

/*  ----- HOME PAGE */

.hp1 #mi_story1 h3.headline {
	font-size: 1.8em;
	}

.hp1 #mi_group_1 .stack li {
	padding: 0;
	background: none;
	}

.hp1 #mi_group_1 .story .image {
	width: auto;
	}

.hp1 #mi_group_2 {
	}

.hp1 #mi_group_5 .top_stories .stack li {
	padding-left: 0;
	background: none;
	}

/*  ----- SECTION FRONT 1 */
.sf1 {}

.sf1 .mi_box_3,
.sf1 .mi_box_5,
.sf1 .mi_box_6,
.sf1 .mi_box_7 {
	margin-bottom: 10px;
	}

.sf1 #mi_group_1 .stack {
	}

.sf1 #mi_group_1 .story {
	border: 0;
	padding: 0;
	}

.sf1 #mi_group_1 .mi_col_1 li {
	background: none;
	padding: 0;
	}

.sf1 #mi_group_1 .mi_col_1 .headline {
	font-size: 1.2em;
	}

.sf1 #mi_group_1 .mi_col_1 .top_stories {
	margin-bottom: 5px;
	}

.sf1 #mi_group_1 .mi_col_2 .top_stories {}







