/*
This file is part of the Digital Raindrops CMS-portfolio for WordPress and Artisteer
Copyright 2010 David Cox; (email : david.cox@digitalraindrops.net)
Plugin Support: http://www.digitalraindrops.net/Boards/
This CSS file will be loaded last, make any changes to your styles only in this file
*/

.cms-footer-bottom .art-footer-text
{
  color: #777777;
}

.cms-footer-bottom .art-footer-text a:link
{
  color: #777777;

}

.cms-footer-bottom .art-footer-text a:visited
{
  color: #666666;

}

.cms-footer-bottom .art-footer-text a:hover
{
  color: #8E0303;

}

.cmsf-WidgetsHeader .t
{
	color: #777777;
}

.cmsf-WidgetsContent-body
{
	color: #777777;
}

.cmsf-WidgetsContent-body a:link
{
	color: #777777;
}

.cmsf-WidgetsContent-body a:visited, .cmsf-WidgetsContent-body a.visited
{
	color: #666666;
}

.cmsf-WidgetsContent-body a:hover, .cmsf-WidgetsContent-body a.hover
{
	color: #999999;
}

.cmsf-WidgetsContent-body ul
{
	color: #777777;
}

.cmsf-WidgetsContent-body ul li:hover
{
	color: #525252;
	background-color: #212121;
	border-bottom: solid 1px #999999;
}