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

/* basic elements */

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

body
{
margin-top:0px;   
/* setting border: 0 hoses ie5 win window inner well border */
   padding: 0px;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
}

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

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: 0px -1px -1px 0px;
   border: 0px;
   padding: 0px;
   font-size: 0px;
   line-height: 0px;
}

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


/* page layout */

body { text-align: center; } /* center on ie */


#banner { position: relative; }
#banner-inner { position: relative; }

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

/* 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;
   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-advertisement,
.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: 0px;
   vertical-align: middle;
}

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

img.image-full { width: 512px; }

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

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



/* basic page elements */

a { color: #36414d; text-decoration: underline; }
a:hover { color: #09426F; }

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

.module-content a { color: #36414d; text-decoration: none; }
.module-content a:hover { color: #36414d; text-decoration: underline; }

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

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

   margin: 0px;
   border-left: 5px solid #B09C46;
   padding: 5px;
   color: #fff;
   background: #09426F;
   font-size: 11px;
   font-weight: bold;
   line-height: 1px;
   text-transform: uppercase;
}

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

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer
{
   font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */

body
{
     font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
   font-size: 12px;
min-width: 820px;
   color: #333;
   background: #00001d;
/*background: url('http://www.silvermoonsisterhood.com/images/background.jpg');*/
}


#container
{
   position: relative;
   margin: 20px auto 20px auto;
   text-align: left;
   width: 810px;
   background: #fff;
   border:solid 5px #292e33;
}

#container-inner { position: relative;}
#banner
{
   width: 810px; /* necessary for ie win */
   background: #09426F;
   background: url('http://www.silvermoonsisterhood.com/images/masthead.jpg');
    height:200px;
}

#banner-inner
{
   position:relative;
top:45px;
left:340px;
width:480px;
height:100px;
}

#banner-header
{
   margin: 0px;
   color: #fff;
   font-size: 33px;
   font-weight: bold;
line-height:33px;
   text-shadow: #36414d 0px 2px 3px;
}

#banner-description
{
   margin-top: 0px;
   margin-bottom: 0px;
   color: #fff;
   background: none;
   font-size: 13px;
   font-weight: bold;
   line-height: 13px;
   text-shadow: #36414d 0px 1px 2px;
}

#alpha { padding: 15px 15px 0px 15px; width: 480px;}
#beta { margin-top:0px; margin-right:2px;width: 298px; background: #6A98BA;}
#gamma, #delta { width: 180px; background: #6A98BA; }

#beta-inner,
#gamma-inner,
#delta-inner
{
   padding: 10px 10px 0px 10px;
   border-width: 2px 0px 0px 0px;
   border-style: solid;
   border-color: #fff;
}

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

.entry-header,
.entry-header a
{
   margin-top: 0px;
   padding: 0px 0px 0px 10px;
   color: #666;
   font-size: 18px;
   text-decoration:none;
}

.entry-header{
   border-left: 5px solid #B09C46;
}

.entry-subheader
{
   margin-top: -8px;
   margin-left: 20px;
   padding: 0px 0px 0px 10px;
   color: #666;
   font-size: 15px;
}

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

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0px 0px 20px 0px;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}

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

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

#trackbacks-info
{
   margin: 10px 0px;
   border: 1px dashed #09426F;
   padding: 0px 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
   background: #6A98BA;
}

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


/* modules */

/* modules */

.module
{
   position: relative;
   overflow: hidden;
   margin: 0px 0px 10px 0px;
   border-bottom: 1px solid #f3f6f9;
   background: #FFE491;
}

.module-content
{
   position: relative;
   margin: 0px 0px 10px 0px;
   border-top: 1px solid #cfd4d9;
   padding: 10px 10px 0px 10px;
   font-size: 10px;
   line-height: 1.2;
      color: #292e33;
}

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

.module-list-item
{

   margin-bottom: 5px;
    margin-top: 0px;
   color: #666;
   line-height: 1.2;
}


.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }


.module-powered
{
       color: #292e33;
   margin-bottom: 0px;
   padding-bottom: 0px;
   color: #292e33;
   background: #fff;
}



/* RRI additions */

.entry-body ol.lower-alpha{
	list-style-type:lower-alpha;
	padding-left:20px !important; padding-left:0px;
	margin-left:0px !important; margin-left:20px;

}
.entry-body ol.upper-alpha{
	list-style-type:upper-alpha;
	padding-left:20px !important; padding-left:0px;
	margin-left:0px !important; margin-left:20px;

}
.entry-body ol.decimal{
	list-style-type:decimal;
	padding-left:20px !important; padding-left:0px;
	margin-left:0px !important; margin-left:20px;
}

.entry-body li{
	margin-top:4px;
	margin-bottom:4px;
}

.entry-body dl{

}

.entry-body dt{
	font-weight:bold;
	margin-bottom:4px;
}

.entry-body dd{
	font-weight:normal;
	margin-bottom:12px;
	margin-left:24px;
}

.entry-body td{
   font-size: 12px;
}

.entry-body th{
   font-size: 12px;
	font-weight:bold;
}

.ca_code{
	margin-left:12px;
}

.ca_code h3{
	margin-left:-12px;
	font-weight:bold;
}

.entry-advertisement{
      border-width: 2px 2px 2px 2px;
      border-style: solid;
      border-color: #6A98BA;
      padding: 12px;
}

.attribution{
font-size:10px;
margin-bottom:12px;
text-align:center;
}

div.rssads{
      width:160px;
      margin:auto;
}

div.selfpromo_linkunit {
background-color: #FFE491;
height:90px;
width:220px;
text-align:left;
}

div.selfpromo_linkunit a {
font-family:verdana, arial, sans-serif;
	font-size:10px;
	color: #666666; 
	text-decoration: none; 
}

div.selfpromo_linkunit  a:hover {
	color: #666666; 
	text-decoration: underline; 
}