@charset "UTF-8";
/* CSS Document */

 /* Remove unwanted elements */

#logo {
display:block;

}
#header, #secondary_menu, #blog_right, #nav, #footer, #blog_submenu, #blog_title_image, #blog_dir_listing img, #blog_image, #blog_share, .noprint
{
display: none;
}

#blog_dir_listing, .home #container, body {
background:none;
background-image:none;
background-color:white;
background-repeat:no-repeat;
}

/* Ensure the content spans the full width */
#blog_post {
font-family:Georgia, "Times New Roman", Times, serif;
}

#blog_left, #blog_post
{
width: 100%; margin: 0; float: none; padding:0;
}



/* Change text colour to black (useful for light text on a dark background) */
.lighttext, #blog_post h1, #blog_post h1 a, #blog_post h2, #blog_post h2 a, #blog_post h3, #blog_post h3 a, #blog_post h4, #blog_post p, #blog_dir_listing .contactInfo .phone, 
{
color: #000000;
}

/* Improve colour contrast of links */
a:link, a:visited, a
{
color: #781351
}

