html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 10px 0px 0px 0px;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: 'lucida sans unicode', verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
    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, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* 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 */

body {
    min-width: 790px;
}

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 800px;
    text-align: left;
}
#container-inner { 
    position: static; 
    width: auto; 
    margin-bottom: 20px;
}

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

#alpha { margin: 0px 10px 0 0px; width: 515px; }
#beta { width: 235px;  }

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

#footer {
    width: 760px;
    margin-top: 20px;
    padding: 10px;
    border-top: 4px solid #000;
    background-color: #ccc;
    text-align: center;
}
#footer-inner {
    text-align: center;
    text-weight: bold;
}
#banner {
    width: 760px; /* necessary for ie win */
    border-top: 7px solid #000;
    padding: 23px 0px 20px 0px;
}
#banner a  {
    text-decoration: none;
    color: #000;
}
#banner-header {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}

#banner-description {
    font-size: 14px;
    font-weight: normal;
}


/* content */

.content-nav h3 {
    font-size: 12px;
    text-weight: bold;
    clear: none;
}

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

.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 10px 20px 10px;
}

.comments-open label { display: block; }

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

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

.comments-open-header {
    clear: both;
}

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

img.image-full { width: 100%; }


/* modules */

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

.module-content {
    position: relative;
    margin: 5px 0px 25px 0px;
}
.module-more .module-content  {
    margin: 0px 0px 20px 0px;
}
.module-cycling-photos {
    padding: 5px;
    background-color: #ccc;
}
.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}


.ads {
    margin-bottom: 15px;
}

.subscribe-link {
    background-color: #ffcc00;
    padding: 5px;
    color: #000;
    font-size: 14px;
    text-weight: bold; 
    text-decoration: none; 
}
.subscribe a, .subscribe a:visited {
    color: #000;
}