@charset "UTF-8";
/* CSS Document */

/* basic elements */

html
{
   margin: 0;
   padding: 0;
}

body
{
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
}

a { text-decoration: none; }
a img { border: 0; }

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

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

/* page layout */

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

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 720px;
   text-align: left;
}
#container-inner { position: static; width: 100%; }

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

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

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

#alpha-inner, #beta-inner, #gamma-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;
   margin: 5px 10px;
}

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

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

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

/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

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

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

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}

.module-powered .module-content { margin-bottom: 10px; }

/* basic page elements */

body
{
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
   font-size: 12px;
}

a { color: #4054a1; text-decoration: none; }
a:hover { color: #7d8dc7; }

.module-content a { color: #fff; }
.module-content a:hover { color: #7d8dc7; }

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

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   width: 100%;

   margin: 0;
   padding: 5px;
   color: #fff;
   background: #29397a;
   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;
}

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

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


/* page layout */

body
{
   min-width: 720px;
   color: #333;
   background: #4054a1;
}

#container
{
   width: 720px;
   margin-bottom: 20px;
   background: #ffffff;
}

#container-inner
{
   border-width: 0px 0px 0px 0px;
   border-style: solid;
   border-color: #ffffff;
}

#banner
{
   width: 710px; /* necessary for ie win */
   background: #ffffff;
}

#alpha { margin: 15px 15px 0 15px; width: 480px; }
#beta { width: 200px;}
#gamma { margin: 15px 0 0 0; width: 100%; background: #4054a1; }

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

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

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

.entry-header
{
   margin-top: 0;
   padding: 0 0 0 0px;
   color: #4054a1;
   font-size: 18px;
}

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

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

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

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

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #29397a;
   padding: 0 10px;
   color: #333;
   font-size: 11px;
   text-align: center;
   background: #b6bfe1;
}

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


/* modules */

.module
{
	margin: 0 0 10px 0;
	background-image: url(../images/nt.gif);
	background-repeat: repeat;
}

.module-header 
{ 
background: url(../images/tr.gif) no-repeat top right;
}

.module-header div 
{ 
background: url(../images/tl.gif) no-repeat top left;
}

h2.module-title 
{
   margin: 0px;
   padding: 0px 0px 10px 10px;
   color: #fff;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.module-footer 
{ 
background: url(../images/br.gif) no-repeat bottom right;
}

.module-footer div 
{
background: url(../images/bl.gif) no-repeat bottom left;
}

.module-content
{
   margin: 0 0 0px 0;
   padding: 0px 10px 0 10px;
   font-size: 10px;
   line-height: 1.2;
}

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

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

.module-list-item
{
   margin-top: 0;
   color: #4054a1;
   line-height: 1.2;
}
 .delicious 
  {
  padding: 5px;
  margin: 5px 5px 5px 15px;
  }

 .delicious-posts ul, .delicious-posts li 
  { 
  margin: 0px; 
  padding: 0px;
  list-style: disc;
  color: #4054a1;
  }

.twitter
  { 
  margin: 5px;
  padding: 5px;
  color: #4054a1;
  }
.twitter ul, .twitter li
{
  margin: 0px;
  padding: 0px;
  list-style:none;
  color: #4054a1;
}

.flickr
{
margin: 10px 10px 0 10px;
}

.flickr img
{
margin-bottom: 10px;
padding: 3px;
background: #333333;
display: block;
margin-left: auto;
margin-right: auto;
}

.footer
{
   position: relative;
   width: 100%;
   border-width: 0; 
}

.footer .footer-content
{
   position: static;   
   margin-bottom: 0;
   padding: 10px;
   color: #333;
   background: #fff;
   font-size: 10px;
   line-height: 1.2;
   border: 1px dashed #29397a;
}

.altimg
{
display:block;
margin-left:auto;
margin-right:auto;
}

