.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
   margin: 10px 0 18px 0;
}


div.module-writer h2.module-header
{
    text-indent: -999px;
    background: url('tmpl_img/title_writer.gif') top left no-repeat;
}

div.module-categories h2.module-header
{
    text-indent: -999px;
    background: url('tmpl_img/title_category.gif') top left no-repeat;
}

div.module-entries h2.module-header
{
    text-indent: -999px;
    background: url('tmpl_img/title_entry.gif') top left no-repeat;
}

div.module-archives h2.module-header
{
    text-indent: -999px;
    background: url('tmpl_img/title_archive.gif') top left no-repeat;
}

div.module-search h2.module-header
{
    text-indent: -999px;
    background: url('tmpl_img/title_search.gif') top left no-repeat;
}

div.module-categories li
{
    list-style: url('tmpl_img/icon_category.gif');
}

div.module-entries li
{
    list-style: url('tmpl_img/icon_entry.gif');
}

div.module-archives li
{
    list-style: url('tmpl_img/icon_archive.gif');
}

.module-content
{
   position: relative;
   margin: 10px 0 0 0;
   padding: 0;
   line-height: 1.2;
}

.module-content p{
 margin:5px 0px;
}

.module-content a { color: #36414d; }
.module-content a:hover { color: #00cc00; }

.module-list
{
   margin: 10px 0 10px 0px;
   padding: 0 0 0 28px;
   list-style-type: none;
}

.module-list .module-list
{
   margin: 5px 0 0 0;
   padding-left: 15px;
   list-style: circle;
}

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

.module-search .module-content
{
    margin: 10px 10px;
    text-align: right;
}
.module-search .module-content #search
{
    width: 150px;
    margin-bottom: 6px;
}

.module-presence img { vertical-align: middle; }

.module-powered .module-content {
   margin-bottom: 0px;
   border: 1px dotted #a3b8cc;
   padding: 10px;
   color: #292e33;
   background: #fff;
}

.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;
}

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }


.module-featured-photo .module-content,
.module-photo .module-content
{
   margin: 0;
}

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content
{
   margin: 0;
   border-width: 0;
   padding: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; padding: 10px 0 0 19px; }
.module-recent-photos .module-list
{
   display: block;
   height: 1%;
   margin: 0;
   border: 0;
   padding: 0;
   list-style: none;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   padding: 10px 10px 0px;
   color: #36724E;
   font-size: 1.2em;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.module-recent-photos .module-list-item
{
   width: 64px; /* mac ie fix */
   margin: 0 10px 10px 0;
   padding: 0;
   background: none;
}

.module-recent-photos .module-list-item a
{
   border: #cfd4d9 1px solid;
   padding: 1px;
   background: #fff;
}

.module-recent-photos .module-list-item a:hover
{
   border-color: #36414d;
   background: #fff;
}

.module-header a,
.module-header a:hover{ color: #36724E; }