/* jBar by Todd Motto - @toddmotto - toddmotto.com */

/* =============================================================================
   jBar Plugin Styles
   ========================================================================== */

.jBar {
	background:#DB5903 url(/images/jbar/shine.png) repeat-x;
	background-position:top;
	padding:5px;
	position:relative;
	color:#FFF;
	border-bottom:3px solid #FFF;
        display: none;
}

.jBar .helloinner {
	display:block;
	width:1000px;
	margin:0 auto;
}

.jRibbon {
	padding:3px;
	position:absolute;
	top:0px;
	right:50px;
	display:none;
	background:#DF5A02;
	border:3px solid #FFF;
	border-top:none;
	box-shadow:0 2px 5px #777;
	color:#FFF;
	cursor:pointer;
	border-radius:0 0 3px 3px;
        z-index: 1;
}

.downarrow {
	position:absolute;
	top:10px;
	right:65px;
}

.jRibbon:hover {
	background:#DF5A02 url(/images/jbar/shine.png);
	cursor:pointer;
}

.up {
	top:-50px;
}

.jbar_text {
	padding:7px 0;
	font-weight:900;
	text-align:center;
}

#try_it_out {
    color: white;
    margin:0 10px;
    padding:5px 15px;
    text-decoration: none;
    background-image: url('/images/jbar/try_it_out_bg.png');
    background-repeat: no-repeat;
    background-position: center;
}
#try_it_out:hover {
    text-decoration: underline;
}
.arrow {
	cursor:pointer;
}