/*
 *  Reset element default values.
 */

body {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #fff;
  font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
  font-size: 66%;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, dl,
pre, hr, blockquote, address, code, cite,
div, span,
table, tr, td, th, thead, tfoot,
form, fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  font: normal 1.0em/1.0em Verdana, Arial, Helvetica, Helv, sans-serif;
}

a, img {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

blockquote  {
  margin: 0 2em 1.5em 2em;
  font-style: italic;
  line-height: 1.3em;
}

p blockquote, blockquote p {
  font-style: italic;
  line-height: 1.3em;
}

label {

}

form fieldset .formindent ul li {
  list-style: none;
}

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

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



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

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



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

.image-thumbnail {
    float: left;
    width: 115px;
    margin: 0 10px 10px 0;
}

.image-thumbnail img {
    width: 115px;
    height: 115px;
    margin: 0 0 2px 0;
}

body {
    color: #000;
    background: #fff; 
}

a {
color: #696AB0;
font-weight: bold;
}

p {
line-height: 1.3em;
margin-bottom: 1.5em;
}


#alpha { width: 595px; }
#beta { width: 164px; }

.date-header {
    margin-top: 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.entry-header {
    margin-top: 0;
    padding: 0 0 0 10px;
}

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

.entry-tags {
    margin: 0 0 10px 10px;
}


.entry-tags-list {
    padding: 0px;
}

.entry-footer,
.comment-footer,
.trackback-footer {
    margin: 0 0 20px 0;
    padding-top: 3px;
    text-align: right;
}

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

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

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

/* modules */

.module {
    margin: 0;
}

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


.module-powered { border-width: 0; }
.module-powered .module-content {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.module-list {
    margin: 0 15px 10px 15px;
}

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

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


/* All or multiple templates
    Suppress underlines on linked entry titles */
.entry-header a { text-decoration: none; }
    /* Suppress the prev/next nav */
.content-nav { margin: 0px; display: none; }

/* Search results templates */
.mt-search-results .search-results-header {
    border: 2px solid #669;
    background-color: #36414d;
    color: #eee;
    padding: 5px;
}
.mt-search-results .search-results-container { margin-left:10px; }
.mt-search-results form#search-form { width: 400px; margin: 0px auto 20px auto; }
.mt-search-results form#search-form input#search { width: 80%; }
.mt-search-results form#search-form p#search-options { text-align:center; }

/* Entry tag display */
div.entry-tags { margin:0 0 10px 10px; }
ul.entry-tags-list {
    padding: 0px;
}
h4.entry-tags-header,
ul.entry-tags-list,
li.entry-tag { }

/* Main index styles
    Suppress date header on main index */
.main-index .date-header { display: none; }

/* Comment preview and individual entry
    Widen the comment form */
form textarea#comment-text { width:400px; }

/* New Design Elements */

.module-search {
background-image: url("/images/search-background.gif");
height: 70px;
}

.module-search #search  {
width: 136px;
}

.module-search label {
display: none;
visibility: hidden;
}

.module-subscription {
background-image: url("/images/subscription-background.gif");
background-position: bottom;
color: #E4E4F0;
}

.module-subscription .module-content {
padding-top: 0px;
padding-bottom: 15px;
}

.module-subscription #email {
margin-top: 5px;
width: 136px;
}

.module-navigate {
background-image: url("/images/background-dark.gif");
background-color: #9394B3;
background-position: bottom;
color: #6D6EAB;
font-size: .8em;
text-align: center;
}

.module-content a {
color: #303271;
font-weight: bold;
}

.module-navigate .module-content, .module-tags .module-content {
padding-top: 5px;
padding-bottom: 10px;
}

.module-categories, .module-tags, .module-archives, .module-our_supporters {
background-image: url("/images/background-light.gif");
background-color: #E9E9E3;
background-position: bottom;
}

.module-categories li, .module-tags li{
  list-style-image: url("/images/bullet-light-red.gif");
  margin-bottom: 5px;
}

.main-index .module-categories li, .main-index .module-archives li, .module-our_supporters li, .date-based-archive .module-archives li, .category-archive .module-archives li {
list-style-image: url("/images/bullet-light-grey.gif");
margin-bottom: 5px;
}

.module-list  {
margin-left: 30px;
}

#banner-description {
background-image: url("/images/banner-background.gif");
background-repeat: no-repeat;
margin-top: 20px;
padding: 15px 35px 20px 140px;
line-height: 1.3em;
}

.entry {
background-image: url("/images/entry-background.gif");
background-repeat: no-repeat;
}

.entry-content {
float: right;
width: 510px;
}

.entry-content h2, .entry-header a {
color: #A63614;
font-size: 1.5em;
line-height: 1.0em;
margin-bottom: 5px;
font-weight: normal;
}

.entry-header {
padding-left: 0px;
margin-bottom: 5px;
}

.entry-content h2, .entry-body, .entry-footer, .entry-header {
padding-right: 35px;
}

.entry-meta {
background-image: url("/images/entry-meta-background.gif");
background-repeat: no-repeat;
font-size: .9em;
padding: 5px 0px 15px 0px;
}

.entry-date {
color: #fff;
width: 62px;
text-align: center;
padding-top: 10px;
}

.entry-date-day {
font-size: 2em;
font-weight: bold;
}

.main-index .entry-tags li, .main-index .entry-tags h4, .main-index .entry-tags ul {
display: inline;
}

.date-based-archive .entry-tags li, .date-based-archive .entry-tags h4, .date-based-archive .entry-tags ul, .category-archive .entry-tags li, .category-archive .entry-tags h4, .category-archive .entry-tags ul {
display: inline;
}

.trackbacks {
background-image: url("/images/entry-trackback-background.gif");
background-repeat: no-repeat;
}

#trackbacks-info {
    margin: 25px 0 10px 0;
    padding: 0 10px;
}

.trackbacks-content, #trackbacks-info {
padding-left: 110px;
padding-right: 35px;
}

#trackbacks-info p {
font-weight: bold;
}

.comments {
background-image: url("/images/entry-comment-background.gif");
background-repeat: no-repeat;
}

.comments-open-content, .comment {
padding: 25px 35px 0px 110px;
}

.comments label {
font-weight: bold;
}

.comments-open-footer {
text-align: right;
}

.module-favorite_links, .module-resources  {
background-image: url("/images/background-dark.gif");
background-position: bottom;
background-color: #9394B3;
}

.module-favorite_links li, .module-resources li {
list-style-image: url("/images/bullet-dark-red.gif");
margin-bottom: 5px;
}

dl {
padding-left: 5px;
}

dd {
margin: 0px;
padding: 0px;
font-style: italic;
margin-bottom: 10px;
}

dt {
list-style-image: url("/images/bullet-dark-red.gif");
}

.module-content {
background-image: url("/images/spacer.gif");
}

.photo {
float: left;
}

.photo-right {
float: right;
}

.entry-body img {
padding: 10px;
}