body {
	background-color : black;
}

a:visited,
a:link {
	color : #0080C0;
}

a:active,
a:hover {
	color : orange;
}


h1 a:visited,
h1 a:link {
	color : white;
}

h1 a:active,
h1 a:hover {
	color : orange;
}

/*Blog Header*/

#header{
	border-bottom : 4px solid #000000;
	height: 105px;
	padding: 0px;
                background-color : #0080C0;
	background-image: url(http://mschnlnine.vo.llnwd.net/d1/inetpub/keithcombs/blog/header.jpg);
	background-repeat: no-repeat;
}	

#header h1{
    position: absolute;
    top: 35px;
}

#header p{
    color : orange;
    font-weight: bold;
    position: absolute;
    top: 70px;
}

.post{background:#FFF;border-bottom:#DDD 1px solid; border-right:#DDD 1px solid;}
  
#content 
{
	background-color: Gray;
	border-bottom : 4px solid #443;
}

#comments{
	background: white;
	}
	
.altcomment{
	background-color: white;
	}
	
.Calendar{
	color : Black;
	background-color : white;
}
	
.CalendarOtherMonth
{
	color : Gray;
	background-color : white;
}

/* The masthead sits at the top of the page.*/
#masthead {
	color: #FFF;
	text-align: right;
	padding: 0.4em 0.4em 0 0;
	font-size: 0.8em;
	border-bottom: 0px;
	background: #000000;
}

#masthead a:link, #masthead a:visited, #masthead a:active, #masthead a:hover {
	color: orange;
	text-decoration: none;
}

#sidebar-a {
	color: white;
	background-color: black;
}

#sidebar-b {
	color: white;
	background-color: black;
}

#sidebar-a a:active,
#sidebar-a a:visited,
#sidebar-a a:link {
	font-weight: bold;
}

#sidebar-b a:active,
#sidebar-b a:visited,
#sidebar-b a:link {
	font-weight: bold;
}

/* Tag Styles */

.Tag1 a:link, .Tag1 a:visited
{
	color: #0080C0;
}

.Tag2 a:link, .Tag2 a:visited
{
	color: #0080C0;
}

.Tag3 a:link, .Tag3 a:visited
{
	color: silver;
}

.Tag4 a:link, .Tag4 a:visited
{
	color: silver;
                font-size: 120%;
}

.Tag5 a:link, .Tag5 a:visited
{
	color: gray;
                font-size: 120%;
}

.Tag6 a:link, .Tag6 a:visited
{
	color: gray;
                font-size: 120%;
}

/* Tag Styles for hover */


.Tag1 a:active, .Tag1 a:hover
{
	color: orange;
}

.Tag2 a:active, .Tag2 a:hover
{
	color: orange;
}

.Tag3 a:active, .Tag3 a:hover
{
	color: orange;
}

.Tag4 a:active, .Tag4 a:hover
{
	color: orange;
}

.Tag5 a:active, .Tag5 a:hover
{
	color: orange;
}

.Tag6 a:active, .Tag6 a:hover
{
	color: orange;
}