/* News */
/* Modified by 2P (zencart@palek.net), 2006-03-07 */

.newsHeadlineText, h3.articleHeading  {
    background: transparent;
    font-weight: bold;
    padding: 0.5em 0 0em 0;
    /*border-top: 2px solid #D8CDD5;*/
    /*margin: 0em -1em 1.5em 0em;*/
}
.newsHeadlineText img { vertical-align: middle; }

/* 2P note  - class newsHeader is only used for news summary linked to index page. News pages heading moved from PHP class newsDisplay to templates */
.newsHeader { 
    background: transparent;
    border-top: 2px solid #D8CDD5;
    margin: 1.5em -1em 0.8em 0em;
    padding-top: 0.4em;
}

.articleDate {
	font-style: italic;
	font-size: 0.9em;
}

.articleLink {
    float: right;
    margin-top: -0.5em;
    font-size: 1.2em;
}

.articleLink a:link, .articleLink a:visited {
    font-weight: normal;
    font-style: italic;
    text-decoration: underline;
}

.articleLink a:hover {
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
}

p.articleHeading { font-weight: bold; margin: 10px 0; padding: 0; }
span.articleHeading { font-weight: bold; }

p.articleByLine { font-size: .9em; padding: 0 0 0 20px; margin: 0; }
p.articleByLine span.author { font-style: normal; }
p.articleByLine span.comments { font-style: italic; }
p.articleByLine a { text-decoration: underline; }

div.articleTextBlock { clear: both; padding: 0; margin: 0; }
div.articleText, p.articleText { margin: 10px 0; padding: 0; }
.articleText a { text-decoration: underline; }

.articleSummary { 
    text-align: left;
 }

/* 2P note - "float: right" added to fix IE & Opera bug. */
img.articleImage {
    border: 1px solid #9a9a9a; 
    padding: 0;
    margin: 3px 10px 10px 0px;
    float: left;
    width: 140px;
    height: 105px;
}

p.newsListingDate { font-weight: bold; text-align: center; margin: 0; padding: 0; }

ul.archiveLinkList { list-style-type: none; line-height: 1.5em; padding: 0; margin: 10px 0; clear: both; }
ul.articleLinkList { list-style-type: none; line-height: 1.5em; padding: 0; margin: 10px 0; clear: both; }
ul.articleLinkList li, ul.archiveLinkList li { list-style-type: none; background-image: url("../images/icons/news_link.gif"); background-repeat: no-repeat; background-position: 17px 2px; padding: 0 0 0 35px; }
ul.articleLinkList li.articleStoreLink { background-image: url("../images/icons/news_link_2.gif"); background-repeat: no-repeat; background-position: 17px 4px; padding: 0 0 0 35px; }
ul.articleLinkList li.articleProductLink { background-image: url("../images/icons/cart.gif"); background-repeat: no-repeat; background-position: 17px 0px; padding: 0 0 0 35px; }
ul.articleLinkList a, ul.archiveLinkList a { text-decoration: underline; }

.commentsHeading { background: #f2f1ee; padding: 3px; }
.commentsBody { background: #FFFFFF; padding: 3px; }
p.backLink { float: right; margin: 0; padding: 0; clear: right; }
.commentsAuthor { text-align: left; float: left; margin: 0; width: 45%; }
.commentsSubject { font-weight: bold; }
.commentsDate { text-align: right; float: right; padding: 0; margin: 0; }
div.commentsBody p { clear: both; padding: 0 10px 10px 10px; margin: 0; }

fieldset.commentsFieldSet { text-align: left; background: #f2f1ee; border: 1px solid #e7e6e0; padding: 1em; margin: 10px 0 0 0; }
fieldset.commentsFieldSet legend { padding: 0.2em 0.5em; border: 1px solid #c96e29; background: #fff; color: #000; text-align: right;}
fieldset.commentsFieldSet label { display: block; text-align: left; margin: 3px;}
fieldset.commentsFieldSet label input { display: block; }
.commentsSubmit { text-align: right; }

.splitSolid { height: 2px; background: #000000; padding: 0; margin: 10px 0; }
.splitSolidGray { height: 2px; background: #D8CDD5; padding: 0; margin: 10px 0; }
.clearSplit { height: 5px; padding: 0; margin: 0; }
.splitSolid hr, .splitSolidGray hr, .clearSplit hr { display: none; }

.clearboth { clear: both; height: 1px; width: 100%; }
.clearboth hr { display: none; }

td.pageHeading {
    padding-top: 0.5em;
}

