/**
 * @package Vintage Camera
 */

body {
	background-color: #C4C4C4;
}
.sticky {
	background-color: rgba(250,250,250,.1);
}
#content {
	background-color: rgba(250,250,250,.2);
}
li.pingback {
	background-color: rgba(250,250,250,.3);
}
a:link,
a:visited {
	color: #a5443f;
}
a:hover,
a:active {
	color: #a5443f;
}
.entry-title a {
	color: #fff;
}
a.post-edit-link,
a.comment-edit-link {
	color: #fff;
}
th {
	background-color: #a5443f;
}
.post-date {
	background-color: #a5443f;
}
.post-date a,
.post-date a:visited {
	color: #fff;
}
a.post-edit-link,
a.comment-edit-link {
	background-color: #5793c8;
}
.post-comments a,
.post-comments a:visited,
.post-comments span {
	background-color: #5793c8;
}
.site-title,
.site-title a:link, 
.site-title a:visited, 
.site-title a:hover {
	color: #fff !important;
}
.site-description {
	color: #a5443f;
}
.entry-title, 
.entry-title a,
.entry-title a:visited {
	color: #fff;
}
.post.format-link .link-entry-content a {
	border-bottom: 1px dashed #a5443f;
}
.post.format-gallery .wp-caption a, 
.post.format-gallery .wp-caption a:visited,
.post.format-image .wp-caption a,
.post.format-image .wp-caption a:visited {
	color: #a5443f;
}
#searchform #searchsubmit {
	background-color: #5793c8;
}