
































/* 
 * Attention Grabber WP plugin - CSS
 */

#attentionGrabberWrap{
	display: none;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	bottom: -40px;
	
	z-index: 99999;
	width: 100%;
	height: 40px;
}

#attentionGrabber{
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	font: normal 13px/40px arial, sans-serif;
	color: #949494;
	text-align: center;
	background: #ebe6eb;
	border-top: 0px solid #000000;
	position: relative;
	z-index: 3;
}

#attentionGrabber a{
	font: normal 13px/40px arial, sans-serif;
	color: #949494;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

#attentionGrabber a:hover{
	color: #d10000;
}

#attentionGrabberWrap #closeAttentionGrabber{
	display: block;
	position: absolute;
	top: 0;
	right: 22px;
	height: 40px;
	width: 21px;
	background: url(../img/buttons/light.png) no-repeat 0 center;
	cursor: pointer;
}

#attentionGrabberWrap #closeAttentionGrabber:hover{
	background-position: -21px 50%;
}

#attentionGrabberWrap.bottomPosition #closeAttentionGrabber{
	background-position: right 50%;
}

#attentionGrabberWrap.bottomPosition #closeAttentionGrabber:hover{
	background-position: -42px 50%;
}

#attentionGrabberWrap #openAttentionGrabber{
	display: block;
	position: absolute;
	bottom: -6px;
	right: 15px;
	padding: 0 7px;
	background: #ebe6eb;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-top: 0px solid #000000;
	cursor: pointer;
	z-index: 1;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

#attentionGrabberWrap #openAttentionGrabber span{
	display: block;
	width: 21px;
	height: 34px;
	background: url(../img/buttons/light.png) no-repeat right 50%;
}

#attentionGrabberWrap #openAttentionGrabber:hover span{
	background-position: -42px 50%;
}

#attentionGrabberWrap.bottomPosition #openAttentionGrabber span{
	background-position: left 50%;
}

#attentionGrabberWrap.bottomPosition #openAttentionGrabber:hover span{
	background-position: -21px 50%;
}

/* - Fix positioning issues with admin bar - */

#attentionGrabberWrap.admBar{
	margin-top: 28px;
}

/* - Like Buttons - */

#attentionGrabberWrap .facebookBtn,
#attentionGrabberWrap .twitterBtn,
#attentionGrabberWrap .plusoneBtn{
	padding-left: 8px;
}


#attentionGrabberWrap .twitterBtn iframe,
#attentionGrabberWrap .plusoneBtn iframe{
    vertical-align: text-bottom;
}

#attentionGrabberWrap .plusoneBtn > div{
	height: auto !important;
}

/* - -- --- Multiple Messages --- -- - */

#attentionGrabberWrap .multiMessages{
	position: relative;
}

#attentionGrabberWrap .multiMessages .singleMessage{
	display: none;
	position: relative;
	z-index: 1;
}

#attentionGrabberWrap .multiMessages .singleMessage.current{
	display: inline;
	z-index: 2;
}


/* - -- --- CUSTOM CSS --- -- - */

#attentionGrabberWrap {
height: 24px;
}
#attentionGrabberWrap a{
line-height:inherit!important;
}
