/* Color */
body {
   background-color:#edecec; 
   color: #333;
}

#container {
   background-color: #edecec;
}

#container-wide {
   background-color: #edecec;
}


#alpha { 
   background: #fff; 
}
#beta { background: #edecec; }
#gamma { background: #e6ecf2; }
#delta { background: #e6ecf2; }
#delta-inner { border-color: #fff; }
   

a {color:#84bc34}
a:link {color:#99cc33}
a:visited {color:#999966}
a:active {color:#99cc33}

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }
#banner { background: #edecec; }
#banner-inner { border-color: #fff; }
#banner-header { color: #fff; }
#banner-description { 
   color: #fff; 
   background: none;
}

.module {
   border: 1px solid #999966;
}
.module-content{ 
   border: 0 0 0 0   solid #999966; 
}
.module-list-item { color: #edecec; }

.module-powered .module-content {
   color: #292e33;
   background: #edecec;
}

.content-nav{
   border-bottom: 2px solid #edecec;
}

.comments-header,
.module-header,
.trackbacks-header,
.comments-open-header,
.archive-header {
   border-left: 0px solid #333;
}

}
.comment-footer {
   border-top: 1px solid #dae0e6;
   color: #666;
}
.entry-header {
   border-left: 2px solid #666;
   color: #666;
}
.entry-footer {
   color: #666;
}

#trackbacks-info
{
   border: 1px dashed #a3b8cc;
   color: #292e33;
   background: #e6ecf2;
}
.trackback-footer
{
   border-top: 1px solid #dae0e6;
   color: #666;
}





/* ================================================== */
/* Fonts */
body {
   font-family: verdana, sans-serif, helvetica, arial;
   font-size: 12px;
}

#banner-header { 
   font-size: 30px;
   font-weight: bold;
   line-height: 1;
}
#banner-description { 
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
}
.banner-user { font-size: 10px; }

a {text-decoration:none}
a:link {text-decoration:none; letter-spacing: .03em;}
a:visited {text-decoration:none; letter-spacing: .03em;}
a:hover {
   text-decoration:none; 
   font-weight: bold;
   letter-spacing: .03em;
}
a:active {text-decoration:none; letter-spacing: .03em;}
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { 
   font-weight: normal; 
}

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

.module-content{
   font-size: 10px;
   line-height: 1.2;
}
.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.module-sub-header {
   font-size: 10px;
   font-weight: bold;
}

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

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

.comment-footer {
   font-size: 11px;
   text-align: right;
}

.date-header {
   font-size: 11px;
   font-weight: normal;
   text-transform: normal;
}
#trackbacks-info { font-size: 11px; }





/* ================================================== */
/* Page Layout */

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

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

form, input { 
   margin: 0; 
   padding: 0; 
}

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}


#container{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 740px;
   text-align: left;
   margin-bottom: 20px;
}

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

#container-wide{
   position: static;
   margin: 0 auto; /* center on everything else */
   width: 830px;
   text-align: left;
   margin-bottom: 20px;
}

#rFrame {
   position: static;
   margin: 10px;
   text-align: left;
   background-color: #edecec;
}
#lFrame {
   position: static;
   margin: 10px;
   text-align: right;
   background-color: #edecec;
}

#banner { position: relative; }
#banner-inner { 
   position: static;
   padding: 15px 13px;
   border-width: 0 0 0 0;
   border-style: solid;
}
.banner-user {
   width: 70px;
   margin-top: 5px;
}
#banner-header {
   margin: 0;
   line-height: 1;
}
#banner-description {
   margin-top: 5px;
   margin-bottom: 0;
}

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

#alpha, #beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   height: 100%;
   min-height: 600px;
}
#alpha { 
   width: 500px; 
   padding: 15px 15px 15px 15px;
}
#beta { width: 200px; height: 100%}
#gamma { width: 180px; }
#delta { 
   float: right; 
   width: 180px; 
}

#alpha-inner {
   position: static;
   height: 100%;
}
#beta-inner,
#gamma-inner,
#delta-inner
{
   position: static;
   padding: 10px 10px 10px 10px;
   border-width: 0 0 0 0;
   border-style: solid;
}



/* ======== content ======== */
.content-nav{
   margin: 10px;
   text-align: center;
   margin-top: 0;
}


/* ======== entry ======== */
.entry {
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}
.entry-content {
   position: static;
   clear: both;
   clear: both;
   margin: 5px 10px;
   margin: 0;
   line-height: 1.5;
}
.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
   clear: both;
}
.entry-header {
   margin-top: 0;
   padding: 0 0 0 10px;
}
.entry-footer {
   clear: both;
   margin: 5px 10px 20px 10px;
   margin: 0 0 20px 0;
   padding-top: 3px;
   text-align: right;
}









/* ======== date ======== */
.date-header {
   position: static;
   clear: both;
   margin-top: 0;
}


/* ======== trackbacks ======== */
.trackbacks {
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}
.trackback-content {
   clear: both;
   margin: 5px 10px;
   margin: 0;
   line-height: 1.5;
}
.trackbacks-info {
   clear: both;
   margin: 5px 10px;
}
#trackbacks-info {
   margin: 10px 0;
   border: 1px dashed #a3b8cc;
   padding: 0 10px;
   text-align: center;
}
.trackback-footer {
   clear: both;
   margin: 5px 10px 20px 10px;
   margin: 0 0 20px 0;
   padding-top: 3px;
   text-align: right;
}
.trackbacks-header {
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   padding: 5px;
}



/* ======== comment(s) ======== */
.comments {
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}
.comment-content {
   clear: both;
   margin: 5px 10px;
   margin: 0;
   line-height: 1.5;
}
.comments-open-content,
.comments-closed {
   clear: both;
   margin: 5px 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;
}
.comments-header,
.comments-open-header {
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   padding: 5px;
}
.comment-footer {
   clear: both;
   margin: 5px 10px 20px 10px;
   margin: 10px 0;
   margin: 0 0 20px 0;
   padding-top: 3px;
   margin: 0 0 20px 0;
   padding-top: 3px;
   text-align: right;
}
.comments-open-footer {
   clear: both;
   margin: 5px 10px 20px 10px;
   margin: 10px 0;
}





/* ======== archive ======== */
.archive-content {
   clear: both;
   margin: 5px 10px 20px 10px;
}
.archive-list {
   margin: 0;
   padding: 0;
   list-style: none;
}
.archive-header {
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   padding: 5px;
}







/* ======== modules ======== */
.module {
   position: relative;
   overflow: hidden;
   width: 100%;
   margin: 0 0 10px 0;
}

.module-content{
   position: relative;
   margin: 5px 10px 20px 10px;
   margin: 0 0 10px 0;
   padding: 10px 10px 0 10px;
}

.module-list {
   margin: 0;
   margin: 0 15px 10px 15px;
   padding: 0;
   list-style: none;
   list-style: disc;
}
.module-list-item {
   display: block;
   float: left;
   /* ie win fix \*/ height: 1%; /**/
   margin: 0;
   margin-top: 0;
   margin-bottom: 5px;
   border: 0;
   padding: 0;
   line-height: 1;
}
.module-list-item a {
   display: block;
   margin: 0;
   border: 0;
   padding: 0;
}
.module-list .module-list {
   margin: 5px 0 0 0;
   padding-left: 15px;
   list-style: circle;
}

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

   margin: 0;
   padding: 5px;
}
.module-sub-header {
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin-left: 10px;
}

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

.module-powered { border-width: 0; }
.module-powered .module-content {
   margin-bottom: 10px; 
   margin-bottom: 0;
   padding-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; }
/* */
