/* COLORS*/
body {
 color:#000000;
}
h1, h2 , h3, h4, h5, h6{
 	color:#000000;
}

a {
	color:#000000;
}

a:hover {
	color:#8c0000;
	border-bottom: 0px dotted #8c0000;
}

#logo h1#title a, #logo h1#title a:hover{
	color:#000000;
}

.post header .date {
	color:#000000;
}

.post header h2 a {
	color:#000000;
}

.post header h2 a:hover {
	color:#8c0000;
	border-bottom:0px dotted #8c0000;
}

.post section .more-link {
	color:#000000;
}

.post section .more-link:hover {
	color:#8c0000;
}

#sidebar h3 {
	color:;
}

#sidebar a {
	color:#3b3b3b;
} 

#page-footer {
	color: #cec9bd;
	text-sowhad:1px 1px #000000;
}

#page-footer a{
	color: #cec9bd;
}

/* FONTS*/

body {
	font-family:Georgia, Times New Roman, Times, serif;
}

#logo h1#title {
	font-family:Cabin Sketch;
	font-size:px;
}

.post header .date {
	font-family:Calligraffitti;
	font-size:16px;
}

.post header h2, .page header h2 {
	font-family: Calligraffitti;
	font-size:px;
}

.post section .more-link {
	font-family:Calligraffitti;
	font-size:20px;
}

#sidebar h3 {
	font-family: ;
	font-size:px;
}


