/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
body.custom-background {
	background: url('https://stevenmarshallproductions.com/wp-content/uploads/2013/11/SMPFINAL.png') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#content .entry-title {
	font-family: Baskerville, Times, “Times New Roman”, serif;
}

#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
	margin-bottom: 12px;
	font-size: 20px;
	font-family: Baskerville, Times, “Times New Roman”, serif;
}

/* links */
a:link, a:visited, a:hover, a:active {
	color: red !important;
	font-family: Baskerville, Times, “Times New Roman”, serif;
}

/* this is the menu at the top */
.menu a:link, .menu a:visited, .menu a:hover, .menu a:active {
	font-weight: bold;
	font-size: 16px;
	color: white !important;
}

body, h1, h2, h3, h4 {
	font-family: Baskerville, Times, “Times New Roman”, serif !important;
}

#wrapper {
	background-color: rgba(0,0,0,0.5) !important;
}

.widget-title {
	color: #ddd;
	font-weight: bold;
	font-size: 18px;
}

Style Attribute {
	color: rgb(255,255,255);
	font-family: Baskerville, Times, “Times New Roman”, serif;
	font-size: 12px;
	direction: ltr;
	font-weight: 400;
	font-style: normal;
}

.entry-utility {
	color: #A8A8A8 !important;
	font-family: Baskerville, Times, “Times New Roman”, serif;
}

Style Attribute {
	color: #ddd;
	font-family: Baskerville, Times, “Times New Roman”, serif !important;
	font-size: 12px;
	direction: ltr;
	font-weight: 400;
	font-style: normal;
}

.wpl-count {
	line-height: 1;
	text-align: left;
	font-size: 12px;
	font-family: Baskerville, Times, “Times New Roman”, serif !important;
}

.entry-meta {
	font-size: 12px;
	color: #A8A8A8 !important;
	font-family: Baskerville, Times, “Times New Roman”, serif !important;
}