/*
  *  COLOR VARIABLES:
  * 
  *  DARK:           black
  *  MEDIUM:    
  *  PALE:            
  *  LIGHT:         gray
  *  LIGHTEST:  #EEEEEE
  * 
  *  ACCENT:      #CC1122
  *  LINK:            red
  */
  
#header {
	background-color: black;
}

#container {
	border-top: 6px solid #CC1122;  /* dark red */
	border-bottom: 6px solid #CC1122;
}

#footer {
	background-color: black;
}

#nav, .inline table {
	background-color: #EEEEEE;
	border: 2px solid black;
}

#nav ul {
	border-bottom: 1px dotted black;
}

#nav ul li a {
	border-top: 1px dotted black;
	color: black;
}

#nav ul li a:hover {
	color: gray; /* olive black*/
	background-color: black;
}

#blog #main img, .project img {
	border: 2px solid black;
}

h2 {
	color: black;
}

a {
	color: red;
}

thead {
	border-bottom: 2px solid black;
	background-color: gray;
}

.blog_title a:hover {
	color: red;
}

.comments_link a:hover {
	color: black;
}

ul.archive li a:hover, ul.label li a:hover {
	background-color: gray; 
}

ul.archive li a, ul.label li a {
	border-bottom: 1px dotted black;
	color: black;
}

a.label:hover {
	background-color: black;
}

.nextprev a:hover {
	border-color: black;
	color: black;
	background-color: #EEEEEE;
}

div.comment {
	border: 2px solid black;
}

.comment_header {
	background-color: black;
	color: gray; 
}

.comment_header a {
	color: gray; 
}

.blog-date {
	color: #333333;
}

#logo {
	background-image: url("../images/white_logo_background.png");
	background-repeat: norepeat;
}

.pages ul li a:hover {
	background-color: black;
}