﻿/* This is the main body style. */
body 
{
    font-family: Trebuchet MS, Arial, Helvetica, Verdana;
    font-size: 15px;
    color: #666666;
    text-decoration: none; 
}
a:link {color: #0099CC; text-decoration: none; }
a:visited {color: #0099CC; text-decoration: none; }
a:active {color: #0099CC; text-decoration: none; }
a:hover {color: #333399; text-decoration: none; }

/* This is the default text size and color - changing here changes all non styled text */
.DefaultText
{
    font-family: Trebuchet MS, Arial, Helvetica, Verdana;
    font-size: 15px;
    color: #666666;
    text-decoration: none; 
}
.DefaultText a:link {color: #0099CC; text-decoration: none; }
.DefaultText a:visited {color: #0099CC; text-decoration: none; }
.DefaultText a:active {color: #0099CC; text-decoration: none; }
.DefaultText a:hover {color: #333399; text-decoration: none; }

/* This is the 'Wrapper' div which draws the border around the newsletter, NOT INCLUDING the Page Footer. */
#wrapper 
{
	width:820px;
	margin:0px auto;
	border:1px solid #bbb;
	padding-top:10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

/* This is the Page Footer containing the Archives and copyright info. */
#PageFooter
{
	width:820px;
	margin:0px auto;
    font-size: 10px;
    color: #666666;
    text-align: center;
}

/* This is INTENTIONALLY LEFT BLANK for alignment purposes (seriously!) */
#bottom-blank 
{
    clear: both;
}


/* 
    IN THIS ISSUE Hyperlinks
    This style is used for the IN THIS ISSUE Label.
*/

#BottomLeftColumn
{
    float: left;
    width: 200px;
}

#BottomRightColumn
{
    float: left;
    width: 560px;
    padding-left: 20px;
}

#MonthlyRecipeTitle
{
    width: 200px;
    background-color: #333399;
    padding-left: 5px;
    padding-right: 5px;
    color: #ffffff;
}

#MonthlyRecipe
{
    border: solid 1px #333399;
    background-color: #FFFFFF;
    width: 540px;
    padding: 5px 8px 5px 8px;
}

#WellnessConnections
{
    background-color: #f6e9d4;
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    width: 184px; 
}

#InThisIssue
{
    float: left; 
    width: 184px; 
    background-color: #ffcc99;
    padding: 5px 8px 5px 8px;
}

#InThisIssueHeader
{
    font-size: 14px;
    color: #cc0000;
    font-weight: bold;
}

#MonthlyGoal
{
    padding: 8px;
	background-color: #339999; 
	color: #FFFFFF;  
}

.InThisIssueHeader
{
    font-size: 14px;
    color: #cc0000;
    font-weight: bold;
}
.InThisIssueHeader a:link
{    color: #cc0000;
     text-decoration: none; }
.InThisIssueHeader a:visited
{   color: #cc0000;
    text-decoration: none; }
.InThisIssueHeader a:active
{   color: #cc0000;
    text-decoration: none; }
.InThisIssueHeader a:hover
{   color: #000000;
    text-decoration: none;}

#IssueMainArticleContainer
{
    float: left; 
    width: 290px; 
    padding-left: 20px;
}

#IssueMainArticle
{
    padding-top: 10px;
}


/* View Article Text */
#view-article-text
{
    clear: both;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* View Article Previous */
.view-article-previous
{
    float: left;
    text-align: left;    
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 12px;
    color: #999999;
    text-decoration: none; 
    width: 200px;
}

.view-article-previous a:link
{   
    color: #999999;
    text-decoration: none; 
}
	 
.view-article-previous a:visited
{   
    color: #669966;
    text-decoration: none;  
}
	
.view-article-previous a:active
{   
    color: #669966;
    text-decoration: none 
}
	
.view-article-previous a:hover
{   
    color: #669966;
    text-decoration: none; 
}

/* View Article Next */
.view-article-next
{
    float: left;
    text-align: right;    
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    color: #999999;
    text-decoration: none; 
    width: 288px;
}

.view-article-next a:link
{   
    color: #999999;
    text-decoration: none; 
}
	 
.view-article-next a:visited
{   
    color: #669966;
    text-decoration: none;  
}
	
.view-article-next a:active
{   
    color: #669966;
    text-decoration: none 
}
	
.view-article-next a:hover
{   
    color: #669966;
    text-decoration: none; 
}





.InThisIssueLinks
{	
    font-size: 13px;
    color: #669966;
    text-decoration: none; 
	padding-bottom: 15px;
}
	
.InThisIssueLinks a:link
{    
    color: #669966;
    text-decoration: none; 
}
	 
.InThisIssueLinks a:visited
{   
    color: #333333;
    text-decoration: none; 
}
	
.InThisIssueLinks a:active
{   
    color: #333333;
	text-decoration:underline
}
	
.InThisIssueLinks a:hover
{   color: #333333;
	text-decoration:underline
}

.InThisIssueLinks ul
{
    margin: 0 5px 0 25px;
    padding: 0;
    font-size: 12px;
}
	
/* View Article Bread Crumb */
.article-bread-crumb
{
    float: left;
    width: 351px;
    padding-left: 15px;
    font-size: 11px;
    color: #666666;
    text-decoration: none; 
    padding-top: 9px;
    padding-bottom: 9px;
}

.article-bread-crumb a:link
{    color: #999999;
     text-decoration: none; }
	 
.article-bread-crumb a:visited
{   color: #999999;
    text-decoration: none; }
	
.article-bread-crumb a:active
{   color: #000000;
    text-decoration: none; }
	
.article-bread-crumb a:hover
{   color: #000000;
    text-decoration: none; }
    



/* Poll Container Panel - Overall panel for poll question, answers & submit button */
.PBPollContainer
{
    font-size: 12px;
    color: #000000;
    text-decoration: none; 
    background-color: #dedef4;
	border: #333399 1px solid; 
	width: 180px; 
	height: 230px;  
	text-align: center;
	padding: 10px;
}

.PBPollTitleTab
{
    color: #FFFFFF;
    font-size: 16px;
	font-weight: bold;
	width: 150px;
    background-color: #333399;
	padding-left: 5px; 
	padding-right: 5px; 
}

.PBPollTitle
{
    font-size: 16px;
    color: #993333;
	padding: 10px;
	text-align: center;
    text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
}

.PBPollQuestion
{
    font-size: 12px;
    color: #000000;
    text-decoration: none;
	padding: 10px;
	text-align: left;
}

.PBPollAnswers
{
	text-align: left;
	padding: 10px;
}

.PBPollVoteResults
{
	padding: 10px;
    text-align: left;
    font-size: 12px;
    color: #666666;
    text-decoration: none; 
}

.PBPollVoteResults a:link
{    color: #cc9966;
     text-decoration: none;
     font-weight: bold; 
}	 

.PBPollVoteResults a:visited
{   color: #cc9966;
    text-decoration: none;
    font-weight: bold;  
}	

.PBPollVoteResults a:active
{   color: #cc9966;
	text-decoration: none;
	font-weight: bold; 
}	

.PBPollVoteResults a:hover
{   color: #000000;
	text-decoration: none;
	font-weight: bold; 
}

/* Chris Added 6/12/09 - This is the side Navigation including the Well Connections links */

.PDFandArchiveLink 
{color: #CC0000; font-size: 14px; text-decoration: none; font-weight: bold; cursor: pointer; }
.PDFandArchiveLink  a:link 
{color: #CC0000; text-decoration: none;  cursor: pointer;}
.PDFandArchiveLink  a:visited 
{color: #CC0000; text-decoration: none; }
.PDFandArchiveLink  a:active 
{color: #CC0000; text-decoration: none; }
.PDFandArchiveLink  a:hover 
{color: #000000; text-decoration: none; cursor: pointer; }

.ArticleTitle
{   font-size: 22px;
    color: #339999;
    font-weight: bold;
    text-decoration: underline; }
    
/* For Homepage Read More of the Feature Article LINK */    
.ReadMore
{color: #666666; font-size: 11px; text-decoration: none; padding-right: 10px; }
.ReadMore a:link 
{color: #666666; text-decoration: none; }
.ReadMore a:visited 
{color: #666666; text-decoration: none; }
.ReadMore a:active 
{color: #000000; text-decoration: none; }
.ReadMore a:hover 
{color: #000000; text-decoration: none; }

/* For Navigation Links */ 
.PDFandArchiveLink 
{color: #666666; font-size: 12px; text-decoration: none; font-weight: bold; cursor: pointer; }
.PDFandArchiveLink  a:link 
{color: #666666; text-decoration: none;  cursor: pointer;}
.PDFandArchiveLink  a:visited 
{color: #666666; text-decoration: none; }
.PDFandArchiveLink  a:active 
{color: #333399; text-decoration: none; }
.PDFandArchiveLink  a:hover 
{color: #333399; text-decoration: none; cursor: pointer; }	


/* Chris Added 6/11/09 - These are styles for the Admin and Articles */

.RecipeNutritionFacts
{   font-size: 12px;
    color: #003399;
    text-decoration: none; }
.RecipeNutritionFacts a:link
{    color: #003399;
     text-decoration: none; }
.RecipeNutritionFacts a:visited
{   color: #003399;
    text-decoration: none; }
.RecipeNutritionFacts a:active
{   color: #0099FF;
    text-decoration: none; }
.RecipeNutritionFacts a:hover
{   color: #0099FF;
    text-decoration: none;}
	
.ArticleHeader 
{	color: #333399; 
	font-size: 23px; 
	font-weight: bold; }

.ArticleSubHead 
{	color: #339999; 
	font-size: 18px; 
	font-weight: bold; }

.BulletPoints
{   font-size: 15px;
    color: #333399;
    font-weight: bold;
    text-decoration: none; }
	
.ArticleFooter {color: #666666; font-size: 10px;}
.ArticleFooter a:link {color: #666666; text-decoration: none; font-size: 9px; }
.ArticleFooter a:visited {color: #666666; text-decoration: none; font-size: 9px; }
.ArticleFooter a:active {color: #666666; text-decoration: none; font-size: 9px; }
.ArticleFooter a:hover {color: #000000; text-decoration: none; font-size: 9px; }	

.ArticleCallOut
{	padding: 5px;
	background-color: #CCCCFF;
	width: 350px; 
	border: 1px solid #333399;}
	
.ArticleWriter {color: #666666; font-size: 12px;}


