/* Start of CMSMS style sheet 'Yogaslackers' */
img {border:0;}

body {color: white; background-color: black;}

#pagewrapper {margin: 0 auto; width: 1000px;}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #FFFFFF; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #FFFFFF;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: black;
   color: white;
}

.feedTitle {margin-top: 10px;}

#mycrawler2 {background: white url(media/images/backgrounds/scroll_background.jpg) repeat-y 0 0;}


		/* Happy Resyndicator
		----------------------------------------------- */
		
		div.feedburnerFeedBlock p.date {
			font-size: .88em;
			display: block;
                        width: 100%;
			margin-left: 10px;
			}
		div.feedburnerFeedBlock ul li div {
			display: inline;
			}
		div.feedburnerFeedBlock span.headline {
			font-weight: bold;
			display: block;
			text-indent: 0;
			}
		div.feedburnerFeedBlock ul li {
			margin-bottom: 2em;
			padding-left: 0 !important;
			text-indent: 0 !important;
			}
		div.feedburnerFeedBlock p.enclosure {
			margin-top: 3px;
		}
		div.feedburnerFeedBlock p.enclosure a {
			padding-left: 20px;
			background: url(img/play.gif) no-repeat left center;
			}


/* End of 'Yogaslackers' */

