#homepagecontent {color:#666666;overflow:auto;width:100%;}



/* override width */
#primary-content.home {padding:16px 0 0 0;}

#primary-content.home h1 {color:#bfbaa6;font-size:1.2em;text-transform:uppercase;margin:0 0 17px 0;padding-bottom:0px;}

#feature-wrapper {min-height:80%;padding:5px;background-color:#f9f5e7;}

#home-features {margin-bottom:0.2em;}

#home-features, #home-features > div {width:100% !important;}

#home-features, #home-features > div {display:none;}
#home-features, #home-features > div:first-child {display:block;}

#feature-nav {min-height:20px;margin-left:3px;}

#home-features div img {width:100%;max-width:100%;}

#home-features h2 {margin:6px 0px 2px 0px;padding-top:0;font-size:1.1em;color:#666666;}
#home-features p {margin-top:0px;padding-top:0px;}
#home-features p a.readmore {font-size:0.8em;}

#feature-controls {clear:both;background-color:#f9f5e7;}

#professional-feature, #consumer-feature {display:none;}

#twitter-container {margin-top:20px;}
#latest-news {color:#666666;}
#latest-news .header, #twitter-container .header {background-image:url("../images/ui/bg-header.png");background-repeat:repeat-x;background-position:center;display:block;margin-bottom:17px;}
#latest-news h2, #twitter-container .header h2 {color:#78a6bb;background-color:#ffffff;font-size:1.2em;padding-right:10px;display:inline;text-transform:uppercase;margin-bottom:0px;padding-bottom:0px;}

    .header .avatar {width:24px;height:24px;}

#latest-news div.accordion {margin-left:0;}
#latest-news div.accordion h3 {font-size:0.9em;margin-top:1em;}
#latest-news div.accordion div.panelcontent p, #latest-news div.accordion div.panelcontent address {font-size:84%;margin-right:6px;}
article#latest-news.home a.othertopics {font-size:0.8em;text-transform:uppercase;letter-spacing:0.1em;}

#rssicon {padding-left:6px;vertical-align:baseline;}

article#latest-news {margin-top:20px;width:100%;}


/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 100px) {

}

@media only screen and (min-width: 480px) {
    article#latest-news {width:60%;}
}

@media only screen and (min-width: 768px) {
    #primary-content.home {padding:16px 0 0 0;}
        #home-features div img {width:63%;}
                .feature-content {float:right;width:35%;}
        
        article#latest-news {max-width:558px;}
        
    article#latest-news {float:left;}
    aside#twitter-container {float:right;width:35%;}
    
}

@media only screen and (min-width: 1024px) {
    
    
}

@media print {
  /* begin override of home page settings */
    #content div {overflow:visible;width:auto;padding:0;margin:0;}
    #content div *  {overflow:visible;padding:0;margin:0;float:none;clear:both;display:block;}
    
    #content #home-features {margin-bottom:2em;float:none;height:auto;min-height:1300px;overflow:auto;position:inherit;}
    
    #content #home-features div {position:relative !important;opacity:1 !important;display:block !important;margin-bottom:24px;}
    
    #content #home-feature img {display:block;}
    
    #content #home-features h2 {background:transparent;}
    
    
   aside {clear:both;display:block;}
    

    /* end override of home page settings */   
}