/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   padding: 0;
}

body
{
background-image: url(http://www.thomsonwhike.com/pics/bggradient.gif);
background-repeat: repeat-x;
margin: 0 0 0 0;
padding: 0;
font: italic 11px Georgia, serif;
color:#333;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}

a { color: #963; text-decoration: underline; }
a:hover { color: #963; }

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.date-header
{
font: 9px verdana, sans-serif;
text-transform: uppercase;
font-weight:bold;
text-align:center;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 150px;
   margin: 0px;
   padding: 15px 5px 15px 5px; 
   background-image: url(http://www.thomsonwhike.com/pics/module.jpg); 
   background-position: top left; 
   background-repeat: no-repeat;
   background-color: #e9e9e9;
   font-size:10px;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
color: #963;
}

h1, h2
{
font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

h3, h4, h5, h6
{
font-family: georgia, times new roman, serif;
}

/* 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: 100%;
}

/* .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: 100%;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

#container
{
background-image:url(http://www.thomsonwhike.com/pics/sideborder.jpg);
background-position: top left;
background-repeat:no-repeat;
background-color: #FFF;
   position: relative;
   margin: 0 auto auto 0;
   width: 600px;
   text-align: left;
   border:1px solid #AAA;
}

#container-inner { 
   background-color: #FFF;
   position: static; 
   width: 600px;
   margin-left:150px;
   border-right: 3px double #d9d9d9;
   border-left: 1px solid #d9d9d9;
}

#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;
   border:2px #FFF;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}

/* 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: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 150px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-content
{
   position: relative;
   margin: 0px 10px 0px 10px;
}

.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 5px;
   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-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */


/* page layout */


#alpha { margin: 15px 10px 0 10px; width: 400px; }
#beta { width: 150px; background: #FFF; border:0px 1px 1px 1px solid #d9d9d9; margin-top:5px;}
#gamma, #delta { width: 150px; background: #FFF; }

#beta-inner,
#gamma-inner,
#delta-inner
{
   padding: 10px 0 0 0;
   border: 0px 1px 1px 1px solid #d9d9d9;
}
.entry-header
{
   margin-top: 0;
   font: bold 1.1em Georgia, Times, serif;
   padding: 10px 0px 15px 0px;
   color: #000; 
/*   background-image: url(http://www.thomsonwhike.com/pics/module.jpg); 
   background-position: top left; 
   background-repeat: no-repeat;
   border: 1px solid #c0c0c0; */
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{ border: 1px solid #c0c0c0;
  width: 380px;
}

.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
}

.archive-content,
.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.comments-open-footer
{
   margin: 5px 0 20px 0;
   border-top: 1px dashed #d9d9d9;
   padding-top: 3px;
   color: #666;
   font-size: 9px;
   text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #d9d9d9;
   padding: 0 10px;
   color: #999;
   font-size: .3em;
   text-align: center;
}

.comments-open-footer
{
   margin: 10px 0;
}


/* modules */

.module
{
   margin: 0 0 10px 0;
   border: 1px solid #c0c0c0;
   background:#fff;
}

.module-content
{
   margin: 0px 0 10px 0;
   border-top: 1px solid #e9e9e9;
   padding: 10px 10px 0 10px;
   font-size: 10px;
   line-height: 1.2;
}

.module-categories
.module-centre
{
   margin: 30px 0 10px 0;
   border-top: 1px solid #e9e9e9;
   padding: 10px 10px 0 10px;
   font-size: 12px;
   text-align:center;
}

.module-powered { border-width: 0; }
.module-powered
{
   margin-bottom: 0;
   border: 1px dashed #c0c0c0;
   padding-bottom: 10px;
   color: #666;
   background: #fff;
}

.module-list
{
   margin: 0 15px 10px 15px;
   list-style: none;
   text-align:center;
}

.module-content p
{
text-align:center;
}

.module-list-item
{
   margin-top: 0;
   color: #666;
}

.module-photo img { border: 3px solid #e9e9e9; text-align:center; }