/* Edited by Kim Riemann, Sept 2008 - entry-header - link and hover */
/* Edited by Kim Riemann, March 2008  - tag cloud*/
/* Movable Type Default Template - Edited by Pauline Kenny, November 2006 */
/* modified December 6, 2006 by Pauline, modified August 13 2007 */
/*Colors used
-----------------------------------------------------
Page Background: #CDBE83 light brown - set in BODY tag
Text: #000033 dark blue - set in BODY tag
Content background: #FFF8DC cornsilk - set in wrapper
Content border: none - set in wrapper
Sidebar headings, post headings (date and title), blog title: #2F784E green and #000066 blue
Posted by, time, comments link: #999999 light grey
Powered by: dashed border same as page background
Font Sizes: text 13px, 150% line height
Links: text color and underline, hover CC0000 - red and underline
----------------------------------------------- */

/* NOTE: Update this stylesheet in THREE places: slowtrav/blog/ (mtslowtrav.css), mtype/default_templates/ (call it stylesheet.tmpl) and mtype/mt-static/themes/slowtrav/ (mtslowtrav.css). When you create a new blog it gets it from default_templates, stylecatcher takes the stylesheet from the mt-static folder, but some of our other blogs link to it in the blog folder. */

/* Note for Pauline. Do not add LI and UL formatting to get bullets in the entry because it screws up the sidebar stuff not matter how carefully you do it. */

/*
name: SlowTrav
designer: Pauline Kenny
designer_url: http://www.slowtrav.com
description: Plain text, simple design.
layouts: layout-two-column-right
*/

/* basic elements */

html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body
{
	min-width: 780px;
	margin: 10px;
	padding: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	color: #000033;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 13px;
    line-height: 150%; 
	background: #CDBE83;
    text-align: center; /* center on ie */
	} 

form { margin: 0; padding: 0; }

a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 
{ 
font-weight: bold; 
font-family: Verdana, Arial, sans-serif;
text-align: left;
color: #2F784E;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* set default headings */

h1
{
	color: #2F784E;
	font-size: 15px;
    font-weight: bold;	
}

h2
{
	color: #000066;
	font-size: 13px;
    font-weight: bold;	
}

h3
{
	color: #2F784E;
	font-size: 13px;
    font-weight: bold;	
}

/* standard helper classes */

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

#container
{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 780px; /*Pauline made this wider */
	text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
}

/* banner user/photo */

.banner-user
{
	float: left;
	overflow: hidden;
	width: 64px;
	margin: 0 15px 0 0;
	border: 0;
	padding: 0;
	text-align: center;
}

.banner-user-photo
{
	display: block;
	margin: 0 0 2px 0;
	border: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}

.banner-user-photo img
{
	width: 64px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}

/* content */

.content-nav
{
	margin: 10px;
	text-align: center;
}

.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin: 5px 0;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 5px 0 10px 0;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 240px;
}

#comment-bake-cookie
{
	margin-left: 0;
	vertical-align: middle;
}

#comment-post
{
	font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img
{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}


/* modules */

.module
{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.module-content
{
	position: relative;
	margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item
{
	margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
	border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
	width: 14%;
	text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
	margin: 0;
	padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
	margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item a
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item img
{
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
	width: 14%;
	height: 75px;
	text-align: left;
	vertical-align: top;
}

.day-photo
{
	width: 54px;
	height: 54px;
}

.day-photo a
{
	display: block;
}

.day-photo a img
{
	width: 50px;
	height: 50px;
}

/* * theme * */

/* basic page elements */

a { color: #000033; text-decoration: underline; }
a:hover { color: #CC0000; text-decoration: underline; }

#banner a { color: #2F784E; text-decoration: none; }
#banner a:hover { color: #2F784E; }

h1, h2, h3, h4, h5, h6
{
	font-family: verdana, 'trebuchet ms', helvetica, arial, sans-serif;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;
   margin: 5px 0 0 0;
   border-top: 0 solid #CDBE83;
   border-right: 0 solid #CDBE83;
   border-bottom: 0 solid #CDBE83;
   border-left: 0 solid #CDBE83;
   color: #2F784E;
   background: #FFF8DC;
   font-size: 13px;
   font-weight: bold;   
   line-height: 150%;
}

.module-header a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a
{
	color: #2F784E;
	text-decoration: none;
}

/* hovering added by Pauline - KR - entry header added by Kim*/
.module-header a:hover,
.entry-header a:hover,
.trackbacks-header a:hover,
.comments-header a:hover,
.comments-open-header a:hover
.archive-header a:hover
{
	color: #CC0000;
	text-decoration: underline;
}
.entry-header a,
{
	color: #000066;
	text-decoration: none;
}

/* .entry-more-link, */
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
	font-size: 11px;
}

.entry-more-link
{
	font-size: 13px;
}

/* page layout */

#container
{
	width: 780px;	
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFF8DC;
}

#container-inner
{
border: none;
}

#banner
{
	width: 100%; 
	background-color: #FFF8DC;
/*	background-image: url("http://");	background-repeat: repeat; */
/*	height: 80px; */
}

/* Added by Pauline - photo at top of blog 780 px wide - inserted in templates */
#banner-photo
{
	padding: 0;
	margin: 0;
	border: none;
}

#banner-inner
{
padding: 10px; /*Pauline changed from 15px 13px;*/
border-bottom: 1px solid #CDBE83;
}

#banner-header
{
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	color: #2F784E;
	font-size: 25px;
	text-align: left;
    font-weight:bold;	
	line-height: 1;
}

#banner-description
{
	margin-top: 10px;
	margin-bottom: 0;
	font-family: Verdana, Arial, sans-serif;
	color: #000066;
	font-size: 13px;
	text-align: left;
    font-weight: normal;	
	background: none;
	line-height: 150%;
}

#alpha { 
float: left; 
margin: 0; 
width: 540px; 
background: #FFF8DC; 
}

#beta { 
float: right; 
margin: 0; 
width: 220px; 
background: #FFF8DC; 
border-left: 1px solid #CDBE83;
}

#gamma, #delta { float:right; width: 180px; background: #FFF8DC; }

/* #beta-inner,
#gamma-inner,
#delta-inner
{
   padding: 10px 10px 0 10px;
   border-width: 0;
   border-style: solid;
   border-color: #fff;
} */


	#alpha-inner {
		padding: 10px;
	}

	#beta-inner {
		padding: 10px;
	}
/*		padding: 10px 10px 0 0;
	    border-top: 0 solid #FFFFFF;
        border-right: 0 solid #FFFFFF;
        border-bottom: 0 solid #FFFFFF; */

	#gamma-inner {
		padding: 10px 10px 0 10px;
	    border-top: 0 solid #FFFFFF;
        border-right: 0 solid #FFFFFF;
        border-bottom: 0 solid #FFFFFF;
	
	}	

.date-header
{
	margin-top: 0;
	background: #FFF8DC;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	color: #2F784E;
	font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;	
}

.entry-header
{
	margin-top: 0;
	background: #FFF8DC;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	color: #000066;
	font-size: 13px;
    font-weight: bold;	
    border: none;
}

.entry-content,
.comment-content,
.trackback-content
{
	background: #FFF8DC;
	font-family: Verdana, Arial, sans-serif;
	text-align:left;
	color: #000033;
	font-size: 13px;
    border-bottom: none;
	margin: 0;
	line-height: 1.5;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
	background: #FFF8DC;
	font-family: Verdana, Arial, sans-serif;
	text-align: right;
	color: #b2a574;
	font-size: 11px;
	line-height: 150%;
	padding: 5px 0 0 0;
    border-top: 1px solid #CDBE83;
}

.entry-footer a,
.comment-footer a,
.trackback-footer a
{
	color: #b2a574;
	text-decoration: none;
}

.entry-footer a:hover,
.comment-footer a:hover,
.trackback-footer a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
	margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
	margin: 10px 0;
	border: 1px dashed #CDBE83;
	padding: 0 10px;
	font-size: 11px;
/*	color: #292e33;
	background: #e6ecf2; */
}

.comments-open-footer
{
	margin: 10px 0;
}

/* modules */

.module
{
	margin: 0 0 10px 0;
}

/* module  hovering added by Pauline */
.module a
{
	text-decoration: none;
}

.module a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

.module .module-header
{
	margin: 0;
	padding: 0;
}

.module-content
{
	margin: 0 0 10px 0;
/*	padding: 10px 10px 0 10px; */
	padding: 10px 0 0 0;
	line-height: 150%;
	background: #FFF8DC;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	color: #000033;
	font-size: 13px;
    border: none;
}

.module-calendar .module-content { margin: 5px 0 15px 0; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table
{
	font-size: 11px;
}

.module-calendar .module-content a
{
	color: #CC0000;
    text-decoration: none;
}

.module-calendar .module-content a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

.module-powered { border-width: 0; }
.module-powered .module-content
{
	margin-bottom: 0;
	padding-bottom: 10px;
	background: #FFF8DC;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	color: #000033;
	font-size: 10px;
    border: none;
}

.module-photo { background: none; }
.module-photo img { border: none; }

.module-list
{
/*	margin: 0 15px 10px 15px; */
/*	list-style: disc; */
	margin: 0 0 10px 0;
	list-style: none;
}

.module-list .module-list
{
	margin: 5px 0 0 0;
/*	padding-left: 15px; */
/*	list-style: circle; */
	padding-left: 10px;
	list-style: none;
}

.module-list-item
{
	margin-top: 0;
/*	color: #666; */
	line-height: 150%;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

/* comments */

textarea[id="comment-text"] { width: 80%; }

.commenter-profile img
{
	vertical-align: middle;
	border-width: 0;
}

/* Archive page - Pauline added */

h2#archive-title
{
	margin-top: 0;
	background: #FFF8DC;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	color: #000066;
	font-size: 13px;
    font-weight: bold;	
    border-bottom: 1px solid #CDBE83;
}

/* one-column tweaks */

   .layout-one-column body { min-width: 520px; }
   .layout-one-column #container { width: 520px; }
   .layout-one-column #banner { width: 100%; } /* necessary for ie win */


/* two-column-left tweaks */

   .layout-two-column-left #alpha
   {
      margin: 0;
      width: 200px;     
	  background: #FFF8DC;
      float:left;
   }

   .layout-two-column-left #alpha-inner
   {
      padding: 10px 10px 0 10px;
	  border-top: none;
      border-right: none;
      border-bottom: none;
   }

   .layout-two-column-left #beta
   {
   	float:right;
      margin: 15px 15px 0 15px;
      width: 480px;     
	  background: #FFF8DC;
   }

   .layout-two-column-left #beta-inner
   {
      padding: 0;
      border-width: 0;
   }


/* three-column tweaks */

   .layout-three-column #alpha
   {
      margin: 0;
      width: 180px;      
	  background: #FFF8DC;
      float:left;
   }

   .layout-three-column #alpha-inner
   {
      padding: 10px 10px 0 10px;
	  border-top: none;
      border-right: none;
      border-bottom: none;
   }

   .layout-three-column #beta
   {
      float:left;
      margin: 15px 15px 0 15px;
      width: 320px;      
	  background: #FFF8DC;
   }

   .layout-three-column #beta-inner
   {
      padding: 0;
      border-width: 0;
   }
   
   .layout-three-column #gamma
   {
      margin: 0;
      width: 180px;      
	  background: #FFF8DC;
      float:right;
   }

   .layout-three-column #gamma-inner
   {
      padding: 10px 10px 0 10px;
	  border-top: none;
      border-right: none;
      border-bottom: none;
   }   
   
/* PAULINE formatting images in blog text */  
.floatimgleft { 
  display: block; 
  float: left; 
  margin: 10px 10px 10px 0; 
  }
  
.floatimgright { 
  display: block; 
  float: right; 
  margin: 10px 0 10px 10px; 
  }
  
.floatimgcenter { 
  display: block; 
  text-align: center; 
  margin: 10px; 
  }
  
/* PAULINE formatting images WITH CAPTIONS in blog text */  
/* Set all images in the entry content to have spacing below for the caption */
.entry-content .floatcapleft img,
.entry-content .floatcapright img,
.entry-content .floatcapcenter img {
 margin-bottom: 10px;
 }
  
.floatcapleft { 
  display: block; 
  float: left; 
  margin: 10px 10px 10px 0; 
  font-size: 11px;
  color: #000066;
  }
  
.floatcapright { 
  display: block; 
  float: right; 
  margin: 10px 0 10px 10px; 
  font-size: 11px;
  color: #000066;
  }
  
.floatcapcenter { 
  display: block; 
  text-align: center; 
  margin: 10px; 
  font-size: 11px;
  color: #000066;
  }
  
/* PAULINE changing spacing for sidebar headers - and changing the look July 3 2007 - at bottom to override other settings in modules */
h2.module-header, 
h3.module-header,
.module h2.module-header, 
.module h3.module-header 
{
    display: block;
	color: #FFF8DC;
    background: #2F784E;
	padding: 0 0 0 3px;
	margin: 10px 0 5px 0;
    text-transform: uppercase;	
}

h2.module-header a, 
h3.module-header a
{
	color: #FFF8DC;
    background: #2F784E;
	text-decoration: none;
}

h2.module-header a:hover, 
h3.module-header a:hover
{
	color: #CC0000;
	text-decoration: none;
}

/* PAULINE END */
/* Kim - changing tag cloud */
.module-tagcloud .module-content {text-align: left; }
.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

.module-taglist .module-content {text-align: left; }

/* Kim End */

