/* =ORDER
 1. display
 2. float and position
 3. width and height
 4. Specific element properties
 5. margin
 6. border
 7. padding
 8. background
 9. color
10. font related properties
----------------------------------------------- */

/* =MAIN
----------------------------------------------- */
body, td, input, select, textarea, a {
  font: 13px/1.25em "Helvetica Neue", arial, helvetica, verdana, sans-serif;
}
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, 
p, pre, blockquote, ul, ol, dl, address {
  margin: 0;
  padding: 0;
}
li, dd, blockquote {
  margin-left: 1em;
}
img, table {
  border-width: 0;
}
hr {
  display: none;
}
h1 {
	font-size: 2em;
	line-height: 1em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 1.333em;
}
h1 a, h2 a, h3 a, h4 a {
  font-weight: bold;
}
p, ul, dl, ol, blockquote, pre, td, th {
	font-size: 1em;
	margin-bottom: 1em;
}
p.small {
	font-size: 0.8333em;
	margin-bottom: 1.8em;
}
table {
	margin-bottom: 1.5em;
}

/* =COLORS
----------------------------------------------- */
body {
  color: #242424;
}
a {
  font-size: 100%;
  text-decoration: none;
}
a:link {
  color: #0033a6;
}
a:visited {
  color: #4f72c3;
}
a:hover {
  text-decoration: underline;
}

/* =CLEAR FLOATS
----------------------------------------------- */
/* clear float */
.clr:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clr {display: inline-block;}
/* Hides from IE-mac \*/
* html .clr {height: 1%;}
.clr {display: block;}
/* End hide from IE-mac */


/* =COMMON
----------------------------------------------- */
.vtop {
  vertical-align: top;
}
.vmid {
  vertical-align: middle;
}
.vbot {
  vertical-align: bottom;
}

/* =LAYOUT
----------------------------------------------- */
body {
  background-color: #fff;
}
#wrapper {
  width: 896px;
  margin: 0 auto;
  background-color: #fff;
}
#content {
  border-top: 1px solid #d6d5d3;
  background-color: #ebebe7;
  padding: 8px;
}
#content table {
  margin: 0;
}
#content td {
  vertical-align: top;
}
#main_body {
  width: 640px;
  padding: 0 0 0 8px;
  border: 1px solid #fff;
  border-width: 1px 0;
  background-color: #fff;
}
#in_the_news {
  width: 230px;
  border: 1px solid #fff;
}

.grid8 {
  width: 632px;
  border-right: 8px solid #fff;
}
.grid6 {
  width: 472px;
  border-right: 8px solid #fff;
}
.grid5 {
  width: 392px;
  border-right: 8px solid #fff;
}
.grid4 {
  width: 312px;
  border-right: 8px solid #fff;
}
.grid3 {
  width: 232px;
  border-right: 8px solid #fff;
}
.grid2 {
  width: 152px;
  border-right: 8px solid #fff;
}

/* =HEADER
----------------------------------------------- */
#header {
  margin-top: 24px;
  background: #fff;
  border-bottom: 1px solid #000;
}
#nav_search {
  padding: 5px 0;
}
#nav {
  float: left;
  display: inline;
  margin: 0;
  list-style: none;
}
#nav li {
  float: left;
  display: inline;
  margin: 0;
  line-height: 1em;
}
#nav li a {
  float: left;
  display: inline;
  padding: 6px 8px;
  line-height: 1em;
  color: #00008a;
  font-weight: bold;
  font-size: 95%;
}
#nav li a:hover {
  background-color: #eee;
  text-decoration: none;
}
#search {
  float: right;
  display: inline;
}

/* =FOOTER
----------------------------------------------- */
#footer {
  padding: 6px 8px;
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  font-size: 90%;
}

/* =ENTERPRISE ARTICLES
----------------------------------------------- */
table#enterprise {
  margin-bottom: 0;
}
div.divider {
  background: url("/static/ehn/images/divider.gif") 0 bottom repeat-x;
  height: 4px;
  margin: 0 8px 10px 0;
  font-size: 10%;
  line-height: 1em;
}
#enterprise p {
  font-size: 95%;
}

/* photos */
#enterprise .photo {
  margin: 2px 0;
}

#enterprise .photo .credit {
  font-size: 75%;
  line-height: 1.2em;
  color: #999;
  text-align: right;
  padding-right: 1px;
}

#enterprise .photo table {
    width: 1px;
}

#enterprise .photo .credit a {
  line-height: 1.2em;
  color: #89b4e5;
}
#enterprise .photo .caption {
  color: #555;
  font-size: 85%;
  line-height: 1em;
  margin: 2px 1px;
}
#enterprise .left {
  float: left;
  display: inline;
  margin-right: 8px;
}
#enterprise .right {
  float: right;
  display: inline;
  margin-left: 8px;
}

/* bylines */
.byline {
  margin: 0 0 4px 0;
  font-size: 85%;
  color: #555;
}
.byline .name {
  color: #555;
  margin: 0 4px 0 0;
}
.byline .title {
  color: #555;
  white-space: nowrap;
  margin-right: 4px;
}
.byline .date {
  color: #669966;
  white-space: nowrap;
}

/* articles */
.enterprise1 h1 {
  font-size: 120%;
}
.enterprise2 h1 {
  border-top: 1px dotted #d7d7d7;
  padding-top: .5em;
  font-size: 120%;
}


/* =ENTERPRISE REPLACEMENT ARTICLES
----------------------------------------------- */
/* top stories row */
.story1 h1 {
  font-size: 120%;
}

.story1 h1 a {
    font-size: 100%;
}

.story2 h1 {
  font-size: 120%;
}

.story2 h1 a {
    font-size: 100%;
}

/* bottom stories row */
.story3 h1 {
  border-top: 1px dotted #d7d7d7;
  padding-top: .5em;
  font-size: 1.3em;
}
.story4 h1 {
  border-top: 1px dotted #d7d7d7;
  padding-top: .5em;
  font-size: 1.3em;
}

/* =EHN FEATURES
----------------------------------------------- */
table#ehn_features {
  margin-bottom: 1em;
}
#ehn_features h2 {
  margin-bottom: .25em;
  border-bottom: 1px dotted #d7d7d7;
  padding-bottom: .25em;
  font-size: 140%;
}
#ehn_features h3 {
  font-size: 120%;
}
#ehn_features p {
  font-size: 90%;
  margin-bottom: 1em;
}
#ehn_features .meta {
  border-top: 1px dotted #d7d7d7;
  border-bottom: 1px dotted #d7d7d7;
  padding: 3px 0;
}

.feature .items {
  list-style: none;
}

.feature .items li {
    margin: 0px;
}


/* =SYNDICATION
----------------------------------------------- */
table#syndicated_hot {
  margin-bottom: 1em;
}

.syndicate {
  padding: 4px 8px;
  background-color: #e2ecfa;
}
.syndicate h2 {
  margin-bottom: 4px;
  padding-bottom: 5px;
  line-height: 1.2;
  background: url("/static/ehn/images/header_border.gif") 0 bottom repeat-x;
}
.syndicate h2 .title {
  float: left;
  display: inline;
}
.syndicate h2 .source {
  float: right;
  display: inline;
  font-size: 55%;
  margin-top: 28px;
}
.syndicate h2 .source a {
  line-height: 1em;
  font-weight: normal;
}
.syndicate h2 span {
  display: block;
  font-weight: normal;
  font-size: 85%;
  line-height: 1.3em;
}


/* =HOT TOPICs
----------------------------------------------- */
.hot_topics h2 {
  padding: 4px 0 6px 0;
  text-align: center;
  font-size: 105%;
  background: url("/static/ehn/images/checker.gif") 0 0 repeat-x;
  color: #d53335;
}
.hot_topics {
  background-color: #f4f4f2;
}
.hot_topics ul {
  list-style: none;
  margin: 0 6px 4px 6px;
}
.hot_topics li {
  margin: 0;
  line-height: 1.2em;  
  font-size: 95%;
}
.hot_topics li a {
  line-height: 1.2em;
}
.hot_topics p {
  font-size: 85%;
  line-height: 1em;
  color: #777777;
  margin: 0 6px 8px 6px;
}
.hot_topics p.archives {
  padding-top: 6px;
  background: url("/static/ehn/images/sidebar_line.gif") 0 0 repeat-x;
}

/* =NEW SCIENCE
----------------------------------------------- */
#science {
  margin-bottom: 4px;
  padding-bottom: 10px;
}
#science h2 {
  margin-bottom: .3em;
  font-size: 140%;
}
#science .explainer {
  border: 1px dotted #d7d7d7;
  border-width: 1px 0;
  padding: 2px 0;
  color: #777;
  font-size: 90%;
}

#science .meta {
  border-top: 1px dotted #d7d7d7;
  border-bottom: 1px dotted #d7d7d7;
  padding: 3px 0;
}

.new_science {
  padding-bottom: 8px;
}

.new_science .items {
  list-style: none;
  margin: 6px 0 0 0;
}
.new_science .items li {
  margin: 0;
}
.new_science .items h4 {
  font-size: 100%;
}
.new_science .items .date {
  color: #669966;
  font-weight: normal;
  white-space: nowrap;
}
.new_science .items li p {
  margin-bottom: .75em;
}
.new_science .items li .view_related {
  margin: 2px 0 1em 0;
  font-size: 90%;
}
.new_science .items li .view_related a {
  background-color: #eee;
  padding: 0 3px;
}
.new_science .items li p span {
  color: #777;
}

.media_review {
  padding-bottom: 8px;  
}
.media_review .items {
  list-style: none;
  margin: 6px 0 0 0;
}
.media_review .items li {
  margin: 0;
}

.media_review .items h4 {
  font-size: 100%;
}
.media_review .items .date {
  color: #669966;
  font-weight: normal;
  white-space: nowrap;
}
.media_review .items li p {
  margin-bottom: .75em;
}





/* =IN THE NEWS
----------------------------------------------- */
#in_the_news {
  background-color: #f4f4f2;
}
#in_the_news h2 {
  padding: 4px 0 6px 0;
  text-align: center;
}
#in_the_news h2 span.title, 
#in_the_news h2 span.date {
  margin: 0 3px;
}
#in_the_news ul {
  background: url("/static/ehn/images/sidebar_line.gif") 0 0 repeat-x;
}

.news h2 {
  font-size: 105%;
  background: url("/static/ehn/images/checker.gif") 0 0 repeat-x;
}
.news h2 span.cont {
  font-weight: normal;
}
.news h2 span.date {
  color: #669966;
}
.news ul {
  list-style: none;
  margin: 0 6px;
}
.news li {
  padding: 6px 0;
  margin: 0;
}
.news li h3 {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
}
.news li h3 a {
  font-weight: bold;
}
.news li p {
  margin: 0;
  font-size: 85%;
}
.news li .reg {
  color: #777;
}


/* =IN THE NEWS (CONTD)
----------------------------------------------- */
#in_the_news_cont {
  background-color: #f4f4f2;
}
#in_the_news_cont h2 {
  padding: 4px 0 6px 8px;
}
#in_the_news_cont h2 span.cont {
  margin-right: 3px;
}
#in_the_news_cont h2 span.date {
  margin: 0 3px;
}
#in_the_news_cont ul {
  margin: 0 8px;
}

#in_the_news_cont ul li.more .more_than {
  color: #777;
  margin-bottom: 3px;
}
#in_the_news_cont ul li.more li {
  padding: 0;
  font-size: 85%;
}
#in_the_news_cont ul li.more ul {
  margin: 0;
}

/* TEASERS
____________________________________________ */

.teasers span, .teasers ul li {
  font-size: 90%;
}

.teasers span {
  padding-left: 10px;
}

.teasers ul li {
  list-style: disc outside;
  padding: 0 0 0 0;
  margin: 0 0 0 15px;
  line-height: 1.3em;
}



/* form error properties */
fieldset { border-width: 0; border-style: solid; border-color: #ccc; margin: 5px 0; padding: 1px 10px; }
legend { color: #ccc; display: none; }
label { width: 25%; padding-top: 0.2em; display: block; float: left; text-align: right; margin-right: 0.5em; }
label em { font-weight: normal; }
fieldset.required label { font-weight: bold; }
fieldset.error legend { font-weight: bold; color: #f00; }
fieldset.error { border-width: 1px; border-color: #f00; }
fieldset.error legend { display: inline; }
#message { width: auto; overflow: hidden; margin: 10px 0; background-color: #ccc; padding: 5px 5px 5px 45px; background-repeat: no-repeat; background-position: 8px 8px; }
#message h3 { margin: 0; padding: 5px; }
#message ul { margin: 0; padding: 0; list-style: none; }
#message ul li { margin: 0; padding: 0 20px; list-style: none; background: url(/static/ehn/images/arrow-black.gif) no-repeat left; }
#message.error { background-color: #cca6aa; background-image: url(/static/ehn/images/error.gif); }
#message.warn { background-image: url(/static/ehn/images/flag.gif); }
#message.info { background-image: url(/static/ehn/images/person.gif); }

