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


/* Specify background color

body.custom
{
	background-color: #FFFFFF;
}
 */

/* Specify color of navbar */


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



/* Specify color of line beneath Category headings (line beneath Syndicate, Pages, Categories)

.sidebar h2
{
  border-color:#ff9966;
}
 */


/* Specify navbar link attributes 

.navbar a
{
color:#320000;
}
*/


/* Removes the box/border around the footer (for the Light Gold Theme) */

#footer
{
    border: none;
}


/* Removes the colored background behind block quotes */

blockquote
{
  background-color: transparent;
}



/* Removes dates from category listings. */

.archive_listing h3
{
  display: none;
}


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

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