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

a {
	color:#002bff;
}

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

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

.post header .date {
	color:;
}

.post header h2 a, .post header h1#crx a {
	color:;
}

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

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

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

#sidebar h3 {
	color:;
}

#sidebar a {
	color:#4d4d4d;
} 

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

#page-footer a{
	color: ;
}

/* FONTS*/

body {
		font-family:Georgia, Times New Roman, Times, serif;
		
}

#logo h1#title, #logo div#title {
	font-family:Parisienne;	font-size:40px;
}

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

.post header h2, .page header h2, .post header h1#crx, .page header h1#crx {
	font-family:Parisienne;	font-size:32px;
	/*ADD BYNG YBE {0511-5011}*/
	padding-left:2px;
}

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

#sidebar h3 {
		font-size:16px;
}

