/* COLORS*/
body {
 color:;
}
h1, h2 , h3, h4, h5, h6{
 	color:;
}

a {
	color:#d15300;
}

a:hover {
	color:#b7dd00;
	border-bottom: 1px dotted #b7dd00;
}

#logo h1#title a, #logo h1#title a:hover{
	color:#00736b;
}

.post header .date {
	color:;
}

.post header h2 a {
	color:;
}

.post header h2 a:hover {
	color:#b7dd00;
	border-bottom:1px dotted #b7dd00;
}

.post section .more-link {
	color:#d15300;
}

.post section .more-link:hover {
	color:#b7dd00;
}

#sidebar h3 {
	color:;
}

#sidebar a {
	color:#d15300;
} 

#page-footer {
	color: ;
	text-shadow:1px 1px #ffffff;
}

#page-footer a{
	color: #d15300;
}

/* FONTS*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#logo h1#title {
	font-family:Kranky;
	font-size:px;
}

.post header .date {
	font-family:Unkempt;
	font-size:px;
}

.post header h2, .page header h2 {
	font-family: Unkempt;
	font-size:px;
}

.post section .more-link {
	font-family:Unkempt;
	font-size:px;
}

#sidebar h3 {
	font-family: Unkempt;
	font-size:px;
}

