/**
 * @package Vintage Camera
 */ 

body {
	background-color: #ededed;
	background-image:url(images/background-light.png);
}
.sticky {
	background-color: rgba(250,250,250,.1);
}
#content {
	background-color: rgba(250,250,250,.4);
}
li.pingback {
	background-color: rgba(250,250,250,.3);
}
a:link,
a:visited {
	color: #a9c137;
}
a:hover,
a:active {
	color: #a9c137;
}
.entry-title a {
	color: #555;
}
a.post-edit-link,
a.comment-edit-link {
	color: #555;
}
blockquote {
	background-color: rgba(250,250,250,.9);
}
th {
	background-color: #a9c137;
}
tr.alternate {
	background-color: rgba(250,250,250,.9);
}
.post-date {
	background-color: #a9c137;
}
.post-date a,
.post-date a:visited {
	color: #fff;
}
a.post-edit-link,
a.comment-edit-link {
	background-color: #fff;
}
.post-comments a,
.post-comments a:visited,
.post-comments span {
	background-color: #fff;
}
.site-title,
.site-title a:link, 
.site-title a:visited, 
.site-title a:hover {
	color: #333 !important;
}
.site-description {
	color: #a9c137;
}
.entry-title, 
.entry-title a,
.entry-title a:visited {
	color: #555;
}
.post.format-link .link-entry-content,
.post.format-audio .audio-entry-content,
.post.format-quote blockquote {
	background-color: rgba(250,250,250,.95);
}
.post.format-link .link-entry-content a {
	border-bottom: 1px dashed #a9c137;
}
.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: #a9c137;
}
footer#colophon {
	color: #333;
}
#searchform #searchsubmit {
	background-color: #a9c137;
}