/*
  *  COLOR VARIABLES:
  * 
  *  DARK:           green
  *  MEDIUM:    
  *  PALE:            
  *  LIGHT:         #CDEB8B
  *  LIGHTEST:  #F2FFE1
  * 
  *  ACCENT:      #C79810
  *  LINK:            blue
  */
  
#header {
	background-color: green;
}

#container {
	border-top: 6px solid #C79810;  /* gold */
	border-bottom: 6px solid #C79810;
}

#footer {
	background-color: green;
}

#nav, .inline table {
	background-color: #F2FFE1;
	border: 2px solid green;
}

#nav ul {
	border-bottom: 1px dotted green;
}

#nav ul li a {
	border-top: 1px dotted green;
	color: green;
}

#nav ul li a:hover {
	color: #CDEB8B; /* olive green*/
	background-color: green;
}

#blog #main img, .project img {
	border: 2px solid green;
}

h2 {
	color: green;
}

a {
	color: blue;
}

thead {
	border-bottom: 2px solid green;
	background-color: #CDEB8B;
}

.blog_title a:hover {
	color: #C79810;
}

.comments_link a:hover {
	color: green;
}

ul.archive li a:hover, ul.label li a:hover {
	background-color: #CDEB8B; /* olive green*/
}

ul.archive li a, ul.label li a {
	border-bottom: 1px dotted green;
	color: green;
}

a.label:hover {
	background-color: green;
}

.nextprev a:hover {
	border-color: green;
	color: green;
	background-color: #F2FFE1;
}

div.comment {
	border: 2px solid green;
}

.comment_header {
	background-color: green;
	color: #CDEB8B; /* olive green*/
}

.comment_header a {
	color: #CDEB8B; /* olive green*/
}

.blog-date {
	color: green;
}

.pages ul li a:hover {
	background-color: green;
}