/* CSS copyright seyDoggy http://www.seyDoggy.com */

/* @group background custom */

body {
	background: #99cc66 none;
	color: #7f7f7f;
	font: small Helvetica, Verdana, sans-serif;
}

#contentContainer a {
	color: #69c;
	text-decoration: none;
	font-size: small;
	background: #ffffff;
}

#contentContainer a:hover {
	color: #0798fb;
	text-decoration: underline;
}

/* sidebar navigation */

#sidenavcontainer .current {
	color: #69c;
	font-weight: bold;
	background: #ffffff;
}

#sidenavcontainer li a:hover {
	color: #69c;
	text-decoration: underline;
}

#sidenavcontainer li a {
	color: #666666;
}

#sidenavcontainer ul ul li a {
	color: #666666;
}

#sidenavcontainer ul ul li a:hover {
	color: #69c;
	text-decoration: underline;
}

#sidenavcontainer ul ul .current {
	color: #69c;
	font-weight: bold;
}

/* end sidebar navigation */

/* this is the SIDEBAR */
	
#sidebarContainer a {
	color: #69c;
	text-decoration: none;
}

#sidebarContainer a:hover {
	color: #69c;
	text-decoration: underline;
}

/* end SIDEBAR */

#breadcrumbcontainer {
	color: #666666;
}

#breadcrumbcontainer ul {
	color: #666666;
}

#breadcrumbcontainer li {
	color: #666666;
}

#breadcrumbcontainer a {
	color: #666666;
}

#breadcrumbcontainer li a:hover {
	color: #333333;
}

#footer {
	color: #666666;
}


#footer a {
	color: #333333;
}
	
#footer a:hover {
	color: #666666;
}

.photo-navigation {
	color: #666666;
}

.photo-navigation a {
	color: #666666;
}

/* @end */


