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


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


/* Aligns tagline to the left, below the title. */
.skin #header h1

{

	text-align: left;

}


.skin #header h2

{

text-align: left;

}


/* Specifies padding and white space between title and tagline */
.custom #header h2
{
padding-top:8px;
font-size:14px;
color:#0000CC
}

.custom #header h1
{
font-family: Times New Roman, Times, serif;
padding-bottom:10px;
font-size:28px;
font-weight:bold;
}

/* Removes dates from category listings. */

.archive_listing h3
{
  display: none;
}


/* 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;
}


/* Expands the width of the Monocolumn template (for Amazon Astore). */

.monocolumn #ext_wrapper
{
  width: 1000px;
}

.monocolumn #wrapper
{
  width: 800px;
}

.monocolumn #ext_sidebar
{
  width: 200px;
}