.smalltext { font-size: .7em; line-height: 140% }

.currentpage h5 { padding:0px; margin:0px; }

#primary-navigation-container { display:none }

#secondary-navigation-container { display:none }

#edit-link {display: none !important}


/* for the dashboard */

.currentpage {background-color: #fff !important}


            /***** Page Curl CSS3 - IE9+ http://nicolasgallagher.com/css-drop-shadows-without-images/ *****/
            /* Shared styles */
            .drop-shadow {
                position:relative;
                display: block;
                padding:1em;
                margin-bottom:1em;
                background: rgb(255,253,228);
                -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            }
	    #dash_public_profile {background-color: rgb(178, 224, 222)}
	    #links {background-color: rgb(211,242,245)}
            .drop-shadow:before, .drop-shadow:after {
                content:"";
                position:absolute;
                z-index:-2;
            }
            /* Lifted corners */
            .lifted:before, .lifted:after {
                bottom:15px;
                left:10px;
                width:50%;
                height:20%;
                max-width:300px;
                -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
                -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
                box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
                -webkit-transform:rotate(-3deg);
                -moz-transform:rotate(-3deg);
                -ms-transform:rotate(-3deg);
                -o-transform:rotate(-3deg);
                transform:rotate(-3deg);
            }
            .lifted:after {
                right:10px;
                left:auto;
                -webkit-transform:rotate(3deg);
                -moz-transform:rotate(3deg);
                -ms-transform:rotate(3deg);
                -o-transform:rotate(3deg);
                transform:rotate(3deg);
            }
            /* Curved shadows */
            .curved:before {
                top:10px;
                bottom:10px;
                left:0;
                right:50%;
                -webkit-box-shadow:0 0 15px rgba(0, 0, 0, 0.6);
                -moz-box-shadow:0 0 15px rgba(0, 0, 0, 0.6);
                box-shadow:0 0 15px rgba(0, 0, 0, 0.6);
                -moz-border-radius:10px / 100px;
                border-radius:10px / 100px;
            }
            #pages li {
                width: 100px;
                height: 130px;
                float: left;
                margin: 4px;
		position: relative; 
            }
            #pages {
                margin-left: 0 !important;
                padding-left: 0 !important;
	    }
            #taskTable td {

		-webkit-box-shadow: inset 0 0 30px #ccc;
   		-moz-box-shadow:    inset 0 0 30px #ccc;
  		box-shadow:         inset 0 0 30px #ccc;

            }
	    #pages .state { position: absolute; bottom: 0; left: 0;
	    padding: 10px;
	    width: 105px; }
            //override the id6 pack defaults for lists

            .hidden {display: none}