/*
Theme Name: americanlandscapingideas
Theme URI: http://americanlandscapingideas.com
Description: This theme is only for americanlandscapingideas website.
Version: 1.0
Author: americanlandscapingideas
Author URI: http://americanlandscapingideas.com



/*-----------Block Level Elements--------------*/

/*
body {
	width: 760px;
	margin: auto auto;
	background-color: #fff;
}

#no_blog_description {
	display: none;
}
*/
body{
	font-size: 16px;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}


.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.alignright {
	display: inline;
    float: right;
    margin-left: 1.625em;
}

.aligncenter {
	display: block;
	margin: auto auto;
}

form#searchform {
	display: none;
	
}



/* Responsive CSS Code Start Here */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
    	  #page {
            width: 730px !important;
        }
        #rss-icon {
            left: 240px !important;
        }
        #content {
            padding: 30px 0 99999px !important;
            width: 100% !important;
        }
        #content .post{
            padding: 15px !important;
        }
        #sidebar{
            width: 100% !important;
        }

        #sidebar .sidebar_left {
            padding: 21px 10px 99999px !important;
            width: 98% !important;
        }
        #sidebar .sidebar_right {
            padding: 21px 10px 99999px !important;
            width: 98% !important;
        }
        #wrapper iframe{
            width: 100% !important;
        }
        #wrapper img{
            width: 100% !important;
            height: 100% !important;
        }
        #mulch_calculator{
            width: 100% !important;
        }
        #length_width {
            width: 100% !important;
        }
        #mulch_calculator {
            width: 100% !important;
        }
		#header {
            background-size: 100% auto !important;
            height: 68px !important;
        }		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
    	  #page {
            width: 300px !important;
        }
        #rss-icon {
            left: 240px !important;
        }
        #content {
            padding: 30px 0 99999px !important;
            width: 100% !important;
        }
        #content .post{
            padding: 15px !important;
        }
        #sidebar{
            width: 100% !important;
        }

        #sidebar .sidebar_left {
            padding: 21px 10px 99999px !important;
            width: 95% !important;
        }
        #sidebar .sidebar_right {
            padding: 21px 10px 99999px !important;
            width: 95% !important;
        }
        #wrapper iframe{
            width: 100% !important;
        }
        #wrapper img{
            width: 100% !important;
            height: 100% !important;
        }
        #mulch_calculator{
            width: 100% !important;
        }
        #length_width {
            width: 100% !important;
        }
        #mulch_calculator {
            width: 100% !important;
        }
        #header {
            background-size: 100% auto !important;
            background-position: 0 2px !important;
            height: 33px !important;
        }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}
/* Responsive CSS Code End Here */

#stickyunit {
position: fixed;
}

