/*******
*** babyzone_article.css 
*** overrides athena.css, main.css, article.css, babyzone_main.css
********/
/*** article styles  **********/

h1.featureH1 {
    font-size: 30px;
    letter-spacing: -.03em;
    color: #353535;
    font-weight: normal;
}
h2.featureH2 {
    font-size: 16px;
    letter-spacing: -.03em;
    color: #4d4d4d;
    font-weight: normal;	
}
#articleBody {
    background-image: url(../images_bz/mainContent/share_pageSprite.png);
    background-position:  -3px -1495px;
    background-repeat: no-repeat;
    padding-top: 15px;	    
    font-size: 14px;
    line-height: 25px; 
    letter-spacing: .03em;
    color: #4d4d4d;
}
#articleBody p {
    font-size: 14px;
    line-height: 25px; 
    letter-spacing: .03em;
}
#articleBody h2 {
    font-size: 24px;
    letter-spacing: -.03em;
    color: #e6a800;
    font-weight: normal;    
}
#articleBody ul {
    font-size: 14px;
    line-height: 25px; 
    letter-spacing: .03em;
	}
.fromOrBy {
    font-size: 13px;
    letter-spacing: -.03em;
    font-weight: normal;    
	text-transform: lowercase;	
    color: #4d4d4d;
}
.fromOrBy a {
	text-transform: none;
}
#feature ul.ui_MoreLikeThisList, .relatedCategoriesList dd ul li  {
    font-size: 14px;
    line-height: 25px; 
    letter-spacing: .03em;
    overflow: auto;
    list-style: none;
}
#feature .article {
	margin-bottom: 30px;
}
.relatedCategoriesList dd ul li  {
	display: block;
	float: left;
	margin: 0 15px 0 0;
}
.relatedCategoriesList dd {
	margin: 15px 0 0;
	display: block;
}
#feature ul.ui_MoreLikeThisList > li {
	margin: 10px 0 0 0;
	width: 200px;
}
/*** share tools  ***********/
.noFeatureImage ul.socialTools, .article ul.socialTools, .printable ul.socialTools, .articleBottomTools ul.socialTools {
    border: none;
    height: 45px;
    overflow: visible;
    padding-left:20px ;
    background-image: url(../images_bz/mainContent/share_pageSprite.png);
    background-position:  0px -669px;
}
.articleSubPagination {
    background: url("../images_bz/mainContent/share_pageSprite.png") no-repeat scroll -3px -555px transparent;
    overflow: auto;
    height: 50px !important;
    padding: 20px 0 0;
    margin-bottom: 0 !important;
    clear: both;
}
.articleBottomTools {
	height: 80px;
	overflow:visible !important;
	clear:both;
}
/* list styles  */
ul.socialTools li {
    width: 60px;
}
.ingredients ul li, .materials ul li, .whatYouNeed ul li, .instructionDetails ul li, #articleBody ul li {
    background-image: url(../images_bz/global/header/chunky_tab_sprites_new.png);
    background-position:  -8137px -289px;
}
.ingredients ol li, .materials ol li, .whatYouNeed ol li, .instructionDetails ol li, #articleBody ol li {
    font-size: 14px;
    line-height: 25px; 
    letter-spacing: .03em;
    color: #4d4d4d;
    background-image: none;
}
.ingredients ol, .materials ol, .whatYouNeed ol, .instructionDetails ol, #articleBody ol {
    font: 24px 'QuicksandBold', Arial, sans-serif;
    color: #e6a800;
}
dl.relatedCategoriesList {
    border: none;
}
h3.moreLike, dl.relatedCategoriesList dt {
	font-size: 20px;
	font-weight: normal;
    line-height: 25px; 
    letter-spacing: -.03em;
    color: #353535;
    margin: 15px 0 5px 0;
    text-transform: lowercase;
}