@charset "utf-8";
/* CSS Document */
/* ***************************************************** 
CSS file for Standard Sticky Notes (Original Several 
Color options have been created - default is Yellow
Need to rename images to default to match code
******************************************************** */
.postid {
	float:left;
	padding-left:10px;
	min-height:225px;
	}
#stickT {
	background:url(../assets/sticky-top.png) no-repeat;
	width:270px;
	margin-top:12px;
	color:#FFFF66;
	padding-left:5px;
	padding-right:5px;
	}
#stickM {
	background:url(../assets/sticky-mid.png) repeat-y;
	width:270px;
	min-height:175px;
	margin:0;
	margin-top:-4px;
	padding-left:5px;
	padding-right:5px;
	}
	
#stickM p {
	margin: 0px;
	font-family: "Comic Sans MS", Christopherhand;
	}
	
#stickB {
	background:url(../assets/sticky-bottom.png) -3px 0 no-repeat;
 	width:270px;
	padding-left:5px;
	padding-right:5px;
	}

