/* Start of CMSMS style sheet 'Canadian_Express : News' */
div#news,
div#blog {
/* margin for the entire div surrounding the news items */
	margin:  0;
/* border set here 
	border: 1px solid #909799;*/
/* sets it off from surroundings 
	background: #fff;*/
}
div#news p {
margin-top:0;
padding-top:0;
}
div#news h2,
div#blog h2 {
	line-height: 1.7em;
/* you can set your own image here */
	background: url("uploads/images/header.gif") repeat-x left center;
	color: #fff;
	border: none;
padding-bottom:.75em;
margin-bottom: 0;
}

div#generalnews,
div#discontinued,
div#newitems, 
div#saleitems {
border-top: 1px solid #A11E06;
padding: 10px 0 0;
}


.NewsSummary {
/* padding for the news article summary */
	padding: 0em 0.5em 1em;
/* margin to the bottom of the news article summary */
	margin: 0 .5em 1em;
}
.NewsSummaryPostdate,
div#news .CGBlogSummaryPostdate {
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: bold;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 0.2em;
font-size: 1.1em;
line-height: 1.2em;
}
.NewsSummaryLink a,
.CGBlogSummaryLink a {
color: #A11E06;
}
.NewsSummaryLink a:hover {
color: #154561;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0 10px;
font-size: .9em;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 140%;
}
.NewsSummaryMorelink {
	padding-top: 0.5em;
}
.NewsSummaryMorelink a{
color:#A11E06;
}
.NewsSummaryMorelink a:hover {
color: #154561;
}
#NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin: 15px 0;
/* larger than default text */
	line-height: 150%;
}
#pagewrapper #content #main #NewsPostDetailContent ul {
margin-left: 2em;
}
#pagewrapper #content #main #NewsPostDetailContent ul li.nobullet {
list-style-type:none;
}
/*#pagewrapper #content #main #NewsPostDetailContent ul li.bullet {
list-style-type:disc;
}*/
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
margin: 15px 0 5px;
}
#NewsPostDetailReturnLink {
margin-bottom: 15px;
}

/*div#sidebar2 div#blog h2 {
	line-height: 1.7em;
font-size:1.4em;
	background: url("uploads/images/header.gif") repeat-x left center;
	color: #fff;
	border: none;
padding-bottom:.75em;
}
div#blog .CGBlogSummary {
	padding: 0em 0.5em 0em;
	margin: 0 .5em 1em;
	border-bottom: 1px solid #A11E06;
}
div#blog .CGBlogSummaryLink {
	font-weight: bold;
	padding-top: 0.2em;
font-size: .95em;
line-height: 1.2em;
}
div#blog .CGBlogSummarySummary {

}
div#blog .CGBlogSummaryCategory {
	font-style: italic;
	margin: 5px 0 10px;
font-size: .9em;
}

div#blog .CGBlogSummarySummary {
	line-height: 140%;
}

div#blog .CGBlogSummary p {
margin-bottom:0em;
}*/


/*#allnews {
height: 40em;
overflow:auto;
}*/

#main #newslist ul {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 15px 0 5px;
border-bottom: 2px solid #A11E06;
}
div#newslist ul li {
display:inline;
}
#main #newslist ul li a {
margin-right:35px;
text-decoration:none;
font-weight:bold;
font-size: 1.2em;
color: #154561;
}
#main #newslist ul li a:hover {
color: #A11E06;
}
/* End of 'Canadian_Express : News' */

