/* 
 * Attention Grabber WP plugin - CSS
 */

#attentionGrabberWrap{
	display: none;
	margin: 0;
	padding: 0;
	position: relative;
	margin-top: -31px;
	
	z-index: 999999;
	width: 100%;
	height: 31px;
}

#attentionGrabber{
	width: 100%;
	height: 29px;
	margin: 0;
	padding: 0;
	font: bold 17px/29px Palatino, Palatino Linotype, Book Antiqua, serif;
	color: #ffffff;
	text-shadow: 0 1px 0 #11332f;	
	text-align: center;
	background: #2f746b;
	border-bottom: 2px solid #000000;
	position: relative;
	z-index: 3;
}

#attentionGrabber a{
	font: bold 17px/29px Palatino, Palatino Linotype, Book Antiqua, serif;
	text-shadow: 0 1px 0 #000000;	
	color: #b2eaff;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

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

#attentionGrabberWrap #closeAttentionGrabber{
	display: block;
	position: absolute;
	top: 0;
	right: 24px;
	height: 29px;
	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;
	top: -5px;
	right: 15px;
	padding: 0 7px;
	background: #2f746b;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	cursor: pointer;
	z-index: 1;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-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%;
}


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

