/* COLORS*/
body {
 color:;
}
h1, h2 , h3, h4, h5, h6{
 	color:#582100;
}

a {
	color:#199f00;
}

a:hover {
	color:#876f00;
	border-bottom: 1px dotted #876f00;
}

#logo h1#title a, #logo h1#title a:hover{
	color:#244400;
}

.post header .date {
	color:#007808;
}

.post header h2 a {
	color:#bb5800;
}

.post header h2 a:hover {
	color:#ff791c;
	border-bottom:1px dotted #ff791c;
}

.post section .more-link {
	color:#199f00;
}

.post section .more-link:hover {
	color:#184000;
}

#sidebar h3 {
	color:#005425;
}

#sidebar a {
	color:#683700;
} 

#page-footer {
	color: #ebb800;
	text-shadow:1px 1px transparent;
}

#page-footer a{
	color: #fff1a0;
}

/* FONTS*/

body {
	font-family:Georgia, Times New Roman, Times, serif;
}

#logo h1#title {
	font-family:Kranky;
	font-size:px;
}

.post header .date {
	font-family:;
	font-size:px;
}

.post header h2, .page header h2 {
	font-family: Kranky;
	font-size:px;
}

.post section .more-link {
	font-family:;
	font-size:px;
}

#sidebar h3 {
	font-family: ;
	font-size:px;
}


