/*
Goose Educational Media Inc. / canadiantrillium.com
Adam Campbell / adam@hotmeteor.com
May-June 2008

Blog CSS
*/

/*
------------------------------------------------
Layout
------------------------------------------------
*/

.blog-container {
}

.blog-overview  {
}

.blog-body {
}

/*
------------------------------------------------
Blog Content Area
------------------------------------------------
*/

h2.blog-title {
	font-size: 3.6em;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0;
}

	h2.blog-title {
		text-decoration: none;
	}

	h2.blog-title a:link,
	h2.blog-title a:visited {
		color: #222;
	}
	
	h2.blog-title a:hover {
		color: #888;
	}

#rightcol h5 {
	color: #222;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 0 0 3px;
	text-transform: uppercase;
}

.blog-comments-normal {
	background: url(Images/comment_left.gif) no-repeat right 0;
	padding-right: 14px;
}

.blog-meta acronym {
	display: none;
}

.blog-meta p {
	border-bottom: 1px solid #ccc;
	color: #888;
	font-size: 1em !important;
	margin: 0 0 1em;
	padding: 0 0 6px;
}

.blog-content p {
	font-size: 1.2em;
	line-height: 1.7em;
}

.blog-more-link {
	font-size: 1.1em;
	font-weight: bold;
}

.blog-description {
	font-size: 1.1em;
	margin: 0 0 4px;
}

/*
------------------------------------------------
Comments Area
------------------------------------------------
*/

.blog-comments-area {
	padding: 20px 0;
}

.blog-comments {
	background: #222;
	color: #fff;
	display: block;
	font-size: 1.2em;
	padding: 4px 7px;
}

	.blog-comments-count {
		background: url(./Images/comment.gif) no-repeat 0 2px !important;
		padding-left: 14px;
	}
	
	.blog-comments-count:link,
	.blog-comments-count:visited {
		color: #ccc;
	}
	
	.blog-comments-count:hover {
		color: #fff;
	}

/* Comments list */
div.blog-bubble {
	border-bottom: 1px solid #d4d0be;
	margin-bottom: 20px;
	padding: 0 0 10px;
}

div.blog-bubble cite {
	display: block;
	float: left;
	font-style: normal;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	width: 150px;
}

div.blog-bubble blockquote {
	font-size: 1em;
	margin: 0 0 0 180px;
	padding: 0;
}

div.blog-bubble blockquote p {
	color: #444;
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 10px;
	padding: 0px;
}

div.blog-bubble blockquote strong {
	color: #222;
	font-size: 1.1em;
}

.blog-comment-name {
	color: #555;
	font-weight: bold;
}

.blog-comment-date {
	color: #888;
	display: block;
}

/* Comments form */

.blog-comments-form {
	background-color: #ebe6d2;
	padding: 15px 20px;
}

.blog-comments-form p span {
	display: block;
	float: left;
	font-size: 1em;
	margin: 0;
	padding: 2px 10px 0 0;
	text-align: right;
	width: 90px;
}

.blog-comments-form input,
.blog-comments-form textarea {	
	border: 0;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #aaa;
	font-size: 1.1em;
	padding: 3px;
}

.blog-comments-form input {
	width: 300px;
}

.blog-comments-form textarea {
	height: 100px;
	width: 96%;
}

/*
------------------------------------------------
Footer
------------------------------------------------
*/

.blog-footer {
	background-color: #ebe6d2;
	border-top: 1px solid #d4d0be;
	clear: both;
	display: block;
	height: 25px;
	padding: 7px 0;
	width: 100%;
}

.blog-footer-left {
	display: block;
	float:left;
	padding-left: 10px;
	text-align: left;
	width: 45%;
}

	.blog-footer-left a {
		display: block;
		float: left;
		margin: 0 10px 0 0;
		padding-left: 14px;
	}

.blog-footer-right {
	display: block;
	float: right;
	padding-right: 10px;
	text-align: right;
	width: 45%;
}
	
.blog-topics {
	display: none;
}

.blog-edit-link {
	background: url(./Images/edit.gif) no-repeat 0 0;
}

a.blog-tags {
	background: url(./Images/tags.gif) no-repeat 0 0;
}

a.blog-trackback {
	background: url(./Images/trackback.gif) no-repeat 0 0;
}

a.blog-permalink {
	background: url(./Images/link.png) no-repeat 0 0;
}

a.blog-print {
	background: url(./Images/printer.gif) no-repeat 0 0;
}


/*
------------------------------------------------
Search
------------------------------------------------
*/

.blog-search {
	background-color: #d5caa7;
	display: block;
	margin: 0 0 25px;
	padding: 10px;
}

.blog-search select {
	width: 98%;
}

.blog-search p {
	margin: 0 0 6px;
}

.blog-search-button {
	text-align: center;
}

.blog-search-button input {
	background: #222;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin: 9px auto 0;
	padding: 2px 5px;
}

.blog-search-text input {
	width: 133px;
}

.blog-search-options input,
.blog-search-options label {
	margin: 0;
	padding: 0;
}

.blog-search-options input {
	float: left;
	margin: 0 3px 0 0;
}

.blog-search-options td {
	vertical-align: top;
	padding: 0 6px 0 0;
}

.blog-search-options table {
	margin: 0;
}

/*
------------------------------------------------
Calendar
------------------------------------------------
*/

.blog-calendar table {
	border: 0;
	margin: 0 0 1em;
}

.blog-calendar td {
	padding: 1px;
}

.blog-Archive_DayHeader{
	font-size: .8em;
	background-color: #ccddff;
}

.blog-Archive_Day{
	font-size: .8em;
	background-color: #fff;
}

.blog-Archive_NextPrev{
	font-size: .8em;
}

.blog-Archive_OtherMonth{
	font-size: .8em;
	background-color: #f4f4f4;
}

.blog-Archive_SelectedDay{
	border: 1px solid #cccccc;
	background-color: #FFCC00;
}

.blog-Archive_Selector{
	font-size: .8em;
}

.blog-Archive_Title {
	font-size: .9em;
	font-weight: bold;
}

.blog-Archive_TodayDay{
	border: 1px solid #cccccc;
	background-color: #FFCC00;
	font-size: .8em;
	font-weight: bold;
}

.blog-Archive_WeekendDay{
	font-size: .8em;
	background-color: #fffff0;
}

/*
------------------------------------------------
Blog Archive
------------------------------------------------
*/

.blog-archive ul {
	margin: 0;
	padding: 0;
}

.blog-archive li {
	font-size: 1.1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.blog-archive li a {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/*
------------------------------------------------
Other
------------------------------------------------
*/


.CreateFrom {
	font-size: .7em;
	color: #003366;
}

.blog-description-heavy {
}



.blog-published {
	display: block;
	text-align: center;
	float:left; 
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	background:url(images/clip-bottom.png) right top no-repeat;
	width:2.5em;
	margin-right: 5px;
}

.blog-pub-month {
	display:block;
	font-size: .7em;
	font-weight: bold;
	color: #ffffff;
	margin:0; 
	padding:0;
	padding-top:1px;
	background:url(images/clip-top.png) center top repeat-x;
	text-transform:uppercase;
}

.blog-pub-date { 
	display:block; 
	font-size:1.1em;
	margin:0; 
	padding:0;
}

.blog-pub-year {
	display:block;
	font-size: .7em;
	margin:0; 
	padding:0;
}





.clear { 
	clear: both;
}

.blog-copyright	{
	font-size: .7em;
}

.blog-entry-description {
	font-style:italic;
}





