html {
    background-color: #eeeeee;
}

body {
    -webkit-font-smoothing:antialiased;
    margin: 0 auto;
    max-width: 1050px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    color: #333333;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

#header {
    width: 99%;
    height: 70px;
    background-color: #333333;
    padding-top: 10px;
    padding-left: 10px;
}

#container {
    padding-left: 1em;
    padding-right: 1em;
    width: 1050px;
}

#Blogs {
    width: 250px;
    height: auto;
    background-color: #f7f7f7;
    float: left;
    margin-top: -45px;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.4);
    position: fixed;
    /*border: 1px inset #333333;*/
}

#blog_header {
    margin-right: 50px;
    margin-top: -80px;
    float: right;
    width: 700px;
    
}

#main_image {
    float: right;
    margin-right: 40px;
}

#sub_header {
    margin-left: 295px;
    width: 716px;
}

#Click {
    background-color: #f00;
    width: 235px;
    margin-left: 295px;
    padding-left: 5px;
}

h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing:antialiased;
    line-height: 1.3em;
}

h1 {
    -webkit-font-smoothing:antialiased;
    font-weight: 300;
    font-size: 40px;
}

h2 {
    -webkit-font-smoothing:antialiased;
    font-weight: 300;
    font-size: 20px;
}

h3 {
    color: #ffffff;
    font-weight: 200;
}


samp
{
    /* hide <samp> from the browser so we can show cool features in Edge Code CC */
    display: none;
}

img
{
    background: none;
    border: 0px solid black;
    border-radius: 0px;
    padding: 0px 0px 0px;
    margin: 0px 0;
    max-width: 95%;
}

.webfonts-icon {
    background-image: url(img/webfonts-icon.svg);
    width: 20px;
    height: 20px;
    display:inline-block;
    background-repeat:no-repeat;
    background-position: -40px 0px;
    margin-bottom: -4px;
}

.edge-inspect-icon {
    background-image: url(img/edge-inspect-icon.svg);
    width: 20px;
    height: 20px;
    display:inline-block;
    background-repeat:no-repeat;
    background-position: -40px 0px;
    margin-bottom: -4px;
}

#calloutbox {
 font-size: 14px;
 padding:   0px 0px 0px 0px;
 border: 2px solid #ccc;
 background-color: #ccc;
 margin: 0px 0px 0px 0px;
 }

 #calloutbox h3 {
 font-size: 16px;
 text-align: left;
 }

.posted-dates {
    font-size: 1em;
    float: left;
    
}

.categories {
    font-size: 1em;
}

.addthis_sharing_toolbox {
    float: left;
    
}

*{
    -webkit-transition:all 1s ease;
         -moz-transition:all 1s ease;
               -o-transition:all 1s ease;
                     transition:all 1s ease;
}



@media only screen and (max-width: 1060px) {

    body {
        width: 700px;
        height: 1100px;
    }
    
    #container {
        width: 700px;
    
    }

    #blog_header {
        margin-right: 0px;
        float: none;
        
    }

    #Blogs{
        margin-top: 590px; 
        position: absolute;  
    }
    
    #main_image {
        float:  none;
        margin-right: 0px;
    }

    #sub_header {
        margin-left: 0px;
        
    }

    #Click {
        margin-left: 0px;
    }

}



@media only screen and (max-width: 720px) {


    body {
        width: 500px;
        height: 910px;
    }
    
    #header{
        width: 98%;
    }
    #container {
        width: 500px;
    
    }

    #blog_header {
        width: 480px;
        margin-top: -70px;
    }
    
    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 15px;
    }

    #Blogs{
        margin-top: 465px; 
        position: absolute;  
    }
    
    #sub_header {
        width: 480px;
        
    }

    #Click {
        width: 246px;
    }

    .posted-dates {
        font-size: 0.8em;
        float: left;
    
    }



}


@media only screen and (max-width: 500px) {

    body {
        width: 350px;
        height: 910px;
    }
    
    #header{
        width: 97.3%;
    }
    #container {
        width: 350px;
    
    }

    #blog_header {
        width: 350px;
        margin-top: -70px;
    }

    #sub_header {
        width: 350px;
        
    }

    #Blogs{
        margin-top: 385px; 
        position: absolute;  
    }

}