/* Page background */

div#container {
	background-image: url(/content/dam/sfu/images/common/main_bg_greycol.gif);
}

/* Story */

div.story {
	padding-top: 18px;
	float: left;
	width: 100%;
}

div.story div.image {
	margin-bottom: 12px;
}

div.story div.image img {
	background-color: "#fff";
	border: 1px solid #999;
	padding: 5px;
}

div.story div.image small {
	font-size: 10px;
	line-height: 12px;
	color: #888;
	margin-bottom: 12px;
}

div.story div.guidelines {
	float: right;
}

div.story h1 {
    width: 95%;
	margin-top: 0px;
	padding-top: 0px;
	color: #000;
	font-family: times, "Times New Roman", georgia, serif;
	letter-spacing: -1px;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
}

div.category h1 {
	margin-bottom: 6px;
	color: #b5111b;
	font-family: "Gill Sans", "Lucida Sans", verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

div.story h3 {
	color: #000;
	padding-bottom: 6px;
}

div.story div.datestamp {
	font-family: "Gill Sans", "Lucida Sans", verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
}

/* Comments */

div.commentGuidelines {
	margin-top: 18px;
	padding-top: 4px;
	font-size: 10px;
	text-align: right;
	padding-right: 35px;
	height: 32px;
	background: transparent url(/content/dam/sfu/images/icons/comments.png) top right no-repeat;
}

div.commentGuidelines a {
	color: #82a0b0;
}

div#comments {
	margin-bottom: 30px;
}

form.comment {
	width: 95%;
}

div.comment {
	width: 97%;
}

div.comment-info {
	padding-top: 12px;
}

/* Sub_content column */


div#sub_content_wrapper div.header {
	width: 195px;
	background-color: #c7c8c3;
	margin: 14px 0px 6px -10px;
}

div#sub_content_wrapper div.header p {
	padding: 6px 0px 4px 10px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

/* News Listing */

div.newsList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.newsList ul li {
	width: 170px;
}

div.newsList ul li h3 {
	color: #b5111b;
	font-family: "Gill Sans", "Lucida Sans", verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: 2px dotted #c7c8c3;
}

div.newsList ul li h3 a {
	color: #b5111b;
	font-family: "Gill Sans", "Lucida Sans", verdana, arial, sans-serif;
}

/* Document tools */

div.documenttools {
	margin-bottom: 12px;
}

/* comments */

div.comment-signed-in-text {
    color: #999;
}

span.comment-signed-in-user {
    margin-left: 4px;
}

/* Related links */

div.relatedLinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.relatedLinks ul li {
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-bottom: 4px;
	border-bottom: 2px dotted #ccc;
}

/* Text & Image component images */

div.textimage div.image {
	margin-right: 18px;
}