/* Add background image */

body {
	background-color: #999999; 
	background-image: url(http://ghosthuntingsecrets.com/blog/wp-content/uploads/image/s22_07.jpg); 
}


/* Specify color of navbar */

.custom #navbar 
{
background-color:#990000;
}


/* Specify navbar link attributes */

.navbar a
{
color:#99FF99;
}
.navbar a:hover {
color:#FFFFFF; }


/* Set zero padding @ top of page. */

body.custom
{
    padding-top: 0px;
}

.custom #ext_wrapper,
.custom #wrapper
{
    margin-top: 0px;
}

#sem_admin_menu
{
    margin-bottom: 0px !important;
}


/* Removes dates from category listings. */

.archive_listing h3
{
  display: none;
}


/* Removes the colored background behind block quotes */
blockquote
{
  background-color: transparent;
}


/* Removes the box/border around the footer */
#footer
{
    border: none;
}


/* Changes margins for more space @ left and right edges of page. */

#main div.pad
{
  padding-left: 25px;
  padding-right: 25px;
}
