body {
	background: #e1e1e1;
	color: #000;
}

/* #header */

	h1 a.text {
		background: #393a3b;
		color: #d7d7d7;
	}
	
	#header ul li {
		background: url(../images/silver/navigation-divider.gif) no-repeat left;
	}
	
	#header ul li.first {
		background: 0;
	}
	
		#header ul li a {
			color: #393a3b;
		}
		
			#header ul li a:hover,
			#header ul li.active a {
				background: #393a3b;
				color: #fff;
			}
			
	#header .slogan {
		color: #393a3b;
	}
	
#masthead {
	background: #2a2a2a url(../images/silver/masthead.gif) repeat-x top;
	color: #fff;
}

	#masthead h2 {
		background: url(../images/silver/masthead-headings.gif) no-repeat 0 4px;
	}
	
	#masthead h3, #masthead h3 a {
		color: #fff;
	}
	
#main-content {
	background: #fff url(../images/silver/main-content.gif) repeat-x top;
}

	#content {
		border-right: 1px solid #dcdcdc;
	}

	.subscribe-link a {
		background: url(../images/silver/subscribe-icon.gif) no-repeat right;
		color: #38393b;
	}
	
	h2 {
		background: url(../images/silver/newspaper.gif) no-repeat 0 4px;
	}
	
	.post, .error, .single .entry {
		background: url(../images/silver/post-background.gif) repeat-x top;
		border-top: 1px solid #ebebeb;
	}
	
	.single .post {
		background: 0;
		border: 0;
	}
	
		.post-image {
			background: url(../images/silver/post-image-bg.gif) no-repeat;
		}
		
		.comments-number a {
			background: url(../images/silver/comments-number.gif) no-repeat;
			color: #898989;
		}
		
		h3, h3 a {
			color: #000;
		}
		
		.postmetadata {
			color: #38393b;
		}
		
		.postmetadata a {
			color: #c53131;
		}
		
		a {
			color: #00adef;
		}
		
		#comments-header ul li a {
			color: #404040;
		}
		
		#comments-header ul li a.active {
			background: #d9d9d9;
			color: #404040;
		}
		
		#comments-header ul li a:hover {
			background: #363738;
			color: #fff;
			text-decoration: none;
		}
		
		#comments-header ul li a.active:hover {
			background: #d9d9d9;
			color: #404040;
		}
		
		.commentlist {
			background: url(../images/silver/comments-bg.gif) repeat-x top;
		}
		
			.commentlist .comment .comment-author {
				background: url(../images/silver/comment-pointer.gif) no-repeat bottom right;
			}
			
			.commentlist .bypostauthor .comment-author {
				background: url(../images/silver/comment-pointer-auth.gif) no-repeat bottom right;
			}
			
				.commentlist .comment .comment-author img {
					border: 3px solid #c1c1c1;
				}
				
			.commentlist .comment .comment-right .author {
				color: #6e6e6e;
			}
			
				.commentlist .comment .comment-right .author a {
					color: #28603c;
				}
				
			.commentlist .comment .comment-right .comment-content {
				background: #f2f2f2;
				color: #383838;
				border: 1px solid #f5f5f5;
			}
			
			.commentlist .bypostauthor .comment-right .comment-content {
				background: #3f3f41;
				color: #fff;
				border: 1px solid #a7a7a7;
			}
			
			.commentlist .comment .comment-right .comment-content .reply a {
				color: #383838;
			}
			
			.commentlist .comment-author-admin .comment-right .comment-content .reply a {
				color: #fff;
			}
			
		#commentform .input-fields input,
		#commentform textarea {
			color: #a8a8a8;
			border: 1px solid #d3d3d3;
		}
		
		#commentform #submit {
			background: url(../images/silver/submitcomment.gif) no-repeat;
		}
		
	#s {
		background: #fff;
		border-top: 1px solid #c4c4c4;
		border-left: 1px solid #c4c4c4;
		border-bottom: 1px solid #c4c4c4;
		color: #676767;
	}
	
	#searchsubmit {
		background: url(../images/searchsubmit.gif) no-repeat;
	}
	
	#sidebar ul li {
		background: url(../images/silver/post-background.gif) repeat-x top;
		border-top: 1px solid #ebebeb;
	}
	
		#sidebar h3 {
			background: url(../images/silver/sidebar-headings.gif) no-repeat left;
			color: #5f5f43;
		}
		
		#sidebar .twitter h3 {
			background: url(../images/silver/twitter-icon.gif) no-repeat left;
		}
		
		#sidebar #twitter_update_list span a {
			color: #363636;
		}
		
		#sidebar #twitter_update_list a {
			color: #00adef;
		}
		
		#sidebar ul li ul li {
			background: none;
			color: #898989;
			border-top: none;
			border-bottom: 1px solid #ededed;
		}
		
		#sidebar .more a, a#twitter-link {
			background: url(../images/silver/more-link.gif) no-repeat left;
			color: #00adef;
		}
	
#subfooter {
	background: #2a2a2a;
	color: #b7b7b7;
}

	#subfooter h3 {
		color: #707070;
	}
	
	#subfooter .leftcolumn, #subfooter .centercolumn {
		border-right: 1px solid #545454;
	}
	
	#subfooter ul {
		border-top: 1px dotted #545454;
	}
	
		#subfooter li {
			border-bottom: 1px dotted #545454;
		}
		
	#subfooter a {
		color: #b7b7b7;
	}
	
	#subfooter .leftcolumn a {
		color: #00adef;
	}
	
#footer {
	background: #e1e1e1;
	color: #2a2a2a;
}

	#footer a {
		color: #2a2a2a;
	}
	
	#footer .ubd {
		background: url(../images/ubd-logo.png) no-repeat;
	}
