/* COLORS*/
body {
 color:#717171;
}
h1, h2 , h3, h4, h5, h6{
 	color:;
}

a {
	color:;
}

a:hover {
	color:;
	border-bottom: 1px dotted ;
}

#logo h1#title a, #logo h1#title a:hover{
	color:#afc700;
}

.post header .date {
	color:;
}

.post header h2 a {
	color:#cb8c00;
}

.post header h2 a:hover {
	color:#afc700;
	border-bottom:1px dotted #afc700;
}

.post section .more-link {
	color:;
}

.post section .more-link:hover {
	color:;
}

#sidebar h3 {
	color:#afc700;
}

#sidebar a {
	color:#717171;
} 

#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:Lobster;
	font-size:46px;
}

.post header .date {
	font-family:Pacifico;
	font-size:18px;
}

.post header h2, .page header h2 {
	font-family: Pacifico;
	font-size:px;
}

.post section .more-link {
	font-family:;
	font-size:px;
}

#sidebar h3 {
	font-family: Lobster;
	font-size:22px;
}

