/*-----attach body.custom to any style you add here  mike-----*/

/*-- hides RSS feed (but leaves box at top of sidebar --*/
body.custom #pp-feed { 
	display: none;} 

/*-----font stuff----*/

/* to change the font site wide */
body.custom {
        color: ffffff;
	font-family: georiga; }

/* to change the site title */
body.custom .homelink {
        color: white;
	font-family: georgia; }

/* to change the post titles when static */
body.custom .entry-title {
         color: #000000;
	font-family: georgia; }

/* to change the color of a post link on home page */
body.custom .entry-title a {
	color: #B24D62;}

/* to change the content font */
body.custom .entry-content {
         font-size: 13px;
	font-family: georgia; }

/* to change the color of headlines in a post title */
/* body.custom .entry-content h2 { */
/*	color: #ff0000;} */

/*----- set background color ---*/ 
body.custom {
	background: #4A3F8F;}
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;}   
                                              
 
/*--- set a background image 
body.custom {
	background-image: url(images/.jpg); }
body.custom {
	background-repeat: repeat; }
body.custom {
	background-position: top center; } ---*/                                            
                                             

/*---container background color ---*/
body.custom #container {
	background-color: white; } 


/*-- widget background color --                  */
/*body.custom .widget {                          */
/*	background-color: #EBE0FE; }            */


/*-------comments coloring----------*/
/* controls the background color for all the comments */
body.custom .commentlist li {
	background: #ffffff;}

/* for every alternate comment */
body.custom .commentlist li.alt {
	background: #dadada;}

/* for author comments */
body.custom .commentlist li.authorcomment {
	background: #6B8E23;
	border: none;}

/*---- reduce white space after posts---*/
body.custom .entry-meta {
	margin-top: 10px; }

/*-----create a border---- */
body.custom #container {
	border: 4px solid #cccccc;}
 
body.custom ul.menu {
	right: 10px;}
 
body.custom #rotating {
	border-top: none;}

body.custom #rotating img {
	border: 2px solid #cccccc; }  

/*--- new comments --*/
body.custom .comments-link {
	color: #b00;
	font-size: 14px;
	background: url(images/comment.png) 0 50% no-repeat;
	padding-left: 20px;
        padding-right: 15px;
	}

