
/* This is the leadin header link color. */
.post .handwritten a:link,
.post .handwritten a:visited {
	color: #FF0000; /* CHANGE THIS */
	/* DELETE THIS LiNE
	font-familiy: 
	*/ /*AND THIS LINE IF YOU WANT TO CHANGE THE FONT */
}

/* This is the leadin header link color on mouse hover. */
.post .handwritten a:hover,
.post .handwritten a:focus {
	color: ; /* CHANGE THIS */
	
}

/* This readmore link background in the leadins on the frontpage */
.entry .readmore {
	background: #FF0000;
	color: #FFFFFF;
}

/* ON MOUSE OVER */
.entry .readmore:hover {
	background: #000;
}

/* READMORE FONT COLOR */
.leadin-content .readmore a:link, 
.leadin-content .readmore a:visited {
	display:block;
	color: #FFF;
}

/* READMORE FONT COLOR ON MOUSE OVER */
.leadin-content .readmore a:hover, 
.leadin-content .readmore a:focus {
	color: #000;
}

/* HEADER SUMMER RAYNE OAKES */
#identity h1 a:link, #identity h1 a:visited {
	font-family:"garagier-1","garagier-2",Georgia,serif;
	font-weight: bold;
	color: #FFFFFF;
}

/* SUMMER RAYNE OAKES on mouse hover */
#identity h1 a:focus, #identity h1 a:hover {
	color: #FFFFFF;
}

/* LEFT SIDE NAVIGATION  */
ul#navigation li.sup a {
	color: ;
	font-family:"garagier-1","garagier-2",sans-serif;
	font-weight: bolder; /* OR NORMAIL */
}