/* 
    Document   : color.css
    Created on : 08.05.2009
    Author     : pantox
    Description: changable color definition

    orange: # f80;
    blue: # 08f
*/
a {
    color: #f80;
}
a:hover {
    color: #08f;
}
body {
    background-color: #aaa;
    color: #666;
}
#page {
    background-color: #eee;
}
code, pre {
    background-color: #333;
    color: #fff;
}
#header {
	background-color: #fff;
}
#searchform input {
	background-color: #fff;
	border-color: #fff;
    color:#aaa;
}
#content {
	background-color: #fff;
}
#content .archive {
	border-color: #aaa;
}
#content .post {
	border-color: #aaa;
}
#content .meta .tags {
	background-color: #fff;
}
#content .meta .date {
	background-color: #f80;
}
#content .meta .date a { 
	color:#fff;
}
#content .meta .comment, #content .meta .comments, #content .meta .comment_add {		
	background-color: #fff;
}
#content .meta .date .wrapper {
	border-color: #fff;
}
#content .entry  h2 a{
    color: #666;
}
#content .entry  h2 a:hover{
    color: #666;
}
#comments li .number {
    color: #999;
}
#subcontent {
    background-color: #333;
    color: #eee;
}
#subcontent a:hover {
    color: #f80;
	background-color: #666;
}
#commentbox input, #commentbox textarea {
   background-color: #333;
   border-color: #f80;
   color:#eee;
}
#commentbox .divider {
    color: #f80;
}
#footer {
	background-color:#fff;
}
#twitter {
	background-color:#f80;
	border-color: #fff;
}