 
/*Background
------------------------------------------------------------ */
body { background: #FFCCCC; }
#wrapper{
	background: #fff;
	padding: 0 20px 10px 20px;
	border-left: 4px solid #FF99CC;
	border-right: 4px solid #FF99CC;
	}
.sticky .entry {
	padding: 10px;
	background-color: #FF99CC;
}
/*Links 
------------------------------------------------------------ */
#content a:link, #content a:visited { color: #FF3399; }
#sidebar a:link, #sidebar a:visited { color: #FF3399; }
h1#title a:hover, div#title a:hover { color: #FF3399; }
#nav .page_item a:hover { 
  color: #FF3399;
	border-top: 4px solid #FF3399;
	}
#nav .current_page_item a:link, #nav .current_page_item a:visited, #nav .current_page_item a:hover, #nav .current_page_parent a:link, #nav .current_page_parent a:visited, #nav .current_page_parent a:hover, #nav .current_page_ancestor a:link, #nav .current_page_ancestor a:visited, #nav .current_page_ancestor a:hover {
	color: #FF3399;
	border-top: 4px solid #FF3399;
	}
.post-header h1 a:hover, .post-header h2 a:hover { color: #FF3399; }
.comments a:hover { color: #FF3399; }
.meta a:hover { color: #FF3399; }
.highlight-box { background: #FF3399;	}
.post-footer a:hover { color: #FF3399; }
#footer a:hover { color: #FF3399; }
/*Hover 
------------------------------------------------------------ */
a:hover, #content a:hover, #sidebar a:hover { color: #FF66CC; }

  
/*Reset Specific Link Colors
------------------------------------------------------------ */
#content .post-header h1 a:link, #content .post-header h1 a:visited, #content .post-header h2 a:link, #content .post-header h2 a:visited  { color: #444; }
#content .post-header h1 a:hover, #content .post-header h2 a:hover { color: #FF3399; }
#content .comments a { color: #757575;	}
#content .comments a:hover { color: #FF3399; }
#content .meta a:link, #content .meta a:visited { color: #666; }
#content .meta a:hover { color: #FF3399; }
#content .post-footer a:link, #content .post-footer a:visited { color: #333; }
#content .c-permalink a:link, #content .c-permalink a:visited { color: #757575; }
#content .reply a:link, #reply .c-permalink a:visited { color: #757575; }
#content .reply a:hover { color: #FF3399; }
#footer a:link, #footer a:visited { color: #666; }
#footer a:hover { color: #FF3399; }
