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

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

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

.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;
}

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

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

.up {
	top:-50px;
}

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

.text a {
	font-weight:500;
	color:#333;
	margin:0 10px;
	padding:5px 10px;
	background:#F9F9F9;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow:0 0 5px #777;
}

.text a:hover {background:#EEE;color:#111;}

.arrow {
	cursor:pointer;
}