/* Changing color of NavBar background. 
.custom #navbar,
.custom #navbar span,
.custom #navbar span a {
  background: #FFFFFF !important;
}

*/



/* 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 the color of the NavBar text. 

#navbar {
color: #006600;
}
*/ 


/* Specify color of navbar. */

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



/* Remove large comment bubble graphics from posts. */
.comment_box {
display: none;
}


/* Specify navbar link attributes */

.navbar a
{
color:#320000;
}


/* Specify the color of post titles */

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


/* Specify hover color */

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


/* Specify the color of Add a Comment headings 

.entry h1
{
color:#660000;
}
*/


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

.sidebar h2
{
  border-color:#999966;
}


/* 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:5px;
font-size:14px;
}

.custom #header h1
{
padding-bottom:10px;
}
*/


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