body {
	background: url('background.png');
	background-repeat: repeat-x;
	background-color: black;
	margin: 0;
	}

#header {
	background: url('logo.png') left no-repeat;
	width: 442px;
	height: 255px;
	}

#page {
	border: none;
	}

.primary {
	padding-left: 0px;
	}

#page, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: url('background.png');
	}
	
	

<!-- Menu -->	
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: #a18d5f !important;
	text-decoration: none;
	}
	
ul.menu li a:hover {
	background: #4a0007;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #fff !important;
	}

h2 span a, 
h2 span a:visited,
h3 span a,
h3 span a:visited {
	color: #fff !important;
	font-weight: normal !important;
	}

.primary .entry-meta a, .primary .entry-meta a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #fff;
	font-weight: normal;
	}

.entry-edit a,
.comment-edit a,
.comment-reply a {
	color: #A18D5F;
	}
	
.counter a {
	color: #fff;
	}

.commentlist li {
	color: #000;
	}

.commentlist li:hover {
	background: none;
	}

#commentlist .comment {
	border-radius: 0px;
	-moz-border-radius: 0px;
	}

li.byuser .comment {
	border: 1px solid #222;
	background-color: #111;
	}	

li.bypostauthor .comment {
	border: 1px solid #333;
	background-color: #222;
	}

#pinglist {
	border: 1px solid #333;
	background-color: #222;
	}
	
blockquote, #weightedcategories, .authorcomment {
	background: #310000;
	border-color: #fff;
	}
	
.primary img {
	border-color: #222;
	background: #111;
	}

.inputcontainer {
	margin-bottom: 6px;
	}

/* Gray Color */
#footer, small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, ul#activity li small a, ul#activity li, .LSRow small, #searchcontrols small  {
	color: #442e0f;
	}

a, a:visited, .sidebar a:visited {
	color: #c6b590;
	}
	
.post p a:visited {
	color: #dbc081;
	}

#af-ela-menu li {
	border: none;
	background: #ce0000;
	}


#af-ela-menu, #af-ela-menu li {
	border-bottom: 1px solid #02ff08;
	}

#af-ela-menu li.selected {
	background: #fff;
	}

/* Hovering state of the table items */
#af-ela-year li:hover, #af-ela-month li:hover, #af-ela-post li:hover, #af-ela-category li:hover {
	background: #4ece00;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	}

/* Active or hovered item in list */
#af-ela-year li.selected, #af-ela-month li.selected, #af-ela-post li.selected, #af-ela-category li.selected, #af-ela-post li:hover {
	background: #4ece00;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	}

#af-ela-post {
	border-left: 1px solid #333;
	border-right: none;
	}

/* Rolling Archives Slider */
#dynamic-content #pagetrack {
	height: 18px;
	background: url('sliderbgleft.png') no-repeat center left;
	}

#dynamic-content #pagetrackwrap {
	height: 18px;
	padding-right: 4px;
	top: 0px;
	background: url('sliderbgright.png') no-repeat center right;
	}

#dynamic-content #pagehandle {
	width: 18px;
	height: 18px;
	top: 0px;
	background: url('sliderhandle.png') no-repeat center center;
	cursor: e-resize;
	}

body.smartposition #rollingarchives {
	background-color: black;
	border-bottom: 1px solid #fff;
	}

#page input[type="text"],
#page textarea {
	color: #000;
	background-color: #fdf1d4;
	border: 2px solid #A18D5F;
	}