/* COLORS*/
body {
 color:;
}
h1, h2 , h3, h4, h5, h6{
 	color:;
}

a {
	color:#0000ff;
}

a:hover {
	color:#be000f;
	border-bottom: 1px dotted #be000f;
}

#logo h1#title a, #logo h1#title a:hover{
	color:#bf6c00;
}

.post header .date {
	color:;
}

.post header h2 a {
	color:#a90025;
}

.post header h2 a:hover {
	color:#b8001a;
	border-bottom:1px dotted #b8001a;
}

.post section .more-link {
	color:#0000ff;
}

.post section .more-link:hover {
	color:#b4000f;
}

#sidebar h3 {
	color:#521a00;
}

#sidebar a {
	color:#000cc3;
} 

#page-footer {
	color: ;
	text-shadow:1px 1px #ffffff;
}

#page-footer a{
	color: ;
}

/* FONTS*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#logo h1#title {
	font-family:Cabin Sketch;
	font-size:px;
}

.post header .date {
	font-family:;
	font-size:px;
}

.post header h2, .page header h2 {
	font-family: ;
	font-size:px;
}

.post section .more-link {
	font-family:;
	font-size:px;
}

#sidebar h3 {
	font-family: Old Standard TT;
	font-size:22px;
}

