/* common styles start */
h1{font-size:1.6em;}
h2{font-size:1em;}
a,a:visited{color:#fff;outline:none !important;text-decoration:none;}
a img,a:visited img{border:none;}
textarea{overflow:auto;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
/* common styles end */

*{margin:0;padding:0;}
body{background-color:#000;color:#fff;}

h1{float:left; margin-right:0; line-height:20px;color:#f6f6f6;text-shadow: 1px 1px 5px #fff;filter: dropshadow(color=#fff, offx=1, offy=1);}

.topsection{border-right:1px solid #999;height:40px;padding:0 10px;width:auto;display:inline;}
.topsection img{margin-top:0;float:left;margin-right:;}
.topsection a{float:left;display:inline;}

#main{margin-left:0;width:100%;padding-bottom:50px;margin-top:20%;}

#head{
   position:absolute;
   margin:0 auto;
   width:100%;
   height:43px;
   top:20px;
   left:50px;
   padding:10px;
   right:30px;

   background-color: transparent;
   background-color: rgba(255, 255, 255, 0.3);  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFFFFFF,endColorstr=#4CFFFFFF); /* IE6�IE9 */
   zoom: 1;

   -moz-border-radius:10px;
   -webkit-border-radius:10px;
   border-radius:10px;
   margin-bottom:100px;
}

#twitter, #donate{float:right;margin-top:7px;margin-left:5px;}

#head p{
   clear:both;
   width:100%;
}

footer{
   margin:auto;
   width:100%;
   position:relative;
   bottom:10px;
   left:0;
}

.note_common, .bignote, .editinfo{
    padding:20px 10px 20px 1px;
    color:#000;
    float:left;
    margin:5px;
    margin-top:5px;
    position:relative;
    cursor:pointer;
    border: 3px solid white;

    /* page effect start */
    /*
	-webkit-border-bottom-left-radius: 20px 500px;
	-webkit-border-bottom-right-radius: 500px 30px;
	-webkit-border-top-right-radius: 5px 100px;

	-moz-border-radius-bottomleft: 20px 500px;
	-moz-border-radius-bottomright: 500px 30px;
	-moz-border-radius-topright: 5px 100px;

	border-radius-bottomleft: 20px 500px;
	border-radius-bottomright: 500px 30px;
	border-radius-topright: 5px 100px;

	-webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
	box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);     
  */

    /* page effect end */

    -moz-box-shadow: -7px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: -7px 10px rgba(0,0,0,0.3);
    box-shadow: -7px 10px rgba(0,0,0,0.3);
}

.note_common h2{
    text-align:center;
    margin-top:0;
    padding-top:0;
    font-family: cursive;
}

.note_common p{
    font-size:0.9em;
    overflow:auto;
    overflow-x:hidden;
    line-height:18px;
    text-align:left;
}

.inset{
   -moz-box-shadow:inset 0 0 10px #cccccc;
   -webkit-box-shadow:inset 0 0 10px #cccccc;
   box-shadow:inset 0 0 10px #cccccc;
   background:#f8f7f7;
   color:#333;
   padding:5px;
   font-size:0.9em;
   border:1px solid #e7e7e7;
}

input:focus,textarea:focus,select:focus{border:1px solid #fafafa;-webkit-box-shadow:0 0 6px #000;-moz-box-shadow:0 0 5px #000;box-shadow:0 0 5px #000;}

.tip{
   /*$background:url(../img/tip.png) no-repeat;*/
   background-color:black;
   font-size:13px;
   padding-left:25px;
   padding-top:3px;
   vertical-align:middle;
}

.icons-footer .ficon{
   margin-left:10px;
   position:absolute;
   bottom:-15px;
}

/* for sticky note background oolors */
.stickynote0, .stickynote1, .stickynote2, .stickynote3, .stickynote4, .stickynote5, .stickynote6, .stickynote7, .stickynote8, .stickynote9{
  background-color: black;
}

.tooltip{
  position: relative;
  display: inline-block;
}

.tooltip span{
  visibility: hidden;
  position: absolute; 
  bottom: -15px;
  left: 50%;
  z-index: 99999;
  width: 150px;
  font-size:13px;
  font-family:tahoma,verdana;
  margin-left: -80px;
  color:#000;
  padding: 5px;
  border: 2px solid #ccc;
  opacity: .9;
  background-color: #ddd;                     
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;  
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;  
}

.tooltip:hover{
  border: 0; /* IE6 fix */
}

.tooltip:hover span{
  visibility: visible;
}

.tooltip span:after{
  content: "";
  position: absolute;
  z-index: 1000;
  top: -10px;
  left: 50%;
  margin-left: -8px;  
  border-bottom: 8px solid #59add4;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;        
  border-top: 0;  
}

.tooltip span:before{
  border-top-color: #ccc;
  bottom: -8px;
}