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

/* basic elements */

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

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px
}

#body a:link {color: #006699; text-decoration: none;}
#body a:visited {color: #006699; text-decoration: none;}
#body a:hover {color: #fff; text-decoration: none;}
#body a:active {color: #fff;text-decoration: none;}
#header-layer {
position:absolute;
left:0px;
top:0px;
        background-image:url(http://www.dissentfromdarwin.com/graphics/iHeaderTopBackground.gif);
width:100%;
height:181px;
z-index:2;
}
#dissent-logo {
position:absolute;
top: 49px;
left: 169px;
        background-image: url(http://www.dissentfromdarwin.com/graphics/dissentLogo.gif);
width:384px;
height: 100px;
z-index: 3;
}
#header-nav-layer {
position:absolute;
left:48px;
top:0px;
        background-image: url(http://www.dissentfromdarwin.com/graphics/iNavTopBackground.gif);
width:612px;
height:25px;
z-index:2;
}
#blogname {
        position:absolute;
        left:105px;
        top:-40px;
        font-size: 14px;
}

#blogname a:link {color: #006699; text-decoration: none;}
#blogname a:visited {color: #006699; text-decoration: none;}
#blogname a:hover {color: #FFFFFF; text-decoration: none;}
#blognamer a:active {color: #FFFFFF;text-decoration: none;}

#header-nav-layer a:link {color: #006699; text-decoration: none;}
#header-nav-layer a:visited {color: #006699; text-decoration: none;}
#header-nav-layer a:hover {color: #FFFFFF; text-decoration: none;}
#header-nav-layer a:active {color: #FFFFFF;text-decoration: none;}

#mainText {
position:absolute;
top: 220px;
left: 48px;
width: 610px;
}
#mainText a:link {color: #006699; text-decoration: none;}
#mainText a:visited {color: #006699; text-decoration: none;}
#mainText a:hover {color: #66aadd; text-decoration: none;}
#mainText a:active {color: #66aadd; text-decoration: none;}

#sidebar-top-layer {
position:absolute;
left:694px;
top:0px;
background-image:url(http://www.dissentfromdarwin.com/graphics/iSidebarBackground.jpg);
width:290px;
height:423px;
border: solid 1px #006599;
z-index:2;
}

#sidebar-top-layer a:link {color: #ffffff; text-decoration: none;}
#sidebar-top-layer a:visited {color: #ffffff; text-decoration: none;}
#sidebar-top-layer a:active {color: #dddddd; text-decoration: none;}
#sidebar-top-layer a:hover {color: #dddddd; text-decoration: none;}

#sidebarBottomLayer {
position:absolute;
left:694px;
top:424px;
background-image:url(http://www.dissentfromdarwin.com/graphics/mLeftBottomBackground-Color.jpg);
width:290px;
                min-height: 525px;
border: solid 1px #006599;
z-index:2;
}
#sign-button{
position:absolute;
left:75px;
top:32px;
z-index:3;

}
#download-button {
position:absolute;
left:76px;
top:88px;
z-index:3;
}
#sign-button-text {
position:absolute;
left: 40px;
top:15px;
font-family: Helvetica Neue;
font-size: 14px;
font-stretch: expanded;
color: #ffffff;
font-weight: bold;
z-index:4;
}
#download-button-text {
position:absolute;
left:10px;
top:9px;
font-family: Helvetica Neue;
font-size: 13px;
font-stretch: expanded;
color: #ffffff;
font-weight: bold;
z-index:4;
width: 160px;
}
#tagline {
position:absolute;
text-align:center;
left: 0px;
top: 142px;
font-size: 22px;
font-weight: bold;
color:#ffffff;
width: 300px;
}
#sidebar-text {
position:absolute;
text-align:left;
left: 29px;
top: -169px;
font-size: 14px;
margin-bottom: 0px;
margin-top:0px;
color:#ffffff;
width: 236px;
}
#checkbox {
position: relative;
left:0px;
margin-top: 40px;
background-image:url(http://www.dissentfromdarwin.com/graphics/Checkbox.jpg);
height:46px;
width:39px;
}
#mt-extras {
       position: absolute;
       left: 29px;
       top: 0px;
}
#disclaimer-background{
position:relative;
left:0px;
margin-top: 40px;
background-image:url(http://www.dissentfromdarwin.com/graphics/iNavBottomBackground.gif);
height:18px;
width: 610px;
}
#disclaimer-text{
position:absolute;
top: 2px;
left:19px;
color: #ffffff;
font-size:11px;
}
#disclaimer-text a:link {color: #ffffff; text-decoration: none;}
#disclaimer-text a:visited {color: #ffffff; text-decoration: none;}
#disclaimer-text a:hover {color: #666666; text-decoration: none;}
#disclaimer-text a:active {color: #666666; text-decoration: none;}

h1 {color:#006599; margin-bottom:0px; margin-top:0px;}
h2 {margin-bottom:0px; color:#006699;}
p {margin-top:0px; margin-bottom:0px;}

#sidebarBottomLayer h2{color:#fff;}


/* $Id: base-weblog.css 30948 2006-06-13 08:59:18Z jallen $ */

/* basic elements */

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

form { 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;
}


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

#beta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
    color:#ffffff;
    margin-left:15px;
}
#beta a:link {color: #ffffff; text-decoration: none;}
#beta a:visited {color: #ffffff; text-decoration: none;}
#beta a:hover {color: #cccccc; text-decoration: none;}
#beta a:active {color: #cccccc;text-decoration: none;}

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

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

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