div#news {
/* margin for the entire div surrounding the news items */
	margin: 2em 0 1em 1em;
/* border set here */
	border: 1px dotted #999999;
/* sets it off from surroundings */
	background: #f5f5f5;
}
div#news h2 {
	line-height: 2em;
/* you can set your own image here */
	background: url(http://www.wairau.school.nz/uploads/ngrey/darknav.png) repeat-x left center;
	color: #f5f5f5;
	border: none
}
.NewsSummary {
/* padding for the news article summary */
	padding: 0.5em 0.5em 1em;
/* margin to the bottom of the news article summary */
	margin: 0 0.5em 1em 0.5em;
	/*border-bottom: 1px dotted #999999;*/
}
.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: normal;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 0.2em;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.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;
}
#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-bottom: 15px;
/* larger than default text */
	line-height: 150%;
}
#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 {
}
#NewsPostDetailReturnLink {
}
div#news ul li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}
/* News Module */
.newsCycle h2 a {
	color: #ebebeb;
	text-decoration: none;
	line-height: 1.8em;
	border-bottom: 2px groove #6a6a6a;
	display: block;
}
/* News Meta Icons */
.postDate {
	padding: 3px 8px 3px 20px;
	background: url(uploads/BizBuzz/date.png) no-repeat 0 2px;
	margin-top: 5px;
	font-weight: bold;
	float: left;
}
.postAuthor {
	padding: 3px 8px 3px 20px;
	background: url(uploads/BizBuzz/user.png) no-repeat 0 2px;
	margin-top: 5px;
	float: left;
}
.postCategory {
	padding: 3px 8px 3px 20px;
	background: url(uploads/BizBuzz/folder.png) no-repeat 0 2px;
	margin-top: 5px;
	float: left;
}
/* News Content */
.postSummary {
	margin: 10px 0 10px 0;
	height: 120px;
	overflow: hidden;
}
.newsControl a {
	position: relative;
	z-index: 99;
	cursor: pointer;
}
.newsControl a.activeSlide {
	font-weight: bold;
}
.infoBlockWrapper .newsControl {
	position: absolute;
	left: 48%;
	bottom: 15px;
}
.newsControl a {
	display: block;
	width: 10px;
	height: 10px;
	background: url('uploads/BizBuzz/images/bullets.png') no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.newsControl a.activeSlide {
	background-position: -10px 0;
}
h3.newsSummarytitle a {
	display: block;
	border-bottom: 1px solid #6a6a6a;
	text-shadow: none;
	text-decoration: none;
	line-height: 2.2em;
	color: #6a6a6a;
}

/* Buttons */
.button a:link, .button a:visited {
	background: #efd9ab;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #a30045;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}
.button a:hover {
	background-color: #fff3d9;
	color: #c91260;
}
.button a:active {
	top: 1px;
}
.small.button, .small.button:visited {
	font-size: 11px
}
.button, .button:visited, .medium.button, .medium.button:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.large.button, .large.button:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.super.button, .super.button:visited {
	font-size: 34px;
	padding: 8px 14px 9px;
}
.grey.button a:link, .grey.button a:visited {
	background-color: #efd9ab;
}
.grey.button a:hover {
	background-color: #fff4dc;
}
