/* Styles used and modified for MindfulEater */

/* Base Weblog (base-weblog.css) */

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

/* default body styles, including font face and size */
body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: arial, verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
}

/* default form styles */
form, input { margin: 0; padding: 0; }

/* default anchor and heading styles.  deals primarily with spacing & font weight*/

/*a { text-decoration: underline; } SPG */
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 */
/* system class - do not touch */
.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* system class - do not touch */
/* .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 */
/* addendum to the body style*/
body { text-align: center; } /* center on ie */

/* global container styles; manages text layout */
#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 860px; /* SPG */
   text-align: left;
}
#container-inner { position: static; width: auto; }

/* banner or page header styles */
#banner { position: relative; }
#banner-inner { position: static; }

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

/* padding on top of the logo*/
#logo { margin-top: 10px; }

/* columns settings */
#alpha, #beta, #gamma, #gammatwo, #delta
{
   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;
}

/* system settings */
.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

/* system layout settings */ 

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

/* more entry links style info;  not used for ME? */
.entry-more-link a
{
	font-size: 12px;
	font-weight: bold;
}

.entry-more-link a:hover
{
	font-size: 12px;
	font-weight: bold;
}


/*.entry-footer, SPG */
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

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


img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}

/* modules */
/* global module setting */ 
.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}
/* global module content setting */ 
.module-content
{
   position: relative;
   margin: 5px 10px 20px 10px;
}

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

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

/* Vicksburg (theme-vicksburg.css) */
/* global page elements*/
body
{
   font-family: arial, sans-serif, verdana, helvetica, 'georgia';
   font-size: 12px;
}

/*
a { color: #36414d; text-decoration: underline; }
a:hover { color: #a3b8cc; }
SPG
*/

/* global href styles */ 
a
{
	color: #779900;
    text-decoration: none;
}
a:hover
{
	color: #ffffff; 
	background-color: #779900; 
	text-decoration: none;	
}

 
/* to go link */ 
#go a 
{  
   color: #91bb00;
   font-size: 13px;
   font-weight: bold;
   font-family: 'georgia', verdana, helvetica, arial, sans-serif;
   text-decoration : none;
}

#go a:hover 
{ 
	color:  #91bb00; 
	background-color: #ffffff; 
	text-decoration: none;	
}

/* stylings for the navigational category element when selected */ 
.currentCategory
{
	color: #fff;
	background: #91bb00;
	margin-left: -7px;
	padding-left: 4px;
	padding-right: 4px;
	border-left-color: #91bb00;
	border-left-style: solid;
	border-left-width: medium;
}
/*
#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }
*/

.module-content a 
{ 
	font-family: arial, sans-serif, verdana, helvetica, 'georgia';
}	/*SPG*/

/*.module-content a:hover { color: #ffffff; background-color : #8a956d; text-decoration : none;}	SPG*/

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

.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-left: 5px solid #ffffff;*/ /*SPG*/
   padding-top: 5px;
   color: #666666;	/*SPG*/
   background: #ffffff;
   font-family: 'georgia', arial, sans-serif, verdana, helvetica;
   padding-left: 2px;
   padding-bottom: 5px; 
   font-size: 10px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
   border-top: 1px solid #ccccb2;
}

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

   margin: 0;
   /*border-left: 5px solid #ffffff;*/ /*SPG*/
   padding-top: 5px;
   color: #666666;	/*SPG*/
   background: #ffffff;
   font-family: 'georgia', arial, sans-serif, verdana, helvetica;
   padding-left: 2px;
   padding-bottom: 5px; 
   font-size: 10px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase; 
}

.module-header_top_upfont{
   font-size: 14px;	
} 

.module-header-no-border
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;
   margin: 0;
   background: #ffffff;
}

/* SPG
.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: 10px;
   color: #000;
}

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


/* page layout */

body
{
   min-width: 860px; /* SPG */
   color: #000000;
   background: #ffffff; /*SPG - page background*/
}

#container
{
   width: 860px; /* SPG */
   margin-bottom: 20px;
   background: #fff;
}

#container-inner
{
   border-width: 0 0 0 0; 
   border-style: solid;
   /*border-color: #292e33;SPG*/
}

#banner
{
   width: 840px; /* necessary for ie win */ /* SPG */
   /*background: #fefeed; *//*spg*/
   margin: 0px 0px 0px 10px;
   border-bottom: 1px solid #ccccb2;

}

#banner-inner
{

   /*border-width: 0;
   border-style: solid;
   border-color: #fff;
   */
}

.banner-user
{
   width: 70px;
   margin-top: 5px;
   font-size: 10px;
}

.banner-user-photo { border: 1px solid #fff; }

#banner-header	/*SPG banner head - underline header */
{
   /*color: #fff;
   font-size: 30px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
   */
   float:left;
}

#banner-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: #fff;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
}

#alpha { margin: 15px 15px 0 15px; width: 480px; }
#beta { width: 200px; background: #ffffff; }
#gamma { width: 220px; background: #fff; }	/* SPG */
#gammatwo { width: 180px; background: #fff; }	/* SPG */
#delta { background: #ffffff;  margin-top: 40px;}	/* SPG */

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

/* Date header */ 
.date-header
{
   margin-top: 10;
   font-family: 'trebuchet ms', arial, verdana, sans-serif;
   font-size: 10px;
   font-weight: bold;
   color: #91bb00;
   text-transform: uppercase;
}

/* Entry=Blog post header */ 
.entry-header
{
   margin-top: 0;
   /*border-left: 5px solid #dae0e6;*/ /*SPG*/
   /*padding: 0 0 0 0px;*/ /*SPG*/
   color: #000000;
   font-family: 'georgia', verdana, helvetica, arial, sans-serif;
   font-size: 22px;
}

/* blog post href styles */ 
.entry-header a 
{  
   color: #000000;
   text-decoration : none;
}

.entry-header a:hover
{
	color: #fff;
}

/* global content positioning styling */ 
.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
}

/* COmment and Trackback Footer styles */ 
/*.entry-footer,*/
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #ccccb2;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}

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

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

/* Article - trackback styling */ 
#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #553a20;
   padding: 0 10px;
   color: #666666;
   font-size: 11px;
   text-align: center;
   background: #ccccb2;
}

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

/* styles for Image on homepage */ 
#mainImage
{
	margin-bottom: 20px;
}

/* NEWSLETTERS Entry*/
/* styles for newsletter entry box */ 
#newsletterEntry
{
	float: right; 
	padding-top: 40px;  
}

/* Signup for our newsletter image */ 
.newsletterSignup
{
   float: right; 
   padding-top: 41px;  
   padding-right: 4px; 
   color: #666666;	/*SPG*/
   background: #ffffff;
   font-family: 'georgia', arial, sans-serif, verdana, helvetica;
   font-size: 11px;
}

/* Newsletter input box style */ 
#nlemail
{
	font-size: 10px;
    color: #666666;
	padding-left: 2px;  
}

/* Newsletter input box style */ 
#nlemail
{
	font-size: 10px;
    color: #666666;
	padding-left: 5px;  
}


/* ON OUR MINDS SECTION */
/* Date - unused  */ 
.onmind-date-header
{
	margin-top: 10px;
   	color: #000000;
   	font-family: 'trebuchet ms', arial, verdana, sans-serif;
    font-size: 10px;
	font-weight: bold;
}

/* Title style */ 
.onmind-list-item
{
	font-family: arial, sans-serif, verdana, helvetica, 'georgia';
	margin: 0 0 0 0;
	font-size: 12px;	
	line-height: 1.3;
}

/*Syndication Section*/
/*rss & atom icons*/
#subButtons
{
	padding-top: 2px;
}

/*subscription form*/
#subReaderlist
{
	padding-top: 5px;
}

/*dropdown box*/
#subAddSites
{ 
	font-size: 10px; 
}

/*learn about subscriptions link*/
#subAbout
{
	padding-top: 5px;
	font-size: 10px; 
}

/* Body Style*/ 
.onmind-entry-body
{
	margin-top: 0px;
	color: #000000;
   	font-family: arial, verdana, sans-serif;
    font-size: 11px;
}

/* Footer Style */ 
.onmind-post-footers
{
	color: #666666;
   	font-family: arial, verdana, sans-serif;
    font-size: 10px;
}

/* Spotlight Images padding */ 
.spotlight
{
	padding-right: 10px;
}

/* modules */
/* global module settings - effects all modules or widgets*/ 
.module
{
   margin: 0 0 10px 0;
   /*border-bottom: 1px solid #f3f6f9;*/
   /*background: #dae0e6;*/
}

/* global content module settings - effects all modules or widgets*/ 
.module-content
{
   margin: 0 0 0 0;
   /*border-top: 1px solid #909069;*/
   padding: 0 0 0 2px; 	/*spg - offset spacing*/
   font-size: 12px;	
   line-height: 1.3;
}

/* search module settings */ 
.module-content-search
{
   margin: 0 0 0 0;
   /*border-top: 1px solid #909069;*/
   padding: 0 0 0 2px; 	/*spg - offset spacing*/
   font-size: 12px;	
   line-height: 1.3;
}

/* search input box*/ 
.module-search input { font-size: 10px; }

/* not used */ 
.module-search #search { width: 85px; }

	/* two-column-left tweaks */
   .layout-two-column-left
   {
      background-image: url(images/bg_tile.gif); /* SPG */
   }

   /* left column */
   .layout-two-column-left #alpha
   {
	  margin: 0;
      width: 150px;	/* SPG */
      background: #ffffff; /* SPG */   
   }

   /* left colummn body */
   .layout-two-column-left #alpha-inner
   {
      margin: 10px 0 0 10px;
      border-style: solid;
      border-color: #fff;
   }

   /* middle column */ 
   .layout-two-column-left #beta
   {
      margin: 0;
      width: 600px;	/* SPG */
      background: none;
   }

   /* middle column body */ 
   .layout-two-column-left #beta-inner
   {
      margin: 10px 0 0 10px;
      border-width: 0;
   }

	/* three column page settings*/	
   .layout-three-column
   {
      background-image: url(images/bg_tile.gif); /* SPG */
   }
	
	/* left column */
   .layout-three-column #alpha
   {
      margin: 0;
      width: 150px;	/* SPG */
      background: #ffffff; /* SPG */
   }

   /* body in left column */	
   .layout-three-column #alpha-inner
   {
      margin: 10px 0 0 10px;
      border-style: solid;
      border-color: #fff;
   }
	
   /* middle column  */
   .layout-three-column #beta
   {
      margin: 0;
      width: 450px;	/* SPG */
      background: none;
   }
   
   .layout-three-column #betatwo
   {
      margin: 0;
      width: 500px;	/* SPG */
      background: none;
   }

   /* middle column body */ 
   .layout-three-column #beta-inner
   {
      margin: 10px 0 0 10px;
      border-width: 0;
   }

   /* right column */
   .layout-three-column #gamma
   {
      margin: 0 0 0 0;
      width: 240px;	/* SPG */
      background: none;
   }

   .layout-three-column #gammatwo
   {
      margin: 0 0 0 0;
      width: 200px;	/* SPG */
      background: none;
   }

   /* right column body */ 
   .layout-three-column #gamma-inner
   {
      margin: 10px 0 0 10px;
      border-width: 0;
   }