/* @group TMO Colors */

a
{
	color: #004276;
	font-weight: bold;
	text-decoration: none;
}

p.highlight
{
		background: #d6e2e8 url(highlight_bl.gif) top right no-repeat;
}

div#topbanner
{
	background: #8ab url(http://altmedia.macobserver.com/tmo_media/images/site2004/powerbacker_partial.gif) top right no-repeat;
	border-top: 4px solid #689;
}

div.navcontainer
{
	background: #eed;
	border-bottom: 2px solid #ccb;
        position: relative !important;
        z-index: 800;
}

#header-main-td
{
border-right: 2px solid #ccb;
}

div#footer
{
	background: #eed;
	border-top: 3px solid #ccb;
}



.navlist a:link#current, .navlist a:visited#current, .navlist a:hover
{
	color: #000;
}

.navlist a:hover
{
	color: #000;
}

/* Tip Us */
div.navcontainer .tmo_tipus
{
    float:right;
    display: block;
}

#tmo_tipus_panel
{
    width: 270px;
    position: absolute;
    float: left;
    display: none;
    clear: both;
    left: 588px;
    top: 28px;
    background-color: #CCB;
    color: #004276;
    border-color: #666;
    border-style: solid;
    border-width: 10px -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    z-index: 1001;
}

#tmo_tipus_panel form
{
    background: none;
    width: 270px;
    margin: 0;
    padding: 0;
}

.tmo-tipus-arrow {
  border-color: transparent transparent #CCB transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  top:-19px;
  left:245px;
}

.tmo-tipus-arrow-border {
  border-color: transparent transparent #666666 transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  top:-23px;
  left:245px;
}

#tmo_tipus_panel fieldset
{
    border: none;
    padding: 0;
    margin: 0;
    width: 270px;
}

#tmo_tipus_panel p
{
    float: left;
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
}

#tmo_tipus_panel label
{
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px 0;
    width: 100%;
    display: block;
    text-align: left;
}

#tmo_tipus_panel input
{
 vertical-align: middle;
 -webkit-appearance: none;
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top:  1px solid #777;
  border-left:  1px solid #777;
  padding: 0;
  font-size: 13px;
  color: #333;
  float: left;
}

#tmo_tipus_panel input.error
{
    color: #333;
}

.tmo-tipus-buttons {
    line-height: 30px;
    margin-top: 5px !important;
}

#tmo_tipus_panel input.submit
{
  width: 100px;
  float: right;
  margin-left: 10px;
  /* Disables default styling */
  border: none;
  background: #005679;
  color: #fff;
  height: 30px;

  /* You need to set font, font size and cursor for buttons */
  font-size: 13px;
  cursor: pointer;
  font-weight: bold;
  
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; /* future proofing */
}

#tmo_tipus_panel textarea
{
    width: 100%;
    float: left;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-top:  1px solid #777;
    border-left:  1px solid #777;
    padding: 0;
    font-size: 13px;
}

#tmo_tipus_panel em
{
    font-weight: normal;
    font-size: 10px;
}

#tmo_tipus_panel label.error
{
    padding-top: 3px;
    font-weight: normal;
    color: #c00;
    display: block;
    width: 100%;
    float: left;
}

#tmo-tipus-message {
    text-align: center;
}

#tmo-tipus-message p {
    text-align: center;
    margin: 5px 0;
}

/* @end */

/* Search Box */
.tmo_srch form {
	padding: 0 10px 5px 10px;
	margin: 0;
	text-align: right;
	background: none;
	font-weight:bold;
	background-color: #ccb;
}

li.tmo_srch {
	float: right !important;
	margin: -5px 0 0 0 !important;
	padding: 0 !important;
	position: relative !important;
	top:  0;
	right: -10px;
	text-align: right !important;
	vertical-align: center;
	background-color: #ccb;
	min-height: 23px;
}

.tmo_srch label {
	position: relative;
	top:  1px;
	color: #004276;
}

.tmo_srch img {
	position: relative;
	float: left;
	top: 3px;
	padding-right: 2px;
}

.tmo_srch input {
	margin: 0;
	padding: 0;
	top: 3px;
	position: relative;
	height: 14px;
        min-height: 14px;
        width: 115px;
        max-width: 115px;
}

#tmo_srch_box {
	background-color: #f4f4f4;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
	border: 1px solid #c4c4c4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
}

#tmo_srch_form {
	display: block;
	width:  620px;
	margin: 0 auto;
}

#tmo_srch_form form {
	padding: 0;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}

#tmo_srch_box input {
	vertical-align: middle;
	-webkit-appearance: none;
}

#tmo_srch_box input#keywords {
	width: 500px;
	height: 30px;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-top:  1px solid #777;
	border-left:  1px solid #777;
	padding: 0 5px;
	margin-right: 10px;
	font-size: 16px;
}

#tmo_srch_form input.submit.tmo_button {
	/* Disables default styling */
    border: none;
    background: #005679;
    color: #fff;
    height: 30px;

    /* You need to set font, font size and cursor for buttons */
    font-size: 13px;
    cursor: pointer;
    font-weight: bold;
    
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
}

#tmo_srch_box input.submit {
	width: 90px;
}

div.tmo_srch-result {
	padding: 0 20px;
}

.tmo_srch-item {
	margin-bottom: 30px;
}

.tmo_srch-item a {
	font-size: 14px;
}

.tmo_srch-item a:hover {
	text-decoration: underline;
}

.tmo_srch-byline, .tmo_srch-byline a {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}

.tmo_srch-byline a {
	border-bottom: 1px dotted #666;
}

.tmo_srch-byline a:hover {
	text-decoration: none;
}

.extras h3, .headlines h2, #sidebarz h2, h2.forums, .sidebarz h3
{
	border-bottom: 2px solid #ccb;
}

h2.headline.topp {
	background-image: none;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 0;
	color: #004276;
	font-size: 18px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Geneva, sans-serif;
}

div.headline_home:hover {
	background: #eed;
}

div.specials
{
	border: 1px solid #689;
}

div.specials h3
{
	background: #8ab;
	border-bottom: 1px solid #689;
	color: #123;
	padding: 0.4em;
}

#head_list hr {
	color: #ccb;
	background-color: #ccb;
}

#entry_head {
	border-bottom: 1px solid #ccb;
}

.cimage, .limage, .rimage {
    font-size: 80%;
    font-weight: bold;
    text-align: center;
}
.cimage img, .limage img, .rimage img {
    display: block;
    padding: 0;
    margin: 0 auto;
}

.limage {
    float: left;
    padding-right: 10px;
    padding-top: 4px;
}

.rimage {
    float: right;
    padding-left: 10px;
    padding-top: 4px;
}

/* MGG Answers */
#mgg-related-entry {
    font-weight: normal;
}
#mgg-answers-aboutbox {
    background-color: #F4F4F4;
    border: 1px solid #689;
    padding: 5px;
    margin-bottom: 10px;
    margin-right: 15px;
}
#mgg-answers-aboutbox h3 {
    color: #393939;
}

#mgg-answers-aboutbox p {
    margin-bottom: 5px;
}

#mgg-answers-aboutbox .tmo-cat-description {
	font-style: italic;
	color: #666;
}
/* @end */

#spreadwordbox {
	border: 1px solid #ccb;
}

#spreadwordbox p.spreadword {
	background-color: #eed;
}

#spreadwordbox p.spreadword {
	background-color: #eed;
	border-bottom: 2px solid #ccb;
	color: #333;
}

#entry_end_bar {
border: 1px solid #ccb;
background: #eed;
}

#entry_end_bar ul li a
{
border-left: 1px solid #ccb;
}

#entry_end_bar ul li a:hover
{
color: #333;
}

#entry_end_bar .stico_default {background:#eed;}

#contact_nav {
  border-color: #cccbbc;
}

.dropdown-div {
 background-color: #eed;
    border: solid 1px #ccb;
}

table#forumwrapper {
border-color: #ccb;
}

p.bombshelter
{
	padding: 0.8em 3.2em 0.8em 0.8em;
	background: #ccb url(/images/site2004/deathknellbacker.gif) bottom right no-repeat;
}

div.comment
{
	border: 1px solid #ccb;
}

p.commentdetail
{
	border-bottom: 1px solid #ccb;
	background: #eed;
}

#add-comment-fieldsets fieldset {
	border: none;
	margin-bottom: 5px;
}

#add-comment label { width: 10em; float: left; }
#add-comment label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

#flash-message-oops, #flash-message-captcha, #flash-message-timeout {
	background: #FBE6F2;
	border: 1px solid #D893A1;
	color: black;
	font-weight: bold;
	margin: 10px;
	padding: 10px;
}

#flash-message-ok {
	background: #d7fad6;
	border: 1px solid #00CC00;
	color: black;
	font-weight: bold;
	margin: 10px;
	padding: 10px;
}

.simplemodal-wrap {
    height: auto !important;
}

/* @end */

/* @group TMO Specifics */

/* @end */

/* @group TMO Featured Article Homepage */
div.featured_top3 h2.todays {
	background-image: none;
}

h2.todays.first3 {
	background-image: none;
}

div .title_home_feat {
	padding-top: 10px;
}

div.entry_title {
	padding-left: 100px;
}

/* article meta-info boxes */
.article-head {
    margin-bottom: 15px;
}

.meta-info
{
	border-top: 1px dotted #CCC;
	margin-top: 5px;
	min-height: 32px;
	line-height: 32px;
	overflow: hidden;
	padding: 0;
	zoom: 1;
}

.author {
	font-size: 11px;
	font-weight: bold;
	color: #004276;
	text-transform: uppercase;
	width: 220px;
	border-right: 1px dotted #CCC;
	float: left;
	background: url(../imgs/meta-info-sprite.png) no-repeat -5px 1px;
	white-space: nowrap;
	overflow: hidden;
}

.author:hover {
	background: url(../imgs/meta-info-sprite.png) no-repeat -5px -31px;
}

.author img {
	border: 1px solid #CCC;
	margin-right: 5px;
	vertical-align: middle;
	width: 28px;
	height: 28px;
}

.author a, .tmo-share a {
	text-decoration: none;
	color: #004276;
}

.author-details {
	float: left;
	width: 638px;
	border-bottom: 2px solid #666;
	border-top: 2px solid #666;
	margin-bottom: 20px;
	padding: 10px 10px 0 10px;
	display: none;
}

.author-bio {
    font-style: italic;
}

.author-links a {
	color: #004276;
	display: inline-block;
	font-weight: bold;
	margin: 0px 20px 10px 0px;
	text-decoration: none;
	text-transform: uppercase;
}

.author-links a:hover {
	text-decoration: underline;
}


.article-datestamp {
	float: left;
	width: 216px;
	border-right: 1px dotted #CCC;
	line-height: 30px;
	text-align: center;
	font-size: 10px;
	color: #666;
}

.tmo-share {
	float: right;
	width: 220px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #004276;
	min-height: 32px;
	position: relative;
	background: url(../imgs/meta-info-sprite.png) no-repeat -215px 1px;
}

.tmo-share:hover {
    background: url(../imgs/meta-info-sprite.png) no-repeat -215px -31px;
}

.tmo-share span {
    padding-right: 85px;
}

.tmo-share_details {
	float: left;
	width: 638px;
	border-bottom: 2px solid #666;
	border-top: 2px solid #666;
	margin-bottom: 20px;
	padding: 10px 10px 0 10px;
	display: none;
	min-height: 32px;
}

.author.panel-expanded {
	background-color: #A6BFCC;
	color: white;
	background: url(../imgs/meta-info-sprite.png) no-repeat -5px -65px;
	min-height: 32px;
}

.author.panel-expanded:hover {
	background: url(../imgs/meta-info-sprite.png) no-repeat -5px -96px;
}

.tmo-share.panel-expanded {
	background-color: #A6BFCC;
	color: white;
	background: url(../imgs/meta-info-sprite.png) no-repeat -215px -65px;
	min-height: 33px;
}

.tmo-share.panel-expanded:hover {
	background: url(../imgs/meta-info-sprite.png) no-repeat -215px -96px;
}

.social-panel-expanded {
	background-color: #A6BFCC;
	color: white;
}

.talk_social {
    vertical-align: middle;
    padding-bottom: 5px;
}

.tmo_talk_icons {
    width: 100px;
    height: 21px;
    background: url(/images/icons/tmo_talk_icons.png) no-repeat 0 -21px;
    display: inline-block;
    vertical-align: middle;
}

.googler  {
	display: block;
	float: right;
	margin-right: 0px;
	width: 70px;
}

.googler iframe {
    width: 70px !important;
}

.g-plusone {
    width: 70px;
}

.feebeer  {
	display: block;
	float: right;
	margin-right: 0px;
}

.tweeter  {
	display: block;
	float: right;
	margin-right: 0px;
	width: 105px;
}

.commenter  {
	display: block;
	float: right;
	margin-right: 10px;
	width: 110px;
	line-height: 25px;
	vertical-align: middle;
	text-align:right;
}

div.article-byline {
	font-size: 10px !important;
	margin-top: 5px;
}

div.dateshare_bar {
	float: left;
	width: 100%;
	border-bottom:1px dotted #ccc;
	margin: 0 0 10px 0;
	padding:  5px 0;
}

div.byline {
	font-size: 10px !important;
	margin-top: 5px;
	float:left;
        width: 350px;
}

.brief_home2_feat {
	float: left;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 25px;
}

div.tmo_article_img {
	text-align: center;
	margin: 0 auto 10px;
	width: 600px;
}

div.tmo_article_img img {
	max-width: 600px;
}

div.tmo_article_img p {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: bold;
}

div.teaser_home .tmo_article_img {
    max-width: 520px !important;
}

div.teaser_home img {
    max-width: 520px !important;
}

.chicklet{
	background-color:#8ab;
	margin-right:10px;
	margin-bottom: 0;
	color:#fff;
	font-size:80%;
	font-weight:bold;
	padding: 0 10px;
	border-radius:15px;
	text-align:center;
	white-space: nowrap;
	float: right; 
}

.featured.chicklet {
	background-color: #870000;
}

.news.chicklet {
	background-color: #004f75;
}

.tmo_appearances.chicklet {
	background-color: #7e7e55;
}

#entryBody img {
	max-width: 650px;
}

#entryBody .tmo_mainarticle_img {
	text-align: center;
	margin: 10px 0;
}

#entryBody .tmo_mainarticle_img p {
	text-size: 10px;
	font-weight: bold;
}

/* @end */

div#givetotmo {
	 display:none;
	position: fixed;
	width: 300px;
background:#8ab url(http://altmedia.macobserver.com/tmo_media/images/site2004/powerbacker_partial.gif) top right no-repeat;	padding: 15px;
	border-style: double;
	margin-top: 300px;
	margin-right: 7px;
	border-color: #eeeaa0;
	bottom: 0;
	right: 0;
}

#givetotmo p {
	color: #004276;
	font-weight: bold;
}

#givetotmo p.give-action {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 150%;
}

#givetotmo #give-paypal{width:275px;margin-left:auto;margin-right:auto;text-align:center;}

.tmoreadmsg {line-height: 0; height:0; }
.tmoreadmsg p {display: inline; margin:0; padding:0; font-size:0; line-height: 0; height:0; color:#fff; }

/* @group iObserver Banner */

#iobserver_banner {
width:445px;
background-position: center bottom;
background-repeat: no-repeat;
background-image: url(/imgs/site_images/ipo/ipo_banner_long.png);
padding-bottom:0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 0px;
color:#fff;
font-size:10px;
}
#iobserver_banner-rollout {padding-top:10px;display:none;}
#iobserver_banner-entries {width:300px;float:right;}
#iobserver_banner h3 {margin-left:18px;font-size:11px;}
#iobserver_banner #ipo_teaser .badge-thumbl {margin-top:1px;margin-left:18px;min-width:57px;}
#iobserver_banner #ipo_teaser p {margin:5px;padding-left:97px;}
#iobserver_banner .ipo_cats {width:99%;clear:both;margin-left:12px;float:left;}
#iobserver_banner .ipo_cats .badge-thumbl {margin:2px;padding:4px;position:relative;border:1px #b0cd91 solid;}
#iobserver_banner .ipo_cats .badge-thumbl:hover {border:1px #004267 solid;cursor:pointer;}
#iobserver_banner .ipo_cats .ipo_cat_name {
position:absolute;
left:0px;
bottom:0px;
text-align:center;
width:100%;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
background-color:rgba(193,229,154,0.65);
font-size:9px;
height:12px;
line-height:12px;
text-decoration:none;
}
#iobserver_banner .ipo_cats .ipo_cat_name:hover {text-decoration:none;}
#iobserver_banner .entry_home .timestamp_ipo {padding-left:10px;padding-right:10px;}
#iobserver_banner .entry_home .title_ipo {padding-left:10px;padding-right:10px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:2em;color:#004276;font-weight:bold;}
#iobserver_banner .entry_home .headline_home {background:none;border:none;padding:0px;}

#iobserver_banner-tab {
	background: url(/imgs/site_images/ipo/ipo_banner_dn_arrow.png) no-repeat right bottom;
}
