/* Specify the background color */

body.custom
{
	background-color: #999999;
}



/* Align tagline to the left, below the title. */

.skin #header h1

{

	text-align: left;

}


.skin #header h2

{

text-align: left;

font-size: 15px;

color: #000066;

}


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

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


/* Prevents sidebar from dropping to bottom of page */

.entry
{
  overflow: hidden;
}


/* Removes dates from category listings. */

.archive_listing h3
{
  display: none;
}



/* Specify the color of post titles */

.entry_header h1,
.entry_header h1 a,
.entry_header h1 a:visited
{
  color:#990000;
}


/* Specify hover color */

.entry_header h1 a:hover
{
color:#990000;
}


/* Specify the color of Add a Comment headings */

.entry h1
{
color:#990000;
}


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

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


#sidebar div.pad
{
padding-right: 18px;
}
