/*********************************************
 * TITLE: Tierra Verde Screen Stylesheet     * 
 * URI  : tierraverde/tierraverde-screen.css *
 * MODIF: 2003-Apr-30 19:21 +0800            *
 *********************************************/
/* F18 colours */
/*    color: rgb(171,195,172);  /*mid green */
/*    color: rgb(34,70,79);  /*dark green */
/*    color: #645E86;  /* pale purple */
/*    color: #609; /* mid purple*/
/*    color: #4C4794;  /*dark purple */
/*    color: #54312E;  /*dark brown */
/*    color:#333366;  /*Blue */
/* ##### Common Styles ##### */

body {
  color: #eff6f4;  /* rgb(34,70,79) */
  background-color: #EFF5F3;
  background-image:url('../images/forum18_background_gradient_light-dark.png');
  background-repeat:repeat-y;
  
  font-family: "candara", verdana, helvetica, arial, sans-serif;
  font-size: 78%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
/*  font-size: 9.5pt;*/
  font-size: 90%;
}

table.form_table {
  width: 80%;
}

table.form_table * td {
  padding: 5px;
  font-size: 9.5pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(34, 70, 79);
  cursor: help;
}

.doNotDisplay { display: none !important; }

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
  color: white;
  padding: 0;
  margin: 0;
}

#header div.logo { /* This is the container size of the logo*/
  width: 8em;
  float: left; 
  margin-right: 4px;
  margin-left: 4px;
  margin-top: 4px;
  text-align: center;
  text-transform: uppercase;
  color: rgb(51, 134, 123);
}

#header div.logo a {
  color: rgb(51, 134, 123);
  text-decoration: none;
}


div.header_texts {
  width: 1024px;
  text-align: right;
  margin: auto;/* temporary centered header */
}

/* Used to be motto */
div.logo_right {
  padding-right: 4em;
  margin-top: 0.3em;
  margin-bottom: 0.1em;
  display: inline-block; 
  text-align: right;
}

/* Used to be #header div.logo */
div.page_header {
  float: left; 
  margin-right: 4px;
  margin-left: 4px;
  margin-top: 4px;
  margin-bottom: 0px;
  padding-left: 50px;
  padding-top: 20px;
  padding-bottom: 0px;
  text-align: bottom;
  text-transform: uppercase;
}

div.page_header h1 {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
}

div.page_header h1 a {
  color: #3F3F3F;
  font-size: 150%;
  font-weight: bold;
  text-decoration: none;
  font-family: "Marcellus", verdana, helvetica, arial, sans-serif;
}

/* Probably obsolete */
/*div.headerTitle {*/
  /*position: absolute;*/
  /*left: 18%;*/
  /*display: inline-block; [> need this too <]*/
/*}*/

/*div.headertitle h1 {*/
  /*padding: 0;*/
  /*margin: 0;*/
/*}*/

/*div.headerTitle h1 a {*/
  /*color: rgb(102, 51, 0);*/
  /*font-size: 150%;*/
  /*font-weight: normal;*/
  /*text-decoration: none;*/
  /*font-family: "Marcellus", verdana, helvetica, arial, sans-serif;*/
/*}*/

/*#header div.motto {*/
  /*padding-right: 1em;*/
  /*display: inline-block; */
  /*text-align: right;*/
/*}*/

/*#header div.motto span {*/
  /*font-size: 12px;*/
  /*font-style: italic;*/
/*}*/

/*#header div.motto h1 {*/
  /*padding: 0;*/
  /*margin: 0;*/
  /*border: 0;*/
/*}*/

/*#header div.motto h1 a {*/
  /*color: rgb(102, 51, 0);*/
  /*font-size: 0.7em;*/
  /*font-weight: bold;*/
  /*text-decoration: none;*/
  /*padding: 0;*/
  /*margin: 0;*/
  /*border: 0;*/
/*}*/

div.banner {
  width: 100%;
  height: 97px;
  /*background-color: #eff6f4;*//* temporary centered header */
}

div.banner img {
  display: block;
  margin: auto; /* temporary centered header */
}

.headerTitle > a {
  font-size: 105%;  /* For fully standards-compliant user agents */
}

#content {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
}
/* ##### Side Bars ##### */

.navigation_bar_left {
  float: left;
  text-align: right;
  display: block;
  margin-top: 1.3em;
}

.navigation_bar_left > ul > li > a:hover {
  color: #2A58A2;;
}

.navigation_bar_right-old {
  margin-top: 1em;
  float: right;
  text-align: left;
  display: block;
  position:absolute;
  left: 850px;
  top: 220px;
}


.navigation_bar_right {
  margin-top: 1em;
  float: right;
  text-align: left;
  display: block;
}

div.side-bar.navigation_bar_right {
}

.side-bar {
  font-size: 120%;
  width: 17%;
}


.side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

.side-bar li {
  margin: 0;
  padding: 0.5em;
  padding-right: 2em;
}

.side-bar a {
  color: white;
  font-size: 120%;
  text-decoration: none;
}


a.selected {
  color: #2A58A2;
}

.side-bar a:hover {
  color: #4F2700;
  text-decoration: none;
}

.sideBarText {
  text-align: justify;
  margin: 0;
  padding: 1ex 1.5ex;
  display: block;
  border-top: 1px solid rgb(34,70,79);
}

.side-bar .sideBarText a {
  text-decoration: none;
}

.side-bar .sideBarText a:hover {
  text-decoration: none;
}


#latest_surveys-old-2012-07-07 {
  float: right;
  background-color: #22464F;
  color: #EFF6F5; /* RGB: 239, 246, 245 */
  text-align: left;
  padding: 0.5em;
  width: 80%;
  margin-right: 10px;
  margin-left: 20px;
}

#latest_surveys {
}

#latest_surveys h3 {
  padding-right: 0;
  padding-top: 20px;
  padding-left: 3px;
  padding-bottom: 13px;
  margin: 0;
  font-weight: normal;
  font-size: 110%;
  font-family: "Marcellus", verdana, helvetica, arial, sans-serif;
  color: #94001A;
  text-transform: uppercase;
  font-weight: bold;
}

#latest_surveys li {
  margin: 0;
  padding: 0.2em;
  padding-right: 2em;
}

#latest_surveys ul li a {
  color: #4A4A4A;
  text-decoration: none;
}

#latest_surveys ul li a:hover, #latest_surveys ul li a.selected {
  color: white;
  text-decoration: none;
}


#latest_on h3 {
  margin-right: 15px;
  padding-right: 10px;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 13px;
  margin-bottom: 0;
  /*font-weight: bold;*/
  font-weight: normal;
  font-size: 110%;
  font-family: "Marcellus", verdana, helvetica, arial, sans-serif;
  color: #94001A;
  text-transform: uppercase;
  font-weight: bold;
}

#latest_on ul li a {
  color: #4A4A4A;
  text-decoration: none;
}

#latest_on ul li a:hover, #latest_on ul li a.selected {
  color: #E98100;
  text-decoration: none;
}

#latest_on ul {
  padding-top: 0;
  margin-top: 0;
}

#latest_on ul li {
  padding: 0.2em;
  padding-left: 1.2em;
  padding-right: 2em;
}

#google_translate_element {
  padding-left: 5px;
  padding-top: 2em;
}

blockquote.forum_18_declaration,p.forum_18_declaration {
  color: rgb(51, 134, 123);
  font-style: italic;
  font-weight: bold;
}

p.quote_source {
  margin-left: 3em;
  font-style: normal;
}

ul.plain_indented_list {
  margin-left: 3.5em;
}

ul.plain_indented_list li {
  list-style-type: disc;
}

.thisPage {
  font-weight: bold;
}

/* ##### Main Copy ##### */

#old-main-copy {
  text-align: justify;
  line-height: 1.5em;
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.1em;
  padding-right: 1em;
  padding-left: 1em;
  display: block;
  background: white;
}

#main-copy-2012-07-07 { }
#main-copy {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1.5em;
  width: 60%;
  background-color: #FFF;
  padding-top: 10px;
  z-index: -2;
  overflow: hidden;
}

#main-copy-2012-09-25 {
  text-align: justify;
  line-height: 1.5em;
  width: 650px;
  background-color: #FFF;
  padding-top: 10px;
  z-index: -2;
  left: 190px;
  top: 240px;
}

p {
  padding: 0;
}

.darkerBox {
  color: black;
  background-color: transparent;
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
  border: 1px solid rgb(34,70,79);
}

.lighterBox {
  color: rgb(34,70,79);
  background-color: rgb(205,219,205);
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
  border: 1px solid rgb(34,70,79);
}

.whiteBox {
  color: black;
  background-color: white;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 0em;
  clear: both;
}


#main-copy h1 {
  font-family: "candara", verdana, tahoma, sans-serif;
  font-size: 156%;
  color: rgb(51, 134, 123);
  font-weight: bold;
  margin: 0.25em 0 0 0;
  padding: 0 0 0.15em 0;
}

#main-copy div h2 {
  font-size: 120%;
  /*color: rgb(51, 134, 123);*/
  margin: 0.25em 0 0 0;
  font-weight: bold;
}

#main-copy div h3 {
  font-size: 110%;
  /*color: rgb(51, 134, 123);*/
  font-weight: bold;
  margin: 0.25em 0 0 0;
}

#main-copy div h4 {
  font-size: 105%;
  /*color: rgb(51, 134, 123);*/
  font-weight: bold;
  margin: 0.25em 0 0 0;
}

/* START - Article images within the article content. */
#main-copy div.article_image {
  float: right;
  /*border: 1px solid rgb(34,70,79);*/
  padding: 4px;
}

/* the image */
#main-copy div.article_image > div:nth-child(1) {
  border: 1px solid #4A4A4A;
}
/* The caption */
#main-copy div.article_image > div:nth-child(2) {
  padding: 1px 3px 0 3px;
  border-left: 1px solid #4A4A4A;
  border-right: 1px solid #4A4A4A;
}
/* The copyright */
#main-copy div.article_image > div:nth-child(3) {
  padding: 0 3px 0 3px;
  color: #645E86;
  font-size: 75%;
  border-left: 1px solid #4A4A4A;
  border-right: 1px solid #4A4A4A;
  border-bottom: 1px solid #4A4A4A;
}
#main-copy div.article_image > div:nth-child(3):before {
  content: "\00a9";
  margin-right: 5px;
}
/* END - Article images within the article content. */


/* START - Article listing images within the various lists that list articles. */
div.whiteBox img.article_listing_image {
  float: left;
  /*border: 1px solid rgb(34,70,79);*/
  padding: 4px 7px 2px 0px;
}
/* END - Article images within the article content. */




/* This one is same as article date. */
h3.bright_header {
  margin-top: 0px;
  margin-bottom: 2px;
  padding-top: 0px;
  padding-bottom: 2px;
  color: #E98100;
  font-weight: bold;
  font-size: 120%;
}

/* The Article listing header link colour */
#main-copy h1 > a {
  color: rgb(51, 134, 123);
  background-color: transparent;
  /*text-decoration: underline;*/
  text-decoration: none;
}

/* The link inside the article */
#main-copy div > a {
  color: #283e66;
  background-color: transparent;
  /*text-decoration: underline;*/
  text-decoration: none;
}

#main-copy a:hover {
  text-decoration: none;
  color: #645E86;
}

a.brightlink {
  font-size: 118%;
  color: #E98100 !important;
  text-decoration: none !important;
  font-weight: bold;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  color: white;
  background-color: rgb(51, 134, 123);
  font-size: 85%;
  margin: 0;
  padding: 1.25ex 4mm;
  clear: both;
}

#footer .left {
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  padding-right: 5px;
  padding-left: 5px;
}

#footer a:hover {
  text-decoration: none;
  cursor: pointer;
}

.subFooter {
  font-size: 85%;
  line-height: 1.5em;
  margin: 0;
  padding: 1ex 4mm;
}

.subFooter a {
  color: rgb(34,70,79);
  background-color: transparent;
  text-decoration: underline;
}

.subFooter a:hover {
  text-decoration: none;
}


/* General styles */

img {
border: 0;
}

/*.scaled is used for the logo and for the RHS column*/
img.scaled {
  width: 100%;
}
/* Use in conjunction with .left and .right for floating boxes or images */
img.padded {
  padding: 0.5em;
  border: 0;
  margin: 0.5em;
}

.right {
  text-align: right;
  float: right;
}

.left {
  text-align: left;
  float: left;
}

.clear {  
  clear: both;
}


p.article_header_date,p.medium_header {
  margin-top: 0px;
  margin-bottom: 2px;
  padding-top: 0px;
  padding-bottom: 2px;
  color: #E98100;
  font-weight: bold;
  font-size: 120%;
}

p.article_header_author {
  font-weight: bold;
  font-size: 110%; 
  padding: 0.35em 0 0 0;
}

/*#main-copy h2, h2.article_header*/
/*{*/
  /*[>Blue <]*/
  /*font-size: 156%; */
  /*color: #609; [> mid purple<]*/
  /*margin-top: 0px;*/
  /*margin-bottom: 2px;*/
  /*padding-top: 0px;*/
  /*padding-bottom: 2px;*/
/*}*/

/*#main-copy h2>a, h2.article_header>a {*/
  /*color: #327265;*/
  /*text-decoration: none;*/
/*}*/

/*#main-copy h2>a:hover, h2.article_header>a:hover {*/
  /*color: #645E86;  [>pale purple <]*/
/*}*/


/*#main-copy p.article_summary {*/
  /*margin-bottom: 35px;*/
  /*padding-bottom: 0px;*/
/*}*/

#main-copy div.article_summary {
  margin-bottom: 1em;
}

#main-copy td.article_listing_summary {
  padding-bottom: 35px;
}


.date {}
.byline {}

.summary { 
  font-style: italic; 
  /*color: #426394;*/
  color: #283e66;
}

p.highlight {
  color: #283e66;
}

span.more > a {
  color: #609; /* mid purple*/
  font-size: smaller;
  text-decoration: underline;
}
.more > a:visited {
color: #645E86;  /*pale purple */

}

.more > a:hover
{
color: #645E86;  /*pale purple */
}

div.utility_links {
  margin-top: -18px;
}

div.utility_links a {
  margin-right: 10px;
}

div.utility_links a img{
  margin: 3px;
  vertical-align: middle;
}

span.discrete {
  color: #CCC !important;
}

span.discrete > a {
  color: #CCC !important;
}
