/*
Theme Name:     Filtered
Description:    Child theme for the Filtered theme 
Author: 		Jane Griffin
Template:       filtered
*/



@import url("../filtered/style.css");

#homeMessage p {font-size: 20px;
    }
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

#pageHead h1 {	
	font-size: 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;		
}



#mainNav li.current a,
#mainNav li.current-cat a,
#mainNav li.current_page_item a,
#mainNav li.current-menu-item a,
#mainNav li.current-post-ancestor a,
#mainNav li.current_page_parent a,
#mainNav li.current-category-parent a
{
	color: #cc0066;
}

#mainNav li.current:hover a,
#mainNav li.current-cat:hover a,
#mainNav li.current_page_item:hover a,
#mainNav li.current-menu-item:hover a,
#mainNav li.current-post-ancestor:hover a,
#mainNav li.current_page_parent:hover a{
	color: #cc0066;
}

/*#footer .secondary .right { color: #5d5d5d;}*/
#footer .secondary .right { color: #bebeaf;}
#footer a.secondary .right { color: #eeeeee;}
/*#footer a.secondary .right { color: #5d5d5d;}*/
/*#footer a:hover.secondary .right { color: #5d5d5d;}*/
#footer a:hover.secondary .right { color: #ffffff;}

#filterNav li.selected a{background: #cc0066;}
a{	
	color: #919191;	
}
a:hover {
	color: #cc0066;	
}

projectNav.next a { display: none;  visibility:hidden;}

projectNav.previous a { display: none;  visibility:hidden;}



.projectNav .next a{
background: none;
	
	background-position: 0 -28px;
}

.projectNav .next a:hover {	
	background-position: 0 0;
}

.projectNav .next.inactive{
	background: none;
	background-position: 0 -56px;
}

.projectNav .previous a{
	background: none;
	background-position: 0 -28px;
}

.projectNav .previous a:hover {	
	background-position: 0 0;
}

.projectNav .previous.inactive{
	background: transparent url(images/project_nav_arrow_right.png) no-repeat;
	background-position: 0 -56px;
}

.button, #searchsubmit, input[type="submit"]  {	
	
	background: #908f8f url(images/btn_bkg.png) repeat-x;}	

.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
	background-color: #7e7d7d !important;
}

