/* COLORS*/
body {  color:; }
h1, h2 , h3, h4, h5, h6{ color:;}

a {	color:#4c2b11;}

a:hover {	color:;
	border-bottom: 1px dotted ;
}

#logo h1#title a, #logo h1#title a:hover{
	color:;
}

.post header .date {
	color:;
}

.post header h2 a {
	color:;
}

.post header h2 a:hover {
	color:;
	border-bottom:1px dotted ;
}

.post section .more-link {
	color:;
}

.post section .more-link:hover {
	color:;
}

#sidebar h3 {
	color:;
}

#sidebar a {
	color:;
} 

#page-footer {
	color: #3b3b3b;
	text-shadow:1px 1px #ffffff;
}

#page-footer a{
	color: #4c2b11;
}

/* FONTS*/

body {	font-family:Georgia, Times New Roman, Times, serif;}
#logo h1#title {font-family:;font-size:px;}

.post header .date {
	font-family:Covered By Your Grace;
	font-size:px;
}

.post header h2, .page header h2 {
	font-family: Kreon;
	font-size:px;
}

.post section .more-link {
	font-family:Anton;
	font-size:18px;
}

#sidebar h3 {
	font-family: ;
	font-size:px;
}


