@media (max-width: 1000px) {
    .resizable-textarea span textarea {
        width:100% !important; 
    }
    .grippie {
        display:none;
    }
    #comment-form .collapsible {
        display:none;
    }
    #content {
        width: 100%;
        overflow:hidden;
    }
    .node-content *, .links * {
        font-size: 14px;
    }
    .content-title-box {
        font-size: 16px;
    }
    img {
        max-width:100% !important;
	height:auto;
    }
    iframe {
        max-width:100% !important;
	/*height:auto;*/
    }
    .menu > .leaf:nth-of-type(7),
    .menu > .leaf:nth-of-type(6),
    .menu > .leaf:nth-of-type(5)
    {
        display:none;
    }
    #logo {
        margin-left: 2em;
    }
    #header{
        background-position: bottom;
        background-color: #3968a4;
	height: auto !important;
    }
    #header-content {
        height: auto !important;
        width:100%;
	height: auto !important;
        overflow:hidden;
    }
    #main-content {
       width: 100%;
       overflow:hidden;
    }
    #navi-menu-content {
        width: 100%;
        overflow:hidden;
    }
    #sidebar {
        width: 100%;
        overflow:hidden;
    }
    #footer {
        width: 100%;
        overflow:hidden;
    }
    #footer-content {
        width: 100%;
        overflow:hidden;
    }
    .menu-147, .menu-149, .menu-2706, .menu-2707 {
        display: none !important;
    }
    .indented {
        margin-left: 10px;
    }
    .comment-content {
        margin-left: 20px;
    }
    .comment-user-picture {
        display: none;
    }

}


