/* basic elements */

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

body{font: 70% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
   text-align: center;
   min-width: 720px;
   color: #333;
   background-color: #fff;}
   
#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#container{position: relative;
   margin: 0 auto 20px auto; /* center on everything else */
   width: 760px;
   text-align: left;
   background-color: #fff;;}
   
#container-inner {border-width: 0;
   border-style: solid;
   border-color: #fff;
   position: static; 
   width: auto;
   margin-left: 24px;}



/* Links */
a { color: #37592d; text-decoration: none; }
a:hover { color: #a9bf8b; }
a img { border: 0; }

p a {color: #51771A; background-color: transparent;}
p a:hover {color: #7CB130; background-color: transparent;}	

.module-header a, .archive-header a:hover {color: #fff;}

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

.techno {font-size: 10px;
	text-align: left;
	color: #666;}

.module-content a { color: #426214; }
.module-content a:hover { color: #6D992F; }

.techno a { color: #619715; }
.techno a:hover { color: #7CB130; }


h1, h2, h3, h4, h5, h6 { font-weight: normal; 
	font-family: Helvetica, 'Trebuchet MS', Verdana, Sans-Serif;
	margin: 10px auto;
        letter-spacing: -1px;}

p, ol, ul, pre {margin: 10px auto;}

blockquote {color: #8d8d8d;
	background-color: transparent;
	padding: 0px 45px 0px 35px;
	text-align: justify;
	font-style: italic;
	line-height: 16px;
	margin: 8px auto;}


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





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

.entry-footer {font-size: 60%;}

.comments-open label { display: block; }

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

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



/* basic page elements */

.module-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-width: 2px 1px 1px 2px;
   border-style: solid;
   border-color: #568419;
   padding: 5px;
   color: #fff;
   background: #5e911a;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

	/* This is the ARCHIVES header link */
		.entry-more-link,
		.typelist-thumbnailed {font-size: 11px;}
		.commenter-profile img { vertical-align: middle; }




/* page layout ID's*/

#banner
{
   width: 728px; /* necessary for ie win */
   height: 79px;
   background: #fff url(siteimages/new_banner.jpg) no-repeat; 
   position: relative;
   margin: 0px auto 0px -6px;
   padding: 0px; 
}

#banner h1 {display: none;}
#banner-inner
{
   padding: 0px;
   border-width: 0px 2px 0px 2px;
   border-style: solid;
   border-color: #fff;
   position: static;
}

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

#banner-description {display: none;}

#alpha { margin: 15px 15px 0 15px; width: 480px; }
#beta { width: 200px; }
#gamma, #delta { width: 180px; background: #e6ecf2; }

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

#delta { float: right; }

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

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

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {position: static;}




/* page layout Classes*/

.date-header
{
   margin: 10px 0px 0px 0px;
   padding-bottom: 0px;
   font-size: 12px;
   font-weight: bold;
   float: right;
   color: #7b9953;
}

.entry-header
{
   margin-top: 0;
   border-left: 5px solid #e7eedc;
   padding: 0 0 0 10px;
   color: #666;
   font-size: 22px;
}

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

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

.entry-footer img {vertical-align: top;}

span.post-footers, span.separator{vertical-align: top; margin-top: 3px;}
 

.comment-content {
   margin: 0px 0px 0px 10px;
   line-height: 1.5;
}

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

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

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

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




/* modules */

.module
{  position: relative;
   overflow: hidden;
   width: 100%;
   margin: 0 0 10px 0;
   border-bottom: 1px solid #a9aaa9;
   background: #f6f6f6;
}

.module-mmanager div.module-content {   position: relative;
   margin: 0;
   border-width: 2px 0px 0px 1px;
   height: auto;
   border-color: #e0e3e0;
   border-style: solid;
   padding: 10px;
   font-size: 10px;
   line-height: 1.2;}

.module-content
{
   position: relative;
   margin: 0;
   border-width: 2px 1px 1px 1px;
   border-color: #e0e3e0;
   border-style: solid;
   padding: 10px;
   font-size: 10px;
   line-height: 1.2;
}

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

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

.module-list {margin: 0 10px 5px 5px;}

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

.module-list-item
{
   margin: 5px auto;
   color: #666;
   line-height: 1;
}

p.blogroll {margin: 2px 0px 2px 5px; padding: 0px;}




/* Start Tag Cloud CSS */

#cloud {padding:1px; 
	line-height:auto;
	text-align:center;
	margin: 4px auto 10px auto;}

#cloud a {text-decoration:none; padding:2px;}

#cloud a:hover {color: #b1bda2;}

a.tag1, a.tag2, a.tag3,a.tag4 ,a.tag5, a.tag6,a.tag7, .tag8, a.tag9, a.tag10, a.tag11, a.tag12 {display: block !important;
	text-align: left;}

/* End Tag Cloud CSS */


#searchcontrol {width: 150px; height: auto; overflow: auto;}


/* AMAZON */

.amazon-item, .amazon-item a, .amazon-item p {float: left;}
div.amazon-item {margin: 4px auto 10px;}



/* Fix Img spacing in Entries*/
#alpha-inner img {padding: 2px 10px 2px 0px;}


/* CHICKLETS */

ul#chicklet {margin: 5px 0px 10px -38px;}
	
ul#chicklet li {list-style-type: none;
	list-style-position: outside;}
	
ul#chicklet li a img {padding-bottom: 2px;}


/* BOOKMARKS */
ul#twistermc-bookmarks {margin: 0px 0px 10px -38px;}
ul#twistermc-bookmarks li {list-style-type: none;
	list-style-position: outside;
	padding-bottom: 2px;}



