@charset "utf-8";
/* CSS Document */

/******************************	*/
/*														*/
/*			WHERE ARE THEY NOW Mk II		*/
/*														*/
/******************************	*/

section#maincontent p.watn-letters {
  letter-spacing: -0.5px;
  text-align: center;
}


#maincontent div.watnplus h1.fn {
  width: 88%;
  margin: 0.5em 0;
  margin-left: 6%;
  margin-right: 6%; 
  color: white;
  background-color: #9ad459;
  padding: 6px 0;
  text-align: center;
}

table.watnplus { width: 100%; min-width: 300px; border-collapse: collapse; }
 
table.watnplus td.picture { width: 200px; padding: 0; }
div.watnplus div.picture { width: 200px; padding: 0; }
 
table.watnplus td.picture.then { 
  padding-right: 10px; 
}
div.watnplus div.picture.then {
  margin-left: 6%;
}
table.watnplus td.picture.now  { 
  padding-left:  10px; 
}
div.watnplus div.picture.now {
  margin-left: 6%;
}
 
table.watnplus td.picture img,  
.watnplus .picture img { 
  border: 1px solid #999;
}

.watnplus .picture img { 
  float: left;		/* Curious that this is needed but gap between image and caption if not */
}


table.watnplus td.picture div,
div.watnplus div.picture { 
  height: auto;
  width: 202px;
  color: #666;
  text-align: center;
  margin-bottom: 10px;
}
div.watnplus div.no-picture { 
  min-height: 202px;
  background-color: #eee;
  border: 1px solid #999;
  margin-bottom: 10px;
}



table.watnplus td.picture div, 
div.watnplus div.picture p { 
  text-align: center;
  margin: 30px 20px 0 20px;
}
table.watnplus td.picture div p.contributing a { 
  color: #666;
}
table.watnplus.standard tr td, 
table.watnplus p {
  padding-left: 0;
  padding-right: 8px;
}

table.watnplus td.biography { 
  padding-top: 12px;
}
 
table.watnplus p.caption,	 /* Added 24 Jan 2010 */
.watnplus div.picture p.caption {
  clear: left;		/* Needed because the image is floated and that's just to get rid of gap between image and caption */
  color: #999; 
  font-size: 80%; 
  line-height: 1.25em;
  text-align: center; 
  padding: 5px 8px;
  margin: 0;
  border-right: 1px solid #999; 
  border-bottom: 1px solid #999; 
  border-left: 1px solid #999; 
}

div.addthis_default_style { /* Added 29 Jan 2010 - ripped up and done again 16 May 2012 */
  float:left; 
}

h4.author {
  font-size: 12.5px;
  margin-bottom: 30px;
}

p.watn_letter_list a,
p.watn_full_list a {
  padding-left: 6px;
  padding-right: 6px;
  line-height: 1.9em;
}


