/*
Theme Name: Bootstrap
Theme URI: http://trioniclabs.com
Description: Bootstrap Basic Theme
Author: Ed Burns
Author URI: http://Soundst.com
Version: 1.0
*/ 


/* Mbobile  Styles */
@media screen and (min-width: 320px) and (max-width: 780px) { 
    
	body {
	    padding-right: 15px !important;
	    padding-left: 5px !important;
	}
    .logo {
	   /* display: none; */
	}
    header {
       border: none;
    }
    #container {
       background: none !important;
    }
    #content {
        margin-left: 0px !important; 
        padding: 0px !important; 
        float: left;
    }
    .sideblock {
	    text-align: center !important;
	    float: none !important;
	    margin: 0px !important;
	    padding: 10px !important;
	    width: 100% !important;
    }
    h1.entry-title, h2.entry-title {
        font-size: 1.2em !important;
        padding-left: 10px;
        margin-bottom: 11px !important;
        padding-bottom: 5px !important;
    }
    .content {
        text-align: center;
        padding-left: 10px;
    }
    #content {
        width: 100% !important;
    }
    .toc {
        margin-top: 1px !important;
    }
    footer {
	    padding-left: 5px;
	}
	table.toc {
	    width: 100%;
	    border: none;
	}
	header.top {
	    display: none;
	}
	.support { 
        width: 100%;
	}
    #sidebar {
       width: 100% !important;
    }
    #sidebar-search {
        width: 95% !important;
        margin-right: 15px !important;
    }
    input#s {
	    width: 92% !important;
	}
	.sideblock {
	   border: none !important;
	}
	iframe {
	    width: 100% !important;
	}
	.logo a {
	   display: none !important;
	}
	#sidebar {
	   margin-top: 0px !important;
	}
	.sidetitle {
	       margin: 13px 5px 0 5px !important;
	}
	.search td {
	   text-align: center !important;
	}
}