/* top section with the color information to make customizing easier */

body {
color: #000;
background-color: #fff;
}

blockquote {
border-left: #585858 1px solid;
}

h1 {
color: #7e7a71;
}

#head-main {
border-bottom: 1px solid #585858;
}

.sidebar-section {
background: #f4f3f5;
border: #dad8df 1px solid;
}

.posted {
background: #4b445f;
border: #dad8df 1px solid;
color: #f4f3f5;
}

.article-footer {
background: #f4f3f5; 
color: #7e7a71;
border-bottom: #dad8df solid 1px;
}

#head-main h6 a {
color: #4b445f;
background-color: transparent;
}

#head-images ul li {
border: 2px #585858 solid;
}

#navigation ul li a:hover {
color: #7e7a71;
}

ul.category_list li:hover {
background: #e5dfe6;
}

ul.recent_comments li:hover {
background: #e5dfe6;
}

ul.linklist li:hover {
background: #e5dfe6;
}

input {
background: #f4f3f5; 
border: #dad8df solid 1px;background: #f4f3f5; 
border: #dad8df solid 1px;
}

.txpCommentInputMessage {
background: #f4f3f5; 
border: #dad8df solid 1px;
}

ol.comments {
background: #f4f3f5; 
}

ol.comments li {
border-bottom: #dad8df solid 1px;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #8c8a85;
font-weight: bold;
}

a:hover {
border-bottom: solid 1px #8c8a85;
}

h1 a, h2 a, h3 a {
border: none;
}

h3 a {
font: 1.5em Georgia, Times, serif;
}

#navigation a, #sidebar a {
color: #333;
border: none;
}

