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

body
{
   margin: 5px auto;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 11px;  
   width: 800px;
   background: #C0C0C0;
}

form, input { 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, 
{
   margin-top: 10px;
   margin-bottom: 10px;
}

blockquote
{
margin-top: 5px;
margin-bottom 5px;
padding: 2px;
border: 1px solid #000000;
background-color: #ccddff;
}

/* 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 { text-align: center; } /* center on ie */

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   #background-color: #FFFFFF;
   background: #fff;
}

#container-inner { 
   position: static; 
   width: auto; 
   border-width: 5px 5px 5px 5px;
   border-style: solid;
   border-color: #292e33;
}

#banner { position: relative; }
#banner-inner { 
        position: static;
        text-align: center;
        background: #000000;
}

#logo {
	width: 800px;
	height: 120px;
	background: transparent url(http://www.noloveforfrank.org/images/banner.gif) no-repeat top left;
	color: #000033;
        	padding-bottom: 2px;
}

#footer {position: relative; }
#footer-inner {
       position: static;
        width: 780px;
	font-size: 85%;
	clear: both;
	padding: 5px 5px 10px 5px;
	background-color:#2B515A;
	color: #fff;
	text-align: center;
}

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta, #sidebar
{
   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;
   text-align: left;	
   width: 550px;
   margin-left: 15px;	
   _margin-left: 10px;
   padding: 0px 10px 10px 0px;	
   margin-top: 10px;
}

#sidebar-inner
{
   position: static;
   width: 208px;              
   margin-top: 10px;
   text-align: left;	                  
}

.content-nav
{
  text-align: center;
}

/* modules */

.module
{
   margin: 0 0 10px 0;
   border-bottom: 1px solid #f3f6f9;
   ;background: #dae0e6;
    background-color: #EBEBEB
}

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

.image-centered
{
    text-align:center;
    margin-top:0px;
    margin-bottom:10px;
    padding:0px;
}

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

.module-list {
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item {
   padding: 1px 5px 1px 0px;
   color: #666;
   line-height: 1.2;
}

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

   margin: 0;
   border-left: 5px solid #36414d;
   padding: 5px;
   color: #fff;
   background: #a3b8cc;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   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;
}

#trackbacks-info label
{
margin: 0.5em 0.5em 0 0;
}

.module-header
{
    text-align: center;
    border-left: 0px;
}


.entry
{
      margin-bottom: 25px;
}

.entry-footer
{
      margin: 0px;
      padding: 3px 0px 5px 5px;
      text-align: left;
      border-left: 5px solid #36414d;
}

#comments-open-data label
{
      width: 5em;
      float: left;
      text-align: right;
      margin: 0.5em 0.5em 0 0;
      display: block;      
}

.comment-footer
{
      text-align: right;         
      border-bottom: 1px solid #000000;
      border-right: 2px solid #000000; 
      padding: 5px 5px 5px 5px;
}

.comments-open-header,
.trackbacks-header 
{
margin-top: 20px;
}

.stamp
{
      border-bottom: 1px solid #000000;    
}
