 /* BCMHSeattle.org - CSS */

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

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

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

body
{
   margin: 10px auto;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   background-image: url('http://www.5as.org/images/imgBackground.jpg');
 background-repeat: repeat;   
font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
}

#content-wrapper {
 width: 900px; 
 margin: 0 auto;
 background-repeat: no-repeat;
 background-color: White;
 border: 1pt solid; 
 color: #000000; 
 cellpadding: 1;
}


#logo { 
border: 1pt solid;
color: #990033;
background-color: #C0C0C0;
}

#header { 
background-color: #336699;
width: 100%;
height: 15px;
}

#menu {
margin: 0px 1px 0px;
width: 900px;
font-size: 12px;
font-weight: bold;
float: center;
background-color:;
text-align: center;
display: inline;       /* fix for doubling margin in IE */
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

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


a.blue:link {
color: #ffffff; 
background: ; 
font-weight: bold; 
text-decoration:none;
}

a.blue:active {
color: #ffffff; 
background: ; 
font-weight: bold;
text-decoration:none;
}

a.blue:visited {
color: #ffffff; 
background: ; 
font-weight: bold;
text-decoration:none;
}

a.blue:hover {
color: #ffffff; 
background: #990033; 
font-weight: bolder;
text-decoration:none;
}

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



/* page layout */

#pagebody-inner { position: absolute;}
#container-inner { position: static; width: auto; }

#alpha, #beta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 0px;
}

#alpha-inner, #beta-inner {position: static; }
/* #beta { width: 200px; background: #e6ecf2; } - Original (Right Box - Outer Background) */

#alpha { 
margin: 10px 10px 0px; 
}

#beta {
margin: 0px 0px 0px; 
width: 150px; 
background-color: #F5F5F5; 
border-bottom: .5pt solid; 
border-right: .5pt solid;}


#beta-inner
{
padding: 10px 10px 0 10px;
}


/* modules */

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

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

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   text-align: center;
   width: 100%;
   width: auto;
   margin: 0;
   border-right: 5px solid #000000;
   padding: 4px;
   color: ;
/* background: #a3b8cc; - Original (Right Box - H3 Background) */
   background: #C0C0C0;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}


.module-content
{

   margin: 0 0 10px 0;
   border-top: 1px solid #cfd4d9;
   padding: 10px 10px 0 10px;
   font-size: 10px;
   line-height: 1.2;
   position: relative;
   margin: 0px 0px 20px 0px;
}