
/* -----------footer--------------------------- */
#blog_footer {
clear: both;
margin: 0px;
padding:5px 10px;
margin-left: 200px;

text-align: left; 
background:  #ffffff;

}

#blog_content {

background:#ffffff; 
padding: 0px;
padding-bottom: 10px;
padding-right:80px;
margin-left: 200px;
margin-right: 0px;
margin-top:0px;
margin-bottom:0px;
color: black;
min-height:700px;
}

#blog_content img {
margin:50px;
}


#blog_content a:link {text-decoration: underline;}
#blog_content a:hover {color: white; background: black; }
/* create a special class for images so they don't get annoying colour blocks when hovered over */
#blog_content a.imagehc:hover {color: white; background: white; }	



p.entry_date {
font-size:16pt;
font-weight:bold;

}

p.entry_title {
font-size:14pt;
font-weight:bold;

}

p.blog_words {
font-size:normal;

}

