/* 
	WordPress Menubar Plugin
	ssf-EC.css stylesheet for the Superfish template for use for the Ecumenical Center at the University of Wisconsin - Green Bay

	Credits:

	Superfish v1.4.8 - jQuery menu plugin by Joel Birch
	http://users.tpg.com.au/j_birch/plugins/superfish/

	Search box design by the LightWord theme
	http://www.lightword-theme.com/
*/

/*** start superfish.css ***/

/*** ESSENTIAL STYLES ***/
.ssf-EC, .ssf-EC * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.ssf-EC {
	line-height:	1.0;
}
.ssf-EC ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.ssf-EC ul li {
	width:			130%;
}
.ssf-EC li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.ssf-EC li {
	float:			left;
	position:		relative;
}
.ssf-EC a {
	display:		block;
	position:		relative;
}
.ssf-EC li:hover ul,
.ssf-EC li.wpm-hover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.ssf-EC li:hover li ul,
ul.ssf-EC li.wpm-hover li ul {
	top:			-999em;
}
ul.ssf-EC li li:hover ul,
ul.ssf-EC li li.wpm-hover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.ssf-EC li li:hover li ul,
ul.ssf-EC li li.wpm-hover li ul {
	top:			-999em;
}
ul.ssf-EC li li li:hover ul,
ul.ssf-EC li li li.wpm-hover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** arrows **/
.ssf-EC a.sf-with-ul {
	padding-right: 	40px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			1.5em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.wpm-hover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.ssf-EC ul .sf-sub-indicator { background-position:  -10px 0; }
.ssf-EC ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.ssf-EC ul a:focus > .sf-sub-indicator,
.ssf-EC ul a:hover > .sf-sub-indicator,
.ssf-EC ul a:active > .sf-sub-indicator,
.ssf-EC ul li:hover > a > .sf-sub-indicator,
.ssf-EC ul li.wpm-hover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** end superfish.css ***/

.ssf-EC-wrap {
	padding:		0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 		12px;
	height:			30px;
	/* background:		#D26D26;			/* color 1 */
	position:		relative;
	z-index:		49;
}

/*** DEMO SKIN ***/
.ssf-EC {
	float:			center;
	text-align: 	center;
	width:			960px; 
}
.ssf-EC a {
	border:			0;
	padding: 		.75em 35px;
	text-decoration: none;
	/*border-right:	1px solid #FCC097;	/* border color */	*/
}
.ssf-EC li li a {
	border:			0;
	padding: 		.75em 1em;
	text-decoration: none;
	border-top:		1px dotted #333333;	/* border color */	
	border-left:	1px solid #333333;	/* border color */	
}
.ssf-EC a, .ssf-EC a:link, .ssf-EC a:visited  {
	color:			white;				/* text color 1 */
}
.ssf-EC li li a, .ssf-EC li li a:link, .ssf-EC li li a:visited  {
	color:			#f5f5f5;			/* text color 2 */
}
.ssf-EC li {
	height:			30px;
	/* background:		#003768;			/* color 1 */
}
.ssf-EC li li {
	height:			auto;
	background:		#003768;			/* color 2 */
}
/*.ssf-EC li:hover, .ssf-EC li.wpm-hover,*/
.ssf-EC a:focus, .ssf-EC a:hover, .ssf-EC a:active {
	text-decoration: none;
	background:		#b63e97;			/* color 3 */
	outline:		0;
}

.ssf-EC li.selected, 
.ssf-EC li.current-cat, 
.ssf-EC li.current-cat-parent, 
.ssf-EC li.current_page_item, 
.ssf-EC li.current_page_parent,
.ssf-EC li.current_page_ancestor {
	/*background:		#0066cc;			/* color 3 */
}

.ssf-EC li.right {
	float: right;
}

.ssf-EC li.right a, 
.ssf-EC li.right form {
	border-left:	1px solid #FCC097;	/* border color */	
	border-right:	0;
}

.ssf-EC form {
	margin: 0;
	padding: 0;
	background: url('searchbox.png') no-repeat center center;
	height: 30px;
	width: 195px;
	border-right:	1px solid #FCC097;	/* border color */	
}

.ssf-EC form input.wpm-text {
	border: 0;
	background: transparent;
	margin: 6px 0 0 6px;
	width: 154px;
	}

.ssf-EC form input.wpm-submit {
	border: 0;
	background: transparent;
	cursor: pointer;
	height: 20px;
	width: 26px;
}

.ssf-EC-after {
	clear: both;
	margin: 0;
	padding: 0;
	background: url('shadow2.png') repeat-x;
	height: 6px;
}

