/* 
	WordPress Menubar Plugin
	ssf-red.css stylesheet for the Superfish template

	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 ***/



.ssf-red, .ssf-red * {
        margin:                 0;
        padding:                0;
        list-style:             none;
}

.ssf-red {
        line-height:    1.0;
			font-family:Georgia, "Times New Roman", Times, serif;

}

.ssf-red ul {
        position:               absolute;
        bottom:                 -999em;
        width:                  15em; /* left offset of submenus need to match (see below)
*/
}

.ssf-red ul li {
        width:                  100%;
}

.ssf-red li:hover {
        visibility:             inherit; /* fixes IE7 'sticky bug' */
}

.ssf-red li {
        float:                  left;
        position:               relative;
}

.ssf-red a {
        display:                block;
        position:               relative;
}

.ssf-red li:hover ul,
.ssf-red li.sfHover ul {
        left:                   0;
        bottom:                 24px; /* match top ul list item height */
        z-index:                99;
}

ul.ssf-red li:hover li ul,
ul.ssf-red li.sfHover li ul {
        bottom:                 -999em;
}

ul.ssf-red li li:hover ul,
ul.ssf-red li li.sfHover ul {

        bottom:90%; left:5%;
}

ul.ssf-red li li:hover li ul,
ul.UP li li.sfHover li ul {
        top:                    -999em;
}

ul.ssf-red li li li:hover ul,
ul.ssf-red li li li.sfHover ul {
        left:                   15em; /* match ul width */
        top:                    0;

}





/*** ESSENTIAL STYLES ***/
 
/*** arrows **/
.ssf-red a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	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-red ul .sf-sub-indicator { background-position:  -10px 0; }
.ssf-red ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.ssf-red ul a:focus > .sf-sub-indicator,
.ssf-red ul a:hover > .sf-sub-indicator,
.ssf-red ul a:active > .sf-sub-indicator,
.ssf-red ul li:hover > a > .sf-sub-indicator,
.ssf-red 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-red-wrap {
	margin: 		0;
	padding:		0;
	font-size: 		12px;
	font-weight: 	bold;
	height:			24px;
	text-align:center;
 }

/*** DEMO SKIN ***/
.ssf-red {
	float:			left;
	width:			100%; 
}
.ssf-red a {
	border:			0;
	padding: 		.75em 1em;
	text-decoration: none;
	border-right:	1px solid #330000;	/* border color */	
}
.ssf-red li li a {
	border:			0;
	padding: 		.75em 1em;
	text-decoration: none;
	border-top:		1px solid #330000;	/* border color */	
	border-left:	1px solid #330000;	/* border color */	
}
.ssf-red a, .ssf-red a:visited  {
	color:			984747;				/* text color 1 */
}
.ssf-red li li a, .ssf-red li li a:visited  {
	color:			#984747;			/* text color 2 */
}
.ssf-red li {
	height:			30px;
}
.ssf-red li li {
	height:			auto;
	background-color:#330000;
 }
.ssf-red li:hover, .ssf-red li.wpm-hover,
.ssf-red a:focus, .ssf-red a:hover, .ssf-red a:active {
	text-decoration: none;
	outline:		0;
	color:#FF6;
}

.ssf-red li.selected, 
.ssf-red li.current-cat, 
.ssf-red li.current-cat-parent, 
.ssf-red li.current_page_item, 
.ssf-red li.current_page_parent,
.ssf-red li.current_page_ancestor {
}

.ssf-red li.right {
	float: right;
}

.ssf-red li.right a, 
.ssf-red li.right form {
	border-left:	1px solid #FCC097;	/* border color */	
	border-right:	0;
}

.ssf-red 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-red form input.wpm-text {
	border: 0;
	background: transparent;
	margin: 6px 0 0 6px;
	width: 154px;
	}

.ssf-red form input.wpm-submit {
	border: 0;
	background: transparent;
	cursor: pointer;
	height: 20px;
	width: 26px;
}

.ssf-red-after {
	clear: both;
	margin: 0;
	padding: 0;
	background: url('shadow2.png') repeat-x;
	height: 6px;
}
