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

a {
	color:#6b2e00;
}

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

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

.post header .date {
	color:;
}

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

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

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

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

#sidebar h3 {
	color:#422503;
}

#sidebar a {
	color:#422503;
} 

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

#page-footer a{
	color: #422503;
}

/* FONTS*/

body {
		font-family: 'Marmelad';		
}

#logo h1#title {
	font-family: 'Rochester', cursive;	font-size:42px;
}

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

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

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

#sidebar h3 {
	font-family: 'Marmelad';	font-size:22px;
}

