body {
	color: #414141;
	background: #fff;
}
body#commentspopup {
	background: white;
}
/* headings--------------------------------------------------*/
h1, h1 a, h2, h2 a, h3 a, h4 a {
	color: #455548;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #C56048;
	background: none;
}
h1 {
	padding: 10px;
}
p {
	font-size: 1.0em;
	padding-left: 0px;
}
/* links--------------------------------------------------*/
a {
	color: #00aff0;
}
a:hover {
	color: #f00;
}
a:hover img {
	color: #C56048;
	background-color: transparent;
	background: none;
}
a.commentlink {
	padding-left: 16px;
	background: url(../i/comments.gif) center left no-repeat;
}
a.more {
	padding-right: 10px;
	background: url(../i/more.gif) center right no-repeat;
}
/* paragraphs, lists, etc--------------------------------------------------*/
pre, code {
	background-color: #F8FAF2;
}
kbr {
	color: #009193;
}
/* container--------------------------------------------------*/
#container.singlecol, #commentspopup #container {
	background-image: none;
}
/* header--------------------------------------------------*/
#header {
	background-color: #FFFFFF;
	border-top: 5px solid #000;
}
/* navigation--------------------------------------------------*/
#navigation {
	background-color: #000;
}
#navigation li {
	border-color: white;
}
#navigation a {
	color: white;
}
#navigation .selected, #navigation a:hover {
	background-color: #099f68;
	height: 40px;
}
#navigation .mininavi li {
	border-color: white;
}
#navigation .mininavi a {
	color: white;
}
#navigation .mininavi .selected, #navigation .mininavi a:hover {
	background-color: #1BA6B2;
	height: 40px;
}
#navigation form {
	border-color: white;
	background: #455548;
}
#navigation #s {
	border-color: #FFF9EA;
}
#navigation #searchbutton {
	color: white;
	background-color: #455548;
}
/* Content */
#singlecontent h1 {
    color: #00AFF0;
}
#maincontent h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #6e6e6e;
}
/* Entry--------------------------------------------------*/
.entry {
	margin: 0 0 40px 0;
}
.entry .author {
}
.entry .info {
	border-color: #F0F0F0;
	background-color: #FAFAFA;
}
.entry .info a {
	border-color: #949494;
}
.entry a.more {
	padding-left: 12px;
}
.entry .info .date {
	padding-left: 15px;
	background: url(../i/post.gif) center left no-repeat;
}
.entry .info .author {
	padding-left: 23px;
	border-color: #949494;
	background: url(../i/author.gif) 10px 2px no-repeat;
}
.entry .filedunder {
	border-color: #F0F0F0;
}
/* form--------------------------------------------------*/
form p {
	border-color: white;
}
form label {
	color: #000;
}
form em {
	color: #C8C8B4;
}
form input {
	color: #414141;
}
form input, form textarea {
	border-color: #aaa;
}
form .button {
	border-color: white #DCDCDC #DCDCDC white;
	background-color: #F0F0F0;
}
/* subcontent--------------------------------------------------*/
#subcontent {
	background-color: #ffffff;
}
/* subcontent headings--------------------------------------------------*/
#subcontent h2 {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #000;
}
/* subcontent list--------------------------------------------------*/
#subcontent ul li {
	border-bottom-color: #F0F0F0;
}
#subcontent li a:hover {
	background-color: #FFFBF0;
}
#subcontent ul.pages li {
	list-style-image: url(../i/post.gif);
}
#subcontent ul.categories li, #subcontent ul.months li {
	list-style-image: url(../i/documents.gif);
}
#subcontent ul.links li {
	list-style-image: url(../i/external.gif);
}
#subcontent ul.about li {
	list-style-image: url(../i/author.gif);
}
#subcontent ul.feeds li {
	list-style-image: url(../i/pingtrackback.gif);
}
#subcontent ul.comments li {
	list-style-image: url(../i/speech_bubble.gif);
}
#subcontent ul.posts li {
	list-style-image: url(../i/post.gif);
}
#subcontent ul.counts li {
	list-style-image: url(../i/icon_lastfm.gif);
}
#subcontent ul.technorati li {
	list-style-image: url(../i/icon_technorati.gif);
}
#subcontent ul.categories li li {
	list-style-image: url(../i/sub_categories_yellow.gif);
}
/* footer--------------------------------------------------*/
#footer {
    padding-top: 40px;
	color: #A0A0A0;
	background-color: #FFFFFF;
}

#footer p {
	border-top: 5px solid #6e6e6e;
}
#footer a {
	color: #A0A0A0;
}
#footer a:hover {
	color: #414141;
}
#footer strong {
	color: #009193;
}
