/* Get parent CSS */
@import url('green.css');
@import url('dark-style.css');

/* Standard Styles */
a {
	color:#528f6c;
}
a:visited {
	color: #528f6c;
}

a.dbx-toggle, a.dbx-toggle:visited {
	background-image:url(images/exp-coll-eee.png);
	background-repeat:no-repeat;
}

.scheme a.dbx-toggle, .scheme a.dbx-toggle:visited {
	background-image:url(images/exp-coll-white.png);
	background-repeat:no-repeat;
}

* html a.dbx-toggle, * html a.dbx-toggle:visited {
	background-image:url(images/exp-coll-eee.gif);
	background-repeat:no-repeat;
}

* html .scheme a.dbx-toggle, * html .scheme a.dbx-toggle:visited {
	background-image:url(images/exp-coll-white.gif);
	background-repeat:no-repeat;
}

.suf-widget h3.scheme {
	background: url(images/bg_green.png) repeat-x top left;
}

/* Blog title */
h1.blogtitle a:hover {
	color: #528f6c;
}

/* search form */
.searchform .searchsubmit { 
	background: url(images/search-button-green.png) no-repeat 0 0;
}

/* 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;
}

/* 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 */
#l3nav .current_page_item a, #l3nav .current_page_item a:visited {
	color: #528f6c;
}
#l3nav li a:hover {
	color: #528f6c;
}

/* content */
.post .date {
	background: url(images/calgr.png) no-repeat;
	color: #fff;
}

.post .date span {
	color: #fff;
}
.post .date span.year {
	color: #fff;
}

.postdata a:hover {
	color: #528f6c;
}

/* post title */
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;
}

/* comment list */
.commentlist cite {
	color: #528f6c;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #528f6c;
}

/* Credits  */
#cred a:hover {
	color: #528f6c;
}

.button:hover, input[type="submit"]: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,
#sidebar a:hover,
#sidebar-2 a:hover,
#sidebar a:focus,
#sidebar-2 a:focus,
#sidebar a:active,
#sidebar-2 a:active {
	color: #528f6c;
}

.suf-widget ul li {
	background-image: url(images/icons/bulletgr.png);
}

.suf-widget ul li ul li {
	background-image: url(images/icons/bulletgr.png);
}

.widget_archive ul li,
.widget_archive ul li ul li {
	background-image: url(images/icons/calendar_date.png);
}

.widget_categories ul li,
.widget_categories ul li ul li,
.widget_categories ul li ul li ul li {
	background-image: url(images/icons/folder-gr.png);
}

#archives ul li {
	background-image: url(images/icons/calendar_date.png);
}

#recent-comments ul li {
	background-image: url(images/icons/comments.png);
}

#recent-posts ul li {
	background-image: url(images/icons/page_copy.png);
}

#categories ul li,
#categories ul li ul li,
#categories ul li ul li ul li {
	background-image: url(images/icons/folder-gr.png);
}

/* meta */
.suf-widget .rss {
	background: url(images/icons/rssgrn16.png) no-repeat left center;
}
#meta .check {
	background: url(images/check.gif) no-repeat left center;
}

/* calendar */
#calendar a,
.widget_calendar a {
	color: #528f6c;
}
