@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body { text-align: center;	color: #006FB9;	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size: 100%; background-color: #eaf2f9; }
a, a:visited {
	color: #666;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}
a:hover {
	color:#333;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}
.clearfix { display: inline-block; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
.bold { font-weight: bold; }
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.slideshow { height: 188px; width: 530px; position: relative; overflow: hidden; }
.slideshow img { border: 0px solid #C0D9F0; }
#container  {
	width: 1015px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/sitewide/bg.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	min-height: 769px;
	height: 769px;
	height: auto !important;
} 
#header  {
	width: 1015px;
	height: 199px;
	background-image: url(../images/sitewide/header.png);
	background-repeat: no-repeat;
	position: relative;
	background-color: #eaf2f9;
} 
#logo {
	margin: 10px 0 0 13px;
	float: left;
	clear: right;
	width: 343px;
}
#banner_ad {
	float: right;
	margin: 15px 10px 0 0;
}
#lang {
	color: #006FB9;
	height: 20px;
	text-align: right;
	position: absolute;
	top: 125px;
	right: 20px;
}
#lang a {
	font-size: 70%;
	text-decoration: none;
	color: #006FB9;
	;
}
#navigation {
	width: 1015px;
	height: 30px;
	font-size: 90%;
	position: absolute;
	top: 150px;
	left: 3px;
}
#navigation ul {
	list-style-type: none;
}
#navigation ul li {
	float: left;
}
#navigation ul li img {
	margin-right: 5px;
	margin-left: 5px;
}
#navigation ul li a {
	line-height: 14px;
	text-align: center;
	display: block;
	height: 30px;
	width: 115px;
	text-decoration: none;
	color: #005CAF;
	padding-top: 5px;
}
#navigation ul li a:hover {
	color: #C0D9F0;
}
#navexperts, #navcrafts {
	position: relative;
}
.comingsoon {
	position: absolute;
	top: -12px;
	left: 3px;
}
body#home a#navhome,
body#coupons a#navcoupons,
body#contest a#navcontest,
body#experts a#navexperts,
body#crafts a#navcrafts,
body#healthy a#navhealthy {
	text-decoration: underline;
}
#search {
	border: 1px solid #C0D9F0;
	width: 180px;
	margin: 2px 0 20px 10px;
	padding: 0 10px 0 10px;
	font-size: 100%;
	color: #005CAF;
}
#searchlabel {
	background-image: url(../images/search/search_maglas.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	position:absolute;
	top: 2px;
	right: 25px;
	color: #C0D9F0;
	padding-left: 20px;
	text-align: left;
	width: 200px;
}
.slideshow { height: 188px; width: 530px; margin: auto; }
#couponsSidebar {
	float: left;
	width: 280px;
	padding-left: 5px;
	
}
#couponsContent {
	cursor: pointer;
	width: 985px;
	padding: 0 0 0 30px;
}
.vendor {
}
#printtag {
	font-size: 50%;
	color:#333;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 0 20px;
	background-color:#FFF;
	height: 20px;
	line-height: 20px;
	width: auto;
	position: absolute;
	z-index: 5;
}
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/
#sidebar1  {
	float: left;
	width: 147px; /* top and bottom padding create visual space within this div */
	margin: 17px 0 0 5px;
	background-image: url(../images/sitewide/sidebar_bg.jpg);
	background-repeat: repeat-y;
}
.btnSubj {
	float: left;
	margin: 0 0 10px 0;
}
#sidebar2 {
	float: right;
	margin: 10px 20px 0 0;
	width: 261px;
}
#sidebar2 ul {
	list-style-type: none;
}
#sidebar2 ul li {
	margin-bottom: 10px;
}
#introLeft {
	float:left;
	width: 220px;
	padding: 10px 0 0 50px;
	font-size: 90%;
	margin-top: 20px;
}
#introLeft ul {
	list-style: none;
}
#introLeft ul li {
	margin: 0 0 15px 0;
}
#introLeft ul li.dark {
	color: #112a53;
}
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent  {
	height: 520px;
	height: auto !important;
	margin: 0 286px 0 150px;
	width: 575px;
}
#advertiseContent {
	width: 625px;
	margin: 20px 85px 20px 269px;
	padding: 10px 0 0 30px;
	border-left: 1px solid #666;
	font-size: 80%;
	color: #666;
}
#advertiseContent p {
	margin: 0 0 15px 0;
}
#advertiseContent ul {
	list-style-type: none;
}
.bolder {
	font-weight: bold;
}
#healthyContent {
	width: 734px;
	margin: 20px 281px 0 0;
	text-align: center;
}
#healthyContent h3 {
	font-weight: normal;
	margin-bottom: 20px;
}
#healthyContent p.healthyEmail a, #healthyContent p.healthyEmail a:visited {
	color: #006FB9;
	text-decoration: none;
	font-size: 90%;
}
#craftContent {
	width: 719px;
	color: #666;
	margin: 10px 281px 0 0;
	padding: 20px 0 0 15px;
	text-align: left;
	font-size: 70%;
	overflow: hidden;
}
#craftHeader {
	width: 719px;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
	height: 370px;
}
#craftHeader .craftMainImage {
	position:absolute;
	top: 0px;
	left: 0px;
}
#craftHeader .craftTitleImage {
	position: absolute;
	top: 0px;
	left: 285px;
}
#craftHeader .MaterialsProviderImage {
	position: absolute;
	top: 300px;
	right: 185px;
}
#craftHeader .craftAuthor {
	position: absolute;
	top: 98px;
	left: 295px;
}

#craftHeader .craftMaterialsImage {
	position: absolute;
	bottom: 0px;
	right: 20px;
}
#craftHeader .ingredients ul {
	position: absolute;
	top: 120px;
	left: 295px;
	list-style-type: none;
	width: 230px;
}
.craftNext {
	position:absolute;
	top: -17px;
	right: 5px;

}
.craftPriv {
	position:absolute;
	top: -17px;
	left: 5px;
}
.craftNext a, .craftNext a:visited, .craftPriv a, .craftPriv a:visited {
	text-decoration: none;
	color: #666;
}
.craftStep {
	float:left;
	width: 340px;
	min-height: 230px;
	height: auto !important;
	height: 230px;
	padding-left: 10px;
	padding-bottom: 10px;
	min-height: 250px;
}
#crafBody {
	margin-top: 10px;	
}
.craftNum {
	background-repeat:no-repeat;
	width:25px; height:47px;
	float: left;
}
#craftNum1 {
	background-position: 0px 0px;
}
#craftNum2 {
	background-position: -25px 0px;
}
#craftNum3 {
	background-position: -50px 0px;
}
#craftNum4 {
	background-position: -75px 0px;
}
#craftNum5 {
	background-position: -100px 0px;
}
#craftNum6 {
	background-position: -125px 0px;
}
#craftNum7 {
	background-position: -150px 0px;
}
#craftNum8 {
	background-position: -175px 0px;
}
#craftNum9 {
	background-position: -200px 0px;
}
#craftNum10 {
	background-position: -225px 0px;
}
#craftNum11 {
	background-position: -250px 0px;
}
#craftNum12 {
	background-position: -275px 0px;
}
.craftText {
	display: block;
	width: 290px;
	min-height: 50px;
	padding: 0 0 10px 35px;
}
.craftPic {
	margin: 0 0 0 40px;
}
#content_top {
	background-image: url(../images/sitewide/content_top.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 568px;
}
#content_body {
	background-image: url(../images/sitewide/content_bg.png);
	background-repeat: repeat-y;
	padding: 0 0 10px 15px;
	margin-bottom: 10px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	width: 568px;
}
#content_body.about {
	color: #666;
}
#content_body.about p, #content_body.about ul {
	padding: 0 40px 0 10px;
	font-size: 80%;
}
#content_body.about .first {
	font-weight: bold;
}
#content_body.about h2 {
	font-size: 90%;
	color: #006FB9;
}
#content_body.about ul {
	list-style: none;
	margin-top: 10px;
}
#content_body.about li a {
	color: #006FB9;
}
#content_body.about p {
	margin: 0 0 10px 0;
}
#flash_banner {
	border: 3px solid #C0D9F0;
	width: 530px;
}
.teasers {
	border: 3px solid #C0D9F0;
	margin: 10px 0 0 0;
	width: 531px;
	/* line-height: 20px; */
}
.teasers h3 {
	margin: 5px 0 0 15px;
	font-size: 90%;
}
.teasers p img {
	float: left;
	margin: 5px 5px 0 0;
}
.teasers p {
	font-size: 80%;
	margin: 5px 15px;
	color: #666;
	line-height: 20px;
	overflow: hidden;
}
.teasers p a {
	color: #666;
	text-decoration: underline;
}
.teasers p a:hover {
	color: #333;
}
#subject {
	width: 531px;
	font-size: 70%;
	color: #666;
	text-align: justify;
	min-height: 160px;
	height: auto !important;
	margin: 0 0 10px 0;
}
#subject img {
	float: right;
	margin: 5px 5px 0 15px;
}
#subject_teasers {
	border: 2px solid #000;
	width: 531px;
	min-height: 100px;
	color: #666;
	background-color: #FFF;
	margin: 0 0 10px 0;
}
#subject_teasers a {
	color: #666;
	text-decoration: none;
}
#subject_teasers img {
	float: left;
	margin: 5px 15px 0 5px;
}
#subject_teasers h3 {
	font-size: 80%;
	margin: 3px 0 0 15px;
}
#subject_teasers p {
	font-size: 70%;
	margin: 3px 5px 5px 15px;
}
#article {
	background-color: #FFF;
	width: 531px;
	border: 2px solid #fff;
	color: #666;
}
#article img {
	float: right;
	margin: 5px 5px 0 15px;
}
#article h3 {
	font-size: 90%;
	margin: 5px 0 0 15px;
}
#article em {
	font-size: 70%;
	margin: 5px 0 0 15px;
	font-weight: lighter;
}
#article h4 {
	font-size: 80%;
	margin: 5px 0 0 15px;
}
#article h4.subtitle {
	font-size: 80%;
	margin: 0 0 0 15px;
}
#article p {
	font-size: 70%;
	margin: 5px 5px 5px 15px;
}
#article p.bio {
	font-size: 70%;
	margin: 10px 5px 0 25px;
	font-style: italic;
}
#article ul {
	font-size: 70%;
	margin: 5px 5px 0 35px;
}
#article ol {
	font-size: 70%;
	margin: 5px 5px 0 35px;
}
#article ol em {
	font-size: 110%;
	display: block;
	margin: 0;
	font-style: normal;
	font-weight: bold;
}
#expert {
	background-color: #FFF;
	color: #666;
	width: 531px;
	border: 2px solid #C0D9F0;
}
#expert h3 {
	font-size: 90%;
	margin: 5px 0 0 15px;
}
#expert p {
	font-size: 70%;
	margin: 5px 5px 5px 15px;
}
#expert_tools {
	float: right;
	font-size: 70%;
	margin: 5px 10px 0 0;
	color: #0071BA;
}
#expert_tools ul {
	list-style-type: none;
}
#expert_tools li {
	display: inline;
}
#expert_tools a {
	text-decoration: none;
	color: #0071BA;
}
#expert_tools a:hover {
	color: #C4D9EE;
}
.smallnote {
	display: block;
	font-size: 70%;
	margin: 5px 0 0 0;
	
}

#subscribe_wrap { padding-right: 35px; }
#subscribe h2 { font-size: 90%; }
#subscribe p { padding: 0px 10px; font-size: 80%; margin-bottom: 5px; color: #666; }
#subscribe select { margin: 0px 0px 5px 10px; border:thin solid #006FB9;  }
#subscribe input[type="image"] { margin-left: 10px; }
#subscribe a, a:visited { text-decoration: underline; }
#subscribe a:hover { color: #000; }
#footer  {
	padding: 0 10px;
	text-align: center;
	height: 50px;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 60%;
}
#footbar {
	font-size: 60%;
}
#footbar ul {
	list-style: none;
}
#footbar li {
	display: inline;
}
#footbar a, #footbar a:visited {
	color: #006FB9;
	text-decoration: none;
	padding: 0 10px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
