/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/


@charset "UTF-8";
/* CSS Document */
 #sortable {
                list-style-type: none;
                margin: 0px 0px 0px 16px;
                padding: 0;
            }
            #sortable li {
                margin: 3px 3px 3px 0;
                padding: 1px;

				
                float: left;
                width: 50px;
                height: 50px;
                
               
                line-height:35px;
                cursor:pointer;
                -moz-border-radius:5px;
                -webkit-border-radius:5px;
                -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
                -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
                text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
                background:#336666 url(http://art4apps.org/css/images/overlay.png) repeat-x scroll 50% 50%;
                color:#fff;
                font-weight:normal;
					width:50px;
				text-align:center;
				padding-top:10px;
				font-size: 28px;
				
            }
			 #sortable li div{