/* styles for breakingnews bar */

ins { text-decoration: none; }
 
/*.site-inner { padding-top: 10px !important; }*/

.nmh-breakingnews { margin: 10px 0 20px 0;
border: 2px solid transparent;
-moz-border-image: -moz-linear-gradient(top, #d5393f 0%, #960006 100%);
-webkit-border-image: -webkit-linear-gradient(top, #d5393f 0%, #960006 100%);
border-image: linear-gradient(to bottom, #d5393f 0%, #960006 100%);
border-image-slice: 1;
}

.nmh-breakingnews h2 { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 18px; font-weight: bold; float: left; width: auto; margin: 0; height: 36px; line-height: 36px; padding: 0 8px 0 6px; margin-right: 8px;
background: red; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(#d5393f, #960006); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#d5393f, #960006); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#d5393f, #960006); /* For Firefox 3.6 to 15 */
background: linear-gradient(#d5393f, #960006); /* Standard syntax */
}

.nmh-breakingnews p { font-family: Arial, Helvetica, sans-serif; color: #d5393f; font-size: 18px; font-weight: bold; background: #fff; padding: 0 68px 0 6px; height: auto; line-height: 36px; margin: 0; 
background: url(images/breakingnews/logo.gif) no-repeat bottom right;
}

.nmh-breakingnews p a { color: #d5393f; }

.nmh-breakingnews p a:hover { color: #222c63; }

.nmh-breakingnews p a.inline { text-decoration: underline !important; }

.nmh-breakingnews p a.inline:hover { text-decoration: none !important; }

