﻿/* BEGIN: Tags */
body 
{
    font-family: Helvetica,Arial, Sans-Serif, Times New Roman;
    background-color: #ffffff; /* #ffeeff; */ 
}
a, a:visited
{
    text-decoration: none;
    color: #f0910e;
}
ul
{
    margin: 0 0 0 15px;
    padding: 0 0 0 10px;
}
li
{
    border-bottom: 2px solid white;
}
hr{
	border-bottom:1px solid #666666;
    border-top: 0px;
	height:0px;
	margin:0px;
}
/* END: Tags */

/* BEGIN: home page */
/* feature */
.feature
{
    border: 5px solid white;
}
.fI1
{
    width: 82px;
    height: 72px;
    border: 1px solid #666666;
}
.fI1 img
{
    border: 1px solid white;
}
.fS
{
    width: 90px;
    height: 82px;
    float: left;
}
/* lists */
.newItems
{
    clear: both;
    border-bottom: 5px solid white;
    border-left: 5px solid white;
}
.newItems li, .newItems li a
{
    color: #ff9b13;
}
#submit
{
    border: 0px solid #ff9b13;
    background-image: url(images/search_button.png);
    width: 58px;
    height: 22px;
}
.searchArea input
{
    vertical-align: middle;
}
.searchArea
{
    border-top: 5px solid white;
    border-bottom: 5px solid white;
}
#copyright
{
    color: #666666;
}
/* END: home page */

/* BEGIN: common */
.catDiv
{
    background-image: url(images/category_back.jpg);
    background-repeat: repeat-x;
}
.rowMenuTable
{
    height: 41px;
    background-image: url(images/category_tap.jpg);    
    background-repeat: no-repeat;
    border-bottom: 5px solid white;
    text-transform: uppercase;
}
.catCell
{
    padding: 23px 0 0 25px;
}
.pregnancy, .baby, .toddler, .preschool, .schoolage, .tweenandteen, .parenttime, .health, .craftsandfun, .sendtofriend, .searchresults, .recipe
{
    color: #a5b93e;
}
.catNav
{
    border-top: 5px solid white;
    border-bottom: 5px solid white;
    border-left: 5px solid white;
    border-right: 5px solid white;
}
.dotDividerSpace
{
    border-bottom: 10px solid white;
}
.dotDivider
{
    clear: both;
    background-image: url(images/divider_dot.jpg);
    background-repeat: repeat-x;
    height: 15px;
}
.center
{
    text-align: center;
}
.left
{
    text-align: left;
}
.right
{
    text-align: right;
}
.blue
{
    color: #35B8E4;
}
.pagination
{
    border-top: 5px solid white;
    border-bottom: 5px solid white;
}
#pagination
{
    border-left: 5px solid white;
}
.ad
{
    border-bottom: 10px solid white;
    text-align: center;
    font-size:xx-small;
    color: #666666;
}
.adText-dis
{
    text-align: center;
    font-size:xx-small;
    color: #666666;
}
/* END: common */

/* BEGIN: article page */
.headerGreenTitle
{
    color: #86B912;
    font-weight: bold;
}
.headerBlueSub
{
    color: #35B8E4;
    font-weight: bold;
}
.aContent, .backToSearch
{
    border-left: 2px solid white;
    border-right: 2px solid white;
}
.aTitle, .fT
{
    color: #ff9b13;
    font-weight: bold;
}
.author
{
    font-weight: bold;
}
.date
{
    font-style: italic;
    color: Gray;
}
/* Recipe */
.whiteBox
{
    border-top: 10px solid white;
}
.rSection
{
    font-weight: bold;
    text-transform: uppercase;
}
.whiteBox table
{
    border-left: 3px solid white;
    border-right: 3px solid white;
}
.whiteBox table tr td
{
    color: #7a7a7a;
    padding-bottom: 3px;
    padding-top: 3px;
}
/* Health / Illness */
.aBody
{
    border-top: 10px solid white;
    border-bottom: 10px solid white;
}
.aTail
{
    color: #787878;
    text-align: center;
}
/* END: article page */

/* BEGIN: RssMain page */
#rssItems
{
    margin: 5px;
    padding: 5px;
    border-left: 5px solid white;
    border-right: 2px solid white;
}
.searchItems
{
    border-left: 5px solid white;
    border-right: 5px solid white;
}
#rssItems li, #rssItems li a, .searchItems li, .searchItesms li a
{
    color: #ff9b13;
    font-weight: bold;    
}
#rssItems .description, .searchItems .description
{
    border-top: 3px solid white;
    border-bottom: 5px solid white;
    border-left: 10px solid white;
    font-weight: normal;
}
.description
{
    color: #666666;
}
/* END: RssMain page */

/* BEGIN: Search Result page */
.sContent
{
    border-left: 5px solid white;
    border-right: 2px solid white;
}
.sPagination
{
    border-left: 5px solid white;
}
/* END: Search Result page */

/* BEGIN: Email page */
.emailError
{
    color: Red;
    border-bottom: 10px solid white;
}
#toEmail, #fromEmail, #comment, #copyMe
{
    border-bottom: 5px solid white;
}
.eContent
{
    border-left: 2px solid white;
    border-right: 2px solid white;
}
/* END: Email page */

/* admin *********************************************************************/
.hidden
{
    display: none;
}
.admin-body
{
    width: 850px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #D8DEDD;
    font-size: 14px;
}
#admin-login #content
{
    text-align: center;
    min-height: 160px;
    padding-top: 90px;
}
#admin-main #content
{
    text-align: center;
    min-height: 200px;
}
.admin-body #content div#button-row
{
    margin-top: 10px;
    text-align: right;
}
.admin-body #content table
{
    margin: 0 auto;
}
.admin-body #footer 
{
    text-align: center;
}

.admin-body #content #instruction 
{
    text-align: left;
}
.admin-body .message
{
    border: 1px solid #D8DEDD;
    padding: 15px;
    color: #ff9b13;
    text-align: left;
}
.admin-body #link-row
{
    text-align: right;
}
.admin-body #header
{
    overflow: hidden;
}
.admin-body .left { float: left; }
.admin-body .right { float: right; }
