/* 
 * Attention Grabber WP plugin - CSS
 */

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

#attentionGrabber{
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	font:;
	color: #ffffff;
	text-shadow: 0 1px 0 #2f3d52;	
	text-align: center;
	background: #485469;
	border-bottom: 3px solid #343F51;
	position: relative;
	z-index: 3;
}

#attentionGrabber a{
	font: 16px/40px arial;
	text-shadow: 0 1px 0 #213b66;	
	color: #99CC33;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}


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

#attentionGrabberWrap #closeAttentionGrabber{
	display: block;
	position: absolute;
	top: 0;
	right: 25px;
	height: 40px;
	width: 21px;
	background: url("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: -6px;
	right: 15px;
	padding: 0 7px;
	background: #485469;
	border-left: 3px solid #343F51;
	border-right: 3px solid #343F51;
	border-bottom: 3px solid #343F51;
	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("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 .plusoneBtn{
	padding-left: 8px;
}


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


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


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


#attentionGrabberWrap .twitterBtn 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 --- -- - */

#attentionGrabber a { 
border: 0; 
background: #471e1f;
padding: 2px 5px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}