/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:301px;
	z-index:9999;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}

.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	background:url('images/ie-spacer.gif'); /* ie7/8 fix */
}
.gritter-top {
	background:url('images/gritter.png') no-repeat left -30px;
}
/*.hover .gritter-top {*/
/*	background-position:right -30px;*/
/*}*/
.gritter-bottom {
	background:url('images/gritter.png') no-repeat left bottom;
	height:8px;
	margin:0;
}
/*.hover .gritter-bottom {*/
/*	background-position: bottom right;*/
/*}*/
.gritter-item {
	display:block;
	background:url('images/gritter.png') no-repeat left -40px;
	color:#eee;
	padding:2px 11px 8px 11px;
	font-size: 11px;
}
/*.hover .gritter-item {*/
/*	background-position:right -40px;*/
/*}*/

.gritter-item p {
	padding:0;
	margin:0;
	word-wrap:break-word;
}

.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:5px;
	display:block;
	text-shadow:1px 1px 0 #000; /* Not supported by IE :( */
}

.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0;
}
.gritter-with-image {
	width:220px;
	float:right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-pin,
.gritter-light .gritter-close {
    background-image: url('images/gritter-light.png');
    color: #222;
}
.gritter-light .gritter-title {
    text-shadow: none;
}


/* 9.1 Plugin - Gritter Notification Setting */

#gritter-notice-wrapper {
	width: 300px;
}

.gritter-item-wrapper .gritter-item {
	font-family: inherit !important;
	padding: 5px;
}

.gritter-item-wrapper .gritter-with-image {
	width: 190px;
}

.gritter-item-wrapper .gritter-title {
	color: #fff;
	padding-bottom: 0;
	text-shadow: none;
	font-weight: 600;
}

.gritter-item-wrapper .gritter-item p {
	text-shadow: none;
	color: #b1b5b8;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
}

.gritter-button {
	display: block !important;
	background: none;
	position: absolute;
	width: 25px;
	height: 25px;
	padding: 3px;
	background: rgba(255, 255, 255, 0.1);
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

.gritter-button:focus:active,
.gritter-button:hover:active,
.gritter-button:active {
     margin-top: 1px;
}
.gritter-item-wrapper .gritter-close {
	display: block !important;
	color: white;
	top: 0;
	right: 0;
}

/*.gritter-item-wrapper .gritter-close:hover,*/
/*.gritter-item-wrapper .gritter-close:focus {*/
/*	background: url(../../theme/img/transparent/white-0.3.png);*/
/*	background: rgba(255, 255, 255, 0.3);*/
/*}*/


.gritter-item-wrapper .gritter-pin {
	display: block !important;
	color: #0b97c4;
	top: 0;
	right: 26px;
}

/*.gritter-item-wrapper .gritter-pin:hover,*/
/*.gritter-item-wrapper .gritter-pin:focus {*/
/*	background: url(../../theme/img/transparent/white-0.3.png);*/
/*	background: rgba(255, 255, 255, 0.3);*/
/*}*/
.gritter-item-wrapper .gritter-top {
	/*background: url(../../theme/img/transparent/black-0.9.png);*/
		background: rgba(33, 33, 33, 0.9);
}

.gritter-item-wrapper .gritter-item,
.gritter-item-wrapper .gritter-bottom {
	/*background: url(../../theme/img/transparent/black-0.6.png);*/
	background: rgba(0,0,0, 0.9);
}

.gritter-item-wrapper .gritter-top {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.gritter-item-wrapper .gritter-bottom {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.gritter-item-wrapper .gritter-image {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.gritter-item-wrapper.gritter-light .gritter-item,
.gritter-item-wrapper.gritter-light .gritter-bottom,
.gritter-item-wrapper.gritter-light .gritter-top {
	background: url(../../theme/img/transparent/black-0.9.png);
	background: rgba(239, 240, 241, 0.95);
}

.gritter-item-wrapper.gritter-light .gritter-close {
	background: url(../../theme/img/transparent/black-0.1.png);
	background: rgba(0, 0, 0, 0.1);
}

.gritter-item-wrapper.gritter-light .gritter-close:hover,
.gritter-item-wrapper.gritter-light .gritter-close:focus {
	background: url(../../theme/img/transparent/black-0.3.png);
	background: rgba(0, 0, 0, 0.3);
}

.gritter-item-wrapper.gritter-light .gritter-title,
.gritter-item-wrapper.gritter-light .gritter-close:before,
.gritter-item-wrapper.gritter-light p {
	color: #30373e;
}

.gritter-pin .pinded {
	display: none;
}

.gritter-pin.pinded > .pinded {
	display: inline-block;
}
.gritter-pin.pinded > .unpin {
	display: none;
}