
@charset "utf-8";

/* CSS Document panelLeftBlog */

#blog {
	margin-top: 5px;
	margin-bottom: 5px;
}

.blogs {
	margin-top: 2px;
	margin-bottom: 2px;
	display: block;
}

.blogText {
	padding-left: 35px;
	padding-right: 15px;
	padding-bottom: 5px;
}

#thePlank, #openUni, #theSpine {
	width: 200px;
	padding-bottom: 10px;
	background-repeat:repeat-y;
}

/* paths to images should be made to a absolute address when live */

#thePlank {background:url(/images/blogs/plank_tile_200.gif) top left repeat-y;}
#openUni {background:url(/images/blogs/openUni_tile_200.gif) top left repeat-y;}
#theSpine {background:url(/images/blogs/spine_tile_200.gif) top left repeat-y;}
#theStump {background:url(/images/blogs/stump_tile_200.gif) top left repeat-y;}


/* blog article */

a.blogArticleDeck, 
a.blogArticleDeck:link, 
a.blogArticleDeck:active, 
a.blogArticleDeck:visited,
a.blogArticleTitle, 
a.blogArticleTitle:link, 
a.blogArticleTitle:active, 
a.blogArticleTitle:visited, 
.blogArticleDeck {
	color: #000000;
	font-family: Verdana;
	font-size:10px;
	text-decoration: none;
}

a.blogArticleTitle, 
a.blogArticleTitle:link, 
a.blogArticleTitle:active, 
a.blogArticleTitle:visited {font-weight: bold}

a.blogArticleTitle:hover, 
a.blogArticleDeck:hover {text-decoration: underline;}

/* end blog article */

