
body, .body-class {
	background: url(http://cdreiss.com/wp-content/uploads/2014/03/websitebg-med.jpg) left top repeat fixed;
	background-color: #454545}	

a { color: #a30f0f; }
#blog-entry .post-entry h2:hover, .recent-title:hover, .homepage-top-sidebar h2:hover { color: #a30f0f; }
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
border-color: #a30f0f;
}

::selection { 	background-color: #a30f0f !important; color: #fff	 }

::-moz-selection { 	background-color: #a30f0f !important;	 }