/* CSS Document */

/* local CSS */

.clipout{
  position:relative;
  width:64px;
  height:64px;
}
.clipin{
  position:absolute;
  clip:rect(60px 128px 124px 64px);
  top:-60px;
  left:-64px;
}

a:hover {
	color:#e64197;
	text-decoration:underline;
}


#subcontent {
}
#subcontent a {
	color:#e64197;
}
#subcontent a:hover {
	color:#e64197;
	text-decoration: underline;
}
#subcontent .heading {
	color:#888;
	font-weight: bold;
}

#prepbody #subcontent a {
	color:#43afa2;
}
#prepbody #subcontent a:hover {
	color:#43afa2;
	text-decoration: underline;
}
#prepbody #subcontent .heading {
	color:#888;
	font-weight: bold;
}


#prep_on a {
	color:#ffffff;
}
#prep_on a:hover {
	color:#ffffff;
}
#prepbody #site_links a:hover {
	color:#ffffff;
	text-decoration: none;
}

#footerlinks {
	color:#888;
}
#footerlinks a {
	color:#888;
	text-decoration:none;
}
#footerlinks a:hover {
	color:#888;
	text-decoration:underline;
}

#featured_text a:hover {
	color:#e64197;
	text-decoration:underline;
}


#breadcrumb_links {
	color:#888;
}
#breadcrumb_links span {
/*	color:#464646;
	text-decoration:underline;*/
}
#breadcrumb_links a {
	color:#888;
	text-decoration:none;
}
#breadcrumb_links a:hover {
	color:#888;
	text-decoration:underline;
}

#mainwrappertext a {
	color:#e64197;
	text-decoration:none;
}
#mainwrappertext a:hover {
	color:#e64197;
	text-decoration: underline;
}

#wrapper_caption2 a:hover {
	text-decoration: underline;
}


.boxtext a:hover {
	color: #fff;
	text-decoration: underline;
}
.box_text a {
	color:#e64197;
	text-decoration: none;
}
.box_text a:hover {
	color:#e64197;
	text-decoration: underline;
}


.imagedivtext a {
	color:#fff;
	text-decoration:none;
}
.imagedivtext a:hover {
	color:#fff;
	text-decoration: underline;
}

.blog_div a {
	color:#e64197;
	text-decoration:none;
}
.blog_div a:hover {
	color:#e64197;
	text-decoration:underline;
}

/* Prep */

#prepbody a:hover {
	color:#43afa2;
	/*text-decoration:underline;*/
}

#prepmainwrappertext a {
	color:#43afa2;
	text-decoration:none;
}
#prepmainwrappertext a:hover {
	color:#43afa2;
	text-decoration:underline;
}

.prep_boxtext a:hover {
	color: #fff;
	text-decoration: underline;
}

.prepimagedivtext a {
	color:#fff;
	text-decoration:none;
}
.prepimagedivtext a:hover {
	color:#fff;
	text-decoration:underline;
}

#prepbody .blog_div a {
	color:#43afa2;
	text-decoration:none;
}
#prepbody .blog_div a:hover {
	color:#43afa2;
	text-decoration:underline;
}

/*
#prepbody  #main_nav #nav_categories a:hover {
	color:#fff;
	display:block;
	float:left;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	margin:0;
	padding:5px 10px;
	text-decoration:none !important;
}

ul.nav_categories { color: blue; }
*/

#prepbody #login-button a { color: #43afa2 !important; }

