/* COLORS*/
body {
 color:;
}
h1, h2 , h3, h4, h5, h6{
 	color:;
}

a {
	color:#6500d7;
}

a:hover {
	color:#8700b3;
	border-bottom: 1px dotted #8700b3;
}

#logo h1#title a, #logo h1#title a:hover{
	color:#4c0097;
}

.post header .date {
	color:#777777;
}

.post header h2 a {
	color:;
}

.post header h2 a:hover {
	color:#8d00b3;
	border-bottom:1px dotted #8d00b3;
}

.post section .more-link {
	color:#6900df;
}

.post section .more-link:hover {
	color:;
}

#sidebar h3 {
	color:;
}

#sidebar a {
	color:;
} 

#page-footer {
	color: ;
	text-shadow:1px 1px #ffffff;
}

#page-footer a{
	color: #8a00c7;
}

/* FONTS*/

body {
	font-family:Georgia, Times New Roman, Times, serif;
}

#logo h1#title {
	font-family:Six Caps;
	font-size:47px;
}

.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: ;
	font-size:px;
}


