/* Standard Styles */
a {
	color:#528f6c;
}
a:visited {
	color: #528f6c;
}

/* main menu */
#nav .current_page_item a, #nav .current_page_item a:hover,#nav li a:active{
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
	color: #fff;
}

#nav li a:hover{
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

#nav li a:active{
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

/* Styling for drop-down lists */
#nav ul ul li a:hover{
	color: #fff;
}

/* style the links for the top level */
#nav a.highlighted,
#nav a:active {
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

/* style the second level hover */
#nav ul ul a.drop:hover {
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
	color: #fff;
}

#nav ul ul :hover > a.drop {
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

/* style the third level hover */
#nav ul ul ul a:hover {
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
	color: #fff;
}

/* style the top level hover */
#nav a:hover,
#nav ul ul a:hover {
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

#nav :hover > a,
#nav ul ul :hover > a {
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

/* Top menu */
#nav-top .current_page_item a, #nav-top .current_page_item a:hover,#nav-top li a:active{
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
	color: #fff;
}

#nav-top li a:hover{
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

#nav-top li a:active{
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

/* Styling for drop-down lists */
#nav-top ul ul li a:hover{
	color: #fff;
}

/* style the links for the top level */
#nav-top a.highlighted,
#nav-top a:active {
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

/* style the second level hover */
#nav-top ul ul a.drop:hover {
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
	color: #fff;
}

#nav-top ul ul :hover > a.drop {
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

/* style the third level hover */
#nav-top ul ul ul a:hover {
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
	color: #fff;
}

/* style the top level hover */
#nav-top a:hover,
#nav-top ul ul a:hover {
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

#nav-top :hover > a,
#nav-top ul ul :hover > a {
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

/* sub menu */
#subnav .current_page_item a,
#subnav .current_page_item a:visited,
#subnav .current_page_parent a,
#subnav .current_page_parent a:visited {
	color: #528f6c;
}

#subnav li a:hover {
	color: #528f6c;
}

/* Level 3 */
.hier-nav .current_page_item a, .hier-nav .current_page_item a:visited {
	color: #528f6c;
}

.hier-nav li a:hover {
	color: #528f6c;
}

/* content */
.postdata a:hover {
	color: #528f6c;
}

/* post title */
h1.posttitle a:hover,
h2.posttitle a:hover {
	color: #528f6c;
}
.tags a:hover {
	color: #528f6c;
}

/* next & previous page navigation */
.page-nav a:hover {
	color: #528f6c;
}

/* next & previous post navigation */
.post-nav a:hover {
	color: #528f6c;
}

.suf-page-nav a.page-numbers,
.suf-page-nav a.page-numbers:visited {
	color: #528f6c;
}

/* comment list */
.commentlist cite {
	color: #528f6c;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #528f6c;
}

/* Credits  */
#cred a:hover {
	color: #528f6c;
}

.suf-widget h3.scheme,
.suf-widget h3.scheme:hover,
.suf-widget h3.scheme a,
.suf-widget h3.scheme a:visited {
	color: #fff;
}

.suf-widget a:hover, 
.suf-widget a:focus,
.suf-widget a:active,
#wsidebar-top a:hover,
#wsidebar-top a:focus,
#wsidebar-top a:active,
#wsidebar-bottom a:hover,
#wsidebar-bottom a:focus,
#wsidebar-bottom a:active,
#sidebar a:hover,
#sidebar-2 a:hover,
#sidebar a:focus,
#sidebar-2 a:focus,
#sidebar a:active,
#sidebar-2 a:active,
#sidebar-b a:hover,
#sidebar-2-b a:hover,
#sidebar-b a:focus,
#sidebar-2-b a:focus,
#sidebar-b a:active,
#sidebar-2-b a:active {
	color: #528f6c;
}

/* calendar */
#calendar a,
.widget_calendar a {
	color: #528f6c;
}

/* These settings are for common plugins */
.wp-pagenavi a,
.wp-pagenavi a:visited,
.wp-pagenavi span {
	color: #528f6c;
}

.wp-pagenavi a:hover {
	color: #fff;
}



