
html {
  height:100%;
}
body {
	min-width: 970px;
  margin:.8em 0 .8em 0;  font-size:62.5%;  /*em becomes font size, i.e. .8em = 8px*/ 
	text-align: center;    font-family: Arial, Helvetica, Verdana, sans-serif;  
}
#PageContainer {
  width:970px;
  
  /*force height to a minimum on all browsers, but allow it to expand vertically; these three lines must appear in this order */
  min-height: 900px;
  height:auto !important;
  height: 900px;
    border: 1px solid black;  margin:0 auto;  text-align: left;  padding: 1em;  
}

input, select, textarea {
	border: 1px solid gray;
}



/*  PAGE TOP ----------------------------------------------------------------------------------------------------------------------*/
#Header {
}
#Tagline {
  margin-left: -75px
}
#SubscriptionBlock {
  font-family:  Arial, Helvetica, Verdana, sans-serif;  font-weight:bold;  font-size: 1.2em;  float:right;  text-align:right;  color: #808080
}
#TopNav {
  font-size: 13px;  margin-top:5px;  width:800px;  height: 37px;  padding:0;  float:right;  
}
#TopNav ul {
  margin: 0;  padding: 0;  list-style-type: none;  display: inline;
  float:right;
}
#TopNav ul li {
  display: inline;  float: left;     text-transform: uppercase;  font-family: Times, "Times New Roman", serif;  font-weight:bold;  text-align: center;
}
#TopNav ul li a {
	padding: 7px 28px 7px 28px;
  margin-left: 4px;
  color: #FFFFFF;
  display:block;
  color: white;  text-decoration: none;  
  background-color: black;
  width: 100px;
}

#TopNav ul li a:hover { 
  background-color: green;
}

#TopNavSearchForm {
	float:right;
	margin-top:-31px;
	padding-right:8px;
	width: 136px;	
}

#TopNavSearchForm fieldset {
	padding:0;
	margin:0;
	border:0;
	float:right;
}


/*  LEFT NAV ----------------------------------------------------------------------------------------------------------------------*/
#LeftNav {
  background-image: url("/app/images/layout/receipt.jpg");  background-repeat: no-repeat;  width:169px;  height: 670px;  font-size: 11px;  font-family: "Courier New", Courier, monospace;  padding-top: 100px;  text-align:center;  text-transform: uppercase;  float:left;  
  margin-top: -5px;
}
#LeftNavDate {
  color:red;
  font-weight:bold;
}


#RecentArticlesListContainer {
	margin-top: 24px;
	padding: 0em .4em 0 .4em;
}
#RecentArticlesList {
  font-weight:bold;  color: navy;
}
#RecentArticlesList a {
  color: navy;
}

.recentArticle {
	
}
#SiteMapContainer {
	margin-top:36px;
	margin-bottom:185px;
	width:169px;
  height: 425px;
}
#SiteMapLabel {
  color: gray;  text-decoration: underline overline;  
}
#SiteMap a {
  color:black;
}
#LeftNav ul {
  margin:1em;  padding:0;  list-style-type: none;
}
#LeftNav ul li {
  margin-bottom: 1.2em;
}
#LeftNav ul li a {
  text-decoration:none;
}
#LeftNav ul li a:hover {
  text-decoration: underline;  color: green;
}
#BodyContent {
	clear:right;	padding: 0px 0px 1.6em 173px;
	border: 1px solid white;
	font-size: 1.2em;
}




/* ----------------------------- HOME TEMPLATE LAYOUT --------------------------------*/

#HomeLeftColumn {
	width: 462px;
	min-height: 700px;
	height:auto !important;
	height:700px;
	float:left;	
}

#HomeRightColumn {
	width:328px;
	min-height: 700px;
	height:auto !important;
	height:700px;
	float:right;	
}












/* ----------------------------- RECIPE CARD ----------------------------- */
#RecipeCardContainer {
	margin-top: .2em;
	width:328px;
}

#RecipeCardHeader {
	width:328px;
	height:29px;
  	margin:0;
	background-image: url("/public/images/recipeCard_header.jpg");  	background-repeat: no-repeat;
}

#RecipeCardBody {
	width:328px;
	/* min-height:271px; */
	min-height: 225px;
	height:auto !important;
	/*height:271px; */
	height: 225px;
 	margin:0;  	
	background-image: url("/public/images/recipeCard_body.jpg");  	background-repeat: repeat-y;
}


#RecipeCardContent {
	padding: 0 1em 0 1em;	
}

/*
#RecipeCardContent p {
	margin: 0;
	padding: 0 1em 1em 1em;
}
*/

.recipeCardRecipeContainer {
	padding: 1px;
}


.recipeCardRecipeTitle {
	font-family: "Comic Sans MS", cursive;
	font-size:1.2em;
	font-weight:bold;	
	margin-bottom: .8em;
	/* margin-bottom: -.6em; */
}

.recipeCardRecipeTitle a {
	text-decoration: none;
}


#RecipeCardSearchForm {
	width:300px;
	padding-top:1em;
	padding-bottom: 1em;
}


#RecipeCardFooter{
	width:328px;
	height:49px;
  	margin:0;
	background-image: url("/public/images/recipeCard_footer.jpg");  	background-repeat: no-repeat;
}








/* ----------------------------- TILES ----------------------------- */


.tileBox {	
	margin: .3em;
	padding: .6em;
	border: 0;	
	border-top: 1px solid #999999;
	text-align:left;
	/* clear:both; */
}

.tileBox_scroll {
	margin: .3em;
	padding: .6em;	
	border: 1px solid #999999;
	text-align:left;
	overflow:auto;	
}


.tileCategory, .category {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #ff0000;
	font-weight:bold;
	font-size:.9em;
	text-transform:uppercase;
}


.tileTitle, .title {
	font-size: 1.8em;
	font-family: "Times New Roman", Times,  serif;
	font-weight:bold;	
	text-transform: uppercase;
}

.tileTitle a {
	text-decoration:none;
}

.tileTitle a:hover {
	text-decoration:underline;
}


.tileImage_left, .imageLeft {
	float:left;
	margin: 0 .8em 0 0;
}


.tileAbstract {
	
}

.tileAbstract p {
	margin-top: 0;
}

.tileDetailLink {
	display:block;
	text-align:right;
	font-weight:bold;
	font-size: .9em;	
	margin-top: .8em;
}


 
.twoColumnContainer {
	text-align:center;	
	overflow: auto;
	
}

.twoColumnLeft {
	float:left; 	
	width:50%;	
	text-align:left;	
}

.twoColumnRight {
	float:right;	
	width:50%;
	text-align:left;		
}


.topArticlesList ul {
	
}


.topArticlesList ul li {
	padding:0;
	margin-bottom:.4em;
}

.topArticlesList ul li a {
	text-decoration: none;
}


.topArticlesList ul li a:hover {
	text-decoration: underline;
}



/*  VIDEO PAGE ----------------------------------------------------------------------------------------------------------------------*/

#Video {
	/*margin: .3em;	*/
	/*float:left;		*/
}






.accordion { 
	list-style-type: none; 
	padding: 0; 
	margin: .3em 0; 	
}

.accordion ul {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}

.accordion li.section {
	background: #000000;
	cursor: pointer;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
	color:white;
	border-bottom: 1px solid black;
}

.accordion li.section.active>a.tab {
	background: url('/public/images/close.gif') no-repeat center right; 
}

.accordion li div {
	padding: .6em;
	background:	white;
	color:black;
	display: block;
	clear: both;
	float: left;
	height: 208px;
	width: 96%;
	overflow-y: auto;
	overflow-x: hidden;
}

.accordion li div span {
	
}

.accordion a.tab {
	text-decoration: none;
	border-bottom: 1px solid red;
	/* font: bold 1.1em/2em Arial, sans-serif; */
	font-weight:bold;
	color: white;
	padding: 2px 8px 2px 8px;
	display: block;
	cursor: pointer;
	background: url('/public/images/open.gif') no-repeat center right;
}









.productReviewBlock {
	margin-top: 2em;
}


.productReviewTable {
	border: 1px solid green;
	width:100%;	
}

.productReviewTable caption {
	margin-bottom: 1em;
	font-weight:bold;
	font-size: 1.4em;
}

.productReviewTable tr {
	border: 1px solid green;
	text-align:center;
}

.productReviewTable tr td {
	border: 1px solid green;
	text-align:center;
}

.productReviewSummaryText {	
	text-align:left;	
	
}

.tableTotalColumn {
	font-weight:bold;
	color: #cc0033;
}


.overallRatingText {
	font-weight: bold;
	color: maroon;
	font-style: italic; 
}




#ArticleContainer {
	padding: 1em 1em 0 1em;
}

.publishDate, .byLine {
	font-size: 1.2em;
}

.imageCaption {
	background-color: silver;
	font-style: italic;
	display:block;
	padding: 0 .4em .4em .4em;
	
}


/*  PAGE BOTTOM ----------------------------------------------------------------------------------------------------------------------*/



#Footer {
  text-align:center;
  font-size: 1.1em;  font-weight:bold;
  clear:both;
  padding-top: 1.4em;
 }
 
 



#QuickPolls .tileCategory {
	margin-bottom: .8em;
}
 
.quickPoll {
	margin-bottom: 1em;
}

.quickPollLabel {
	font-weight:bold;
}

.quickPollTeaser {
	/*font-size: .9em;*/
	margin-left: .8em;
	margin-right: 1.2em;
}








.listTable {
	width: 100%;
	border: 3px inset silver;
}

.listTable caption {
	font-size: 1.4em;
}

.listTable th {
	text-align: center;
}

.listTable td {
	border: 1px solid silver;
}





.hidden {
	display:none;
}

.smallInput {
	font-size: 8px;
}

label {
	display:block;
	font-weight: bold;
}

/*  --------------------------------------------------------------------------------------------------------------------------- */

.helpButton {
	clear: both;
	margin: 1em 1em 0 1em;
	background-color: #ffffaf;
}

.helpText {
	display: none;
	background-color: #ffffaf;
	border: 1px dashed silver;
	padding: 1em;	
	margin: .8em;
	text-align: left;
}


/*  --------------------------------------------------------------------------------------------------------------------------- */

#ViewControl {
	display:block
}


fieldset {
	/* margin: 1.5em 0 0 0; */
	padding: 0;
}

legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li {
	padding-bottom: 1em;
}

fieldset.submit {
	border-style: none;
	text-align:right;
}
/* overrides blueprint screen.css */
.error {
	border: 2px solid red;
}

.errorDetail {
	color: red;
	font-weight: bold;
	font-style: italic;
	padding-left: 1em;
}

.helpButton {
	display: block;
	float: right;
	margin-right: 1em;
}

hr.space {
	visibility: hidden
}

.saveOk {
	border: 2px dotted green;
}

.saveError {
	border: 2px dotted red;
}

input.innerLabel {
	color: gray;
}



/*  PRINT FRIENDLY ------------------------------------------------------------------------------------------------------------*/


@media print {
body {
  margin:0;  padding: 0;  font-size:62.5%;  /*em becomes font size, i.e. .8em = 8px*/ 
		text-align: center;  min-width:640px
}
#PageContainer {
  width:640px;  padding:0;  border: 0;
}
#SubscriptionBlock {
  display:none;
}
#Tagline {
  margin:0;  float:right;
}
#TopNav {
  display:none;
}
#LeftNav {
  display:none;
}
#BodyContent {
  padding:2em 0 2em 0;  width:600px
}
}

