/*----- set background color ---*/
body.custom {
	background: #6699cc;}
body.custom  .homelink a {
	color: #ffffff;}
body.custom .homelink a:hover {
	color: #ffffff;}
body.custom .description {
	color: #cccccc;}
body.custom ul.menu {
	right: 10px;}
body.custom #rotating {
	border-top: none;}



/*-----changing title colors-----*/
body.custom .entry-title a {
	color: #6699cc; }

body.custom .entry-title a:hover {
	color: #6699cc; }

body.custom .entry-title {
	color: #6699cc; }

/*---- Create border around blog ---*/

body.custom #container {
	border: 1px solid #000000;}

 /*-----attach body.custom to any style you add here-----*/
body.custom ul.menu {
	right: 10px;}
 
body.custom #rotating {
	border-top: none;}
 
body.custom  .homelink a {
	color: #000000;}
 
body.custom .homelink a:hover {
	color: #000000;}
 
body.custom .description {
	color: #ffffff;}
 
body.custom ul.menu {
	right: 10px;}
 
body.custom #rotating {
	border-top: none;}

body.custom {
	font-family: futurist; }
to change the site title
body.custom .homelink {
	font-family: futurist; }
to change the post titles
body.custom .entry-title {
	font-family: futurist; }
to change the content font
body.custom .entry-content {
	font-family: futurist; }

/*---- reduce white space after posts---*/
body.custom .entry-meta {
	margin-top: 10px; }