/* COLORS*/
body {
 color:;
}
h1, h2 , h3, h4, h5, h6{
 	color:#b02525;
}

a {
	color:;
}

a:hover {
	color:;
	border-bottom: 1px dotted ;
}

#logo h1#title a, #logo h1#title a:hover{
	color:#FF8C00;
}

.post header .date {
	color:;
}

.post header h2 a {
	color:#b02525;
}

.post header h2 a:hover {
	color:;
	border-bottom:1px dotted ;
}

.post section .more-link {
	color:;
}

.post section .more-link:hover {
	color:;
}

#sidebar h3 {
	color:#6a8c2b;
}

#sidebar a {
	color:;
} 

#page-footer {
	color: ;
	text-shadow:1px 1px #000000;
}

#page-footer a{
	color: ;
}

/* FONTS*/

body {
		font-family: 'Architects Daughter', cursive;		
}

#logo h1#title {
	font-family: 'Libre Baskerville', serif;	font-size:45px;
}

.post header .date {
		font-size:26px;
}

.post header h2, .page header h2 {
		font-size:24px;
}

.post section .more-link {
		font-size:26px;
}

#sidebar h3 {
		font-size:16px;
}

