/* Copyright WindmillWorld.com 2006-2008 */


body
{
  /* The signature body green colour */
  background-color:#a0ffa0;
}

/* We deemphasize the millid when part of the heading */
h2 .millid
{
  font-size: 66%;
}



/* Build up flickr images in a fixed grid */
.flickrImage
{
  width:246px;
  height:300px;
  float:left;
  padding: 2px;
  text-align: center;
  font-size: 10pt;
}

/* Build up PicasaWeb images in a fixed grid */
.picasaImage
{
  width:330px;
  height:390px;
  float:left;

  text-align: center;
  font-size: 10pt;
}

/* Build up Panoramio images in a fixed grid */
.panoramioImage
{
  width:250px;
  height:265px;
  float:left;

  text-align: center;
  font-size: 10pt;
}

/* Build up SmugMug images in a fixed grid */
.smugmugImage
{
  width:410px;
  height:450px;
  float:left;

  text-align: center;
  font-size: 10pt;
}

.flickrImages, .geographImages, .picasaImages, .smugmugImages, .panoramioImages, .facebookImages
{
  background-color: white;
  border: solid green 3px;
  padding: 5px;
  margin-bottom: 2px;
}


.flickrImages a, .picasaImages a, .smugmugImages a, .panoramioImages a
{
  display: block;
  float: left;
  border-left: solid gray 1px;
  padding: 0 4px 0 4px;
}

.flickrImages a:first-child, .picasaImages a:first-child, .smugmugImages a:first-child, .panoramioImages a:first-child
{
  border-left: none;
}



.flickrImage a, .picasaImage a, .smugmugImage a, .panoramioImage a
{
  display: inline;
  float: none;
  border: none;
  padding: none;
}

.flickrCopyright, .picasaCopyright, .geographCopyright, .smugmugCopyright, .panoramioCopyright
{
  clear:left;
  font-size: 80%;
}


a.geo
{
  background-image:url(images/geotags.png);
  background-position:0 0;
  background-repeat:no-repeat;
  display:block;
  font-size:0;
  height:16px;
}

/* Styling for Geograph output */
.geograph
{
  float:left;

  font-size: 10pt;
  width:150px;
  height: 200px;

  text-align: center;
}

.geograph p
{
  margin-top:0;
  margin-bottom:0;
}



/* styling for extra home information */
.home .yes
{
  background-color: yellow;
}


img.geotag
{
  padding-right:5px;
  vertical-align:middle;
}



/* We hide items marked as noprint when printing - these are normally links that carry no actual information */
@media print
{
  .noprint { display: none; }

  .flickrImages,
  .panoramioImages,
  .picasaImages
  {
    display: none;
  }
}

/* some items are only available when shown locally */
.localOnly
{
  display: none;
}
.isLocal button.localOnly
{
  display: inline;
}


.forsaleadvert
{
  border: double black 5px;
  background-color: #eee;
  padding: 5px;
}

.forsaleadvert .provider
{
  font-size: 75%;
}


img.selected
{
  border: solid red 3px;
}





div.signboard
{
  border: double 4px black;
  padding: 5px;
  background: #ccc;
  margin: 5px 20px;
}

.del
{
  text-decoration: line-through;
}



/* Photo register data */
div.photoregister
{
  border: solid black 2px;
  background-color: white;
  padding: 2px;
  margin-top: 4px;
}

.photoregister .caption
{
  font-weight: bold;
}


.externalcontent
{
  background-color: white;
  border: double black 4px;
  padding: 4px;
}

.syndicator_js_title,
.syndicator_js_description
{
  display: none;
}

.syndicator_js_item_pair
{
  width: 240px;
  height: 320px;
  overflow: auto;
  float: left;
  margin: 2px;
  border: solid 1px gray;
  padding: 2px;
}

.afterSyndicator
{
  clear: left;
}

#categoryFilters img
{
  margin-right: 3px;
}

html,
table
{
  font-family: arial,helvetica,san-serif;
  font-size: 14px;
}

.mill
{
  border-bottom: groove 1px blue;
  padding-bottom: 14px;
}

#mainlogo
{
  position: relative;
  top: -8px;
}

.newsItem blockquote
{
  background-color: white;
  padding: 4px;
}

.newsItem img[align=left]
{
  margin-right: 7px;
}

