/* BW pinky scheme. Since version 2.1
-----------------------------------------------*/
.site-title {
	text-shadow: 2px 2px #EFD3E7;
}
.site-title a:hover {
	text-shadow: 2px 2px #9C0063;
}
article {
	background: none;
}
h1.entry-title, .entry-title a, h2.post-type {
	color: #9C0063;
}

.entry-title, h1.entry-title, h2.post-type {
	background: url(img/pinky.jpg) left top repeat;
}
.entry-title:hover, .widget-title {
	background: url(img/pinky.jpg) center left repeat;
}
.entry-title:hover,  h1.entry-title:hover, .entry-title a:hover, .widget-title {
	color: lightblue;
}
h3.sticky {
	background: darkblue;
}
.entry-meta {
	background: pink;
	color: deeppink;
}
.entry-meta a, .entry-meta a:visited {
	color: red;
}
.entry-meta a:hover {
	color: mediumvioletred;
}
.entry-content {
	background: lightpink;
	color: darkred;
}
.entry-content a {
	color: blue;
}
.entry-content a:hover {
	color: deepskyblue;
}
.widget {
	background: #fadfeb;
}
aside, aside .wp-caption text {
	color: darkred !important;
}
.widget a, .widget a:visited {
	color: red;
}
.widget a:hover {
	color: blue;
}
.site-content [class*="navigation"] a, .site-content [class*="navigation"] a:visited, .site-content [class*="navigation"] a:hover, 
.navigation a, .navigation a:visited, .navigation a:hover {
	color: #fadfeb;
}
.site-footer {
	background: #fadfeb ;
	color: deeppink;
}
.site-footer a, .site-footer a:visited, .site-footer a:hover {
	color: hotpink;
}
#primary p.author-bio {
	color: pink;
}
#primary p.the-author {
	color: snow;
	background: deeppink;
}
.vcard {
	color: pink;
}
.error-404 {
	background: lightblue;
	color: deeppink;
}
#container {
	background: #ca8;
	color: #310;
}