/*-----attach body.custom to any style you add here-----*/

/*-- 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 {
	font-family: georiga; }

/* to change the site title */
body.custom .homelink {
	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: #999999;}
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/bg.jpg); }
body.custom {
	background-repeat: repeat-y; }
body.custom {
	background-position: top center; }
                                              

/*---container background color---*/
body.custom #container {
	background-color: white; }


/*-- widget background color --                  */
/*body.custom .widget {                          */
/*	background-color: #eaeaea; }            */


/*-------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: 1px solid #cccccc;}
 
body.custom ul.menu {
	right: 2px;}
 
body.custom #rotating {
	border-top: none;}

body.custom #rotating img {
	border: 1px solid #cccccc; }  

/*--- amazon 
.amzshcs-item { margin-bottom: 5px; }
.amzshcs-item a img { border: 0px; } ---*/
/*---.amzshcs-item { float: left; width: 100px; } ---*/

/*--- 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;
	}
