/* main styles for the illegal-logging site */
/* 

colours:

home-color: 5d5c43
documents-color:2f5131
events-color:464325
news-color:593d35
presentations-color: 571b34
links-color:153729

topnav-rollover:939598;

nav-grey: f1ede2
topnav-inbetween: color:aeada1
dotted-line-grey: c2c1bd

latest-news-color: cbb498
latest-papers-color: d9c8b3
article-details-color: cbc59f
related-areas-color:dad6ba
background-grey: f1ede2

*/


body
{
  
     background-color:#f1ede2;  
  /*    background-color:#fff; */
/*background: #ccc url(../images/bg.png) repeat-y 50% 0;   */
  
  }

h1 {
 color:#5d5c43;   
 font-size:1.9em;
}
h2 
{
  color:#5d5c43;
  margin:0;
  font-weight:bold;
  font-size:1.2em;
}
h2.table_title
{
float:left; 
 }
h3 
{
  color:#5d5c43;
  font-weight:bold;
  font-size:1em;
}


img{
    vertical-align:middle;
}

div.banner
{

  height:181px;
  width:965px;
 }

a:focus, a:hover {color:#5d5c43;text-decoration:none;}
a {color:#000;text-decoration:underline;}

a.bcrumb, a.title, a.pager{ 
  text-decoration:none; 
 }

a.title
{ 
  font-weight:bold;

 }


/* item nav styles */
div.inav
{
  position:absolute;
  padding-left:474px;
}

h3.inav
{ 
  margin:2px 0 2px 0;
 }

ul.inav
{
  list-style:none;
  margin:0;
 }

/* end item nav styles */

/* item table styles */

table
{
  width:456px;
 }
.table_nav
{ 
float:right;
padding-right:1.5em;
 }
th{line-height:1em}
td{vertical-align:top;
padding-right:10px;}
th.ihead
{  
  color:#5d5c43;
  font-size:1.2em;
  padding-bottom:0.1em;  
}
th.idate, th.ititle, th.iauthor
{
  padding-top:0.3em;
  padding-bottom:0.1em;
 }
th.idate
{ 
  width:75px;
 }

th.ititle
{ 
  width:200px;
 }

th.iauthor
{ 
  width:125px;
 }

.container{ 
  background: url(../images/bg.png) repeat-y 50% 0;   
 }

.container_white{ 
/*  background: url(../images/bg.png) repeat-y 50% 0;   */
   background: #fff;
 }

.black-bg{
    background-color:#fff;
}


.black-bg{
    background-color:#000;
}

.white-bg{
    background-color:#fff;
}
.salmon-bg{
    background-color:#f1ede2;
}

.lat-news, .lat-papers, .art-dets, .rel-areas {
    padding-top:0.7em;
    padding-bottom: 0.25em;
}
.lat-news{
    background-color:#cbb498;
    color:#593d35;
}
.lat-papers{
    background-color:#d9c8b3;
    color:#2f5131;
}
.art-dets{ 
    background-color:#cbc59f;
    color:#2f5131;
 }
.rel-areas{ 
    background-color:#dad6ba;
    color:#2f5131;
 }
.b-crumb{
    color:#3f3f3f;
    height:0.9em;
    padding-top:0.8em; 
    padding-bottom: 0.4em;
    font-size:0.8em;
}


/* used for dotted lines */
.thin{
    line-height:1em;
/*    line-height:0.1em; */
/*    border:1px solid #000;*/
/*    top:-4px; */
}

.vthin{  
    line-height:0.5em;        
}

.vthin
{ 
  line-height:0.25em;
 }

.ind1{
    padding-left:0.75em;
/*       margin-left:0.75em;*/
}
.indlinks{
    padding-left:0.6em;
}


.bold{
    font-weight:bold;
}

.left-pad{
    padding-left:2em;
}

.rpad{
    padding-right:2em;
}

.tpad{
    padding-top:0.5em;
}
.bpad{
    padding-bottom:0.5em;
}
.bnopad{
    padding-bottom:0;
}
.tpad025{
    padding-top:0.25em;
}
.tpad02{
    padding-top:2px;
}

.region_info
{ 
  /*position:absolute; */
  visibility: hidden;
  position:absolute;
  width:450px;
  padding-left:0.75em;
  padding-right:345px;
  background:#fff;
 }

/* text styles available to users via *b* etc */

/* ** - bold */
.item_body_bold
{
   font-weight:bold;   
}
/* *u* - underline */
.item_body_underline
{
  text-decoration:underline;
}
/* *i* - italic */
.item_body_italic 
{
  font-style:italic;
}

.subsection_list{
		list-style: none;
		margin:0
}