@charset "UTF-8";
/* CSS Document */

#stickies-overlay {
	position:fixed;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;	
	/*background:transparent url('stickies-overlay.png');*/
	background: #222;
	opacity: 0.8;
	z-index:99;
}
	
div.sticky,
div.sticky .sticky-close,
a#add-sticky {
	background: transparent url(stickies-sprite.png) no-repeat;
}

div.sticky,
a#add-sticky {
	z-index:100;
}

div.sticky {
	position:fixed;
	display:none;
	width:221px;
	height:198px;
	cursor:move;
}

div.sticky .sticky-close {
	display:none;
	position:absolute;
	top:-5px;
	left:-5px;
	background-position:-170px -198px;
	width:25px;
	height:25px;
	text-indent:-900em;
}

div.sticky:hover .sticky-close {
	display:block;
}

div.sticky textarea {
	background:transparent;
	border:none;
	width:186px;
	height:173px;
	margin:15px;
	/*font-family:Chalkboard, "Comic Sans MS", fantasy;*/
	font:bold 14px Arial, Verdana, Georgia, serif;
	overflow:hidden;
}

a#add-sticky {
	position:fixed;
	display:none;
	bottom:70px;
	left:2px;
	disaply:block;
	background-position:0 -198px;
	width:170px;
	height:42px;
	text-indent:-900em;
	z-index:100;
}

a#add-sticky:hover {
	background-position:0 -240px;
}
