﻿/* Print styles */

/* Do not display the following areas */

#top-nav, 
#footer,
#header, 
#splashbanner,
#navigation, 
#sidebar
{
    display: none;    
}

#container
{
    background-color:#fff;
    background-image:none;
    margin:0;    
    font-size:16px;
}

#content
{
    margin:0;
    padding:0;
    width:680px;
}

/* Do not display images */
#content img, 
{
    display: none;
}

/* add URL target after link - css 3 only */
/* removed 
#content a[href^="/"]:after {
content: " (http://www.studygroup.com" attr(href) ") ";
}
*/

/* Home page specific */
#homepagecontent
{
    border: none;
    margin: 0px;
    padding: 0px;
}
