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

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

.jBar {
	background:#00AEEF;
	background-position:top;
	padding:5px;
	position:relative;
	color:#FFF;
	border-bottom:3px solid #FFF;
    z-index:9999;
}

.jBar .helloinner {
	display:block;
	width:1000px;
	margin: 0 auto;
	text-align: center;
}

.jRibbon {
	padding:3px;
	position:absolute;
	top:0px;
	right:50px;
	display:none;
	background:#02c550;
	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:#d4d4d4 url(../images/shine.png);
	cursor:pointer;
}

.up {
	top:-50px;
}

.jtext {
	padding:15px 0;
	font-weight:400;
	text-align:center;
	font-size:16pt;
	margin: 20px 20px;
	display: inline-block;
}

.jtext a {
	font-weight:500;
	color:#fff;
	padding:5px 10px;
	background:#E30087;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow:0 0 5px #777;
    text-decoration: none;
}

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

.arrow {
	cursor:pointer;
}