/* Start of CMSMS style sheet 'CGBlog' */
/*********************************************
Stylesheet for Melbourne University Debating Society blog
Adapted by Tom Sutherland
Based on original design by Jaani Riordan
*********************************************/
div#CGBlog {
/* margin for the entire div surrounding the CGBlog items */
	margin: 2em 0 1em 1em;
/* border set here */
	border: 1px solid #909799;
/* sets it off from surroundings */
	background: #f5f5f5;
}
div#CGBlog h2 {
	line-height: 2em;
/* you can set your own image here */
	background: url(uploads/ngrey/darknav.png) repeat-x left center;
	color: #f5f5f5;
	border: none
}
.CGBlogSummary {
/* padding for the CGBlog article summary */
	padding: 0.5em 0.5em 2em;
/* margin to the bottom of the CGBlog article summary */
	margin: 0 0.5em 1em 0.5em;
	border-bottom: 1px solid #ccc;
	font-family: helvetica,arial,sans-serif;
}
.CGBlogSummaryPostdate {
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: bold;
	font-family: helvetica,arial,sans-serif;
}
.CGBlogSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 0.2em;
	font-family: helvetica,arial,sans-serif;
}
.CGBlogSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
	font-family: helvetica,arial,sans-serif;
}
.CGBlogSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
	font-family: helvetica,arial,sans-serif;
}
.CGBlogSummarySummary {
/* larger than default text */
	line-height: 140%;
	color: #052C7E; 
	font-weight: bold;
	font-size: 15px;
	font-family: helvetica,arial,sans-serif;
}
.CGBlogSummaryContent {
/* larger than default text */
	line-height: 130%;
	color: #000000; 
	font-size: 12px;
	font-family: helvetica,arial,sans-serif;
}
.CGBlogSummaryMorelink {
	padding-top: 0.5em;
	font-family: helvetica,arial,sans-serif;
}
#CGBlogPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
}
#CGBlogPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#CGBlogPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#CGBlogPostDetailContent {
	margin-bottom: 15px;
/* larger than default text */
	line-height: 150%;
}
#CGBlogPostDetailAuthor {
	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 */ 
#CGBlogPostDetailTitle {
}
#CGBlogPostDetailHorizRule {
}
#CGBlogPostDetailPrintLink {
}
#CGBlogPostDetailReturnLink {
}
/* End of 'CGBlog' */

