/*-----attach body.custom to any style you add here-----*/
#pp-subscribe { display: none; }
#pp-sidebars { border-top: none; }

/*---Menu colours---*/
body.custom ul.menu li a {
background-color: #6a1220 ;
color: #ffffff; }

body.custom ul.menu li a:hover {
background-color: #CC6600;
color: #000; }

body.custom ul.menu li.current_page_item a,
body.custom ul.menu li.current_page_item a:hover {
background-color: #dddddd;
color: #6a1220; }

/*-----font stuff----*/

/* to change the post titles when static */
body.custom .entry-title {
         color: #6a1220;;
	 }
/* to change the color of a post link on home page */
body.custom .entry-title a {
	color: #6a1220;}

/* to change the site title and other stuff*/
body.custom .homelink {
	color: #6a1220;}

body.custom .homelink a{color:#6a1220;}
body.custom .homelink a:hover{color:#6a1220; text-decoration:none;}
body.custom .description{color:#6a1220; }

body.custom #container {
	border: 1px solid #cccccc;}
 
body.custom ul.menu {
	right: 10px;}
 
body.custom #rotating {
	border-top: none;}


/*-----links stuff----*/
body.custom a{color:#6a1220;}
